Git can be overwhelming to new developers and they get scared looking at all the git commands. What If I tell you that these 10…
View More These 10 git commands are all you need as a developerTag: coding
XmlHttpRequest – Http requests in Excel VBA (Updated 2022)
Excel is a powerful and most popular tool for data analysis! HTTP requests in VBA gives additional capabilities to Excel. XmlHttpRequest object is used to…
View More XmlHttpRequest – Http requests in Excel VBA (Updated 2022)5 easy ways to center an element with CSS
Centering an element with CSS using the wrong approaches or hacky methods can be painful. Here are 5 easy ways to center an element in…
View More 5 easy ways to center an element with CSSHow to add participants to a WhatsApp group using whatsapp-web.js
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question in the comments of that video asking about…
View More How to add participants to a WhatsApp group using whatsapp-web.jsHow to send a PDF to multiple contacts/groups using WhatsApp API
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question about how to send a PDF to multiple…
View More How to send a PDF to multiple contacts/groups using WhatsApp APIHow to send a list of options and get the user response in WhatsApp API
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question in the comments of that video. Let’s find…
View More How to send a list of options and get the user response in WhatsApp API12 commonly used Javascript Array methods that you should know
A list of 12 commonly used Javascript array methods that every developer should know. These methods are used on day-to-day real-life projects all the time.…
View More 12 commonly used Javascript Array methods that you should knowConvert text to realistic handwriting using Javascript
hello everyone welcome back to another episode of the spotlight of the day series. Today we have a library called handwritten.js This is a library…
View More Convert text to realistic handwriting using JavascriptCreate cool typing animation in your website | Spotlight of the day series
Learn how to create a cool text animation that appears to be typed by a real user Reference links Typed.js GitHub – https://github.com/mattboldt/typed.js Typed.js website…
View More Create cool typing animation in your website | Spotlight of the day seriesText recognition in the browser using Tesseract.js | Spotlight of the day series
Learn how to do text recognition in the browser in a react app using tesseract.js Source code is available at Tesseract OCR React Watch the…
View More Text recognition in the browser using Tesseract.js | Spotlight of the day series