“Every configuration of people is an entirely new universe unto itself.” ― Kristin Cashore Introduction Git is the backbone of modern software development, but its default configuration isn't always optimal for everyone. Customizing your Git configu...
Breaking into tech can feel overwhelming, especially when it comes to open source. You might ask yourself: Where do I start? What if I don’t have prior experience? How do I find a project I can contribute to? Outreachy is an incredible opportunity de...
A product design review is a evaluation process within a product development process where designers, product managers, engineers, and stakeholders evaluate a product against its requirements in order to verify that the design have meet the business ...
As developers, we're surrounded by an abundance of tools and libraries designed to make our lives easier. From React component libraries to code generators, these tools save us countless hours of repetitive work. But have you ever built one yourself?...
How Great Leaders Thrive in the Age of AI Leadership is Changing Fast. Are You? AI is poised to change the nature of management. Some see that as a threat. If AI can automate half of a manager's daily tasks, what's left? That fear, while understandab...
📝 Quick Summary: Qdrant is a high-performance vector similarity search engine and database written in Rust. It allows users to store, search, and manage vector embeddings with associated payloads, enabling applications like neural network-based matc...
For Main account( Initial Configurations ) —- Steps —- 1 - Create a Github Repo 2 - Open VS Code —(Make sure you have Git and Vs code in your system) Enter these commands- echo "# hello" >> README.md git init git add README.md or git init git add ....
Learning points: Git Rebase – Deep Dive Git Cherry-pick – Applying specific commits from one branch to another. Resolving Merge Conflicts – Identifying and resolving conflicts efficiently. Rewriting History – advanced use cases Amending Commits ...
Learning points: What is Version Control? – Why Git is the most popular VCS. Git vs. Other VCS – Differences from SVN, Mercurial. Repositories, Commits, and Branches – How Git tracks changes. Git States – Working directory, staging area, and comm...
Photo by Harli Marten on Unsplash As long as I remember I have always been interested by skepticism. And I think one element that really resonated with me has been that conference talk by Phil Plait: https://www.youtube.com/watch?v=FrFRbGjUtJk 15 ...