Articles in the programming category

  1. What is the best programming language for FAANG coding interviews?

    Posted on in programming

    FAANG companies (Facebook, Amazon, Apple, Netflix, and Google) are some of the most sought-after employers for software engineers. They offer high salaries, challenging work, and the opportunity to work on cutting-edge technologies.

    However, getting a job at a FAANG company is not easy. The interview process is notoriously difficult, and …

  2. Preparing for FAANG Coding Interviews

    Posted on in programming

    FAANG companies (Facebook, Amazon, Apple, Netflix, and Google) are some of the most sought-after employers for software engineers. They offer high salaries, challenging work, and the opportunity to work on cutting-edge technologies.

    However, getting a job at a FAANG company is not easy. The interview process is notoriously difficult, and …

  3. The Fastest Trending Programming Languages of 2023

    Posted on in programming

    The programming language landscape is constantly evolving, with new languages emerging and old languages falling out of favor. In 2023, there are a few programming languages that are gaining popularity at a rapid pace. These languages are all well-suited for different tasks and have unique features that make them stand …

  4. Benefits of Hermeticity in Software Development

    Posted on in programming

    Hermeticity is a software engineering concept that refers to the ability of a software unit to be isolated from its environment. This means that the unit should not be affected by changes to the environment, and it should not affect the environment in any way.

    There are several benefits to …

  5. I Want to Learn a New Programming Language

    Posted on in programming

    That's great! Learning a new programming language can be a great way to expand your skills and knowledge as a software engineer. There are many different programming languages to choose from, so it's important to consider your interests and goals when making a decision.

    Here are a few factors to …

  6. What are AI-Assisted Development Tools?

    Posted on in programming

    AI-assisted development tools are software applications that use artificial intelligence (AI) to help developers write code more efficiently and effectively.These tools can perform a variety of tasks, such as:

    • Code completion: AI-assisted development tools can suggest code completions based on the context of the code you are writing. This …
  7. Choosing Between Sourcegraph and GitHub Code Search

    Posted on in programming

    When it comes to code search, there are two main players: Sourcegraph and GitHub Code Search. Both tools offer powerful features for finding code, but they have different strengths and weaknesses.

    Sourcegraph is a more comprehensive code search tool. It supports a wider range of code hosts, including GitHub, GitLab …

  8. What is the most popular build system for C++?

    Posted on in programming

    When you are developing a C++ project, you need to choose a build system. A build system is a tool that automates the process of compiling, linking, and testing your code. There are many different build systems available, but some are more popular than others.

    In this blog post, we …

  9. What's New in Go 1.20.4?

    Posted on in programming

    Go 1.20.4 was released on May 2, 2023, and includes four changes to the language, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the standard library.

    Changes to the language

    • The ability to convert a slice to an array.
    • The …
  10. What is a Polyglot Source Code Repository?

    Posted on in programming

    A polyglot source code repository is a repository that contains source code written in multiple programming languages. This can be useful for projects that require the use of multiple languages, such as web applications that use both JavaScript and Python.

    There are several benefits to using a polyglot source code …

My Bookshelf

Reading Now

Other Stuff