If you want a resume template try this this is best and also it followed google's resume rules
https://docs.google.com/document/d/1RHdr_9AJ53Bnqx4dQ5VOQg7OxrKAAwrh/edit?usp=drive_link&ouid=107905093854818261012&rtpof=true&sd=true
https://docs.google.com/document/d/1RHdr_9AJ53Bnqx4dQ5VOQg7OxrKAAwrh/edit?usp=drive_link&ouid=107905093854818261012&rtpof=true&sd=true
Google Docs
resumeTemplate.docx
FirstName M. LastName US Citizen | email@email.com | (123)-456-7890 | LinkedIn: linkedinAlias | GitHub: githubUsername EDUCATION
Georgia Institute of Technology
Atlanta, Georgia B.S. & M.S. in Computer Science
Expected…
Georgia Institute of Technology
Atlanta, Georgia B.S. & M.S. in Computer Science
Expected…
🙏1
What is TypeScript?
For those of you who don’t use TypeScript: ts is a tool built on top of JavaScript that adds a proper typing system, making Js more strict about tupe safety. It’s incredibly crucial for building large and modern applications. This alone can save you a lot of time during development and testing. You really should use it if you want to become a professional js dev.
#TechVibe #DailyTechTip #Day_2 @alnova19
For those of you who don’t use TypeScript: ts is a tool built on top of JavaScript that adds a proper typing system, making Js more strict about tupe safety. It’s incredibly crucial for building large and modern applications. This alone can save you a lot of time during development and testing. You really should use it if you want to become a professional js dev.
#TechVibe #DailyTechTip #Day_2 @alnova19
One thing I really appreciate about tech is the community that comes with it. Unlike many other fields, tech communities are incredibly supportive you’ll often find people willing to share resources, guide you through problems, or collaborate on projects without expecting anything in return. Whether it’s open-source contributors, forums, or local meetups, there’s always someone ready to help. This culture of sharing and mentorship not only makes learning easier but also creates a sense of belonging. No matter where you are in your journey beginner or experienced. you can always find advice, inspiration, and opportunities to grow.
#TechVibe #TechCommunity @alnova19
#TechVibe #TechCommunity @alnova19
💯2❤1
A friend of mine sent me this, and I really think we should spend some serious time with our friend talking about real-life issues. What do you think?
#TechVibe #RealConversations #Meet-ups @alnova19
#TechVibe #RealConversations #Meet-ups @alnova19
❤2🔥2
Seven productivity habits that can significantly improve developer efficiency: automating repetitive tasks through custom noscripts and tools, writing code with future maintainability in mind, documenting debugging processes before starting, building personal productivity tools, timeboxing deep work sessions, studying and adapting workflows from successful projects, and conducting weekly solo retrospectives to identify improvements.
#TechVibe #DailyTechTips #day_3 @alnova19
#TechVibe #DailyTechTips #day_3 @alnova19
Start working on a small but impactful project today. I’ll share it once it’s finished
#TechVibe #NewProject @alnova19
#TechVibe #NewProject @alnova19
SOLID principles
1. Single Responsibility Principle (SRP): Each part of your code should have just one job. This makes your code simpler to test and modify. Think of it like a TV remote: each button should have one function.
2. Open/Closed Principle (OCP): Your code should be open to adding new stuff but closed to changing existing structures. It's like adding a new app to your smartphone without altering how the phone's basic functions work.
3. Liskov Substitution Principle (LSP): Subclasses should fit everywhere their parent class can fit without causing trouble. Imagine using a universal remote that can control any brand of TV—no quirks allowed!
4. Interface Segregation Principle (ISP): Create specific interfaces for specific tasks, avoiding a one-size-fits-all approach. Similar to having separate remote controls for a TV, sound system, and DVD player.
5. Dependency Inversion Principle (DIP): Rely on broad concepts, not specific details. Your code parts should communicate through general advice, like hiring a tour guide who can work with any local transport, instead of being bound to one specific bus service.
These principles promote clarity, easy updates, and less complicated debugging.
#TechVibe @alnova19 #DailyTechTip #day_4
1. Single Responsibility Principle (SRP): Each part of your code should have just one job. This makes your code simpler to test and modify. Think of it like a TV remote: each button should have one function.
2. Open/Closed Principle (OCP): Your code should be open to adding new stuff but closed to changing existing structures. It's like adding a new app to your smartphone without altering how the phone's basic functions work.
3. Liskov Substitution Principle (LSP): Subclasses should fit everywhere their parent class can fit without causing trouble. Imagine using a universal remote that can control any brand of TV—no quirks allowed!
4. Interface Segregation Principle (ISP): Create specific interfaces for specific tasks, avoiding a one-size-fits-all approach. Similar to having separate remote controls for a TV, sound system, and DVD player.
5. Dependency Inversion Principle (DIP): Rely on broad concepts, not specific details. Your code parts should communicate through general advice, like hiring a tour guide who can work with any local transport, instead of being bound to one specific bus service.
These principles promote clarity, easy updates, and less complicated debugging.
#TechVibe @alnova19 #DailyTechTip #day_4
🙏1
What is docker
Imagine you want to run a Python app. On your machine, it works because you already have Python, the right version of dependencies, and your local database configured. But what happens when you send it to a teammate or a cloud server?
This is the problem Docker solves. It lets you package your application and all its dependencies into a single box that will run the same anywhere.
#TechVibe #DockerExplained #DailyTechTips #day_5 @alnova19
Imagine you want to run a Python app. On your machine, it works because you already have Python, the right version of dependencies, and your local database configured. But what happens when you send it to a teammate or a cloud server?
This is the problem Docker solves. It lets you package your application and all its dependencies into a single box that will run the same anywhere.
#TechVibe #DockerExplained #DailyTechTips #day_5 @alnova19
❤3🔥2
TechVibe
What is docker Imagine you want to run a Python app. On your machine, it works because you already have Python, the right version of dependencies, and your local database configured. But what happens when you send it to a teammate or a cloud server? This…
If you wanna get the whole article check this really amazing presentatiin about Docker and Kubernates
https://medium.com/javarevisited/how-i-finally-understood-docker-and-kubernetes-5debb13cacfe
#TechVibe #Article #DailyTechTips @alnova19
https://medium.com/javarevisited/how-i-finally-understood-docker-and-kubernetes-5debb13cacfe
#TechVibe #Article #DailyTechTips @alnova19