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.
- Concurrency with golang - how to handle background tasks
- Golang for loop - tutorial and examples
- Json encoder: how to marshal data with go
- Json decoder: how to unmarshal data with go
- Make http GET request with Go
- How to read file in Go
- How to write file in Go
- Time in go: unix, readable date and back
SwiftUI
SwiftUI is the framework developed by Apple for building user interfaces for iOS, tvOS, macOS, and watchOS. SwiftUI is a cross-platform framework.
- Text in SwiftUI: size, color, alignment
- How to add UIHostingController to an existing UIViewController
- Swiftui image example: how to load images in a swiftui view and resize it
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.
- Add Text in jetpack compose: style, color and weight
- How to build a list in jetpack compose with LazyColumn
- How to do the parallax scroll with jetpack compose
- How to create rounded corner shape with jetkack compose
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.