Today The world woke up to new norms of traveling, working, and just about every daily activity ever since the pandemic broke out on a global scale. To keep up with the changed lifestyle, many industries and workplaces started adopting remote working norms and the necessary infrastructure support. The software development has definitely got an […]
Samsung, Huawei and Apple continue to push more imaging-related silicon into their flagship smartphone cameras than ever before. In closing out the year, it is worth sharing some of our observations to complement DXOMARK’s smartphone camera benchmark scores, which reveal a continued incremental evolution of smartphone camera system performance. Rear-Facing Flagship Smartphone Cameras Fig. 1 shows […]
Have you ever wondered? How much money can you make as a software developer? Software Developer Skills Software engineers get good pay and rightly so, as their job is quite demanding. A software developer is expected to have the following skills: Programming skills – Computer languages, database, integrating and building over existing code, debugging and unit […]
Starting from the most internal part: SizedBox, to hard code a logical dimensions of the area that will be used by a child widget. FittedBox, to scale its child to entirely fit the parent, maintaining its proportions. Container, to set the background color of unused parts of the screen. SizedBox.expand, to scale the background container […]
With no access to the GPU, we’ll have to do this old-school way. I first learned to code on an Atari ST in the late ’80s and early ’90s. Back then, we didn’t have frameworks like OpenGL or Metal; there was no “near-direct access to the graphics processing unit.” So, like our fathers before us, […]
Angular 10 — the major release that spans the entire platform, including the framework, Angular Material, and the CLI — is available since June 24. Now, what does this mean? Just like many members of the Angular community, I tried to follow the news and see what Angular 10 brought to us. I read many […]
When I started Flutter I was working on a shopping app with Android and iOS native. I start with a course “Learn Flutter & Dart to Build iOS & Android Apps” on Udemy, it’s a great course I watched the first 5 modules and said it’s a very easy language and framework, and start to […]
What is an Array? An array is a datatype or data structure or in layman terms a special variable that allows storing one or more values in a single variable e.g. — group of names, group of emails, group of products etc. When building any kind of application, the chances that you would not manipulate […]