Skip to content
View eddimas's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report eddimas

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
eddimas/README.md

Hello, I'm Eduardo Dimas! 👋

Step into my tech domain, where the fusion of ancient dinosaurs and cutting-edge code defines the future.

Profile Views

About Me

I'm not your ordinary SecDevOps Engineer; instead, I'm a technology enthusiast with a keen interest in the field. When I'm not dedicated to securing systems or immersing myself in the intricacies of DevOps, you will often find me exploring the captivating realm of dinosaurs. Beyond the confines of technology, my goal is to create a lasting legacy—an online presence that reflects my unwavering commitment to excellence.

Connect with Me

Feel free to leave a message:

Join me on this exciting journey, and let's make tech more engaging!

Tech Toolbox

Languages and Tools

Here's a glimpse into my tech toolbox:

  • PiHole
  • NextCloud
  • Linux
  • DevOps
  • Git & GitHub
  • AWS, GCP and Azure
  • Terraform
  • Docker, Podman and k8s
  • Python

Discovering and mastering these tools is my ongoing quest for tech excellence.

Sites

Website Website


📕 Latest Blog Posts


Pinned

  1. This is a common palindrome example ... This is a common palindrome example in java.
    1
    public class reverseString{
    2
      
    3
      public static void main (String[] args){
    4
        
    5
        String str = new String(args[0]);
  2. helloWorld.java helloWorld.java
    1
    /* The simplest code in java
    2
    // to execute it just save this code and compile
    3
    // $ javac helloWorld.java
    4
    // $ java HelloWorld
    5
    */