programming BLOGS

Sublime Text 3 Shortcuts you must know!

List of all useful Sublime Text keyboard shortcuts. These shortcuts will make any programmers life easy and also these will help you save a lots of time as most of the tdious tasks can easily be done with these shortcuts.

Top deep learning repositories on Github!

Deep Learning is a new area of Machine Learning research, which has been introduced with the objective of moving Machine Learning closer to one of its original goals: Artificial Intelligence. Here's a list of top 180 deep learning Github repositories sorted by the number of stars.

Using geolocation and Google Maps API to get detailed location information!

HTML Geolocation API provides us only the latitude and longitude information, to get the full detailed information about the address here we will use Google Maps API to fetch detailed address information.

How to get geolocation or latitude and longitude information with javascript!

Geolocation refers to the identification of the geographic location of a user or computing device via a variety of data collection mechanisms. Here is a simple example on how to get latitude and longitude information using javascript and HTML5 geolocation API.

How many programming languages are there 2018?

There are only a few top programming languages used these days but those are only a few cherry on top of a huge tree. There are a vast number of programming languages which are not well known. This article will help you find mostly all of them and also link to their official websites.

Test for prime numbers using python!

Here is a simple prime number tester function in python, which tests a specific number and outputs the result whether it's a prime or not. Also how to iterate over a range of numbers and test each for prime.

The 'Fizz Buzz' Coding Interview Problem in depth guide!

It's one of the most widely asked coding Interview problem and has been used for many years to test the coder or programmer understanding of the basic of data structures and algorithms. This guide will help you improve your core understanding of the data structures.

Ultimate 500GB google drive link of Programming books and video tutorials!

Google drive link of 500GB containing a huge collection of ebooks, video tutorials on programming, free computer softwares and lots more. Anyone can easily download all the conents or save them to their google drive accounts.

Most difficult programming questions - The Project Euler

These are the most difficult programming questions involving use of highly efficient algorithms that allows you to practice and improve your coding skills.

How to make Avengers character predictor with PHP!

Here is the full tutorial on how to make a predictor website that predicts users favourite Avengers character using PHP and displays the result along with users name.