Camilo Reyes in .NET Build a Background Processor with AWS Fargate and SQS Asynchronous processing is a common pattern in modern applications. It allows you to offload long-running tasks and events to a... 27 September 2024 12 min read
.NET Camilo Reyes in .NET Working with IAsyncEnumerable in C# IAsyncEnumerable is a powerful interface introduced in C# 8.0 that allows you to work with sequences of data asynchronously. It... 24 April 2024 11 min read
Camilo Reyes C# Cancellation Tokens in AWS A colleague of mine once asked about cancellation tokens in AWS. This question got me thinking about this problem and... 29 January 2024 11 min read
.NET Camilo Reyes in .NET AWS Step Functions in C# – Part 2 In part one of this series, I built a state machine which runs in the background to process uploaded resumes... 07 December 2023 12 min read
.NET Camilo Reyes in .NET AWS Step Functions in C# Step functions allow complex solutions to process data in the background. This frees users from having to wait on the... 17 August 2023 12 min read
Web Aneesh Lal Gopalakrishnan in Web How to secure legacy ASP.NET MVC against Cross-Site (CSRF) Attacks Cross-Site Request Forgery (CSRF) attacks are widespread, and even some BigTech companies suffer from them. Netflix suffered in 2006 with... 12 April 2023 9 min read
Angular Aneesh Lal Gopalakrishnan in Angular Inline PDF Viewer in an Angular App? Now you can This article by Aneesh Lal Gopalakrishnan describes the easiest way to integrate an inline pdf viewer into an angular application.… 23 May 2022 7 min read
.NET Camilo Reyes in .NET Creating unique datasets with managed code It’s easy to create a unique dataset using DISTINCT in SQL, however, it may be beneficial to do this in... 12 May 2022 12 min read
.NET Camilo Reyes in .NET A Practical Guide to Dapper Dapper is a lightweight framework for data access. Camilo Reyes explains how to query, call stored procedures, and more with... 14 February 2022 14 min read
Featured Lance Talbert in Featured Unity state machine behaviours Video games would not be much fun without animation. In this article, Lance Talbert demonstrates Unity state machine behaviours to... 29 November 2021 12 min read
.NET Andy Brown in .NET 10 reasons why Python is better than C# (or almost any other programming language) After resisting learning Python for years, assuming it was just another object-oriented programming language, Andy Brown now gets what the... 16 November 2021 11 min read
.NET Camilo Reyes in .NET Cache strategies in Redis Redis is an in-memory NoSQL data store. Memory is faster than disk, but there are still ways to improve performance.... 25 October 2021 11 min read
.NET Joydip Kanjilal in .NET Building and consuming GraphQL API in ASP.NET Core 5 GraphQL is a platform-independent, language-neutral query language and may be used to run queries and retrieve data. Joydip Kanjilal explains... 20 October 2021 23 min read
.NET Lance Talbert in .NET Using post-processing effects in Unity Changing the UI in games makes the games more fun to play. Lance Talbert demonstrates how to use post-processing effects... 20 July 2021 15 min read
.NET Camilo Reyes in .NET Functional monads in C# Monads elevate basic C# types and unlock functional patterns, similar to containers. In this article, Camilo Reyes explains functional monads... 28 June 2021 18 min read
.NET Diogo Souza in .NET Setting up a Kafka test environment with Kafdrop Kafdrop is n open source project that allows you to view information from Kafka brokers. In this article, Diogo Souza... 10 May 2021 9 min read
.NET Julio Sampaio in .NET Documenting and testing APIs with Postman Postman can be used to automate API tests. In this article, Julio Sampaio demonstrates documenting and testing APIs with Postman.… 10 May 2021 14 min read
.NET Lance Talbert in .NET Using MySQL with Unity Even games must store data like top scores. In this article, Lance Talbert explains how to save data using MySQL... 15 April 2021 16 min read
Data Science Chandra Kudumula in Data Science Insurance price prediction using Machine Learning (ML.NET) In this article, Chandra Kudumula shows how to use ML.NET to train a model for predicting costs from an insurance... 09 April 2021 9 min read
.NET Camilo Reyes in .NET Integrate Create React app with .NET Core 5 Camilo Reyes demonstrates how to integrate the Create React app with .NET core to generate a scaffold which removes several... 22 February 2021 15 min read