- Home
All Tech ๐
All Tech ๐
The below content offers a list of example and resources that are the result of contributions for documentation. You will find links verified (by us) as strong learning options and concrete examples either built by us or forked and tested for you to have as a reference.
General
- This repository โ View the Github for this web
- This website โ Well, you are here already
AWS
Learning
- Awesome AWS โ An exhaustive list of resources for Amazon Web Services platform
- AWS Hands-On examples โ Concrete example tutorials to build on AWS
Resources
- AWS Elastic Beanstalk Setup โ Our setup tutorial to build an Elastic Beanlstalk like environment
- AWS Elastic Container Setup โ Our setup tutorial to build a Dockerized Elastic Container Service like environment
- Deploy a NextJS 13 app on AWS Amplify โ Our setup tutorial deploy a NextJS v13 app into AWS Amplify
Blockchain
Learning
- Bitcoin Paper โ A must for Blockchain learning, the Bitcoin Paper where everything started
- Ethereum Cource on Udemy โ Full Ethereum Blockchain course, blockchain basics + ethereum dapps practical projects (get access credentials on Zircon's Passbolt)
- Cryptozombies game in Ethereum interactive tutorial โ Engaging and educative Blockchain development tutorial
- Truffle PetShop tutorial โ A very classic tutorial for Blockchain development
- Write a JS blockchain โ Practical way to understand Blockchain is to build one yourself
- Awesome DeFi โ Exhaustive list of resources for Blockchain and DeFi
- Awesome Blockchain โ Another big list of useful links for Blockchain learning path
Resources
- Web 3 Wallet Connect โ Our example on how to connect to Metamask using Wagmi
- Asset Tokenization โ A full Asset Tokeninzation platform built in-house
- Voting Dapp Example โ A full Voting Dapp example
- Web3 Forum Tutorial โ A Web3 Forum using Polygon
- Take payments with Solana โ Widget to accept payments with Solana Pay
- EthJS examples โ Several EthJS example dApps
- Built Web Eth Wallet โ A custom Web Wallet built on ReactJS
- NFT Minting Website โ Full NFT Minting like Website
- Certificate Verifier/Notarizer โ A blockchain notarizer/verifier
ReactJS
Learning
- ReactJS tutorial โ Official ReactJS tutorial
- Learn React interactively โ Interactive ReactJS tutorial
- FreeCodeCamp React โ Very detailed and practical learning path for ReactJS
- React Hooks โ React Hooks tutorial
Resources
- NextJS Boilerplate โ Our NextJS + React based boilerplate
- React Hackernews w/ GraphQL โ A React + GraphQL example app
- React Patterns โ Check out React Patterns and best practices
- React Cheatsheet โ Keep close this React Cheatsheet
NodeJS
Learning
- NodeJS + Mongo + REST + GraphQL Udemy Course โ Full NodeJS course on Udemy including advanced NodeJS. Express, GraphQL, REST, MongoDB, SQL, MERN (get access credentials on Zircon's Passbolt)
- NestJS Udemy Course โ Full NestJS course on Udemy (get access credentials on Zircon's Passbolt)
- NodeJS interactive tutorial โ NodeJS tutorial
- Curated list of modules โ List of NodeJS NPM modules clasified
- NestJS โ A progressive framework for building efficient, reliable and scalable server-side applications
- ExpressJS โ Fast, unopinionated, minimalist web framework for Node.js
- Factor โ CMS minimal NodeJS based
- KeystoneJS โ Another NodeJS based CMS
Resources
- NestJS API example โ An internal example for a NestJS API
- Prisma ORM โ Example on PrismaDB usage
C++
Learning
- Awesome C++ โ Curated list of C++ resources
- C++ Development โ Our internal guide for C++ developers and learners