Skip to main content

Posts

Git Commands Cheat Sheet

  Here are some basic Git commands: Commands  Description git add <file> Adds a specific file to the staging area. git add . or git add –all Adds all modified and new files to the staging area. git status Shows the current state of your repository, including tracked and untracked files, modified files, and branch information. git status –ignored Displays ignored files in addition to the regular status output. git diff Shows the changes between the working directory and the staging area (index). git diff <commit1> <commit2> Displays the differences between two commits. git diff –staged or git diff –cached Displays the changes between the staging area (index) and the last commit. git diff HEAD Display the difference between the current directory and the last commit git commit Creates a new commit with the changes in the staging area and opens the default text editor for adding a commit message. git commit -m “<message>” or git commit –message “<message...

Interview preparation Guide for Software Engineers

- Designing Data-Intensive Applications by Martin Kleppmann Amazon: https://amzn.to/4dlfPed - Database Internals by Alex Petrov Amazon: https://amzn.to/3YI515e - System Design Interview (Volume 1) by Alex Xu Amazon:  https://amzn.to/3WJzwVV   - System Design Interview (Volume 2) by Alex Xu Amazon:  https://amzn.to/3M7zEtv   - Grokking the System Design Interview https://lnkd.in/ebEwFWbP - Grokking the Advanced System Design Interview https://lnkd.in/e_c2CWge - Donne Martin's System Design Primer https://github.com/krmadhukar/system-design-primer - Site Reliability Engineering: How Google Runs Production Systems https://lnkd.in/edYzQwXW - The Site Reliability Workbook: Practical Ways to Implement SRE https://lnkd.in/e9tKypna - Understanding Distributed Systems https://amzn.to/4fGzg2H - Fundamentals of Software Architecture - Mark Richards & Neal Ford https://amzn.to/3Xdozxv - Software Architecture: The Hard Parts - Mark Richards & Neal Ford https:...

Free AI/ML LLM Fundamentals Course

  Free AI/ML LLM Fundamentals Course Save 1000s of dollars. Bookmark this and follow the curriculum below. You want to learn AI/ML LLM? I have curated the Best FREE AI/ML roadmap that covers essential knowledge about maths, Python, NNs with hands-on projects Learning. 🙏 Help me spread the free courses! Kindly like, repost and comment! ♻️ Google Courses https://www.cloudskillsboost.google/?qlcampaign=6y-in1-event-90 𝟭. 𝗠𝗮𝘁𝗵𝗲𝗺𝗮𝘁𝗶𝗰𝘀 𝗳𝗼𝗿 𝗠𝗮𝗰𝗵𝗶𝗻𝗲 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 • Linear Algebra - 3Blue1Brown: https://lnkd.in/ejApha3z • Immersive Linear Algebra: https://lnkd.in/ekaUs4Wz • Linear Algebra - KA: https://lnkd.in/emCEHTq5 • Calculas - KA: https://lnkd.in/emCEHTq5 • Statistics and Probability - KA: https://lnkd.in/e6_SirMr 𝟮. 𝗣𝘆𝘁𝗵𝗼𝗻 𝗳𝗼𝗿 𝗠𝗮𝗰𝗵𝗶𝗻𝗲 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 • Real Python: https://realpython.com • Learn Python - freecodecamp: https://lnkd.in/ejfBftNf • Python Data Science: https://lnkd.in/g4ZysfEe • ML for Everybody: https://lnkd.in/ehR6xaG...