• Home
  • Tags
  • Users
  • Join CoderLegion — Where Coders Unite to Learn, Share, and Grow!

Recent posts in Tutorials

4 1 5 min.
A Date table is needed for analysis in Power BI because it helps organize and analyze data by date. As the name implies, it enables you to create a calendar date information that works for the analysis you want to carry out. i.e weekday, month & year...
Mubar Dauda 2 days ago in Power Query
7 1 10 min.
In our previous exploration, we dove deep into AsyncIO by writing a task schedulerhttps://dev.to/jeffrey04/asyncio-task-management-a-hands-on-scheduler-project-2e54. We discovered how IO-bound operations were scheduled to the event loop concurrently ...
kitfu10 Apr 8 in Adv Concepts
13 5 10 min.
PostgreSQL Change data capture CDC + golang sample code. !PostgreSQL Change data capture CDChttps://dbconvert.com/blog/content/images/2022/03/PostgresWAL.drawio-1.png The architecture of modern web applications consists of several software compo...
slotix Apr 3 in Replication
8 4 4 min.
Getting Started LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a re...
hydraknox Apr 1 in Automation
5 2 4 min.
Introduction As developers, we often find ourselves writing repetitive code, whether it's boilerplate classes, data access layers, or UI components. Wouldn't it be great if there was a way to automate these repetitive tasks while maintaining consist...
Sebastian Van Rooyen Apr 1 in Setup Guide
3 2 12 min.
We discussed Awaitables last weekhttps://dev.to/jeffrey04/understanding-awaitables-coroutines-tasks-and-futures-in-python-gk7. The article covered coroutines, tasks and futures as well as a quick introduction to the event loop. Let’s build an example...
kitfu10 Apr 1 in Adv Concepts
8 1 11 min.
This article covers Pandas, an essential Python data analysis and manipulation library. Data handling is made easier using Pandas, from pre-processing to more complex tasks like time series analysis. It addresses the generation of pivot tables, metho...
Muzzamil Abbas Mar 31 in Adv Concepts
3 1 3 min.
Have you ever wondered how to make one of those neat little progress barshttps://dribbble.com/shots/3198381-Progress?utmsource=ClipboardShot&utmcampaign=Volorf&utmcontent=Progress&utmmedium=SocialShare&utmsource=ClipboardShot&utmcampaign=Volorf&utmco...
singhshemona Mar 31 in Styling
8 1 2 min.
The rise of video streaming platforms like YouTube, Netflix, and Twitch has transformed how we consume media. But what if you could build your own? In this comprehensive guide, we’ll walk you through creating a full-stack video streaming application ...
torver213 Mar 29 in Getting Started
6 1 10 min.
In this article, we will look into Pandas, a core Python package for data analysis and manipulation. Now, we'll explore more complex topics to improve your data handling skills, building on the fundamental concepts we covered in earlier sections. Thi...
Muzzamil Abbas Mar 27 in Adv Concepts
6 1 4 min.
Have you ever heard of GeoJSON? If not, let me explain it to you. GeoJSON is a format for encoding a variety of geographic data structures created and published in 2008. Since 2015, it has an official specificationhttps://tools.ietf.org/html/rfc7946...
vcpablo Mar 25 in Queries
6 4 12 min.
You might have heard the word pythonic when people talk or write about Python code and idiomatic Python expressions. The phrase pythonic essentially means the same thing, that you are writing Python code in the way, that the language was intended to ...
Abdul Daim Mar 25 in Best Practices
8 2 11 min.
Previously, we explored chatbot building with AsyncIOhttps://dev.to/jeffrey04/how-to-write-an-asyncio-telegram-bot-in-python-4hig. As I am committing to publish one article a week, I am constantly on the lookout for new ideas. Then I figured it may b...
kitfu10 Mar 24 in Adv Concepts
2 2 2 min.
Backing up MySQL databases is essential for data security and disaster recovery. In this article, we continue from our previous post and provide a script to automate MySQL database backups from a VPS to a local machine. This script ensures your backu...
Gift Balogun Mar 22 in Backup DB
7 2 3 min.
A Deep Dive into ES6 Modules In 2025, as a web developer, knowledge of ES6+ syntax is no longer optional. In this article, we'll take a closer look at ES6 Modules. What is a Module? A module in JavaScript is simply a file containing code that you ...
Israel Rotimi Mar 20 in Getting Started
5 2 3 min.
!Convert to Docx R package1 In this post, I will show you how you can very easily convert your PDF files into Word documents in the R programming language using the Convert2Docx2 R package. Convert2Docx is a lightweight R package that R developer...
Ifeanyi Mar 19 in Getting Started
22 9 10 min.
The article covers POSTGRESQL, MySQL, and SQLITE3—three major database management systems. They provide unique features and benefits and are essential to software development. Let's explore their features so that you can make better selections that w...
Muzzamil Abbas Mar 19 in Python Database Interaction
5 2 3 min.
!A robot assistant sitting at a desk1 In this post, I will show you how to build a real-time voice assistant with Mistral AI and FastRTC. Mistral AI2 is one of the leading LLM providers out there, and they have made their LLM API easily accessible ...
Ifeanyi Mar 17 in Automation
5 3 3 min.
What is Modularization in Android? Modularization in Android means breaking an app into smaller, independent modules instead of keeping all code in a single project. Each module has its own responsibility and can be developed, tested, and maintained...
Mikkel Septiano Mar 15 in Best Practices
9 3 3 min.
Managing a VPS Virtual Private Server with a MySQL database? Then you know how important regular backups are! A single accidental command, server crash, or unexpected failure can wipe out critical data in seconds. That’s why automating backu...
Gift Balogun Mar 15 in Backup DB
To see more, click for all the posts in this category.
chevron_left

Active Discussions

New

Ociel Gonzalez
singhshemona
Md Fahim Bin Amin

Featured

adewumi israel
sibasispadhi
stjam

Recent Badges

Popular Post stjam
Notable Post Nicolas Fränkel
Notable Post Jason Mullings
Notable Post kitfu10
Popular Post adewumi israel