• Home
  • Tags
  • Users
  • CoderLegion is a rapidly expanding community, with membership on the rise.Coders here share, stay updated and grow their careers.
  • Post

Recent posts in Tutorials

5 3 9 min.
In today's digital landscape, securing your Node.js application is paramount. Vulnerabilities can lead to unauthorized access, data breaches, and loss of user trust. This guide condenses key security concepts and practices aligned with the OWASP Web ...
posted 6 days ago in Best Practices Sekurno 150 points
5 4 2 min.
What is CRON? Unix-like operating systems provide utility for run periodical tasks. For example you need to run script every day at 08:00 AM. CRON read tasks from configuration file line by line and have special syntax. Windows have their own tool n...
posted Jan 13 in Cron Jobs xinitd 163 points
6 2 3 min.
Understanding Variables in JavaScript: var, let, and const Variables are one of the most fundamental building blocks of any programming language, and JavaScript is no exception. In JavaScript, variables are used to store and manipulate data. Over t...
posted Jan 10 in Getting Started Abhay SIngh Kathyat 147 points
7 2 3 min.
The Node.js File System fs module provides a powerful API for interacting with the file system. Whether you need to read, write, or manipulate files, the fs module has you covered. In this blog, we'll explore the various methods available in the fs ...
posted Jan 10 in File System Aditya Rawas 150 points
7 3 3 min.
Developing a Full-Stack App with AWS SAM Building a full-stack application often involves juggling various technologies and services. AWS SAM Serverless Application Model offers developers a streamlined way to build, deploy, and manage serverless a...
posted Jan 7 in Development Pranav Arora 159 points
3 1 5 min.
Pandas supports Copy-on-Write, an optimization technique that helps improve memory use, particularly when working with large datasets. Starting from version 2.0 of Pandas, the Copy-on-Write CoW has taken effect but has not been fully implemented. Mo...
posted Jan 7 in Best Practices Sachin Pal 134 points
4 2 4 min.
Mastering Queue Management in Laravel 10: A Guide to Efficient Job Handling and Real-Time Notifications Hello CoderLegion, today we would talk about Queues which is an important backbone feature in Laravel for managing background tasks like sending ...
posted Jan 1 in Getting Started Gift Balogun 361 points
5 0 10 min.
Based on the project Apache Kafka, streams for Apache Kafka is a powerful, innovative distributed event streaming platform. Using a fully distributed architecture, a streams for Apache Kafka cluster requires you to setup and deploy numerous services,...
posted Dec 11, 2024 in Automation rpelisse 134 points
9 2 4 min.
30 JavaScript Tricky Hacks Welcome to our curated collection of JavaScript tricks, which will help you optimize your code, make it more readable, and save time. Let’s dive into the depths of JavaScript functionalities and hacks that go beyond the ...
posted Nov 30, 2024 in Getting Started Mainul 155 points
2 1 4 min.
Unlock the Power of WhatsApp API with the PHP SDK from Whapi.Cloud Streamline your WhatsApp bot1 development with the Whapi.Cloud PHP SDK, a comprehensive toolkit designed to simplify integration and automate messaging workflows. Whether you’re sen...
posted Nov 28, 2024 in Getting Started Whapi Cloud API 131 points
3 1 3 min.
Welcome to the third entry on the Progressive Web Application with Django series. In this chapter, we'll learn how to cache resources for our PWA to be able to use them offline, without an active internet connection. !Online and offline resources i...
posted Nov 27, 2024 in Web Dev Andres Alvarez 164 points
6 0 2 min.
Since Python 3.13, the famous Python GIL is optional. This is a long requested functionality but, is the performance gain of threaded code real? Let's test the performance of a threaded application with and without the GIL. !Testing the performanc...
posted Nov 24, 2024 in Getting Started Andres Alvarez 164 points
3 0 12 min.
Purpose of This Tutorial The purpose of this Tutorial is to provide a practical and easy-to-understand guide on span links in OpenTelemetry. It aims to help developers, especially those working with complex and asynchronous systems, understand wha...
posted Oct 24, 2024 in Adv Concepts NOIBI ABDULSALAAM 129 points
10 3 4 min.
Using Docker As Stand-Alone Host For Deploying All-in-One Website or Code Base Hold up, I know you may have seen in different place but this method hit differently. Deploying websites and codebases manually across different environments often leads ...
posted Oct 17, 2024 in JavaScript Gift Balogun 361 points
4 0 3 min.
When building React applications, dealing with HTTP requests is inevitable. A common challenge developers face is managing the complexity of making API calls, handling loading states, errors, and displaying fetched data efficiently. This article is...
posted Oct 14, 2024 in TypeScript ayoashy 131 points
4 0 12 min.
Are code review and collaboration the secret elements for building better software? While working on software development, better quality is super crucial. What if I told you that the secret is not about writing good code, but how to review it, and i...
posted Oct 13, 2024 in Miscellenous Abdul Daim 1.1k points
7 0 10 min.
Imagine writing a Python code that can modify itself or dynamically generate new code based on the real-time data input. Metaprogramming is a powerful and advanced technique of programming that allows developers to write code that can manipulate othe...
posted Oct 10, 2024 in Miscellenous Abdul Daim 1.1k points
4 0 11 min.
Have you ever wondered how your device is connected over the Internet? Or how the business manages to share information across regions seamlessly? All this is achieved using computer networks as part of the business strategy. It allows us to establi...
posted Oct 8, 2024 in Networking Abdul Daim 1.1k points
7 0 10 min.
React Public, Protected, and Private Routes: A Comprehensive Guide In certain applications, you might need to implement role-based authorization for your users to access certain pages and be restricted to others. For instance, in an e-commerce applic...
posted Oct 3, 2024 in JavaScript Dr Prime 140 points
3 0 10 min.
In this article, we will address the key issue of database connections in software development. Large volumes of data are effectively stored and managed via databases, which form the foundation of many applications. Building scalable and reliable app...
posted Jul 26, 2024 in Data Structures Muzzamil Abbas 555 points
To see more, click for all the posts in this category.
chevron_left

New

Aparna Bhat
adewumi israel
Mohit Goyal
sidathm
Dhanush Nehru

Featured

Astra Bertelli
George Isiguzo
Mark Thompson
prince yadav
shaker

Recent Badges

100 Club James C
Regular Andres Alvarez
100 Club yamaswap
Notable Post Samuel Ekirigwe
Popular Post Tejas Vaij