Mobile Development
Is the Coding Era coming to an End?đ˛
Image Credit:Â EPA Technology has come a long way in recent decades, and the role of programmers has changed with it. Gone are the days when software engineers had to build everything from scratch;...
How to Handle Navigation in Your Complex Flutter Apps
Flutter includes a full system for navigating between screens and dealing with deep links. Small applications that do not require complex deep linking can use Navigator, whereas apps that require...
4 Dart Commands Every Flutter Dev Should Know
Image Credit: Swan Software Solutions So a senior engineer was questioned by a tech novice. Why do Java programmers use eyeglasses? They are unable to C#, so he responded. Seriously, what the heck is...
Building The Next Amazon
In 2019, CNN announced Amazon as âthe most valuable company on the planet.â Amazonâs journey as the most valuable company on the planet came down to two things: great design and customer...
Mobile Development: The Power of Small Steps
Whether youâre learning to ride a bike or beginning a career in tech, starting is difficult. A major challenge people face is attempting to achieve everything within a short period. Itâs easy to...
A day in the life of a Software Developer
With a projected 24 percent growth by 2026, the software engineering field boasts stunning job prospects. If youâre interested in coding, software engineering is an industry you should consider in...
Frontend, Backend, Fullstack: Everything you need to know
Ever wonder what a full-stack developer or front-end developer or back-end developer do every day? Read on to find out! You open a new browser tab, type in a URL(for example https://codenest.ng), and...
Classes and Objects in Kotlin
Class declaration in Kotlin is similar to most of the programming languages. To declare a class, itâs as simple as using the keyword class. https://pl.kotl.in/Lzmw3BYZw?theme=darcula Although this...
Getting started with Kotlin
At Google I/O 2019, it was announced that Android has officially become Kotlin first for developers. This is a piece of exciting news for all mobile devs across the world. Henceforth Kotlin is 100%...
Flutter Field Validations- The Easy-Peasy
Building an app with a fantastic experience is often a priority for most mobile devs. One of the several ways of creating a beautiful user journey is validation. Your user should be able to figure...