Software engineering
Account Abstraction (ERC-4337)
Discover how ERC-4337 is reshaping decentralized finance with account abstraction, simplifying smart contract interactions and enhancing security for users in the Ethereum ecosystem.
Software engineering
Discover how ERC-4337 is reshaping decentralized finance with account abstraction, simplifying smart contract interactions and enhancing security for users in the Ethereum ecosystem.
Software engineering
In his article, Faris discusses the ongoing debate about whether AI will replace software engineers. Discover how the synergy between AI and human creativity is shaping the future of software development.
Software engineering
Kubernetes and Go are a powerful combo, but they don't always work seamlessly together. This article highlights key challenges developers face, from memory management to debugging. Discover practical solutions to overcome these issues and enhance your system’s performance.
Software engineering
A frustrating journey with a low-budget smart card project led to creative problem-solving. Using API hooking, a team reverse-engineered data flows to overcome poor tools and communication. Learn Adnan's take on how clever engineering turned obstacles into a successful product launch.
Software engineering
Understanding the difference between Swagger and OpenAPI can be confusing. This article clarifies Swagger as a toolset and OpenAPI as a specification, exploring their evolution and context in API development. Learn how both work together to streamline RESTful API design.
Software engineering
Stress is common in the IT industry, but managing it effectively is key to thriving. This article shares Adi's personal insights and practical tips on overcoming stressors like imposter syndrome, maintaining work-life balance, and fostering mental well-being in fast-paced environments.
Software engineering
Learn how to create custom sheets with dynamic height in SwiftUI, even for older iOS versions. Faris' guide walks through coding, animations, and customization tips to enhance your app’s user experience. Perfect for developers looking to elevate their SwiftUI skills.
Software engineering
This article will explain how to extract collected user actions from Mixpanel and Segment to AWS S3 bucket(s), how to configure Mixpanel/Segment pipelines and later how to query extracted data within Redshift.
Software engineering
It’s time to code! In the previous part, we created and set up our new iOS project, decided on an architecture, and defined our initial folder and file structure. Now let’s show the MVVM pattern in action by implementing a simple login screen. We need to implement the
Software engineering
In the first article of this series, we set up a new XCode project, installed CocoaPods, configured SwiftLint, and enabled localization support in the app. We will continue exactly where we left off, so if you missed the first article, read it first! Now is the time to start thinking
Software engineering
The goal of this series of articles is to provide you with a simple, easy-to-follow procedure that you can use every time you want to create a new SwiftUI app. You could see it as a “blueprint” for all of your future iOS projects written in SwiftUI. Even if you
Software engineering
CI/CD simplifies software development with automated integration and delivery. Azur's guide breaks down Continuous Integration for validating code and Continuous Delivery for automated app deployment. Learn how to optimize pipelines and improve workflow with practical tips and tools.