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 Mar 22, 2021
Upgrade Dart version to 2.12.0 to leverage null safety
Monday Mar 22, 2021
Monday Mar 22, 2021
Starting dart version 2.12.0, there is support for null safety. Added to type safety, this will make flutter even more compelling. Having said that, it will take some work for an existing app to get there.
Manage your projects on https://snowpal.com.
Saturday Mar 20, 2021
Polyglot Development is the best way to go today
Saturday Mar 20, 2021
Saturday Mar 20, 2021
Polyglot Programming can be loosely defined as a programming methodology where you pick the right language, library or framework that best suits the needs of the given problem (and in particular, not let your "current" stack drive that decision).
Manage your projects on https://snowpal.com.
Monday Mar 15, 2021
(Part 1/N) Upgrading to Flutter 2.0.x?
Monday Mar 15, 2021
Monday Mar 15, 2021
Every time I run "flutter upgrade", I tend to have my fingers crossed. The most recent upgrade to 2.0.x was quite a challenge. I'll share my experience (both problems and solutions) in a series of podcasts.
Manage your projects on https://snowpal.com.
Friday Mar 05, 2021
Friday Mar 05, 2021
Is there ever a good reason to do something synchronously when there is a way for you to do it asynchronously? Let's take a look at how we can implement asynchronous services using RabbitMQ.
Manage your projects on https://snowpal.com.
Sunday Feb 21, 2021
Do you get anxious about LIVE Coding Interviews? Don't be.
Sunday Feb 21, 2021
Sunday Feb 21, 2021
It is quite natural to get anxious when you know people are going to be judging you. After all, isn't that one of the primary purposes of an interview? I may have a few tips to help you be at ease.
Manage your projects on https://snowpal.com.
Thursday Feb 18, 2021
User Experience (UX) is not just the designer's responsibility
Thursday Feb 18, 2021
Thursday Feb 18, 2021
How many times have we used an app (on the web or mobile) and thought to ourselves, "Why in the world would someone have designed it this way?". That's plenty of times for me and here I talk about one of those experiences.
Manage your projects on https://snowpal.com.
Tuesday Feb 16, 2021
Performance & Scalability (2/N): Similarities & Differences
Tuesday Feb 16, 2021
Tuesday Feb 16, 2021
(Part 2) Let's talk a little bit about the similarities and differences between these 2 two terms that are sometimes (or, often?) misunderstood.
Sunday Feb 14, 2021
Performance & Scalability (1/N): Similarities & Differences
Sunday Feb 14, 2021
Sunday Feb 14, 2021
(Part 1) Let's talk a little bit about the similarities and differences between these 2 two terms that are sometimes (or, often?) misunderstood.
Friday Feb 12, 2021
Building User Interfaces when dependent APIs are not ready
Friday Feb 12, 2021
Friday Feb 12, 2021
It would be ideal if all the APIs were implemented before we starting building user interfaces but that's not always possible, and it is hardly ever the case. Given that, how should we go about building the UI?
Sunday Jan 24, 2021
Options available and picking the right Heroku Dyno for your application
Sunday Jan 24, 2021
Sunday Jan 24, 2021
Heroku offers quite a few options. Here's how you can go about picking one that works for you.