Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Navigating Essential Tech Tools

Navigating Essential Tech Tools

The talk was for early stage tech professionals on different tech tools needed in their respective track

Ayodele Aransiola

October 25, 2024
Tweet

More Decks by Ayodele Aransiola

Other Decks in Technology

Transcript

  1. • Developer Advocate • Solution Architect • Frontend (Web3/Web2) •

    No-code (eating WP) • 1x Chainlink Hackathon Winner ~id -un LEOMOFTHINGS Ayodele Aransiola
  2. Overview of few tools • GitHub • AWS/Azure • Jupyter

    Notebook/Colab • Docker (K8s) • PM (RC, DSU, Agile) • Architectural Pattern (Microservice, Monolith, Micro-Frontend) • Burp LEOMOFTHINGS
  3. Docker Docker, a containerization tool, helps you create isolated environments

    that run consistently across any infrastructure. - Container: executable environment - Docker Image: executable packe that includes all needed for the app - Dockerfile: the script LEOMOFTHINGS
  4. Uses of Docker - Local dev environment - Microservice (running

    each service in a seperate container) - Testing - Deployment (K8s to manage containerized apps) LEOMOFTHINGS