svg

All posts in Learning

  • Post Image
    By Daniel Tanque22 de Outubro, 2023

    Jenkinsfile and Pipelines

    A continuous delivery pipeline is an automated framework that visualizes the process of obtaining software from version control. Consequently, any modification to

  • Post Image
    By Daniel Tanque22 de Outubro, 2023

    Jenkins Basics

    Jenkins is an open-source automation server that is widely used in the field of software development for continuous integration and continuous delivery

  • Post Image
    By Daniel Tanque20 de Outubro, 2023

    CI/CD Basics

    CI/CD stands for Continuous Integration and Continuous Deployment/Continuous Delivery. It is a set of practices, principles, and tools used in software development

  • Post Image
    By Daniel Tanque20 de Outubro, 2023

    Git Remote

    Once you have the development done, you know how to use the branches and develop each feature there comes the moment in

  • Post Image
    By Daniel Tanque19 de Outubro, 2023

    Git Branches

    In Git, branches are a way to work on different versions of a project simultaneously. They allow you to isolate different lines

  • Post Image
    By Daniel Tanque18 de Outubro, 2023

    Intro to Git

    GitHub is a web-based platform for version control and collaborative software development. It provides a platform for developers to host and manage

  • Post Image
    By Daniel Tanque17 de Outubro, 2023

    Basics of Python Apps

    There are two main versions of Python, Python2 and Python3, Python3 is the one that still gets update, version 2 doesn’t but

  • Post Image
    By Daniel Tanque17 de Outubro, 2023

    Basics of Nodejs Apps

    Node.js is an open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript code on the server-side. It is built on

  • Post Image
    By Daniel Tanque16 de Outubro, 2023

    Basics of Java Apps

    The first step towards any language is to know how to install it, and run. Running requires passing by compiling, building and

  • Post Image
    By Daniel Tanque15 de Outubro, 2023

    Basics of Networking: DNS

    You have accessed google.com, but how does the PC knows that google.com exists and has an IP? Or even more simple you