skip to content

Posts

  • 🔓Breaking Boundaries - TypeScript Escape Hatches

    In the TypeScript landscape, developers encounter scenarios where they must balance type rigidity and flexibility. TypeScript escape hatches provide ways to navigate this balance.
  • 💅 CShapier - The Prettier for C#

    Explore alternatives to achieve consistent and readable code in C# projects, ensuring code quality and enhancing development workflows. Lets see if we can find C# equivalent of Prettier for automated code formatting
  • 🎨Quick and Subtle CSS Enhancements for a Polished Look

    In this blog, we delve into the realm of CSS and explore the impact of easy and subtle enhancements on your website. Discover how minor adjustments to selection styles, scroll behavior, focus visibility, and more can make a significant difference in user experience and design aesthetics.
  • 🪆Nested Projections With Pagination In Gql Hot Chocolate

    One of the key benefits of GraphQL is the ability to control the shape of the data returned, reducing over-fetching and under-fetching. we will explore nested projections with pagination in Gql Hot Chocolate to efficiently retrieve and paginate data in a GraphQL API
  • 🚧Keeping Entity Framework Snapshot in Sync

    I don't like any of these approaches, but they somehow solve the problem of EF Core snapshot being out of sync. We cover four approaches that you can use to ensure that your snapshot is always in sync with your code.
  • ☕Error Handling in GraphQL With Hot Chocolate

    Simplifying error handling in GraphQL APIs with unions and custom error types, improving your API's responses and user experience using dotnet and hot chocolate
  • 🐦Improving Emoji Support On Your Website

    Don't let unsupported emojis ruin your website's design, enhance your website's user experience by using Twemoji for proper emoji display.
  • ⚠️ Clear And Actionable Error Messages In .Net

    Achieve robust error handling in .Net APIs by implementing best practices with the Generic class and lambda expressions
  • 🖼️ Using Vercel OG Image Generation With Any Framework

    Vercel's @vercel/og library allows you to generate dynamic Open Graph images for social media using Edge Functions. It supports various features such as basic CSS layouts and custom fonts.
  • 🪪 Using TypeScript's In-Built Uuid Generator

    TypeScript's randomUUID function and Uuid type make it easy to generate and work with UUIDs in code, improving readability and reducing the risk of bugs.