© 2023 Hashnode
#programming-blogs
Introduction As a software developer, I know that code review is an important aspect of the software development process. It can improve code quality, reduce bugs, and enhance team collaboration. Howe…
In this blog, we are going to learn about promises and how we can handle promises to use asynchronous operations. But before that, we will see an example of how we were doing code before we had promis…
Two years ago, I was working on a delivery app. Our client wanted to create a system that could manage users ordering products, and service providers would register on the app to sell their products. …
Introduction 👋 Hi Guys, In this blog, we'll be going to see some of the best developer news platforms that you should start using right now to stay updated with the latest tech happenings. Especially…
For many obvious reasons, doing any sort of self-reflection through writing scared the life out of me, and it wasn't until recently—around the end of last year, that I drew from some barely-anymore-left reservoir of strength within and star…
Introduction If this is not your first "Hello World" tutorial, then you probably already know how they start. Creating a file. Writing main function (in some languages). Writing print statement wit…
To execute a C program, the source code should be saved with a ".c" extension. The preprocessor is responsible for interpreting certain lines of code, which begin with the "#include" directive followe…
The world of technology is continuously evolving, and keeping up with the latest developments is crucial to remain competitive. Fortunately, with the increasing use of smartphones, it has become easie…
The AWS S3 rm command is a versatile tool that allows you to remove objects such as single files, multiple files, folders, and files with a specific folder name prefix from an Amazon S3 bucket. In thi…
I recently discovered that I had no idea what a layout component was. This occurred when I had to pull a team member's code and discovered that she didn't import the header and footer components into …
Intro In this blog post, we'll go through the process of extracting Bing News using the Bing News Engine Results API and the Python programming language. You can look at the complete code in the online IDE (Replit). What will be scraped Wh…
Intro In this blog post, we'll go through the process of extracting all the data that appears in Bing organic search results using the Bing Search Engine Results API and other APIs contained in the dropdown below. Used APIs: - Bing Search…