TypeScript is an extended version of JavaScript, whose main goal is to simplify the development of large JS applications. This language adds a lot of …
Most Useful APIs for Web Developers
What is the API? Application Programming Interfaces (APIs) are ready-made programming language constructs that allow the developer to build complex functionality with less effort. They …
10 Funny JavaScript libraries
Such a humorous theory has long been known: for any word of the English language, there is a JavaScript library with the appropriate name. Below …
How to use JSON in Dart and Flutter
An app without something to show on its screen gets pretty boring, right? So, the question which arises here is that from where can we …
New Extension: VSCode Stories
Do you ever just wake up in the morning, open up VSCode, and think to yourself “Wow I wonder what other coders are doing around …
Game Development on Flutter
By starting to think about all the developments of games on Flutter, the light bulb in our heads went berserk with the idea of building …
Why iOS Developers Should Pay Attention to Flutter?
Each day we see thousands of the latest mobile applications launching in the App Store, while some organisations are searching for options to make their …
Firebase for Flutter
Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Developers and organizations around the …
Top Dart Packages for Flutter Developers
Flutter relies on the Dart programming language. It has a big and lively community on Dart.dev, offering both officially supported and third-party packages to create …
Understanding Data Types in Dart
One of the basic characteristics of a programming language is the data types it supports. These are the type of values that can be given …
Flutter’s Support for Windows
Back in 2015, Google announced Flutter as a cross-platform UI that allows the developers to use a single codebase to build UIs for native Android, …