The 10-second Guide to JSLint (Or, What’s the Difference Between ‘ == ‘ and ‘ === ‘?)
10-second guide to JSLint No semicolons. Use === instead of == . No ++ or — . Use /*global*/ to declare variables, like this: /*global foo, bar */ . Use…
Read More →Visual Studio Code Java – Top Features
Visual Studio Code Java – Top Features: A blog with tips and tricks for Java Developers using Visual Studio Code. Java is a general purpose, high-level programming language developed by…
Read More →Top Three Reasons To Attend A New Hackathon
Hackathons are becoming increasingly popular in the technology scene. If you have been living under a rock, a hackathon is an event where people come together to build something using…
Read More →Git is the Best Version Control System
Git is the Best Version Control System: A blog about git and why it’s the best version control system. The goal of this blog is to show you how to…
Read More →Why Your Code is So Big? Let It Be, Before It Creeps Up
[CodeHub](http://blog.codehub.com/) is a blog around managing and reducing the size of your code base. The size of your code base is not the problem, it’s how your features are implemented…
Read More →Reacting to real time changes using vscode
This blog will go through how to create a simple application that displays the current date and time from real time changes using the reactive java framework. This is done…
Read More →www.dcoder.com
Do you have a blog? A website? Or maybe you plan to start one soon. No matter what your situation is, we have something useful for you. We are excited…
Read More →prism.js — An ultra-simple data visualization library
Welcome to prism.js, the ultra-simple data visualization library. > This is a guest post by Julien Ponge, creator of prism.js and co-founder at Zenika. Julien is also the main author…
Read More →Learn the Basics of Python Programming within 24 hours
Python is a general-purpose, versatile and popular programming language. It’s great as a first language because it is concise and easy to read, and it is also a good language…
Read More →Java Script Tricks for jQuery Lovers
Java Script Tricks for jQuery Lovers: A blog about the tricks Java Script can do for you and why you should use JQuery. Java Script Tricks for jQuery Lovers: A…
Read More →