Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile
Nelson Djalo | Amigoscode

@amigoscode

Founder of Amigoscode | Helping millions of people break into Software Engineering and DevOps 🤝 Building @portfollyio

ID: 952618432482238466

linkhttp://www.amigoscode.com calendar_today14-01-2018 19:08:27

344 Tweet

24,24K Followers

34 Following

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

🚀 Portfolly’s Beta version is finally live! Huge thanks to all our testers for their valuable insights The UX is already getting fantastic feedback!! 👉 Join our waitlist at portfolly.io and be a part of the journey🔥 👉 Our official launch is getting closer⏳STAY

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

Presenting our first Portfolly.io template the Nelson Djalo | Amigoscode template! 🎉 Interested in building an amazing one without putting too much effort?! 👉 Join us at Portfolly.io, you’ll not regret it😉 #buildinpublic #indiehackers #SaaS

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

20 reasons why you MUST have a portfolio as a software engineer 1. Showcases your technical skills and proficiency in various programming languages and technologies. 2. Provides tangible evidence of your work and projects you’ve completed. 3. Allows you to highlight your areas

20 reasons why you MUST have a portfolio as a software engineer

1. Showcases your technical skills and proficiency in various programming languages and technologies.
2. Provides tangible evidence of your work and projects you’ve completed.
3. Allows you to highlight your areas
Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

6 API Architectural Designs You Must Know 1 - REST 2 - GraphQL 3 - SOAP (Legacy) 4 - gRPC 5 - WebSockets 6 - MQTT 👍🏿 Subscribe to our newsletter - bit.ly/3x4j5dT #systemdesign #coding #interviewtips

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

18 Most Used Linux COMMANDS 1. ls - Lists files and directories in the current directory. 2. mv - Moves or renames files and directories. 3. ssh - Connects to a remote machine using the SSH protocol. 4. cd - Changes the current directory. 5. cat - Concatenates and displays file

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

Great way to visualise GIT From 0(nothing) - 10(pro) much do you know about git? 👍🏿 Subscribe to our newsletter - bit.ly/3x4j5dT #systemdesign #coding #interviewtips

Great way to visualise GIT

From 0(nothing) - 10(pro) much do you know about git?

👍🏿 Subscribe to our newsletter - bit.ly/3x4j5dT

#systemdesign #coding #interviewtips
Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

Git Crash Course Git is a powerful version control system that tracks changes in source code during development. Here's a quick overview of essential Git concepts: - Repository: A collection of files with their full history. - Commit: A snapshot of changes, marking a point in

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

18 Skills For Software Engineers - Programming Languages - Algorithms & Data Structures - SDLC (Software Development Life Cycle) - Version Control - Debugging & Testing - Databases - Operating Systems - Networking Basics - Cloud Computing - CI/CD (Continuous Integration and

18 Skills For Software Engineers

- Programming Languages
- Algorithms & Data Structures
- SDLC (Software Development Life Cycle)
- Version Control
- Debugging & Testing
- Databases
- Operating Systems
- Networking Basics
- Cloud Computing
- CI/CD (Continuous Integration and
Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

🔗 Understanding RESTful Architecture: The Core Principles and Methods REST (Representational State Transfer) is a fundamental architecture for designing networked applications. Here are the key principles that make REST so powerful: 1. Principles: REST is built on principles

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

SQL Joins Explained Joins in SQL are operations used to combine data from two or more tables based on a related column between them. They allow you to retrieve data that is spread across multiple tables by specifying how the records should be combined, typically through matching

SQL Joins Explained

Joins in SQL are operations used to combine data from two or more tables based on a related column between them. They allow you to retrieve data that is spread across multiple tables by specifying how the records should be combined, typically through matching
Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

NoSQL vs SQL Databases: Key Differences NoSQL databases are non-relational and offer more flexible data models, making them ideal for handling large amounts of unstructured or semi-structured data. They are highly scalable and designed for modern web applications: - Key-Value

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

Network Protocols You MUST KNOW In the world of networking, various protocols ensure that data is transferred seamlessly and securely. Here's a quick look at some of the most common network protocols: - HTTP (Hypertext Transfer Protocol): The foundation of data communication

Nelson Djalo | Amigoscode (@amigoscode) 's Twitter Profile Photo

Save this SQL Commands Cheatsheet Understanding the core categories of SQL commands is essential for mastering database management and data analysis. Whether you're defining the structure of your database, controlling transactions, querying data, or managing access, each SQL