
Archi’s Academy at ASU+GSV Summit 2025
Hosted in San Diego, the ASU+GSV Summit is where EdTech visionaries, global investors, policymakers, and founders meet under one roof to tackle education’s biggest questions. For us, it was more than a conference, it was a validation that project-based, tech-driven education is not just needed, but urgent.
All Blogs
Explore Stories, Insights, and Ideas from Our Community

RPA
RPA (Robotic Process Automation) is a technology built for automating business processes in general. The “robotic” term here does not represent human-like robots. It actually represents the automated software that can handle tasks that humans do. There two types of RPA robots in general. They are classified as “attended” and “unattended” based on their need for human intervention.

Project Management- series 2
ii) Planning: Planning is more comprehensive and more detailed than the initiation phase. It describes how the project is going to be executed, tracked, and closed. It can be summarized into three questions: What are we going to do? How are we going to do? When the project is going to be completed? This phase includes requirements, cost, quality, scope by defining work breakdown structure (WBS), and timeline with milestones.

How to write good CSS
How to write good CSS In my opinion, developers don't give enough attention to the CSS. CSS is of one the hardest concept in web development it takes hours of work to be good at CSS.

Project Lombok
Though Java is a great language, we still need to write the boilerplate codes in Java such as getters, setters, toString method.Project Lombok is a java library tool which is used to minimize/remove the boilerplate code. It uses annotations Increases the readability of the source code. Saves space and developer’s time.

What is NFT?
Non-fungible tokens (NFTs) are unique, digital items with blockchain-managed ownership. NF’s history is older than we thought Just as we had digital currencies before cryptocurrencies emerged, we’ve had non-fungible digital assets since the dawn of the internet. Tickets, game cards, even handles on social networks like Twitter or Facebook, are all non-fungible digital assets and they were before the cryptocurrencies came.

SonarQube
SonarQube is a universal tool for static code analysis that has become more or less the industry standard. Keeping code clean, simple, and easy to read is also a lot easier with SonarQube.