Articles in the programming category

  1. Unleashing the Power: BLAKE3 vs. SHA-256 - A Performance Showdown

    Posted on in programming

    In the realm of cryptographic hashing, two titans stand tall: BLAKE3 and SHA-256. While both serve the crucial purpose of ensuring data integrity and security, they do so with distinct characteristics, including performance. In this in-depth technical article, we'll explore the performance differences between BLAKE3 and SHA-256, shedding light on …

  2. Unveiling BLAKE3: A Deep Dive into Its Key Features

    Posted on in programming

    BLAKE3 is the latest addition to the BLAKE family of cryptographic hash functions, and it has quickly gained attention for its speed, security, and versatility.

    BLAKE3 is a cryptographic hash function designed to efficiently produce hash values for data while maintaining a high level of security. It was developed by …

  3. Bazel 6.4.0: A Major Release with Significant Improvements

    Posted on in programming

    Bazel 6.4.0 is a major release that includes a number of new features and improvements. Some of the highlights include:

    • Remote Cache and Execution (RCE) support for multiple digest functions.
    • Support for workspace boundary files in Bash completion.
    • The ability to ignore Starlark options on commands with allowResidue …
  4. Battle of the Build Tools: Bazel, Gradle, and Maven

    Posted on in programming

    In the world of software development, build tools are the unsung heroes that enable the efficient compilation, testing, and packaging of code. Bazel, Gradle, and Maven are three popular build tools, each with its own strengths and use cases. In this technical article, we will explore the key differences between …

  5. Demystifying Programming Jargon: Decision Structures, AKA Selection Structures

    Posted on in programming

    When you delve into the fascinating world of programming and software development, you may come across various terms and concepts that, at first, appear complex and mystifying. However, many of these seemingly intricate terms are often synonymous, and understanding their true meaning can simplify your journey as a coder. One …

  6. Exploring the Best Alternatives to Gradle for Build Automation

    Posted on in programming

    Build automation is a fundamental aspect of modern software development, ensuring that projects are efficiently compiled, tested, and deployed. Gradle is a widely used build automation tool, particularly in the Java and Android ecosystems. However, it's not the only option available. In this blog post, we'll explore some of the …

  7. What is a Build Automation Tool?

    Posted on in programming

    A build automation tool is a software tool or framework that automates the process of building, compiling, and packaging software applications. It streamlines and simplifies the often complex and repetitive tasks involved in transforming source code into executable software or deployable artifacts. Build automation tools are widely used in software …

  8. Demystifying Makefiles: A Simple Example for C++

    Posted on in programming

    Makefiles are powerful tools for automating the build process of C++ projects. While they can seem intimidating at first, creating a basic Makefile doesn't have to be a daunting task. In this blog post, we'll walk through a straightforward example of a Makefile for a C++ project. By the end …

  9. Structuring a C++ Project Effectively

    Posted on in programming

    Structuring a C++ project effectively is crucial for code maintainability, collaboration, and scalability. A well-organized project enhances productivity and makes it easier to maintain code over time. In this article, we'll explore best practices and guidelines for structuring a C++ project, helping you create a solid foundation for your software …

  10. Comprehensive Guide for Using GNU Make with C++

    Posted on in programming

    GNU Make is a powerful build automation tool widely used in software development. When combined with C++, it becomes an essential tool for compiling, linking, and managing C++ projects. This comprehensive guide will walk you through the fundamentals of using GNU Make with C++, enabling you to efficiently manage your …

My Bookshelf

Reading Now

Other Stuff