Blog

Filter by Topic...
Photo by Clément Hélardot on Unsplash

Why Should You Learn to Program?

  Published:

In today's world, it's highly unlikely that you haven't come across the terms Computer Science or Software Engineering. Programming is becoming a staple in public school curricula, a trend I...

JavaScript One-Liners You (Probably) Didn't Know

  Published:

JavaScript is a powerful language with many features that can help simplify complex tasks. When used to its full potential, JavaScript debugging techniques can drastically improve your codin...

React Native + Expo

A Guide to React Native and Expo

  Published:

React Native is a widely used framework for building cross-platform mobile applications. It is based on the React library and allows developers to write code once and deploy it on both iOS a...

Photo by Luke Peters on Unsplash

Responsive Web Design

  Published:

In today's world, where the majority of people access websites on a variety of devices, responsive web design has become an essential aspect of website development. Responsive web design ens...

Lessons Learned as a Full-Stack Engineer

  Published:

As a Full-Stack Developer for Leisure Time Inc., I was responsible for managing various aspects of the company's digital presence. My primary focus was on the company's Shopify site and Main...

Blake Connally on Unsplash

Libraries and Frameworks

  Published:

When it comes to web development, both frameworks and libraries are important tools that developers can use to build robust and complex web applications. However, there are key differences b...

Getting Started with React.js

  Published:

React.js is a popular JavaScript library used for building user interfaces. Developed by Facebook, React.js has gained a lot of popularity in recent years due to its flexibility, scalability...

Photo by Scott Graham on Unsplash

Free Online Learning Resources

  Published:

The field of Software Development and Programming can be daunting if you're first trying to get into it. There are so many places you can go and so many different things you can do! In this ...

Git and GitHub logos

Getting Started with Git and GitHub

  Published:

Have you ever found yourself in a situation where you've made changes to your code, only to realize that you've overwritten previous work or accidentally deleted something important? Or perh...

Image by Jefferson Santos on Unsplash

Lessons as an Intern

  Published:

In the spring of 2021, I embarked on the first chapter of my professional journey with an internship at Allucent, a construction scheduling software company. I was eager to dive into the wor...

OpenAI's CodeGPT and Visual Studio Code

CodeGPT: Take Advantage of Productive Code Writing

  Published:

VSCode is one of the most widely used code editors in the world today. With its powerful features and extensibility, it has become the go-to choice for developers of all skill levels. One of...

Photo by Lee Campbell on Unsplash

Styled-Components and Styled-System

  Published:

Styled-Components and Styled-System are two popular npm packages that are commonly used in building user interfaces with React. They are both designed to make it easier to create and manage ...

Photo by Benjamin Maffin on Unsplash

The AI Revolution

  Published:

Artificial intelligence (AI) has the potential to revolutionize the way we work, including tasks such as writing and coding. By automating certain tasks and providing insights and assistance...

Photo by Christopher Gower on Unsplash

Free Hosting Services for Developers

  Published:

When it comes to building and hosting a website, there are countless options available to web developers. However, not all hosting services are created equal. In this post, we will take a lo...

What is Nuxt.js?

  Published:

Nuxt.js is a powerful framework for building server-rendered Vue.js applications. In this post, we'll take a closer look at what Nuxt.js is, why you should use it, and what makes it differen...

Vue.js logo

The Pros and Cons of Vue.js

  Published:

Vue.js is a popular JavaScript framework for building user interfaces and single-page applications. It was created by Evan You in 2014 and has since grown in popularity, becoming one of the ...

Remix.run logo

What is Remix? The JavaScript Library

  Published:

Remix is a newer JavaScript full stack web framework that was released on November 20th, 2021. It was developed by the guys that created react-router as a competitor to Next.js. With their s...

Shopify Logo

Developing with Shopify

  Published:

Having only been developing with Shopify since November 2021, I will never claim to know all there is about what you should or should not do when developing an eCommerce website for your Sho...

React Framework Next.js Logo

The Pros and Cons of Next.js

  Published:

Next.js is a popular JavaScript framework for building web applications. It is built on top of React and provides a set of features that make it easy to develop and deploy web applications. ...

Photo by Emile Perron on Unsplash

The Right Framework for Your Next Project

  Published:

JavaScript frameworks are an essential tool for modern web development, providing a structure and set of guidelines for building web applications. With so many options available, it can be o...