Skip to content
View Tamiru-Alemnew's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Tamiru-Alemnew

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

  Hello this is Tamiru  

Typing Animation

A little more about me...

Linkedin: Tamiru LeetCode Tamiru GitHub Tamiru

const Tamiru = {

  code: ["JavaScript", "TypeScript", "HTML", "CSS", "Python", "C++", "Java", "Dart", "SQL", "Bash"],
  frontend: ["React", "Redux", "Flutter", "Next.js", "Tailwind CSS", "Material-UI", "Bootstrap", "Bulma", "SASS"],
  backend: ["Node.js", "Express", "Django", "Nest.js", "Firebase", "GraphQL", "REST APIs"],
  databases: ["MongoDB", "MySQL", "PostgreSQL", "Firebase Realtime Database", "SQLite"],
  tools: ["Docker", "Git", "GitHub", "JIRA", "VSCode", "Postman", "AWS", "Netlify", "Vercel", "Figma"],

  education: {
         "Addis Ababa University": "BSc in Software Engineering",
         "Africa to Silicon Valley (A2SV)": "Data structures and Algorithm",

         "CS50": [
              "Introduction to Computer Science",
              "Introduction to Artificial Intelligence"
         ],

         "FreeCodeCamp": [
              "Responsive Web Design",
              "JavaScript Algorithms and Data Structures",
              "Front End Libraries",
              "Back End Development and APIs"
         ]
  },

  experience: [
          {
            company: "4K LABS",
            role: "Back End Developer",
            duration: "March 2024 - Present"
          },

          {
            company: "Arez Armada",
            role: "Lead Software Engineer",
            duration: "August 2023 - March 2024"
          },
          
          {
            company: "Ethioware",
            role: "Software Engineer",
            duration: "March 2023 - Jul 2023"
          }
        ],
}
stats graph

streak graph

Pinned Loading

  1. Competitive-Programming-Vault Competitive-Programming-Vault Public

    Dive into my journey through competitive programming, showcasing solutions to problems solved over the years from platforms like LeetCode, Codeforces, and HackerRank. From my early days to masterin…

    Python 1

  2. javaScript-projects javaScript-projects Public

    Check out different projects I made with JavaScript. This collection includes various apps and scripts, giving you a look at how I've practiced and used JS.

    CSS 1

  3. Connect-Hub Connect-Hub Public

    ConnectHub is a Zoom-inspired project using Vanilla JS, Pure CSS, EJS, PeerJS, Socket.IO, and Node.js. It offers real-time video conferencing, audio communication, and integrated chat for seamless …

    JavaScript

  4. Contest-Chronicles Contest-Chronicles Public

    A chronicle of my exhilarating journey in competitive programming, showcasing live Python solutions from various contests. From the early days of learning programming langueges to mastering problem…

    Python

  5. Hack-Computer Hack-Computer Public

    Implementation of the Hack computer hardware , including HDL files, test scripts, and documentation for building a complete computer system from basic logic gates to a fully functional CPU and mem…

    Hack

  6. Zen-Tasker Zen-Tasker Public

    A REST API developed using Go and the Gin framework, crafted to enhance my understanding of Go and clean architecture principles. This project showcases practical API design and implementation, pro…

    Go