Day: February 23, 2025
9 posts
Navigating the Pressure of Delivery: A Software Developer’s Perspective
The world of software development is fast-paced and dynamic, and the pressure to deliver high-quality code under tight…
AWS ECS vs Sliplane
Amazon’s Elastic Container Service (ECS) and Sliplane both simplify deployment, management, and scaling of containerized applications. However, there…
Making Dating App Animation in SwiftUI [Video]
In this video, I’ll show you how to make dating app animation in SwiftUI. The first part is…
Sunday Rewind: Lessons learned from leading products by Natalia Williams
In this #mtpcon San Francisco talk from 2023, Natalia Williams, then CPO of HootSuite, reflects on her journey…
📸 Building an Optimized Image Gallery with Thumbnails in React Native
In this tutorial, we’ll create a beautiful and optimized image gallery in React Native with a fullscreen preview…
How do you set multiple commands in one yaml file with Kubernetes?
Kubernetes uses YAML files to create and manage resources. Many times we need to run more than one…
Sequelize vs. TypeORM: Choosing the Right ORM for Your Node.js Project
Introduction: In the world of Node.js development, choosing the right Object-Relational Mapping (ORM) tool can greatly impact your…
A Next.js app that fetches Shopify products with sorting and search functionality
Shopify Next A Next.js app that fetches Shopify products, with sorting and search functionality via URL parameters. Getting…