MSManveer Singhinheyman.hashnode.dev·May 25, 2023 · 3 min readUnderstanding the concept of Pagination used in Amazon, Google, etc., and implementing it in MYSQL.In this digital era, where information is abundant and attention spans are limited, it becomes essential to present information in a structured and user-friendly manner. Pagination, the practice of dividing content into discrete pages, plays a crucia...00
MSManveer Singhinheyman.hashnode.dev·May 24, 2023 · 2 min readImperative vs Declarative Languages ..Most of us know the number of programming languages like Javascript, Cpp, Java and many more, but we often don't know under which category these languages fall. So Let's deep dive into 2 types of programming languages:- Imperative vs Declarative Lang...00
MSManveer Singhinheyman.hashnode.dev·Jan 17, 2023 · 1 min readDo you know about Browser Engine ?Whenever we write code in Html , Css in any of the compiler , first the code gets rendered and then we get the output on our web browser . So a Browser Engine is nothing but a software whose aim is to render the code and so we can see the desired out...00