Day: October 16, 2022
14 posts
Deno: how to start use it
Deno is a new JavaScript/TypeScript runtime with secure defaults and a great developer experience. It’s built on V8…
Javascript Array Reduce Method
The Javascript reduce method is a recursive way to perform a computation based on every element in array,…
Why We’re Breaking Up with CSS-in-JS
Hi, I’m Sam — software engineer at Spot and the 2nd most active maintainer of Emotion, a widely-popular…
React, the Humble – Write once, render in Web and Native
Using the Humble Object pattern to render React in both web and native environments. What is the Humble…
Javascript Array Slice Method
The slice method on arrays returns a shallow copy of a part of an array. It takes two…
How to Change a Git Commit Date (For Beginners)
I am assuming you know git commit command and its option –amend. If not, then read about them…
Don’t be arrogantly ignorant: don’t flame
There is a widespread tendency in technology to discuss specific programming languages (and their frameworks) with open contempt.…
Meta Tag in HTML
Hey Devs, Today I gonna explain about “how to use html meta tags in a website?”. So, Let’s…
Automate the removal of likes in TikTok
If you have ever tried to delete your likes on TikTok you would have realized that there are…
In One Minute : V8 (JavaScript engine)
V8 is a free and open-source JavaScript engine developed by the Chromium Project for Google Chrome and Chromium…