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 →

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 →

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 →

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 →