Load Testing using ab Apache Benchmark command-line tool ab is a simple load testing command from Apache. It benchmarks your HTTP server by automating a scenario of sending multiple requests with concurrent clients.
SMS Phone Verification in Django - Part 1 In this post, we're going to code in Python Django to use the Sparrow SMS API integration to verify a Nepali NTC/ Ncell phone number using an API as a service server-generated OTP code.
About your local DNS /etc/hosts file In early days if you had entered twitter.com then your network could only resolve or understand it if the hosts file in your computer already had a record of its IP address mapped to the domain. Today most of the internet looks up to 8.8.8.8 and 1.1.1.1.
What if the solo developer in your team gets hit by a bus? Form an imagination for a while. A guy named Swat is the only programmer in your dev team who codes multiplayer game architectures in an underway project. Once on a rainy day, he decided to get married, leave the project or maybe got hit by an actual bus on his
Bookmark Resources for Software Developers Useful links for a developer to bookmark. It's a randomly curated collection. Open to Contributions.
Technical Debt in Software Development A certain degree of code debt accumulates over the development timeline when the team constantly chooses quick solutions over right solutions.
How to setup a video calling app on your own server? TL;DR for developers: Setting up a preconfigured Jitsi Meet image on a digitalocean VPS in an apex domain. Requirements before starting this tutorial: 1. A self owned domain name 2. A self owned VPS or server access 3. A self owned basic knowledge of terminal What are we going
Problem Solving with Algorithms and Data Structures - Part 1 Programming has changed over the years. It has gone through a rapid evolution. Yet some of the basic principles have remained constant. Primarily, the science of computing is to solve the problems using computers. We are going to understand fundamental relation between the computer science and the algorithms and data
How to setup your Git service using Raspberry Pi? The video tutorial of this article is publicly available in Youtube via this link. Hardware Pre-requisites: 1. Raspberry Pi 2. Micro SD card 3. Internet connection Software Pre-requisites: 1. Raspbian OS 2. Any tool to unzip. Eg: 7zip (Linux), WinRAR (Windows), The Unarchiver (MacOS) Starter knowledge of using basic commands