priconceptions
Priyanka's blog
Latest posts
2025-W45
Week note 2025-W44
2025-W44
Week note 2025-W44
A calming morning routine + an overnight oats recipe
Take more videos
All the flavors of time
Work time, wander time, chore time, and dead time
Introduction to Jetpack Compose
A brief introduction to Jetpack compose
My Favorite Writing App
My favorite writing app is the Most Dangerous Writing app.
A mini user story
A small user story about people getting excited over new app features
Restarting a daily writing habit
I am going to write everyday until the end of year.
Styling Buttons and NavigationLinks with ButtonStyle in SwiftUI
Use ButtonStyle configurations to create custom buttons and NavigationLinks in your IOS app
Yet another Pomodoro article
Pomodoro-ing has been working really well over the last couple of months. Here are some additional rules and benefits I have discovered.
Links and Thoughts
A list of content that I like and my thoughts on them
The Streetlight Parable
Yesterday, I finally started using my company-sponsered Calm subscription. I started with the 10-minute basic meditation and heard this story
Building an MVP without any styles
Focus on building out the entire functionality before worrying about how the app looks.
Comparing records in the same dataset and finding closest peers
How do we create classes and objects in Javascript?
Bad tools are a major happiness drain
The thing about bad tools is that it not only hurts your productivity in the short term. It insidiously hurts your long-term happiness.
Everything I learned in 2 years at JPMorgan
An incomplete, growing list of everything I learned in 2 years at JPMorgan
The Path to Enlightenment
The path to enlightenment is scrubbing the dirty dishes, debugging that gnarly piece of code, and sweeping up fallen leaves yourself
OOP Series #2 - Creating Classes and Objects in Javascript
How do we create classes and objects in Javascript?
Replace all occurrences of a string in Javascript + A non-breaking solution
Replace all occurrences of a string in Javascript using the .replace method. A solution to using this method when the original string is null or undefined.
OOP Series #1 - Objects in Javascript
The fundamentals of Object Oriented Programming. What are objects? What are classes? Create a basic object from a class.