Cluster Basics and Installation On CentOS 7
In this article by Gabriel A. Canepa, author of the book CentOS High Performance, we will review the basic principles of clustering and show...
Clean Coding in Python with Mariano Anaya
Key-takeaways:
Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity.
If we want our project to successfully deliver features constantly at...
What is the difference between declarative and imperative programming?
Declarative programming and imperative programming are two different approaches that offer a different way of working on a given project or application. But what...
Concurrency programming 101: Why do programmers hang by a thread?
A thread can be defined as an ordered stream of instructions that can be scheduled to run as such by operating systems. These threads,...
ASP.NET site performance: reducing long wait times
Measuring wait times
We can use a number of ways to find out which external requests are most frequent and how long the site has...
ASP.Net Site Performance: Reducing Page Load Time
The JavaScript code for a page falls into two groups—code required to render the page, and code required to handle user interface events, such...
Advanced Cypher tricks
Cypher is a highly efficient language that not only makes querying simpler but also strives to optimize the result-generation process to the maximum. A...
Exploring Scala Performance
In this article by Michael Diamant and Vincent Theron, author of the book Scala High Performance Programming, we look at how Scala features get...
The US to invest over $1B in quantum computing, President Trump signs a law
US President Donald Trump signed a bill called the National Quantum Initiative Act. This is a nation-wide quantum computing plan will establish goals for...
What makes Salesforce Lightning Platform a powerful, fast and intuitive user interface
Salesforce has always been proactive in developing and bringing to market new features and functionality in all of its products. Throughout the lifetime of...