Introduction to QEMU 386
Today, I want to talk to you a little about QEMU 386, which stands somewhat apart in the world of virtualization.
Read more DetailsToday, I want to talk to you a little about QEMU 386, which stands somewhat apart in the world of virtualization.
Read more DetailsEver wanted some beautiful graphs on your application ? D3.js
is a library for doing just that: rendering beautiful graphs using HTML and SVG.
Diagram as Code (DaC) is a methodology that allows you to create and maintain software architecture diagrams using code. With DaC, you can define the structure of your application in a declarative way, using a domain-specific language (DSL) or a programming language, and generate diagrams from that code automatically. This approach has many benefits over manual diagramming, such as improved consistency, better maintainability, and increased automation.
Read more DetailsGovmomi is an open-source library for managing VMware vSphere. It allows developers to create applications to manage VMware vSphere resources, such as virtual machines, networks and storage.
Read more DetailsThe definition of the word immutable is “unchanging over time or unable to be changed.”
Read more DetailsFaire un capacity planning c’est se projeter dans le futur et s’assurer qu’on aura la capacité de répondre à la demande.
Read more DetailsThe default HTTP connection is usually closed after each request has been completed, meaning that the server closes the TCP connection after delivering the response. In order to keep the connection open for multiple requests, the keep-alive connection header can be used. All modern browsers use persistent connections as long as the server is willing to cooperate. You may also use HTTP/1.1, where Keep-Alive is implemented differently and the connections are kept open by default unless the response contains a “Connection: close” header.
Read more Details