PinnedAbhimanyu Chauhan·Dec 13, 2021What I learnt after 6 years, working in the IT industryHaving over 6 years of XP now, these are some of the things I learnt. I hope they can help in some way with your growth in the IT Industry.
PinnedInJavaScript in Plain EnglishbyAbhimanyu Chauhan·Jan 24, 2021An Introduction to Webpack 5A step-by-step introduction into the world of bundling JavaScript apps.A response icon2A response icon2
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Jan 1, 2024A Simple Guide To ClosuresIf you have ever been to a JavaScript interview, then there is a high probability of you being asked, what a closure is??
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Dec 30, 2023A Simple Guide to Mutation Observers(JS)With all the frameworks to work on, it's always nice to use some VanillaJS to resolve an issue. One of the observers I have been using on a…
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·May 9, 2022Custom Directives in Vue 3Introduction to the world of custom Vue.js directives
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Apr 3, 2022Event.isTrusted, Safeguard Your Site from BotsCheck whether an event is triggered by a human or by a script.
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Jan 26, 2022An Introduction to IIFEs for BeginnersWhat are IIFEs? IIFEs or Immediately Invoked Function Expressions are functions that get invoked the moment they are defined.
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Jan 22, 2022Vue 3 Programmatic Component DesignCreate dynamic component templatesA response icon3A response icon3
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Jan 3, 2022How to Attempt Coding Assignments For Job ApplicationsShow-off your skills in a tasteful manner
InJavaScript in Plain EnglishbyAbhimanyu Chauhan·Dec 27, 2021JavaScript Operators You Need To Start UsingWrite better and clean code. There are more to JS than =, ==, && and ||