Categories
Coding General

5 common error messages: reasons and resolutions

Though we are constantly glued to our computers all day round, handling several errors is challenging. You might have been using your laptop for years, but there are issues that appear all of a sudden, and you don’t know how to fix them. Error messages, whether they are simple or complex, are frustrating as they […]

Categories
Coding General

Skills you may excel at if you know how to code

The ability to write computer code is an incredibly valuable skill in and of itself. It opens the door for limitless creative projects, and can in many cases lead to a strong, stable career. In addition to these clear benefits though, the ability to code also provides you with a foundation on which to build […]

Categories
General

How to configure VS Code for Vue.js projects

Recently, I have started to play around with Vue.js. While it looks very promising, I had a difficult time to run it in VS Code. It took sometimes to add necessary plugins and tweak some settings to reach a desirable result. That’s why I decided to share my experience on how to configure VS Code […]

Categories
General

How to set allowed lower and upper value of Gtk Adjustment component

I have limited experience in Gtk+, even though I studied it around four years ago. The newer version has brought some changes which sometimes seems confusing particularly when using Glade Interface Designer for building the UI.Part of it is due to lack of good documentation and part of it is due to non-intuitive Glade Interface. […]

Categories
General

IntelliJ IDEA shortcuts for Eclipse users

IntelliJ IDEA IDEs are very popular among developers, especially Java folks. In addition to that, they support multiple languages such as Java, Scala, C/C++, Python, etc. I have recently switched from Eclipse to IntelliJ for Java development. At first, I had very difficult time to give up Eclipse convenient shortcuts. As a result I came […]

Categories
General

Basic of Multi-threading programming

Multi-threading is one the most interesting topics in computer computer science and programming. Of course it is also difficult and cumbersome for programmers even professional ones. Doing multi-threading programming requires some prior knowledge regarding the thread and process. This post dedicates to Java multi-threading programming and I tried as much details as I could here. […]

Exit mobile version