Blog

Our Blog

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

All Posts

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

How to Spot and Avoid Job Scams: A Guide for Junior Tech Professionals

How to Spot and Avoid Job Scams: A Guide for Junior Tech Professionals

In the digital age, finding your first or next tech position online has never been easier. Scammers... Read more

Best Practices for useState and useEffect in React

Best Practices for useState and useEffect in React

This article cover image was created with the assistance of DALL·E 3 Welcome to the world of React!... Read more

The Scrum Hour

The Scrum Hour

This article cover image was created with the assistance of DALL·E 3 Hey everyone! As we say goodbye... Read more

Understanding Memory Location in JavaScript

Understanding Memory Location in JavaScript

JavaScript powers the web with its ability to build interactive websites and applications. Despite... Read more

Making Your LinkedIn Profile Shine in the Tech World

Making Your LinkedIn Profile Shine in the Tech World

Hello again, tech people! Over the past four years, I've navigated the ebb and flow of the tech... Read more

Questions to ask when choosing your first tech jobs

Questions to ask when choosing your first tech jobs

Starting a career in the tech industry is both exciting and daunting. As newcomers, we often focus on... 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

Choosing the Right Way to Deploy Your Project

Choosing the Right Way to Deploy Your Project

Smooth teamwork for winning projects When multiple heads come together for a project,... 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

Communication in Times of Remote Work: Overcoming Challenges and Enhancing Collaboration in Tech Teams

Communication in Times of Remote Work: Overcoming Challenges and Enhancing Collaboration in Tech Teams

"Communication is the essential glue that binds remote tech teams together." When it... 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

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

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

Understanding the Differences in Low-Context and High-Context Communication Styles in Business Environments

Understanding the Differences in Low-Context and High-Context Communication Styles in Business Environments

A few years ago, I was fortunate enough to participate in a workshop with a career coach who... Read more

Asynchronous Data Fetching Made Fun: Promises, Async/Await, and Functional Programming in JS and React

Asynchronous Data Fetching Made Fun: Promises, Async/Await, and Functional Programming in JS and React

Asynchronous data fetching can sometimes feel like a wild adventure in the synchronous world of... Read more

Creating responsive and fluid layouts with flexbox, rem units, and mobile-first approach

Creating responsive and fluid layouts with flexbox, rem units, and mobile-first approach

In today's world, where users access websites on different devices with varying screen sizes and... Read more

How to use the Intl.ListFormat built-in WEB API

How to use the Intl.ListFormat built-in WEB API

What is a built-in WEB API? A built-in Web API is a collection of pre-built JavaScript... Read more

Healthy Schedules to Prevent Burnout in Tech Teams: How Scrum Can Help

Healthy Schedules to Prevent Burnout in Tech Teams: How Scrum Can Help

The tech industry is constantly evolving and fast-paced. Companies must stay ahead of the curve to... Read more

Destructuring Objects in JavaScript: A Beginner's Guide

Destructuring Objects in JavaScript: A Beginner's Guide

If you've ever found yourself needing to access properties of an object in JavaScript, you may have... Read more

Getting Your First Interview as a Front-End Developer: A Strategy

Getting Your First Interview as a Front-End Developer: A Strategy

Let's set the scene: You've just completed a bootcamp or web development program and are eagerly... Read more

My Favourite Resources for Practicing Web Development

My Favourite Resources for Practicing Web Development

1. Frontendmentor.io Frontendmentor provides designs, and challenges can be completed in... 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

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