JavaScript

32 posts tagged with "JavaScript"

July 22, 2025 · 6 min read
Complete Beginner’s Guide to Micro Frontends - Day 1
Let’s build your first micro frontend application step-by-step. I’ll guide you through creating a simple setup with two micro frontends that can work together.
JavaScript, Programming
June 30, 2019 · 7 min read
GSSoC 2019: Two months of Coding Mentorship with Techtonica!
Being an Open Source supporter, contributor and enthusiast, I came to know about GirlScript Summer of Code 2019 and this is my experience as a blog-post.
JavaScript, Programming, Career & Achievement, Hackathons & Events
June 1, 2019 · 3 min read
Wildcard Routing is an Anti-Pattern
Probably the most cringy pattern I see when creating apps is wildcard routing. With the next version of Express changing support for wildcards, many
JavaScript, Web Development, Programming
May 1, 2019 · 8 min read
Making Axios Request Payload work with PHP & What goes behind?
I tried to use a mock PHP page for my API requests with Axios, but unfortunately I ran into multiple problems. This article has solutions for all.
JavaScript, Web Development, Programming
April 25, 2019 · 8 min read
Notifications in React JS using Noty
I tried implementing the classic "Toast Notifications" in React by using the Noty plugin and this is an introduction to use the same plugin in React JS apps.
JavaScript, Web Development, Programming, Design & UX
April 20, 2019 · 9 min read
Using React's Proxy to get ahead of CORS & use HTTPS for API calls
My experience of managing to use CRA React's Proxy feature to proxy an API server like it's in Production and use Secure HTTPS on localhost!
JavaScript, Web Development, Programming, Security
April 15, 2019 · 6 min read
Handling the weird way of Redux State Initialisation
Redux's state initialisation is weird and you shouldn't trust it. This is why, an experience where I debug it to fix an error of reducer not loading.
JavaScript, Programming
April 10, 2019 · 4 min read
Troubleshooting React with Redux & Redux DevTools
When I was using React with Redux, I encountered TypeError: Cannot read property 'apply' of undefined and tried to debug and solve it in a better way.
JavaScript, Programming
April 5, 2019 · 9 min read
Natural Sorting in JavaScript
An experience of how I came up with my idea of natural sorting solution with a comparison to other similar solutions.
JavaScript, Programming, Career & Achievement
April 3, 2019 · 12 min read
Creating my own HAR Reader
I generally use a complex rendering engine to create a few content heavy websites locally. When I do, the original files that generate the website will be
JavaScript, DevOps & Tools, Programming
June 1, 2018 · 4 min read
Right way of delaying execution synchronously in JavaScript without using Loops or Timeouts!
I recently found a better way to delay JavaScript execution by the use of async and await keywords. Sharing my experience with a Jest test case.
JavaScript, Web Development, Programming, Agile & Process, Lifestyle
May 31, 2018 · 9 min read
Get the right dimensions for social preview image!
Walking through my journey in creating a simple snippet that helps us get the right dimension for thumbnails for links that are shared in social networks.
JavaScript, Programming, Design & UX, Social & Culture
May 24, 2018 · 5 min read
ES6 arrow functions and arguments
We thought ES6 fat arrow functions cannot have arguments? Not exactly, but there's a way to pass arguments.
JavaScript, Programming
May 21, 2018 · 3 min read
Getting rid of the X-Powered-By in Express JS Middle-ware using Blood, Sweat & Tears
An article on how to get rid of X-Powered-By headers in all versions of Express JS and Node JS.
JavaScript, Web Development, Programming, Entertainment
May 9, 2018 · 6 min read
Changing the colour of SVG Images using CSS & jQuery
A scalable approach to convert linked SVG Images into inline SVGs and use CSS & jQuery to manipulate then, eg., change colours.
JavaScript, Web Development, Programming, Design & UX
May 4, 2018 · 5 min read
Implement a Quick Captcha using JavaScript
A simple, quick and efficient way of implementing JavaScript based client side CAPTCHA.
JavaScript, Programming, Security
April 19, 2018 · 5 min read
Creating a TOC for my Ghost Blog
Being lazy I found a way to automate getting the Table of Contents from my Ghost Blogging Platform to Markdown to construct my Contents section.
JavaScript, Programming, Lifestyle
March 1, 2018 · 5 min read
Avoiding HTTP 404 for map files when using minified CSS & JavaScript
Best way to get rid of 404 errors when accessing a sourcemap.
JavaScript, Web Development, Programming, Lifestyle, Social & Culture
February 14, 2018 · 3 min read
Suppressing Errors or Handling non existing includes in Nunjucks Templating engine
I didn't know how to suppress or handle errors in Nunjucks (Jinja2) when including a file that doesn't exist. I have solved it in a simple way.
JavaScript, Web Development, Programming
December 2, 2017 · 2 min read
Changing the origins of draggable - Possible!
Quick tutorial on how to change the origin of draggable, which by default drags on top and left offsets. Now you can customise in your own way.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
August 3, 2017 · 3 min read
Scroll content on hover using jQuery and the Mathematics behind it
This article explains the huge mathematics behind animated scrolling to keep up the time.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
July 29, 2017 · 2 min read
Getting the Initialisation Parameters for DataTables
Killing and reinitialising the DataTable. An example demonstration.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
July 23, 2017 · 7 min read
Conditional Formatting in JavaScript like Excel and other spreadsheet solutions
This is a crazy JavaScript challenge I worked today to create a similar effect like conditional formatting in Excel.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
July 7, 2017 · 4 min read
Best way to punish Plagiarisers? Vote them down!
Recently this website: codexample.org started plagiarising Stack Overflow. This is the revenge from a fan of Stack Overflow.
JavaScript, Web Development, Programming, Career & Achievement, Security, Lifestyle
July 1, 2017 · 2 min read
CSS Transitions & JavaScript for Animated Entry Effects
Creating a Slide Off Effect using CSS Transition Width Right to Left.
JavaScript, Web Development, Programming, Career & Achievement
June 24, 2017 · 2 min read
Using SweetAlert2 for navigating inside the pages and not focusing on calling element
Making SweetAlerts2 not to focus on the initiating element.
JavaScript, Web Development, Programming
June 20, 2017 · 2 min read
Calculation of Range between Array Elements
An article for calculation of range between array elements.
JavaScript, Programming, Career & Achievement
June 8, 2017 · 33 min read
Introduction to MongoDB
A quick introduction on MongoDB from a beginner's perspective. My learning experience as an article.
JavaScript, Programming
June 2, 2017 · 6 min read
Evolution of Drop Down Menus and Exiting Them
This has been a huge problem with drop down exit implementation strategy. This article explains a better way.
JavaScript, Web Development, Programming
May 10, 2017 · 2 min read
Enabling POST request for Ghost Blog
A quick way to solve the issue with Ghost, where it doesn't accept POST requests.
JavaScript, Web Development, Programming
February 19, 2017 · 3 min read
Writing Strings with JavaScripts using only six minimal characters!
An attempt to write content in JavaScript only using six minimal characters.
JavaScript, Programming
February 16, 2017 · 4 min read
Any values of 0 or 1 from REST API, when type-casted to boolean returns true.
You can never trust the automatic type conversion in JavaScript when it has more than two data types.
JavaScript, Web Development, Programming