put Generative AI at work
Home Programming High Performance

High Performance

Packt Hub provides the latest around High Performance News. If you’re a Python or Java programmer then look no further. We have the news you need to stay ahead of the game.

Cluster Basics and Installation On CentOS 7

0
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

0
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...
How is imperative programming different to declarative programming?

What is the difference between declarative and imperative programming?

0
Declarative programming and imperative programming are two different approaches that offer a different way of working on a given project or application. But what...
Close-up of a loom weaving colorful fabric

Concurrency programming 101: Why do programmers hang by a thread?

0
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

0
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

0
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

0
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

0
In this article by Michael Diamant and Vincent Theron, author of the book Scala High Performance Programming, we look at how Scala features get...
contract in a form

The US to invest over $1B in quantum computing, President Trump signs a law

0
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...
interactive dashboards

What makes Salesforce Lightning Platform a powerful, fast and intuitive user interface

0
Salesforce has always been proactive in developing and bringing to market new features and functionality in all of its products. Throughout the lifetime of...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews