Hello !
Welcome to The Lonely Blogger, where I share my journey through technology, programming, and personal insights. Join me as I explore innovative ideas, tackle coding challenges, and provide tips to navigate the digital landscape. Let's embark on this adventure together!
# skills_sm.py
def display_skills():
skills = [
"ReactJS - Interm.",
"Next.js - Basic",
"TypeScript - Basic",
"Tailwind CSS - Basic",
"Python - Interm."
]
for skill in skills:
print(f"- {skill}")
if __name__ == "__main__":
display_skills()
# skills_md.py
def display_skills():
skills = [
"ReactJS - Intermediate",
"Next.js - Basic",
"TypeScript - Basic",
"Tailwind CSS - Basic",
"Python - Intermediate",
"Flask - Basic",
"Prisma - Beginner"
]
for skill in skills:
print(f"- {skill}")
if __name__ == "__main__":
display_skills()
# skills_lg.py
def display_skills():
skills = [
{
"name": "ReactJS",
"proficiency": "Intermediate",
"description": "A JavaScript library for building user interfaces. I use ReactJS to create interactive UIs with reusable components."
},
{
"name": "Next.js",
"proficiency": "Basic",
"description": "A React framework for server-rendered applications and static site generation. I use Next.js to build fast and scalable web applications."
},
{
"name": "TypeScript",
"proficiency": "Basic",
"description": "A strongly typed programming language that builds on JavaScript. I use TypeScript to enhance code quality and maintainability."
},
{
"name": "Tailwind CSS",
"proficiency": "Basic",
"description": "A utility-first CSS framework for creating custom designs without leaving your HTML. I use Tailwind CSS to style components efficiently."
},
{
"name": "Python",
"proficiency": "Intermediate",
"description": "A high-level programming language known for its readability and versatility. I use Python for backend development and scripting."
},
{
"name": "Flask",
"proficiency": "Basic",
"description": "A lightweight WSGI web application framework in Python. I use Flask to build web applications and APIs."
},
{
"name": "Prisma",
"proficiency": "Beginner",
"description": "An open-source database toolkit that provides type-safe database queries. I am learning Prisma for managing and interacting with databases."
},
{
"name": "Open Source Contribution",
"proficiency": "Intermediate",
"description": "Participating in and contributing to open source projects. I contribute to projects by fixing bugs, adding features, and improving documentation."
},
{
"name": "Web Development",
"proficiency": "Intermediate",
"description": "The process of creating websites and web applications. I have experience with both frontend and backend development."
},
{
"name": "Database Management",
"proficiency": "Basic",
"description": "The practice of managing and organizing data in databases. I use SQL and NoSQL databases for storing and retrieving data."
},
{
"name": "Android Development",
"proficiency": "Basic",
"description": "Developing applications for the Android platform. I use tools like Android Studio and Kotlin for building mobile applications."
}
]
print("My Skills:")
print("=" * 60)
for skill in skills:
print(f"Skill: {skill['name']}")
print(f"Proficiency: {skill['proficiency']}")
print(f"Description: {skill['description']}")
print("-" * 60)
if __name__ == "__main__":
display_skills()
A deep dive into the mysteries of space-time and its significance in understanding the universe
Explore mobile privacy tips and insights to safeguard your personal information and secure communications
Discover the vanished How to Exit the Matrix guide from the hidden wiki on the dark web.