Category
AskMeCode
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 […]
Be More Productive in vscode vim with These Must-Have Extensions
If you’ve been looking to be more productive with vscode vim, these extensions are a must have. __VSCode Vim__ VSCode Vim is by far the most popular and well-known extension for vscode vim. It has over 2 million downloads and 300k active users. It’s also free, open source, and available on GitHub. VSCode Vim offers […]
How to Fix vscode java
If you get the error: “Cannot retrieve the latest commit at this time”, this is a sign that the current version of vscode-java does not work with your environment. To fix it, click the “Install Java Dependencies” button in the status bar at the bottom of Visual Studio Code. That should download and install everything […]
Automator is an Automation app in Mac OS
If you want to know how to make your life easier, take a look at the Automator app in Mac OS: a free downloadable program that offers dozens of different ways to do anything on your computer. You can set up a series of keyboard shortcuts, so that every time you press Cmd + C […]
A New Approach To App Development
If you have a vision for an app but lack the time, resources or technical know-how to develop it, you need a team of developers who can build your app from start to finish. With global mobile application revenues expected to reach $188.9 billion by 2020, being an early mover in this space is crucial […]
Capture, Collaborate, and Compare with Version Control
How do you ensure that your code is correct? You can test it, but your tests might not cover all test cases. You can have someone review the code, but there are still things that they might miss. You can use version control to capture the changes made to your code, collaborate with others on […]
Explore Vim Commands With The vimrc File
This is a blog that I write as I explore Vim commands with the help of my vimrc file. In 2015, I discovered the Unix Stack Exchange website and its Vim chatroom on Gitter. The chatroom is full of Vim enthusiasts who have helped me understand more about the text editor and what it can […]