How to Write a Palindrome Using Java
import java.util.Scanner; public class Palindrome { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.print(“Enter a word to check whether it is a palindrome or not: “);…
Read More →Five Steps to Save The Leap Second in 2016
The world is in a battle over the leap second. The leap second is a little extra second added to Coordinated Universal Time (UTC) as needed to keep clocks in…
Read More →How To Become A Software Engineer
To become a software engineer is not easy. You have to go through many phases to achieve your career goal. Below are some of the phases you will go through.…
Read More →why code 2?
Why Code 2? There are far more programming languages in the world than most people realize. The vast majority of them are just variations on other languages, or are only…
Read More →Need to hire a programmer? Here’s How to Find and Hire the Best One
Here are a few tips to help you find and hire the best programmers for your projects. They don’t need to be full-time employees. If you’re looking for an all-star…
Read More →honeycode at Github
honeycode at Github: A blog on github with code samples. I will be posting a series of articles highlighting all the useful things that can be done using Google Spreadsheets…
Read More →The best ways to unminify CSS
The best ways to unminify CSS: a blog about how to speed up your website by compressing your css. The best ways to unminify CSS: a blog about how to…
Read More →The Complete Python 3 Bootcamp Tutorial For Beginners – Learn Python in One Day
This is the best Python course available online and it’s designed for people who are looking to learn how to program using Python. This is not a tutorial but it’s…
Read More →How To Build a C
We all want to build a compiler, at least once in our lifetime. I am here to tell you that it is not very hard to do so. All you…
Read More →Introducing Python support in Visual Studio Code
Today we are announcing the general availability of Python support in Visual Studio Code, as announced at Microsoft Connect(); this follows our preliminary release last month. Visual Studio Code’s code…
Read More →