Ovilash Jaluijaluiovilash.hashnode.dev·Dec 31, 2024Optimizing MongoDB Queries for High-Performance ApplicationsIntroduction MongoDB has gained immense popularity as a NoSQL database for its flexibility, scalability, and performance. However, like any database, MongoDB’s performance can degrade if queries are not optimized effectively. For high-performance app...MongoDB
Shivam Dubeycodefarms.in·Nov 26, 2024High-Performance Computing (HPC) Services on AWS: A Beginner’s GuideHigh-Performance Computing (HPC) allows you to solve complex, large-scale problems using powerful computing resources. Tasks usually take days or weeks to process on a single computer and can be completed in hours or minutes using HPC. AWS offers sev...AWS CloudAWS
Omotayo Alimialimiomotayo.hashnode.dev·Jul 29, 2024Building High-Performance Mobile Apps with React NativeReact Native has become a major player in cross-platform mobile development. It promises to create experiences similar to native apps while using a single codebase. But to build React Native apps that perform well, you need to understand the framewor...132 likes·43.5K readsbuilding
Christopher Wilsontechshopper.hashnode.dev·Jul 3, 2024Processors for enthusiasts: comparing architectures and new technologiesIn the world of computing, processors stand as the heart of the machine, driving innovation and performance. For enthusiasts, the choice of processor goes beyond mere specifications; it's about exploring the architectures and new technologies that pu...processors
Karan Mhaskekaranfromdevops.hashnode.dev·May 23, 2024Mastering Nginx The Versatile Web Server for Modern Web DevelopmentIntroduction In the landscape of web development, Nginx stands out as a powerful, flexible, and efficient web server. Originally created to solve the C10k problem—serving 10,000 concurrent connections—Nginx has grown to become a versatile tool for va...ssl/tlc
Muhammad Awais Khalidmawaiskhalid.hashnode.dev·May 21, 2024Getting statistics from NIC (Network Interface Card) in DPDKIntroduction In this article, I have explained about a basic DPDK application which reads the packets from NIC interface. In this article we will learn about how to get statistics from NIC (Network Interface Card) in DPDK. If you are passionate about...1 like·160 readsdpdk
Ramesh kumarrameshvoodi.hashnode.dev·Feb 20, 2024Groq: A New Era of Processing for AI and Machine LearningIntroduction Hey there, tech enthusiasts! Today, we're going to explore a new player in the world of AI and machine learning processors – Groq! This powerhouse processor is turning heads with its incredible performance and efficiency. So, let's dive ...Computer Hardware
Muhammad Awais Khalidmawaiskhalid.hashnode.dev·Feb 14, 2024Transmitting packets from NIC in DPDK - For BeginnersIntroduction In the last article, I have explained about a basic DPDK application which reads the packets from NIC interface. In this article we will learn about packet transmission from NIC interface. If you are passionate about fast packet processi...1 like·344 readscplusplus
Muhammad Awais Khalidmawaiskhalid.hashnode.dev·Feb 7, 2024Writing a first DPDK application (Part 2) - For BeginnersIntroduction In the last article, I have explained how to setup and install DPDK on your system and load the NIC interface with kernel modules through which our DPDK application can access the NIC interface directly. In this article we will write a s...3 likes·377 readscpp
Muhammad Awais Khalidmawaiskhalid.hashnode.dev·Jan 31, 2024Writing a first DPDK application (Part 1) - For BeginnersIn the previous article, I have provided an introduction to DPDK for beginners. It was just a birds eye view of DPDK. In this article, I will provide an in depth knowledge of a DPDK application. If you interested in writing your first DPDK applicatio...3 likes·479 readsHigh Performance Computing