SKSarvesh Kesharwaniingame-dev.hashnode.dev·Aug 12, 2025 · 1 min read🎯 Center vs Middle in Canvas's Rect Transform?When working with UI frameworks like Unity or web design tools, you’ll often encounter the terms “center” and “middle”. They sound similar, but they refer to different directions — and knowing the distinction can save you layout headaches. 🧠The Co...00
SKSarvesh Kesharwaniinivy-sark42.hashnode.dev·May 19, 2023 · 1 min readWhat is the significance of the yellow dot and green plus sign in GitHub commits when it comes to files?In GitHub, a green plus sign next to a file means that the file was not present in the previous commit, but it is now in the current commit. A yellow dot means that the file has been modified in the current commit, but the changes are not staged for ...01B
SKSarvesh Kesharwaniinsarvesh42.hashnode.dev·Apr 23, 2023 · 2 min readSimplifying tensor operations with einops libraryLet's look at an example of reshaping a tensor with einops. Assume we have a 4D shape tensor (batch_size, height, width, channels) representing a batch of RGB photos. We wish to reshape the tensor to have the shape (batch_size, channels, height * wid...00
SKSarvesh Kesharwaniindataengineering42.hashnode.dev·Apr 22, 2023 · 3 min readUnderstanding CyberSecurityEnsuring cybersecurity is crucial for protecting sensitive data and critical infrastructure. For instance, in a hospital setting, maintaining the confidentiality of patient information while safeguarding the availability and reliability of medical eq...00
SKSarvesh Kesharwaniinivy-sark42.hashnode.dev·Mar 29, 2023 · 2 min readIvy as a frameworkLearning can be a difficult and time-consuming process, especially when new models are released in programming languages and frameworks that are unfamiliar to you. It can be frustrating when a new model is not available in your current tool set, forc...00