Programming

In this second part of the series, we'll delve deeper into generic programming and examine the many possible variance of a type variable, how generics are typically implemented, and as a bonus, some advanced and less discussed topics in generics programming - higher kinded type and higher ranked polymorphism.
10 min read
Static typing is massively beneficial to the design and engineering of large systems: a good static type system can remove large classes of programming error before execution, clarify how pieces of a program fit together and enable fearless refactoring.
8 min read
When it comes to Angular development, weaving together data streams is a common task. Whether it's managing asynchronous HTTP requests, responding to real-time user interactions, or integrating data from diverse sources, mastering stream combination is essential for creating dynamic and responsive web applications.
4 min read
Salesforce development may seem intimidating at first, but with this simple guide to Apex and SOQL, you will be equipped to begin your journey into customizing and enhancing the Salesforce platform.
3 min read
If you're on the lookout for a Software Engineer Roadmap and eager to gain insights from industry experts, let's read the full article. Whether you’re a beginner starting from scratch or an experienced developer, I believe that the practical knowledge shared in this valuable tech talk can help you a lot in rethinking your growth path.
8 min read
Front-end development has undergone a significant transformation in recent years, with frameworks and libraries simplifying the creation of efficient and engaging web applications. Two prominent contenders in this field are Next.js and Nuxt.js. Both are JavaScript frameworks designed to streamline front-end application development.
3 min read
In ReactJS, component communication is a fundamental concept. While parent-child communication is relatively straightforward, what happens when you need to make two sibling components talk to each other without passing props through their parent? At zen8labs, we strive to solve problems in various ways, and this is one of the methods we have applied.
2 min read