Programming

Programming

  • Published on

    Understanding In-Place Algorithms

    algorithms
    data-structures
    programming
    leetcode
    Today, while solving problems on LeetCode, I came across in-place algorithms. Let me share what I've learned about them, including their use cases, advantages, disadvantages, and working principles.
  • Published on

    Why I Switched to TypeScript: A Love Letter to Typed Code

    typescript
    javascript
    programming
    web-development
    best-practices
    A personal journey of transitioning from JavaScript to TypeScript, highlighting the benefits of static typing, improved collaboration, and better development experience.