Explore

coding × Feeds ×
  • screenshot

    The Art of Using Notepad in App Development

    In our age of sophisticated IDEs, cloud-based development platforms, and feature-rich code editors, it may seem...

  • screenshot

    AI Copilots Are Changing How Coding Is Taught

    Generative AI is transforming the software development industry. AI-powered coding tools are assisting programmers in their...

  • screenshot

    I took a 75% pay cut to ditch law for tech. The switch paid off and got me to Google.

    Zubin Pratap got his foot in the tech door after months of networking and research about...

  • Colima k8s nix setup

    Download and install the nix package manager. Usage Before running the commands below make sure you...

  • screenshot

    Getting Started with ActivityPub

    ActivityPub is a specification for a decentralized social network. Decentralized here means that anyone can run...

  • screenshot

    Flappy Bird clone in Ruby

    Creating a Flappy Bird Clone with Ruby — How has it been ten years since Flappy...

  • screenshot

    AI Coding Is Going from Copilot to Autopilot

    A new breed of AI-powered coding tools have emerged—and they’re claiming to be more autonomous versions...

  • screenshot

    The 30-Day .NET Challenge - Day 21: StringComparison

    The article demonstrates the importance of using StringComparison options for efficient string comparison in.NET. How you...

  • screenshot

    The 30-Day .NET Challenge - Day 20: Task vs. ValueTask

    Heap allocations aren’t entirely bad but when an object is allocated on a heap it contributes...

  • screenshot

    Get An 87% Boost to Collection Initializer Performance in C#

    This article delves into the performance of collection initializers in C#, comparing various initialization methods using...

  • screenshot

    30-Day .NET Challenge - Day 17: What Is the Interlocked Class Tool?

    Using traditional locking techniques can sometimes cause performance bottlenecks for atomic operations. The.Net provide a powerful...

  • screenshot

    The 30-Day .NET Challenge Day 15: Lazy Initialization

    Developers often make objects instantiated as soon as the application starts or when a class is...

  • Why I Care Deeply About Web Accessibility And You Should Too

    Why I Care Deeply About Web Accessibility And You Should Too — A web accessibility evangelist...

  • screenshot

    The 30-Day .NET Challenge Day 14: Limit Concurrent Async Operations

    The article highlights the importance of limiting the concurrent asynchronous operations which in turn improves performance....

  • Memory leaks in Go

    Memory leaks in Go A useful article to go over commont leaks in Go, method to...

  • Super Charging Fine-Grained Reactive Performance

    Link URL: https://dev.to/modderme123/super-charging-fine-grained-reactive-performance-47ph Comments URL: https://tildes.net/~comp/1fbl/fine_grained_reactive_performance Votes: 1 Comments: 1

  • Beware of the DashMap deadlock

    Rust is famously build for the multi-threaded-processor world. From its core ownership-enforcement-model up to the type-based...

  • screenshot

    The 30-Day .NET Challenge, Day 10: File Paths

    The article demonstrates the built-in functions while working with file system paths. It makes it easier...

  • screenshot

    Boost Your Productivity Ten-Fold With These 17 AI Tools

    In this article, I have compiled some of the most useful developer tools, that will help...

  • screenshot

    C#: From Fundamentals to Advanced Techniques - A Beginner-Friendly CheatSheet

    The comprehensive C# Cheat Sheet is designed to aid developers in mastering key syntax and concepts...

  • screenshot

    Primary Constructors in C# 12: What They Are and Why They Are Useful

    In C# 12, primary constructors play a crucial role in defining the behaviour of classes and...

  • screenshot

    .NET 9: LINQ Enhancements: A Detailed Introduction

    The latest release of.NET 9 includes two new methods: CountBy and AggregateBy, along with the introduction...

  • screenshot

    You Shouldn't Use VS Code

    ·FollowWe’re in the midst of midterm season and for computer science majors, that means doing what...