Roblox Studio

Roblox Studio is the building tool of Roblox that helps you to create the places of your dreams. It provides Developers of different skill levels with a comprehensive and intricate set of tools, which allows for a sense of control and creative expression.
Unity Game Engine

Unity is a cross-platform game engine initially released by Unity Technologies, in 2005. The focus of Unity lies in the development of both 2D and 3D games and interactive content. Unity now supports over 20 different target platforms for deploying, while its most popular platforms are the PC, Android and iOS systems.
.NET Core

.NET Core is the latest general purpose development platform maintained by Microsoft. It works across different platforms and has been redesigned in a way that makes .NET fast, flexible and modern. .NET Core happens to be one of the major contributions by Microsoft. Developers can now build Android, iOS, Linux, Mac, and Windows applications with […]
.NET Framework

The .NET Framework is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure until being superseded by the cross-platform .NET project.
Swift UI

SwiftUI is a popular user interface toolkit provided by Apple to develop user interfaces for all its platforms using the Swift programming language. It supports declarative syntax which allows developers to create creative and dynamic user interfaces. It offers an easier and more intuitive development experience as compared to traditional UI frameworks such as UIKit.
Ionic

Ionic is open source framework used for developing mobile applications. It provides tools and services for building Mobile UI with native look and feel. Ionic framework needs native wrapper to be able to run on mobile devices. This is an introductory tutorial, which covers the basics of the Ionic Open Source Framework and explains how to […]
Electron

Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.
React Native

React Native is a JavaScript framework for building native mobile apps. It uses the React framework and offers large amount of inbuilt components and APIs.
Flutter

Flutter is an open source framework developed by Google to create high quality, high performance mobile applications across mobile operating systems – Android and iOS. It provides a simple, powerful, efficient and easy to understand SDK to write mobile applications in Google’s own language, Dart. With Flutter, we can write the app’s code once and […]
NuxtJS

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. We made everything so you can start writing .vue files from the beginning while enjoying hot module replacement in development and a performant application in production with server-side rendering by default.