Skip to main content
 Priyak Dey

Priyak Dey

Code and Wander: Journeys in Code, Camera, and the Quest for Meaning

Recent

Fontainhas - the Hidden Portugal
·3 mins· loading · loading
Travel goa india travel fontainhas portugal culture heritage architecture photography
Amidst the hectic life of the capital, hides she, draped in vibrant colors, set beside the Mandovi river in an idyllic lifestyle of its own; the little known small colony of Fontainhas, an old Latin quarter in Panjim, is styled with its aura of difference.
Auth Wrangling: Taming Microservices with the Adapter Pattern
·9 mins· loading · loading
Software Engineering design patterns software architecture Software Development microservice design microservice architecture adapter pattern microservices authorization java code refactoring clean code gangs of four
In software engineering, design patterns are essential tools that help us solve common design problems in a standardized way.
Unlocking Dynamic Programming: A Deep Dive into House Robber Challenge
·10 mins· loading · loading
Software Engineering programming problem solving datastructure algorithms dynamic programming recursion memoization tabulation leetcode python coding tech
The House Robber problem from LeetCode offers an excellent illustration of how dynamic programming can be applied to optimize solutions.