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 /*globals*/ to declare a bunch of variables at once. These are things you use but do not define. For example, if you use the window […]
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 Sun Microsystems. Similar to C/C++, Java is a strongly typed language. It can be used to develop mobile applications, web applications, desktop applications, games and […]
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 technology. Some people refer to them as computer programming marathons because they are typically long events, lasting 24-48 hours or even longer. People come with […]
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 create a complete git repository using command line tools only. This way, you will understand what’s going on under the hood when you are using […]
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 that makes your code large or small. I’ve seen a lot of people post on forums asking about problems in their code, or why their […]
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 with a few extra lines of code, which are needed for setting up maven. First of all we create a new project in vscode. To […]
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 to share with you our new web project – dcoder.com. What is dcoder exactly? Dcoder is an online tool that helps you easily unveil blog […]
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 of O’Reilly’s “Learning Java”. He has written several other books on software development as well as numerous articles for international magazines such as javaMag and […]
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 to have in any programmer’s stack as it can be used for everything from web development to software development and scientific applications. Like any programming […]
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 blog about the tricks Java Script can do for you and why you should use JQuery. Java Script Tricks for jQuery Lovers: A blog about […]
