Solution

24 posts tagged with "Solution"

May 5, 2026 · 10 min read
The Quiet Architecture of Trust: Building the SSoC Season 5 Onboarding Almanac
How we turned a static registration list into a privacy-first, self-healing verification system — one subtle decision at a time.
Programming, Career & Achievement
April 25, 2026 · 3 min read
Fixing “Could not create SSL/TLS secure channel” in PowerShell
Fix the “Could not create SSL/TLS secure channel” error in PowerShell. Learn why it happens, how to debug it, and apply both temporary and permanent fixes using TLS and .NET settings.
Programming
September 10, 2019 · 3 min read
8 Mistakes I Made As A First-Time UX Manager
Miriam Isaac, who recently became a UX Manager, explains her struggles and learnings in 8 sections, which is extremely helpful to the community.
Programming, Design & UX
June 10, 2019 · 7 min read
Semver failing the Developers
> This article is a repost of an article by Jongleberry, as it was really interesting and it is not available online. The article has been substantially
Programming, Lifestyle
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 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
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 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 14, 2018 · 5 min read
Crazy Image EXIF Orientation Bug (or Feature?)
Get an idea about what is EXIF in photos, how does the orientation tag affect the display of your images and how to fix them.
Web Development, Programming, Career & Achievement, Design & UX
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 16, 2018 · 23 min read
Live: HackCity 2018 - City, University of London's Annual Hackathon 2018 on 17th - 18th February 2018
HackCity is back again for it's 2nd year! HackCity team is welcoming students from all over London, the UK and Europe, for all student fun and free Hackathon.
DevOps & Tools, Programming, Hackathons & Events, Security, Travel & Places, Entertainment
February 10, 2018 · 3 min read
Best way to import or export the Git Configuration
A simple and best way to find the file where git stores its configuration and copy them across devices and installations.
DevOps & Tools, Programming, Security
January 26, 2018 · 2 min read
Solution to Git Bash is very slow in Windows!
Had issues with Windows 10 and found solution to Git Bash is very slow in Windows!
DevOps & Tools, Programming
December 25, 2017 · 1 min read
Handling Broken Image Links in a Better Way (HTTP Only)
A small snippet for handling images that do not exist or throw error in a website, without much struggle using JavaScript.
JavaScript, Web Development, Programming, Design & UX, Lifestyle
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 5, 2017 · 4 min read
Challenge: Internet Explorer Table Cells & Positioning Nightmare & Alternatives
After a lot of struggles, I was unable to find a solution for fixing Internet Explorer Table Cells & Positioning absolute issue.
Web Development, Programming, Career & Achievement, 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 12, 2017 · 2 min read
Keyboard acting weird after MacBook Pro cleaning solved!
An experience of mine on fixing my new MacBook Pro's keyboard misbehaving after a full clean.
Lifestyle