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
Monday Oct 30, 2023
[Paid Course] Snowpal Education: Dependencies in Development Environment
Monday Oct 30, 2023
Monday Oct 30, 2023
What are your dependencies in your dev environment, and how easy is it to switch your dependencies?
Most of us love to do a lot of our work locally for productivity reasons but there are times you need to connect to other systems even in your “lowest” environment (your developer machine).
Let’s take a real world example and see how that works in a product company.
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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: RevenueCat - Pricing Integration
Monday Oct 30, 2023
Monday Oct 30, 2023
Can you implement pricing on mobile without using any 3rd party (intermediary) plugins? Absolutely.
Should you do that (though)? Maybe. Maybe not.
Let us take a look at why RevenueCat (or something like it) would make a meaningful difference to development. We explored a few different options before choosing RevenueCat, and we are happy with that decision (at least, so far!).
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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: Social Media Login (OAuth 2.0)
Monday Oct 30, 2023
Monday Oct 30, 2023
If you are building an app today, it is likely you support some form of Social Media login. Or, if you are like us, you want to support all the most popular alternatives available: Facebook, Google, Apple and Microsoft.
In addition, you may need to support sign in using one of these Social Media account both on Web and Mobile. If so, this course should help you. We’ll walk you through each of the 4 social media sign ins we support on Snowpal, both on Web and Mobile. This way, when times comes to integrate one or more of these authentication mechanisms into your systems, you will not have to scramble for help.
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.
Monday Oct 30, 2023
Monday Oct 30, 2023
Let's implement a feature in this course. A real feature. As in, one that will be deployed to Production shortly, and be available on Snowpal's Mobile Apps on the App and Play Stores.
Here's what we will do. Add API support for a new type of notification so it is part of the Endpoint Response. Most importantly, we will do it together.
You’ll see in real time how one could go about implementing a requirement from start to finish. You’ll get a feel of a few different tools & technologies (RubyMine IDE, MongoDB Client, REST API, and more).
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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: Amazon DynamoDB - Introduction
Monday Oct 30, 2023
Monday Oct 30, 2023
If you work on Serverless Architectures, and are building Lambdas on AWS, it’s highly likely you are already using DynamoDB, & if you aren’t, it’s only a matter of time before you realize you really ought to :)
While there’s no dearth of NoSQL databases, and despite the fact that AWS has plentiful support (to varying degrees) for a number of them, DynamoDB is a slightly unique database and it has a specific purpose when it comes to where it fits in & how well it does.
Given that, it’s certainly useful to understand it a bit (better).
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.
Monday Oct 30, 2023
Monday Oct 30, 2023
Serverless Applications have been around a bit, and it's hard to see any ecosystem in a company where they do not play a part.
There's a lot to Serverless Apps so what we'll do in this course is focus on what it takes to build AWS Server Applications using SAM Templates.
SAM Templates are an extension of AWS CloudFormation Templates but are a whole lot easier to work with (at least, once you get the hang of 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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: Multi Tenant Architecture - Options
Monday Oct 30, 2023
Monday Oct 30, 2023
We serve multiple clients via our Backend as a Service systems, and given that, multi tenancy is a core part of our architecture. While nothing is etched in stone and things are always subject to change, there are certain aspects of Software Architecture that, if you are not careful about, will be rather costly to make alterations to, and Multi Tenancy is definitely one of them. So, we explored several different options before arriving at the one we ended up implementing.
When it comes to multi tenancy, there’s at least 4 options available, and which one you should ideally go with depends on a variety of factors. In this course, we are going to take a deeper look at each of these 4 architectures and review their pros and cons. The objective is that by the end of this course, you will have a good understanding of multi tenancy, and therefore, will be in a slightly better position to evaluate your choices, and go with the one that makes the most sense for your organization.
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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: Asynchronous Messaging With RabbitMQ
Monday Oct 30, 2023
Monday Oct 30, 2023
What you do not need to do “real time”, you should try not to do real time for a variety of reasons. In this course, we’ll look at a specific implementation that uses RabbitMQ as a Message Broker to better understand the pros and cons of various alternatives, including but not limited to whether or not you need to use messaging at all to solve such a problem.
We’ll touch upon Kafka a tiny, tiny bit but keep our focus primarily to Messaging Architecture in general, and RabbitMQ as a broker in particular. By the end of this course, you should be in a position to tell when you need to use a Message Broker, which one you may want to use, and how you should go about using it.
While what we’ll look at is a Ruby Microservice implementation, the learning would be just as applicable to other brokers and other languages.
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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: Flutter App - Implement Tabs
Monday Oct 30, 2023
Monday Oct 30, 2023
Flutter as a Framework provides a rich set of components, thereby enabling you to focus on spending all your energies on your business requirements. So, even when you need to implement tabs, you have the choice of using the OOTB Flutter Tab Widget, or finding one that’s a tad richer by going to pub.dev.
Snowpal’s Mobile Apps are on the App and Play Stores, and while we’ve built a number of custom components, we refrain from doing it (or using a 3rd party plugin) unless we find significant value in doing so. As far as Tabs go, we are quite happy with what Flutter supports and all our tab implementations use the underlying Flutter Tab widgets.
In this course, we’ll look at one of our Tab Implementations where I’ll walk you through our code so you get a sense of how tabs work in Flutter, and how you can easily leverage them.
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.
Monday Oct 30, 2023
[Paid Course] Snowpal Education: SQL Vs NoSQL - Which Way to Go?
Monday Oct 30, 2023
Monday Oct 30, 2023
SQL (or RDBMS) has been around for a long time now. NoSQL databases are relatively newer but they too have been around for what feels like an eon now! Despite that, every time a new App, a new Service, or a new System is designed, there continues to be a sense of uncertainty around which direction to go (at least, it seems that way).
There’s a few reasons for that, and there’s no single correct answer. So, while it surely depends on a variety of factors, and there is no dearth of documentation online about the differences between the 2 types of database systems, I still think it is worth a short course on it.
In this hour-long course, we’ll take another look at the database options available today, and try to determine which ones would make the most sense, and when.
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.