CTchakravarthi tangellainchakravarthi.hashnode.dev·May 25, 2023 · 5 min readAnnotations in Java, Spring, and Spring BootAnnotations are a powerful feature in Java, Spring, and Spring Boot that allow developers to add metadata and behavior to their code. They provide a way to convey information to the compiler or runtime environment, enabling developers to configure an...00
CTchakravarthi tangellainchakravarthi.hashnode.dev·Sep 11, 2022 · 6 min readJavaScript Interview CheatSheetJavaScript JavaScript is a synchronous single-threaded language. Single-threaded means javascript can execute only one command at a time. When we say synchronous single-threaded, it means javascript can execute one command at a time and in a specif...00
CTchakravarthi tangellainchakravarthi.hashnode.dev·Aug 27, 2022 · 9 min readAll about Arrays in JavaScriptWhat is JavaScript? JavaScript is one of the most popular and widely used programming languages in the world right now. It is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. With this programming ...00
CTchakravarthi tangellainchakravarthi.hashnode.dev·Jul 24, 2022 · 4 min readGit Cheat SheetGIT Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy refer...00
CTchakravarthi tangellainchakravarthi.hashnode.dev·Jul 24, 2022 · 6 min readAn Informative guide to MarkdownWhat is a Markdown? Markdown can be defined as a plain text formatting syntax used to write content on the web. It is a lightweight markup language that you can use to add formatting elements to plaintext text documents. It’s commonly used by writers...00