Challenge

25 posts tagged with "Challenge"

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
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
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
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 20, 2018 · 7 min read
Working with Virtual Hosts in Scotch Box Pro
My experience in making the vHosts command work on the new Scotch Box Pro. This tutorial is aimed at beginners.
Web Development, DevOps & Tools, Programming
March 12, 2018 · 10 min read
A quick app for creating Equal Total Payments using PHP
A simple app using PHP that generates the list of payments to be done every month along with interest and principal amount paid.
Programming
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
February 2, 2018 · 4 min read
R. U. HACKING? - 24 Hour Student Hackathon 3rd - 4th February, 2018 at University of Reading
This hackathon is organised by the student-led R. U. Hacking? society here at the University of Reading in association with the lovely people over at RUCES (Reading Computing & Engineering Society).
Programming, Hackathons & Events
January 27, 2018 · 15 min read
Live: IC Hack 18 - Imperial College London's Annual Hackathon 2018 on 27th - 28th January 2018
Imperial College, London is conducting its annual hackathon on the 27th and the 28th of January 2018.
Programming, Hackathons & Events, Security, Travel & Places, Entertainment
January 15, 2018 · 2 min read
NVIDIA® Jetson™ Developer Challenge - Calling all the Developers out there!
NVIDIA is challenging you to show us how you can transform robotics, industrial IoT, healthcare, security or any other industry with a powerful AI solution,
Programming, Hackathons & Events, Security, Crypto & Emerging Tech
January 10, 2018 · 2 min read
Ask Me Anything!
What is an Ask Me Anything page? Recently I have opened up my Ask Me Anything page, where you can ask literally anything.
Programming, 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 26, 2017 · 6 min read
Microsoft Most Valuable Professional Award and Tips to become an MVP
Recently I was awarded the most prestigious Microsoft MVP Award. Also, a quick bite on how to achieve it!
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 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
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
May 20, 2017 · 7 min read
Challenge: Making an Affiliate Registration with Hierarchy
A PHP & MySQL script for creating a simple affiliate registration marketing.
Programming