Anyone who's ever gone through the interview process understands the temptation to embellish their skills and experience. This is especially true for those just getting started in the industry. We all want to make sure we get the job. Is this really a good idea though?
The modern development scene has changed rapidly and the hiring methods have changed along with them. ATS software and increased visibility of job posting have added challenges to getting through the short list process. Here's some tips to navigating these challenges!
Apple's recent update from MacOS Mojave to Catalina introduced some changes that can cause issues for developers. Here's how to do a simple migration from the old Bash terminal shell to the new Zsh shell.
One of the big changes in Apple's new MacOS 10.15 Catalina update is the reorganization of the file system. If you store things in a non-standard way, this could have a huge impact on your development!
If you're lucky enough to have the opportunity to work from home, whether it's working for yourself or someone else, setting up your home office can be critical to your success. Here's some tips on the dangers to watch out for.
Nearly every developer finds themselves at a junction at some point in their career. Sometimes there's a great opportunity waiting but sometimes the way forward isn't so clear. This is the perfect time to take a step back and look at where we are and how we got there. In essence, it's okay to be lost sometimes.
Adding Commento to your Gridsome static website is very easy. Here's the couple of steps to help you get it done quickly.
Part 4 of the series on creating a fast, free static blog site using Vue.JS, Gridsome, and NetlifyCMS talks about build the actual list of blog posts and displaying the posts themselves.
Part 3 of this series on creating a fast, free static blog site using Vue.JS, Gridsome, and NetlifyCMS covers creating the Gridsome project and setting up NetlifyCMS.
Have you ever wanted an easy way to setup a MongoDB server for learning or development purposes? Using Docker you can do this really easily. Here's how!
Have you ever wanted to open a specific file or folder in Visual Studio Code or iTerm right from your MacOS Finder? Here's how to add icons to your finder header so you can easily drag files or folders to them.
Welcome to Part 2 of my journey towards creating a high-performance, static blog site using free tools and services. In this chapter I'll share how I reached the decisions to use Vue.js, Nuxt.js, DatoCMS, and Netlify.
Welcome to Part 1 of my journey towards creating a high-performance, static blog site using free tools and services to share the knowledge I've been accumulating over the years. In this article, I'll share the considerations and questions I need to resolve in determining the best direction to take.
Out of the box, Nuxt.js, the Javascript static site generator for Vue projects, will only generate static pages for non-dynamic routes since it has no way of knowing what all your dynamic values are. Here's how to tell Nuxt what the dynamic routes should be so you can get all the benefits of static websites for every page.
Customizing the auto-formatting of single-file Vue components in Visual Studio Code with Vetur can be tricky to figure out. Here's how to set it up and configure your environment the way you want.