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
Friday Nov 24, 2023
Building a Mobile App - Part II (React Native, Flutter, and some others)
Friday Nov 24, 2023
Friday Nov 24, 2023
Even if you've decided to build a cross-platform native mobile app, there are still a few decisions to be made. In this podcast, I discuss a tiny bit about React Native and Flutter (2 very popular frameworks).
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Friday Nov 24, 2023
If you are using MongoDB and an Object Data Modeling library like Mongoose, or Mongoid, you may find yourselves in situations where your queries are taking a little too long. Come Aggregations to your rescue!
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Make your Git commits frequent so you run into fewer merge conflicts
Friday Nov 24, 2023
Friday Nov 24, 2023
Say, your team is working on a number of features, and there is a steady stream of Pull Requests at any given time. The likelihood and complexity of merge conflicts depends both on the size of your team, and the scope of your features. In this podcast, I discuss a few options to mitigate merge conflicts.
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Friday Nov 24, 2023
If you want complete control over your servers, you would choose (something like) Amazon EC2 and start with creating a new Machine Image. But, what if your interest primarily lied in building your app, and solving your user's problems ASAP, and you didn't want to spend much, if any, time on setting up and configuring servers?
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Friday Nov 24, 2023
When you get started on a new project, it is natural to feel a tad overwhelmed. After all, it may be a new team, new technology stack, new processes, and new business problems - so it is alright to feel a little restless. But there is a way to feel at home by the end of Day 1.
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Development Efficiency - Are you bouncing your servers too often?
Friday Nov 24, 2023
Friday Nov 24, 2023
If it takes you 5 minutes to test 10 lines of code, there is a problem. If it takes you 3 minutes to bounce your (local) server, and that's the only way for you to test your code, there is another problem.
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Friday Nov 24, 2023
Whether you are joining a new team, or a new developer is joining your team, the expectation is quite the same - "a good quality codebase that will help us understand the product without having to bug the rest of the team". How can we work towards building such a codebase?
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Friday Nov 24, 2023
You cannot afford to make Backwards Compatibility an after thought. As your system grows, and your user base grows, you are going to continually add new features and services, and some of them will require fundamental changes to your semantics and data structure. Given that, backwards compatibility can get rather challenging but there are steps you can take to mitigate potential issues.
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Native Mobile App - Design Patterns & Separation of concerns (Part 1)
Friday Nov 24, 2023
Friday Nov 24, 2023
(Part 1) Separation of concerns is important to keep your native mobile app modular and becomes especially important when your app integrates with 100s of APIs. You want to ensure that your app is resilient to changes to the API Spec.
#snowpal aws.snowpal.com learn.snowpal.com
Friday Nov 24, 2023
Native Mobile App - Design Patterns & Separation of concerns (Part 2)
Friday Nov 24, 2023
Friday Nov 24, 2023
(Part 2) Separation of concerns is important to keep your native mobile app modular and becomes especially important when your app integrates with 100s of APIs. You want to ensure that your app is resilient to changes to the API Spec.
#snowpal aws.snowpal.com learn.snowpal.com