Google created Flutter a number of years ago, with the aim to make a cross-platform software framework. Flutter’s biggest strength is that it can be used to build applications for Android, iOS, Linux, Windows, macOS, and even the web, and all from the same shared codebase. While building apps for Windows received stable support back in […]
Google’s open-source UI software development platform: Flutter has just been revamped and refreshed with the current version Flutter 2.2, which has been armed with some interesting new features and capabilities. This was announced during the recently concluded Google I/O 2021 event. Flutter’s Popularity Rises Flutter by Google has now become the world’s most popular cross-platform […]
MacOS by day and Linux by night, my experience with the constant switching In this post, I want to share my experiences from working with both macOS and Linux and switching between them regularly. My hope is that by the end of the article you will understand what are the benefits that I perceive from […]
Bash is an automation powerhouse for UNIX based systems Bash is an acronym of “Bourne-Again Shell”. It is a default command-line interpreter for UNIX and Linux based operating systems. In UNIX and Linux based operating systems, a terminal window is consist of a shell and Bash. Bash is the powerhouse of these systems, which includes […]
If you’re reading this, you more than likely are aware of the struggles involved in recruiting and building a team of technical professionals skilled in cloud-native computing technologies such as Kubernetes, Helm, Prometheus and service mesh. The Linux Foundation and edX’s “2020 Open Source Jobs Report” found 93% of hiring managers are having difficulties filling open positions […]
The assumption that large, established enterprises—from insurance companies to government agencies—can’t adopt Agile processes or DevOps is based on the falsehood that legacy technology stacks won’t allow for it; that existing traditional mainframe applications or legacy applications that large enterprises are built on are incapable of adapting to these approaches. Accelerated Strategies Group recently released […]
What is Swift? Swift is a general-purpose programming language. Apple developed it for the “i” gadgets – iPod, iOS, macOS, etc. as well as Linux. It is a compiled language, designed to work with Apple’s Cocoa and Cocoa Touch frameworks. Swift uses the Objective-C runtime library that allows Swift, C, C++, and Objective C code […]