5 useful Visual Studio Code extensions for Angular developers
Visual Studio Code has become a very popular code editor for Angular developers, particularly those running the Angular CLI. Features such as Syntax highlighting...
PHP 8 and 7.4 to come with Just-in-time (JIT) to make most CPU-intensive workloads...
Last week, Joe Watkins, a PHP developer, shared that PHP 8 will support the Just-in-Time (JIT) compilation. This decision was the result of voting...
Multithreading with Qt
Qt has its own cross-platform implementation of threading. In this article by Guillaume Lazar and Robin Penea, authors of the book Mastering Qt 5, we will...
Create a Local Ubuntu Repository using Apt-Mirror and Apt-Cacher
How can a company or organization minimize bandwidth costs when maintaining multiple Ubuntu installations? With bandwidth becoming the currency of the new millennium, being...
What is the difference between functional and object oriented programming?
There are two very popular programming paradigms in software development that developers design and program to. They are known as object oriented programming and...
Meet the famous ‘Gang of Four’ design patterns
A design pattern is a reusable solution to a recurring problem in software design. It is not a finished piece of code but a...
Documenting RESTful Java Web Services using Swagger
In the earlier days, many software solution providers did not really pay attention to documenting their RESTful web APIs. However, many API vendors soon realized the need...
“Rust is the future of systems programming, C is the new Assembly”: Intel principal...
At Open Source Technology Summit (OSTS) 2019, Josh Triplett, a Principal Engineer at Intel gave an insight into what Intel is contributing to bring...
Go User Survey 2018 results: Golang goes from strength to strength, as more engineers...
Yesterday, the team at Go announced the results of their user survey for the year 2018. 5,883 users from 103 different countries participated in...
Writing Your First Cucumber Appium Test
In this article, by Nishant Verma, author of the book Mobile Test Automation with Appium, you will learn about creating a new cucumber, appium...