Astrodevil

How Developers, CTOs, and Product Managers Are Building Internal Operational Apps in 2023

As a developer, let me break it down for you in casual language. Internal apps are like secret weapons for businesses. They’re custom-made applications built specifically for internal use, helping teams work smarter and faster. These apps tackle everyday challenges like managing projects, tracking inventory, or streamlining processes. They’re like your personal sidekick, making your work life easier and more efficient. One prominent use case of internal app development is s creating a unified dashboard for sales teams that consolidates data from multiple sources....

July 13, 2023 · 8 min · 1652 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: Objects

Today is the 13th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Objects In JavaScript, almost “everything” is an object. JavaScript objects start with an open curly-brace { and end with a closed curly brace }....

January 3, 2023 · 5 min · 1024 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: Arrays

Today is the 12th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Arrays In JavaScript, we use arrays to store a list of elements....

December 29, 2022 · 5 min · 904 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: String Looping, Index Of and Slicing Strings

Today is the 9th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. String Looping Strings are really simple to loop through. We learned how to retrieve characters by using the ....

December 25, 2022 · 3 min · 518 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: String Manipulation

Today is the 8th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Comparing Strings String comparison is actually very simple! The comparison operators ===, < and > that we studied in earlier lectures can be used....

December 23, 2022 · 3 min · 546 words · Mr. Ånand