JNAYEH Sirinesirinejnayeh.hashnode.devยทJul 26, 2024Binary Lifting: My First Time Applying DP on Binary TreesBinary lifting is causing a revolution in tree-based computations, offering a clever way to handle complex tree queries efficiently. This dynamic programming approach allows for quick navigation through tree structures, making it a game-changer for v...BinaryTrees
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.comยทMay 15, 2024Setting Up Flutter and Building a Small Application on macOSIntroduction Flutter is a popular framework for building cross-platform applications with a single codebase. In this guide, we'll walk through the process of setting up Flutter on macOS and building a small application to get you started. Step 1: Ins...112 likesยท153 readsFlutter
Yoshi Sharmacoder687.hashnode.devยทMay 10, 2024Exploring the Python Language: A High-Level, Versatile Programming ToolHello Buddies! I Yoshi Sharma welcomes you in my 2nd Blog with a very interesting topic " PYTHON " a very cool programming language. In this blog I have explained all the main concepts of Python in brief.. Happy Reading!!!!!! Python is a versatile an...10 likescoderyoshi'sblog
Vishal Sharmacodreline.hashnode.devยทMar 31, 2024What is AsyncAPI and How to use it with Node.js?As developers, we have worked with APIs to enable communication between two systems. However, until now, we have primarily worked with synchronous systems, where two entities communicate when endpoints are triggered from the user side to the backend ...6 likesยท153 reads100xdevs
Shuvro_basetshuvro-baset.hashnode.devยทJan 13, 2024How does the Python Program work in your computerPython is a very easy and popular programming language due to its simplicity and demand. Many of us prefer this programming language because of its ease of use. Despite programming in Python, many of us do not know how Python works. Through this arti...Python
Manasa Jmanasaj.hashnode.devยทNov 3, 2023Advance Linux CommandUSERS MANAGEMENT User management in Linux refers to the process of creating, configuring, and managing user accounts on a Linux system. useradd Command: useradd [options] username Meaning: The useradd command is used to create a new user account o...9 likesยท35 reads#shubhamLondhe
Stevie Gitsmestevieg.hashnode.devยทOct 4, 2023๐ Importance of Source Code Control: A Guide to GitAs software developers, we strive to create high-quality applications that are efficient, reliable, and scalable. One of the crucial aspects of maintaining code quality and ensuring smooth collaboration within a development team is source code contro...#happycoding
Manish Sahanimanishsahani.hashnode.devยทSep 25, 2023Vite + ReactSetting Up a React.js Project with Vite: A Quick and Efficient Guide When it comes to developing modern web applications with React.js, having a fast and efficient development environment can greatly boost productivity. This is where Vite comes into ...6 likesvite
Ankita Dasankita11.hashnode.devยทMay 29, 2023Transforming Web Media: Embrace the Magic of <audio> and <video> TagsAudio Tag: The <audio> tag is specifically used for embedding and playing audio files on a web page. It is suitable for including music, podcasts, sound effects, or any other audio content. The <audio> tag provides controls such as play, pause, volum...56 readsiwritecode
Ankita Dasankita11.hashnode.devยทMay 20, 2023|An Overview of HTML Input Elements|The HTML <input> tag is a fundamental element in web development for creating interactive web forms and gathering user input. This versatile tag allows you to create various types of input fields, such as text fields, checkboxes, radio buttons, and m...31 readsiwritecode