Polyglot Software Development
We’ve been doing Software Development and Architecture work for a while at Snowpal, and currently have several B2B and B2C products in production. In this podcast, we’ll share our experiences on a regular basis to help you & your teams build great software. The topics covered in this podcast will include Product Management, Project Management, Architecture, Development, Deployment, Security, Release Management, Sales, Marketing, Advertising, and just about everything else an ambitious, fast growing startup based out of the US is likely to be involved in. So, join us. Let’s become better!
Episodes
Thursday Nov 23, 2023
Databases & Denormalization - Faster queries for faster retrieval
Thursday Nov 23, 2023
Thursday Nov 23, 2023
Whether you are designing a NoSQL Database or a traditional RDBMS Database, one way to optimize to ensure faster retrieval is to denormalize but that's not the best (or even the first) solution. You want to try out a few other things before resorting to denormalization.
#snowpal aws.snowpal.com learn.snowpal.com
Thursday Nov 23, 2023
Reusable UI components (React and beyond) - both presentational & functional
Thursday Nov 23, 2023
Thursday Nov 23, 2023
When building UI screens (on mobile apps) or pages (on web apps), you want to focus your energies on your specific business problems. What you don't want to do is spend time reinventing the wheel.
#snowpal aws.snowpal.com learn.snowpal.com
Thursday Nov 23, 2023
Caching - What to Cache, and When to Cache (Part 3)
Thursday Nov 23, 2023
Thursday Nov 23, 2023
Caching is a broad topic (what isn't?). In this podcast, I've only tried to scratch the surface. How do you determine what to cache? And once you do, how do you go about it?
#snowpal aws.snowpal.com learn.snowpal.com
Thursday Nov 23, 2023
Caching - Are you optimizing before identifying the problem? (Part 2)
Thursday Nov 23, 2023
Thursday Nov 23, 2023
If your pages take too long to render, caching may be a solution but before you go all out and start implementing or improving it, ask yourself if there are other fundamental problems that need addressing first (which led to the issues in the first place).
#snowpal aws.snowpal.com learn.snowpal.com
Thursday Nov 23, 2023
Thursday Nov 23, 2023
I've worked on making performance improvements across all tiers, and in a variety of ways within any given tier, during the course of my career and one thing I can say with a good degree of certainty is that it gets more challenging as you get closer to your goal. Reducing a page rendering time from 3 seconds to 1 second is a whole lot easier than reducing it to 900ms, then to 800ms, and then to 50ms!
#snowpal aws.snowpal.com
Thursday Nov 23, 2023
Keep your code DRY. As in, super DRY! Code duplication is a maintenance nightmare.
Thursday Nov 23, 2023
Thursday Nov 23, 2023
You have to make a conscious effort to keep your code base DRY. Every time you make a change, add a feature, or fix a bug, make an effort to find duplication and to determine design patterns. This will play a huge role in keeping your code DRY, and maintainable in the long run.
#snowpal aws.snowpal.com learn.snowpal.com
Thursday Nov 23, 2023
Thursday Nov 23, 2023
Some of us prefer a framework that offers a lot more than what we might initially want, while others prefer a library that is small and simple but offers the barest minimum. Based on that simplified definition, what do you generally lean towards?
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 17, 2023
Should you implement that next requirement now, later or never?
Friday Nov 17, 2023
Friday Nov 17, 2023
Before you implement something, ask yourself if it needs to be implemented at all.
#snowpal #softwaredevelopment #requirements
Subscribe to our APIs on aws.snowpal.com.
Tuesday Nov 14, 2023
[Paid Course] Snowpal Education: Writing scripts to understand REST APIs
Tuesday Nov 14, 2023
Tuesday Nov 14, 2023
If you are building integrations, or leverage other API Providers to reduce your Time to Market, you are bound to consume a fair number of APIs.
When you do that, how quickly your team wraps their head around a brand new API is going to make all the difference between going LIVE in the next sprint vs one down the road. We use a simple tool that we created for one part of this purpose. Let’s explore it.
Purchase course in one of 2 ways:
1. Go to https://getsnowpal.com, and purchase it on the Web
2. On your phone:
(i) If you are an iPhone user, go to http://ios.snowpal.com, and watch the course on the go.
(ii). If you are an Android user, go to http://android.snowpal.com.
Tuesday Nov 14, 2023
Is GitHub Copilot worth it?
Tuesday Nov 14, 2023
Tuesday Nov 14, 2023
I've been using GitHub Copilot for a few months now, and am ready to share my thoughts on it.
#snowpal
Subscribe to our APIs on aws.snowpal.com.