Ricardo Serrato (Programming Headache)in.Net ProgrammingEfficient Data Joining using Entity Framework: The Definitive GuideIn the C# ecosystem, there are several ways to join data from tables in a database, one of the most popular approaches is using Code First…Oct 26Oct 26
Ricardo Serrato (Programming Headache)in.Net ProgrammingYou could go to jail for knowing this C# trickA common mistake among less experienced programmers (and even experienced ones) is to believe that the private access modifier is enough to…Sep 232Sep 232
Ricardo Serrato (Programming Headache)in.Net ProgrammingExpert-Level C#: Advanced Tricks with Reflection and GenericsAn advanced software developer uses generics and reflection to save themselves the work of writing hundreds of lines of code. There are a…Sep 12Sep 12
Ricardo Serrato (Programming Headache)How to Easily Integrate GPS Location Updates in Jetpack Compose: A 5-Step GuideIntegrating localization updates in Jetpack Compose is very easy. Follow these 5 steps to do it.Aug 25Aug 25
Ricardo Serrato (Programming Headache)Why Extract Method Is a Top Refactoring Technique and Examples to Make It a Daily HabitRefactoring is great; code that is a mess can gradually be transformed into code that is understandable at first glance.Aug 24Aug 24
Ricardo Serrato (Programming Headache)Test your SQL skills: SQL Katas to keep you in shape!So you thought you were going to use MongoDB or DynamoDB forever? Face it! Sooner or later, you’ll need to learn SQL. Mastering the basics…Aug 18Aug 18
Ricardo Serrato (Programming Headache)Unlocking LINQ: Basic Katas for C# ProgrammersDo you want to test your skills as a C# programmer? Are you a beginner eager to learn more about programming problems and solutions? Or…Aug 4Aug 4
Ricardo Serrato (Programming Headache)Fuel Your Coding Passion: Discover 5 YouTube Programmers Who’ll Ignite Your InspirationProgramming is difficult. It’s not just about having the technical and mental experience to solve problems through code, it also involves a…Mar 25Mar 25
Ricardo Serrato (Programming Headache)Building an Icon Picker for the Jetpack Compose material-icons-extended libraryThe material extended library has tons of icons that can make our apps look better. Letting users choose which icons they want to use would…Mar 15Mar 15
Ricardo Serrato (Programming Headache)Effortless TextField Validation with Custom Annotations in Jetpack Compose: Simplifying TextField…When building Jetpack Compose applications, one of the most tedious and boring tasks is to validate forms. We want to create code that we…Mar 6Mar 6