NodeJs

Learn Node.js language with basic examples and tutorials. Node.js is a JavaScript runtime that runs on Chrome's V8 JavaScript engine. Node.js allows to use JavaScript for server-side scripting. It can be used for api backend, dynamic web pages.

Golang

Learn Golang language with basic examples and tutorials. Go is an open source programming language that allows to build simple, reliable, and efficient software. With Go you can build multi-platform application for linux, mac or windows, with the same code and from the same platform.

SwiftUI

SwiftUI is the framework developed by Apple for building user interfaces for iOS, tvOS, macOS, and watchOSSwiftUI is a cross-platform framework.

Jetpack Compose

Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies, accelerates and boost UI development on Android. Jetpack Compose works with Kotlin's Api, and requires less code to develop amazing UI.

Kotlin

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript.