Identifying Halo CME Events Based on Particle Data from SWIS-ASPEX Payload onboard Aditya-L1Our Sun drives the particle flux in the interplanetary medium and also affects our near earth environment. A sudden change in these particle flux can result in significant disturbance in the upper atmMar 10, 2026·4 min read
UI/UX Design Guide: What's the difference and how to become one?User Interface (UI) and User Experience (UX) are buzzwords in the tech world and are sometimes used interchangeably. However, it's essential to delve into their actual meanings and grasp the unique roles of UI and UX designers. UI relates to the visu...Nov 21, 2023·3 min read
Using GitHub Actions to add Labels AutomaticallyAn auto-labeler in GitHub is a handy tool that automatically applies labels to issues and pull requests, following specific guidelines you set. It's a great choice to boost your team's productivity, keep label assignments consistent, minimize mistake...Nov 3, 2023·2 min read
Three best Windows alternatives for SketchIf you have any UI design experience, you've heard of Sketch. And there are several reasons why it is one of the most revered design tools. The ability to make universal adjustments, whether through their collection of symbols, layer styles, or text ...Aug 25, 2023·4 min read
INT_MAX and INT_MIN in C++Sometimes, we need to assign a variable the largest or smallest value that a particular data type can hold. However, remembering or typing out such large and precise numbers can be challenging. To make it easier, C++ provides "macros" that represent ...Jul 8, 2023·4 min read
STL in C++: Some frequently used STL Containers and AlgorithmsSTL, or Standard Template Library, is a powerful library in C++ that helps with working on data structures. It comes with a collection of pre-made tools like algorithms, containers, and iterators that can be easily used in your programs. The main goa...Jul 4, 2023·9 min read
Object Oriented Programming in JavaThe Concepts of Object Oriented Programming, summarized in Java programming language. Part 2: OOPs. Find part 1 here. The concept of OOPs (Object Oriented Programming) involves a style of coding that binds data and functions into classes and objects...Jul 1, 2023·11 min read