Skip to content
No results
  • About Me

Connect with me

amritpandey.io
  • About Me
amritpandey.io

Winter Arc is your last hope to win this year

  • CareerProductivity
  • September 13, 2024

Do you remember your new year resolution? Are you dissapointed that you failed to accomplish your goals yet again!? Brace yourself because Winter Arc is your only hope to crush them.

Read MoreWinter Arc is your last hope to win this year

A Simple and Scalable Architecture for Your Next To-Do App

  • Software Development
  • September 9, 2024

Learn how to design a simple yet scalable architecture for your next hobby app. This article covers best practices, key design decisions, and strategies to ensure flexibility and maintainability as your app grows.

Read MoreA Simple and Scalable Architecture for Your Next To-Do App

To Garbage Collect or not to

  • ProgrammingRust
  • May 10, 2024

Memory management is crucial in programming. While garbage collection prevents leaks, it adds performance overhead. Rust avoids this by enforcing strict ownership rules, ensuring efficiency without GC. Future models may blend both approaches for optimal performance.

Read MoreTo Garbage Collect or not to

MVP: An improvement over Model View Controller

  • Software Development
  • February 2, 2024

The Model-View-Presenter (MVP) pattern refines the classic Model-View-Controller (MVC) approach by improving separation of concerns and testability. This article explores how MVP enhances UI development and why it might be a better choice for your next project.

Read MoreMVP: An improvement over Model View Controller

“Linux” is not the name of Operating System you know of!

  • Software Development
  • July 1, 2019

Ever wondered how Unix, BSD, Minix, and Linux are connected? This article unpacks their history, key differences, and how they shaped modern operating systems.

Read More“Linux” is not the name of Operating System you know of!

More Than Code: 8 Lessons for Better Programming

  • Programming
  • June 16, 2019

Last week I watched some videos and read article from experts in computer science academia and software industry. I have skimmed some great programming wisdom and aggregated them in this article.

Read MoreMore Than Code: 8 Lessons for Better Programming

F*ck tests! I don’t need them.

  • JavaScriptSoftware Development
  • June 13, 2019

Running a program without tests is like using a mathematical formula without proof. We “hope” program will work as expected for every input. Learn why we need tests and create them using Mocha Library.

Read MoreF*ck tests! I don’t need them.
Prev
1 2 3 4
Next

Tech Unraveled in your inbox every week!

Subscribe to my newsletter.

Search

No results

Posts

Programming Myths We Desperately Need to Retire

May 1, 2025

Can you defend your favorite programming language?

May 25, 2025

Understanding Java’s Asynchronous Journey

May 12, 2025

A simple path to get good at Algorithms in 2025

April 14, 2025

What the heck is Hibernate!?

March 16, 2025

Tech Unraveled: Insights, Code, and Beyond.

You may also find these interesting

Creational Design Pattern: Builder
Creational Design Pattern: Prototype

Copyright © 2025 - Amrit Pandey