Programming


How to Remove Duplicates From an Array of Objects in JavaScript

arraycodingprogramming

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

How to Run VS Code Server with Google Colab

vs-codegoogle-colabpython

How to Create Your Own Layout Component in Vue.js

A guide on how to create basic layout components with Header, Footer, and content section.

codingprogrammingjavascript

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

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

A Simple Way to Load Data Before Page Load in Angular

angularweb-developmentprogramming

Create a Ping Pong Game Using JavaScript

Learn how to make a ping pong game with JavaScript and HTML

javascriptweb-developmentgame-development

Master the TypeScript Keyof Type Operator

Welcome to the Mastering TypeScript series. This series will introduce the core knowledge and techniques of TypeScript in the form of animations. Let’s learn together! Previous articles are as…

programmingfront-end-development