SISreemannarayana Ikkurthiinblog.isree.dev·Jan 13 · 8 min readThe Second ActSo there I was, head over heels in love with software engineering. The Aerospace degree was just paperwork at that point. I had my portfolio, my GitHub, my first full-time job at Bolt.Earth. The proposal had been accepted. I was marrying my love. But...00
SISreemannarayana Ikkurthiinblog.isree.dev·Jul 15, 2024 · 4 min readAI for Definitive WorkWhat is Definitive Work? Simply put, definitive work refers to tasks that require a specific and predictable outcome. These tasks have clear, unambiguous goals and usually require precise, exact responses or results. Examples include: Generating acc...00
SISreemannarayana Ikkurthiinblog.isree.dev·Aug 22, 2022 · 4 min readAerospace Engineering to Software EngineerIntro "I hate sitting in front of computer for long hours to earn money" is what I told myself while choosing the stream for Engineering. Though I am not clear about my interests at that time. I was sure that I am not gonna follow the crowd. I wanted...00
SISreemannarayana Ikkurthiinblog.isree.dev·Jan 17, 2022 · 2 min readFlex BoxHi, Flex Box is one of the ways to create beautiful layouts for a web page/ web app. You can convert an element into flex-box container by setting display property to flex. Once an element is defined as flex-box, the items inside the flex-box contain...00
SISreemannarayana Ikkurthiinblog.isree.dev·Jan 12, 2022 · 2 min readBug in Codesandbox's VanillaJS ContainerOne of my fellow students at neoG camp faced an issue while trying out some code in the Vanilla Sandbox. The code goes like this const array = [1, 5, 3, 5, 6, 8]; const checkFun = (num1, num2) => { for (let i = 0; i < array.length; i++) { if ...01S