PinnedPublished inDev GeniusOptimizing Memory Usage: Streaming GZIP Files from S3 in PythonReading files from AWS S3 is very common in data processing pipelines. However, while processing larger files reading a GZIP file into…Jun 1, 20245Jun 1, 20245
PinnedPublished inDev GeniusUser Registration and Login with .NET Core MVC and Entity FrameworkIn this tutorial, we will take a step further in building a user registration and login system for your .NET Core application. We’ll…Dec 11, 20233Dec 11, 20233
PinnedPublished inDev GeniusASP.NET Core Logging with Serilog for Multiple ProjectsIn this guide, we’ll create an organized solution with two projects: a common project (Common) responsible for logging setup and constants…Jan 24, 20244Jan 24, 20244
PinnedPublished inSystem WeaknessProtecting Your C# Entity Framework Application from SQL InjectionSQL injection is a common security vulnerability that can have devastating consequences for your applications and the data they manage. In…Nov 7, 20237Nov 7, 20237
Efficiently Inserting Large Datasets into SQL ServerWhen working with massive datasets, such as millions of rows, inserting data efficiently into SQL Server can be challenging. Inserting a…Oct 29, 20241Oct 29, 20241
Published inDev GeniusHow to Draw on Google Maps with JavaScriptAlthough Google Maps is a strong tool in itself, it can be further enhanced with custom features coded in JavaScript. Drawing on the map is…Aug 8, 20241Aug 8, 20241
Published inStackademicOptimizing SQL Queries for Better Performance : 1 million recordsWe have already created a scenario to optimize our query in this article …Aug 6, 20242Aug 6, 20242
Published inDev GeniusOptimizing SQL Queries for Better PerformanceSQL queries are crucial to making databases perform efficiently and quickly. In this post, we will take a look into the benefits of query…Jun 23, 20246Jun 23, 20246
Published inDev GeniusPublishing Messages to RabbitMQ Using the HTTP APIRabbitMQ is an open-source message broker that is amazingly popular in enabling applications to talk to each other. Despite RabbitMQ using…Jun 21, 20241Jun 21, 20241