Blog


JavaScript: How to Add and Remove Event Listeners

What is the purpose of event listeners? Event Listeners ensure your page responds accordingly when a specific action occurs.

CodingProgrammingJavascript

Improve Remote Development Workflow with Fewer Tools, Single Context

Remote work is the new norm, and also a big challenge. Here's a 3-step framework to optimize remote software development workflow for large dev teams.

Remote workRemote developmentWorkflow

How to Run VS Code Server with Google Colab

Vs codeGoogle colabPython

Why Create React App is Outdated in 2022

Create React App is what almost every developer (including myself) learned to use first when learning the JavaScript library React and I think this has led to a couple of significant flaws. While…

ProgrammingJavascriptReact

Python: logging program state into multiple files for analysis

PythonDataData Science

Next.js Middleware: How it Works and 5 Real Use Cases

Since v. 12.0.0 (stable from 12.2.0), Next.js added Middleware. Middleware (as it is in many other frameworks) is a way to intercept the user's request before it reaches the actual page. Put simply…

Nextjs

React Router: How to Use the useParams() Hook

A guide (with examples) on how you can use the useParams() hook to improve your web applications.

JavaScriptWeb DevelopmentReact

The Best Way to Gain an AWS Gold Jacket (12x certifications)

A roadmap for achieving and maintaining the 12 certificates that AWS currently offers. It’s a long and demanding road, but that doesn’t have to discourage you.

AWSCloud Computing

How to Print the Entire Component Using screen.debug() in React Testing Library

ReactTddTesting

A Simple Way to Load Data Before Page Load in Angular

AngularWeb DevelopmentProgramming