Categories
Beginners Git Resource

Git for Beginners: An Interactive Command Line Tutorial

In this interactive introduction to Git we will learn 6 commands that form a simple Git workflow. The goal is to help new users get productive with Git quickly.

Categories
alternatives Full Stack Hosting

Heroku Free Plans Are Dead… Here’s 2 Awesome Alternatives.

You can view the video version of this post here πŸ‘‡ If you haven’t heard the news, Heroku is removing their free plan starting November 28, 2022. This is bad news for devs since a lot of tutorials courses and bootcamps rely on Heroku to deploy your app to the internet. Once the free tiers […]

Categories
React

How I Build Forms Quickly in React

RJSF is a declarative form builder for React. In this post I’ll show you why it’s my favorite React form library.

Categories
Beginners Full Stack Resource

A Senior Developer’s Review of The Odin Project

If you want to know if the Odin Project is worth it from a Senior Software Engineer, this post is for you.

Categories
Beginners JS Self Taught

Code Smarter; Use a Debugger

Do you find yourself writing print statements when fixing issues with your code? There is a much better way to proceed – let’s jump in and see how debuggers will save you precious time and energy.

Categories
Beginners Self Taught Tutorial Hell

Stuck in Tutorial Hell? This Open Source Project Might Help

I’ve found an open source codebase that could help you move out of tutorial hell and start building projects all by yourself.

Categories
Jobs

How To Go From Ignored to Hired

Getting your first web dev job can feel like an endless journey, even if you’re credentialed. In this article I will show you how I got my first web dev job after 100 rejections.

Categories
JS npm

How to pick the best NPM packages

Picking the best NPM package is no easy task. In this post I’ll share 2 tips to help you pick the best NPM packages for your project.

Categories
Full Stack Hosting

The 3 Best Full-Stack Hosting Platforms (2022)

Picking the best platform for hosting full-stack apps on a budget is hard. I’ve compiled the best full-stack Hosting Platforms platforms in this quick overview.

Categories
Full Stack JS Rails

Why Ruby On Rails Is Still Superior To JavaScript

The multitude of full-stack JS frameworks is overwhelming. Is Rails better for full-stack development?