Programming


Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef

An overview of elements, templates, views, and view containers in Angular and how to modify the DOM programmatically.

angularjavascriptweb-development

5 Ways To Detect Mobile Browsers in JavaScript

Responsive web design is not only about CSS

programmingweb-developmentreact

An Amazing Visual Studio Code Extension You Might Not Know About

Introducing Blackbox: The AI that gives you code solutions in response to the questions you enter.

javascriptprogrammingai

How to Set Focus on an Input in React

Make the user experience better by automatically applying focus to inputs

reactjavascriptweb-development

Passing Arguments to Event Listeners in JavaScript

JavaScript essentials that you might not know about

javascriptweb-developmentprogramming

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