Community driven content discussing all aspects of software development from DevOps to design patterns. Primitive types represent the simplest, most direct way to represent data in code. Even the most ...
This represents a waterfall type of approach to project planning, where one phase flows into the other. It works well for certain industries such as construction and manufacturing, but it is less ...
Despite their shared name, forward and reverse proxies couldn't be more different in terms of their purpose, their implementation and the role they play in enterprise architectures. The key difference ...
Jenkins provides two different syntaxes for pipelines. When DevOps engineers write a Jenkins pipeline, they can choose between declarative and scripted. The differences between the two are both subtle ...
The object-oriented paradigm popularized by languages including Java and C++ has slowly given way to a functional programming approach that is advocated by popular Python libraries and JavaScript ...
As use of blockchain grows, so too does the adoption of distributed ledger technology in its many forms. Blockchain is the underlying storage mechanism for DLT, and with smart contracts a blockchain ...
A few weeks ago, I was invited to visit the New York City office of XLABS, a group that claims to have achieved 99% compression for videos being streamed over the Internet. If the claim is valid, its ...
Camel case and snake case stand at opposite ends of the variable naming convention spectrum. When multiple words are used to form a variable, camel case joins those words together, without any white ...
When the World Wide Web Consortium designed WebAssembly, the primary goal was to address the shortcomings of running client-side JavaScript in a web browser. However, as developers begin to adopt and ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The 1.0 version of the Hypertext Transfer Protocol, issued way back in 1996, only defined three ...
Git isn't hard to learn, and when you combine Git with GitLab, you've made it a whole lot easier to share code and manage a common Git commit history with the rest of your team. This tutorial shows ...
Kebab case -- or kebab-case -- is a programming variable naming convention where a developer replaces the spaces between words with a dash. Programming variable names should be descriptive. Two or ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results