With a total of a whopping approx. 700 programming languages, computer programming would come third in the list of most diverse languages in case it became a spoken language. The facts like these reflect how programming is inevitable in the current era. It is the symbiotic relationship of software codes with the latest developments that ensure […]
There are hundreds of different programming languages, so which one is right for you? As technology advances and we discover more ways to use it, there are more specialized programming languages than ever. But, despite all these different languages, there are only three that you need to learn to begin your career as a web […]
Last week, I announced that I’ve updated the focus for Livecodestream.dev. From now on, we’ll be talking about building a career in web development. This new focus on web development is a big change, but it’s an exciting and necessary one because of how rapidly things are changing in programming. New technologies associated with Web3 and […]
There are hundreds of different programming languages, so which one is right for you? As technology advances and we discover more ways to use it, there are more specialized programming languages than ever. But, despite all these different languages, there are only three that you need to learn to begin your career as a web […]
Google’s cross-platform UI toolkit, Flutter, just released its 1.20 stable version. With every upgrade, the giant continues to focus and push towards a toolkit that is fast, productive, beautiful, and most importantly open for every platform Google supports. Flutter v1.20 is said to have the most updates as compared to any version that has come […]
Random numbers are everywhere from computer games to lottery systems, graphics software, statistical sampling, computer simulation and cryptography. Graphic below is a quick explanation to how the random numbers are generated and why they may not be truly random. Source: roadmap
Become a Frontend Developer Before I go ahead and list down the resources, please know that the roadmap and the list below is exhaustive and you don’t need to know it all from the get go. For frontend development, all you need to get started with is learn some basic HTML, CSS and JavaScript and […]
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 […]
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 […]