Anything that gives me dopamine eventually becomes a habit β and building fully-fledged, scalable software is one of them.
- π Passionate about Distributed Systems and Low-Level Programming
- π± Currently expanding my knowledge in system architecture and performance optimization and microservices
- π‘ Believer in continuous learning and open-source collaboration
- π« Reach me at: adityabyte@gmail.com
- π¨βπ» Portfolio: https://github.com/AdityaByte
defmodule Aditya.Me do
def Developer do
name = :Aditya
focus = ["Distributed Systems" | ["Microservices" | ["Low Latency Systems" | ["SAAS" | []]]]]
skills = %{
:languages => [:Java, :Golang, :Javascript, :Python],
:web_technologies => ["HTML5", "CSS3", "Javascript", "React", "Redux", "GSAP", "TailwindCSS", "bootstrap"],
:frameworks => [
%{"Spring Framework": ["Spring Boot", "Spring Web MVC", "Spring Security", "Spring Batch"]},
"Hibernate", "Thymeleaf"
],
:databases => ["MongoDB", "MySQL"],
:tools => ["Apache Kafka", "Redis", "Maven", "Postman", "Figma", "LucidChart"],
:deployment => ["git", "github", "vercel", "render"],
:testing => [:JMeter, :JUnit, :Mockito, :SonarQube, :TestContainers, :PyTest, :Github_Actions]
}
architecture_patttern = [
"Client Server Architecture",
"Microservices Architecture",
"Event Driven Architecture",
"Monolithic Architecture"
]
IO.puts("Let's connect and build something together")
end
end