#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Rohith Gowda R"
self.role = "AI Engineer"
self.language_spoken = ["kan_IN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()👇 Hit in your console or terminal to connect with me.
pipx run rohith
- Personal blog: https://www.blogger.com/profile/03763646083490383195
- LeetCode : https://leetcode.com/u/rohithgowdax/
- Machine Learning
- [Introduction to Dependency Injection in Java]
- [Distributed Transactions and Sagas in Microservices]
- [Design Patterns: Strategy Pattern]
- [Java Best Practices - Logging]