Its 2024. Software Development has changed. Completely.

Its 2024. Software Development has changed. Completely.

In this conversation, Krish discusses the need for software development to evolve. He emphasizes the importance of adapting to change and exploring new ways of doing things. Krish also highlights the role of AI in software development and the potential benefits it can bring. He encourages reevaluating problem-solving approaches and finding more efficient ways to document and create tickets. Ultimately, Krish emphasizes the need to embrace change and stay ahead in the rapidly evolving software industry.

Takeaways

  • Software development needs to evolve by adapting to change and exploring new approaches.
  • AI can play a significant role in improving software development processes and delivering solutions more efficiently.
  • Problem-solving approaches should be reevaluated to ensure they are still relevant and effective.
  • Efficient documentation and ticket creation processes can enhance productivity and collaboration.

Chapters

00:00 Introduction

01:01 Adapting to Change

03:54 Reevaluating Problem Solving

05:18 Approaching Documentation

06:40 Efficient Ticket Creation

07:08 Embracing Change

Jaksot(412)

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

When looking to make performance improvements, it is natural to look for that ”single” big problem. But, that’s hardly ever the case.

When looking to make performance improvements, it is natural to look for that ”single” big problem. But, that’s hardly ever the case.

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

24 Marras 20238min

Keep your code DRY. As in, super DRY! Code duplication is a maintenance nightmare.

Keep your code DRY. As in, super DRY! Code duplication is a maintenance nightmare.

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

24 Marras 202315min