This is a guest post from Joyce Park. Enjoy. To my newer colleagues: Welcome! I’m so excited to have you in the dev community, and honored to hopefully be able to contribute by sharing a few time-tested hints about entrepreneurship and early-stage startups. I’m a community-taught web developer who has enjoyed 22 years in high-profile … Continue reading How to prepare to be a startup founder
Month: November 2021
Learn caching
Dear new developer, Caching is a common architectural pattern that helps with performance and scalability. Spending some time learning about this will help you build better systems and understand existing architectures. What is a Cache? At the most fundamental level, a cache is a secondary store of a set of values which pulls values from … Continue reading Learn caching