Beginners

27 posts tagged with "Beginners"

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
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
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 29, 2018 · 7 min read
Generating Screenshots of URLs using Google's secret magic API
A simple and quick way of generating screenshots without any external software or libraries using Google's Page Speed Insights API.
Web Development, DevOps & Tools, Programming, Social & Culture
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
April 14, 2018 · 9 min read
Oh My Zsh Cheat Sheet
As a big fan of the CLI, I really hate using my computer mouse! OhMyZ.sh is one of the best tools that helped me. Look at why with this article.
DevOps & Tools, Programming, Design & UX
March 25, 2018 · 5 min read
Usability & User Experience
A simple take away from real world examples to make people, who aren't techie to understand the difference between Usability and User Experience.
Web Development, Programming, Design & UX, Social & Culture
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 5, 2018 · 2 min read
Fetching Items with Multiple Tags in a Tag-based Search
The previous method can tag multiple, but can retrieve only mails from a single label. In this article, we'll see how to retrieve mails from more than one label.
Programming
February 23, 2018 · 11 min read
Git Standards followed in our way of Spotify Agile Methodology
All the coding standards we follow, that can be applied to other software development projects to achieve better results.
DevOps & Tools, Programming, Agile & Process, Lifestyle
February 20, 2018 · 14 min read
My Experience on Spotify Agile Methodology
I have been working on this methodology for a long time, so just sharing my experience and how to embrace it.
DevOps & Tools, Programming, Agile & Process, Lifestyle
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
November 17, 2017 · 2 min read
Any plans this weekend? Please no! CodeSchool is free from Nov 17 - 19, 2017!
Free Weekend is a special event during which all of Code School's interactive courses, projects and screencasts becomes available for free.
Programming, Hackathons & Events
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
June 22, 2017 · 6 min read
Hot discussions on Tabs vs. Spaces in Coding - Which person are you?
Trending discussion on Tabs vs. Spaces and how it affects your career.
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 14, 2017 · 7 min read
Implementation for tag based mail system by JOINS using MySQL Database
A beginner's guide to implement tags based mail system using MySQL JOINs.
Programming
June 10, 2017 · 3 min read
Flame the inner gamer in you with FLAMES
A simple PHP based script to relive the childhood and play the FLAMES game.
Programming, Entertainment
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