
Dylan Baine
I’m a Staff Software Engineer from Fort Wayne, Indiana working at Sweetwater Sound.
I also do web development and SEO consulting on the side.
If you’re interesting in reading some short stories I’ve written, you can see those at goingforwords.com.
Recent Posts
- My Girlfriend Saved My CareerAfter dropping out of college twice and working several dead-end jobs, I struggled to find my place in the world. This is a story about how my girlfriend (now wife) saved my career without even realizing it. In 2016, I had no direction. I felt stuck. I had no real plan for my life, just… Read more: My Girlfriend Saved My Career
- Javascript Interfaces for C# and Java developersAs a mid to senior level engineer looking into Javascript for the first time, the lack of interfaces can be daunting. Without the safety net of an interface to ensure that your modules are properly integrated, how to you ensure compatibility? Javascript is a dynamically typed language where the old adage rings true: if it… Read more: Javascript Interfaces for C# and Java developers
- How to Use JSDoc – Code Completion with JavaScriptEnhancing your JavaScript development experience can be significantly achieved by leveraging JSDoc annotations to improve code editor features like autocomplete. By providing practical tips on utilizing JSDoc, developers can write more efficient and error-free code. Understanding JSDoc and Its Benefits JSDoc is a popular markup language used to document JavaScript code, applying type checking and… Read more: How to Use JSDoc – Code Completion with JavaScript
- How to get a picture next to your website on Google searchAre you looking for ways to get your website more clicks from google search? If your website is already ranking on the first page of Google, but not getting the CTR (click through rate) that you’re wanting, getting an image to display next to your site listing could be key in getting more people to… Read more: How to get a picture next to your website on Google search
- How to track the speed of functions in LaravelWhen looking to improve the performance of your Laravel Application, tracking is key. This article will cover the best tools available for monitoring your application performance, as well as some key techniques used to scale enterprise Laravel Applications. The 4 best tools to monitor Laravel Performance Measuring the performance of your Laravel application is crucial… Read more: How to track the speed of functions in Laravel