Empowering Web3 UX through Push Protocol's Notification SystemA Step-by-Step Guide to Implementing Web3 NotificationsJan 4, 2024·8 min read
Let's Learn Dash - A Data Visualization Framework based on Python: Part 1Python Web FrameworkMay 9, 2023·5 min read
What is API?Application Programming Interface or API is a software interface that allows two applications to interact with each other without any user intervention. For example: if I want to render some data stored in a JSON from a backend server, an API can be ...Jan 24, 2023·4 min read
A brief idea about HTTP and HTTPSWhat is HTTP? HTTP stands for Hyper Text Transfer Protocol. It is responsible for communication between web clients and servers by sending HTTP Requests and receiving HTTP Responses. It is also responsible for loading pages, form submission and makin...Jan 21, 2023·2 min read
How to make a Weather Website :-Open your VSCode Editor or any code editor that you prefer. Add an HTML file -- The so-called "index.html" Add a card using Bootstrap or you can code using div element and CSS We will be using Rapid API for fetching the information on weather. We ...Jan 21, 2023·2 min read
Let's learn CSS Flexbox the easy way!One Directional display CSS property : FlexboxDec 10, 2022·4 min read