Blog

Our Blog

We help junior tech professionals, such as developers and designers, to grow.

Latest Posts

Designing the solution in product management

Designing the solution in product management

In our Web Dev Path product management series guided by the Stanford program, Product Management:... Read more

Crafting stories that drive product success

Crafting stories that drive product success

It’s time to talk about roadmaps in our project management blog series based on the Stanford course... Read more

Understanding the problem space in product management

Understanding the problem space in product management

Ever heard the expression, “Don’t put the cart before the horse”? In product management, that’s... Read more

Understanding the product lifecycle

Understanding the product lifecycle

As a product manager, your ultimate goal is to navigate ideas from inception to execution while... Read more

An introduction to product management

An introduction to product management

In today’s fast-paced tech industry, product management plays an important role in turning innovative... Read more

DevOps Practical Experience with Home Lab

DevOps Practical Experience with Home Lab

Intro This summer I had an opportunity to learn DevOps skills through MLH Fellowship x... Read more

Our Success Stories

Meet Cheryl Murphy: Full-Stack Developer, lifelong learner, and volunteer Project Team Lead at Web Dev Path

Meet Cheryl Murphy: Full-Stack Developer, lifelong learner, and volunteer Project Team Lead at Web Dev Path

Cheryl Murphy is not only a dedicated full-stack web developer skilled in technologies like React,... Read more

From Traveler to Tech: Satoshi's Story

From Traveler to Tech: Satoshi's Story

In our blog series that highlights the diverse journeys into the tech industry, we're thrilled to... Read more

Navigating the shift from customer service to coding

Navigating the shift from customer service to coding

In the rapidly evolving landscape of software development, professionals with diverse backgrounds... Read more

Embracing Change: From Marketing and Software Management to UI/UX Design

Embracing Change: From Marketing and Software Management to UI/UX Design

The world of design thrives on diverse perspectives and unique talents. Meet Kimberly Cashwell, a... Read more

Transitioning from Support Engineer to Web Development: Unveiling Vincent's Inspiring Journey

Transitioning from Support Engineer to Web Development: Unveiling Vincent's Inspiring Journey

Welcome to our blog series, where we showcase the inspiring stories of individuals who have thrived... Read more

From HR to Tech: Klesta's Inspiring Journey with the Web Dev Path Project

From HR to Tech: Klesta's Inspiring Journey with the Web Dev Path Project

Welcome to our blog series where we highlight the incredible individuals who have benefited from the... Read more

Next.js

Using Google Fonts with Next.js (typescript)

Using Google Fonts with Next.js (typescript)

To add a google font to an Next.js application, create a Custom Document ( _document.tsx in the pages... Read more

Using Husky Pre-commit git hook with prettier

Using Husky Pre-commit git hook with prettier

Husky allows scripts to run at various git lifecycle events. Here, we want to use the Husky... Read more

TypeScript

Rethinking TypeScript Practices: The Downside of React.FC

Rethinking TypeScript Practices: The Downside of React.FC

In recent years, using TypeScript with React has become increasingly popular. TypeScript adds static... Read more

Using Google Fonts with Next.js (typescript)

Using Google Fonts with Next.js (typescript)

To add a google font to an Next.js application, create a Custom Document ( _document.tsx in the pages... Read more