If you want this website to improve faster, please star my GitHub repository to make it more known!  🌟

Programming

Notes about programming languages.


🪄 Frameworks 💫

Vue.js

read

Front-end Framework (Node.js).


🎨 Cascading Style Sheets (CSS) 🖼️

CSS (basics)

read

Style, and animate websites/apps/...

Extended CSS

read

Notes about SASS, SCSS, LESS... 🚀

Bootstrap

read

A popular CSS library.


🦤 JavaScript (JS) 🦤

JavaScript

read

A lightweight, yet powerful language.

Websites

read

Learn JavaScript for Websites.

Node.js

read

A modern JavaScript environment.

Typescript

read

Compiled and typed JavaScript 🚀.

Express.js

read

Build websites and APIs.

socket.io

read

Server Push for real-time applications.

mocha.js

read

Testing with mocha.

electron.js

read

Build cross-platform apps.

🪨 Libraries 🪨

read

List of unsorted Node/JS libraries.


🐲 Application Programming Interface (API) 🐉

API

read

Application Programming Interface

OpenAPI

read

Generate API code/documentation/... from a specification.


📱 Android 📲

Android

read

How to create Android Applications.

Activities

read

Activities, Fragments, Life-cycle...

Views

read

XML, Views, Layouts, Bindings...

ViewModel

read

Bind the model and the view together.

Core

read

Notifications, Toasts, WorkManager...

Internet

read

How to connect to APIs.

Improvements

read

Localization, MVVM, Themes...

 

 

CMake

read

...

Gradle

read

...

Makefile

read

...

Maven

read

...

✏️ Writing documents ✏️

Markdown

read

Popular language to write simple documents (ex: README.md).


🧃 Store data 🧃

JSON

read

JSON, JSON5, GEOJson...

YAML

read

Mostly used in configurations.

INI

read

Used in configurations on Windows.