CLEAN ARCHITECTURE!!… What does that mean? Sounds Interesting though? Ok so we’ll explore some important facts about it, shall we?
I assume you’ve already built apps whether using Flutter, Native, or in any other language. We usually don’t focus on how the data flow is working, writing independent data layers, separation of code, the real use of OOP, testing, features scaling, …etc.
(more…)
High-level, general-purpose programming language Python emphasises code readability with the use of indentation. According to the TIOBE Index for October 2021, Python is the most popular programming language in the global developers’ community.
Python released its latest upgrade, Python 3.10, on October 04, 2021, soon after the 30th anniversary of the programming language. While there are several new features in the latest in-development version, the most significant upgrade has to be the language syntax, since async.
(more…)
Next.js is a React framework that enables you to build seo-friendly and fast web applications using React. Next.js is widely used by the biggest and most popular companies all over the world like Netflix, Uber, Starbucks. It’s also considered as one of the fastest-growing frameworks, perfect to work where SEO is important.
(more…)
What is Flutter?
Flutter is Google’s mobile app SDK, complete with a framework, widgets, and tools, that give developers an easy way to build and deploy visually attractive, fast mobile apps on both Android and iOS platforms.
(more…)
Swift UI is a UI toolkit that allows us to design applications in a declarative manner. Swift UI assists you with building incredible-looking applications across all Apple platforms with the power of Swift — and as little code as possible. With Swift UI, you can bring surprisingly better experiences to all users, on any Apple gadget, using only one bunch of tools and APIs.
(more…)