API Directory Structure (in an API Development Platform of your choice)

API Directory Structure (in an API Development Platform of your choice)

How you define your API Directory Structure will make a ton of difference to your API Development productivity. Our platform depends & runs on 100s of APIs and we tried a few different approaches before arriving at the current one that works best for us.

Manage your projects on https://snowpal.com!

Jaksot(414)

Code Quality - How can you assess the quality of a codebase before reviewing a single line of code?

Code Quality - How can you assess the quality of a codebase before reviewing a single line of code?

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

24 Marras 20239min

Backwards Compatibility Issues - a few ways to ensure that you do not run into them

Backwards Compatibility Issues - a few ways to ensure that you do not run into them

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

24 Marras 20239min

Native Mobile App - Design Patterns & Separation of concerns (Part 1)

Native Mobile App - Design Patterns & Separation of concerns (Part 1)

(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

24 Marras 20239min

Native Mobile App - Design Patterns & Separation of concerns (Part 2)

Native Mobile App - Design Patterns & Separation of concerns (Part 2)

(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

24 Marras 20239min

Databases & Denormalization - Faster queries for faster retrieval

Databases & Denormalization - Faster queries for faster retrieval

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

24 Marras 20239min

Reusable UI components (React and beyond) - both presentational & functional

Reusable UI components (React and beyond) - both presentational & functional

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

24 Marras 20239min

Caching - What to Cache, and When to Cache (Part 3)

Caching - What to Cache, and When to Cache (Part 3)

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

24 Marras 20239min

Caching - Are you optimizing before identifying the problem? (Part 2)

Caching - Are you optimizing before identifying the problem? (Part 2)

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

24 Marras 20238min