Nothing Special   »   [go: up one dir, main page]

Skip to content
View Denilson-Semedo's full-sized avatar

Block or report Denilson-Semedo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Denilson-Semedo/README.md
{
   "name": "Denilson Tavares",
   "role": "Software Engineering",
   "located_in": "Somewhere in the Atlantic Ocean",
   "fields_of_interest": ["Backend",
                          "DevOps",
                          "Software Architecture",
                          "API Security"],
   "Fav Quote": "Don’t wish for less problems, wish for more skills. (John Earl Shoaff)"
}

My software engineering notes: https://gist.github.com/Denilson-Semedo

Pinned Loading

  1. Recovering a Linux System in Dual Bo... Recovering a Linux System in Dual Boot with Windows
    1
    Fixing the Arch Linux Bootloader using Commands
    2
    ---
    3
    Arch Linux is a powerful and versatile operating system used by many Linux enthusiasts around the world. However, sometimes things can go wrong, and one of the common issues faced by Arch Linux users is a corrupted or broken bootloader. The bootloader is a crucial component of any operating system as it loads the kernel and initializes the system. If the bootloader is not working correctly, the system may not be able to boot. In this article, we will explain how to fix the Arch Linux bootloader using the following commands:
    4
    
                  
    5
    1. Identify the partitions
  2. Python Data Structures Python Data Structures
    1
    # Python Data Structures
    2
    Python offers several built-in data structures, each serving different purposes and offering unique capabilities. Below is a structured cheatsheet covering Lists, Tuples, Sets, and Dictionaries with explanations, key methods, and use cases.
    3
    
                  
    4
    ## 1. List
    5
    **Description:** An ordered, mutable (changeable) collection that can contain elements of different data types.
  3. fastapi_mongodb fastapi_mongodb Public

    ⚙️This is a simple project to learn the mongo concepts, using Fastapi and PyMongo. The project is a simple API to manage a list of costumers.

    Python

  4. Casa_Inteligente-Arduino- Casa_Inteligente-Arduino- Public

    🤖 🏡 Um pequeno projeto feito no arduino controlando os diversos dispositos de uma casa Inteligente.

    C++ 3 1

  5. Loja Loja Public

    📚 School Project Simulating payment at a store

    Java 3

  6. rabbitmq rabbitmq Public

    📨Rabbitmq Samples to learn about AMQP(Advance Message Queuing Protocol)

    Python