I'm Cody Uhi. I want to start a blog to share my experiences in technology and in life, with the hope that the things I write can help others. Whether it be through a coding blog post that helps you get out of a coding rut, a motivational post that ...
My Journey Into a Tech Career As a reader of my blog, you may be considering a career in technology. Perhaps you are just getting started in your career, are still in school, or are looking for a change after working in a different industry for many...
Vue Components - A HelloWorld Component Case Study Intro Vue allows you to break webpages down into components to more easily organize how the webpage is built. In the previous tutorial, we created a default Vue application that came with some defau...
Creating Your First Vue App Intro VueJS is a JavaScript Framework that allows developers to more easily build user interfaces through JavaScript. I like Vue because it is easier to use when I want to make dynamic and interactive web pages. Create an...
How to connect to PostgreSQL with Python (macOS) This walkthrough was written on macOS for macOS. The steps should be similar for Linux/Windows as long as you use your OS's related package management/installation platform or install the appropriate b...
Create a simple loading icon with only HTML & CSS For more loading icon examples, see loading.io, a website dedicated to many loading icon animations and styles Why use a loading icon? Sometimes, when building a webpage, you will need to load data or...