Flask Indiaflask-india.hashnode.dev·Nov 10, 2024Building User Interfaces in FlaskIntroduction: Flask is one of the popular choices for building of REST APIs via Python programming. It comes with the bare essentials necessary to facilitate the building of REST APIs yet provides the facility to include additional utilities to exten...Discuss·88 readsFlask-India Tutorial SeriesFlask Framework
syncfusionsyncfusion-blogs.hashnode.dev·Sep 23, 20245 Modern CSS Styles You Should Know In 2024TL;DR:This blog uses code examples to explore five of the best CSS styles and features for web development: container queries, subgrid, pseudo-classes, logical properties, and lab color space. They enhance responsiveness, simplify layouts, and improv...DiscussCSS styles
Lalita Kashyaplalitakashyap-1719995781518.hashnode.dev·Jul 16, 2024Step-by-Step Guide to Building a Web Page with NGINXCreate web page on nginx for demo Update all packages sudo apt-get update -y Now install nginx sudo apt-get install nginx -y Move into directory cd /var/www/html List the file and directory ls Create file for creating web page "sudo vim ...DiscussAWS
Ankita Lunawatcloudhub2295.hashnode.dev·Jun 24, 2024Hosting a website on AWS EC2 instance using the nginx web server.Nginx is a high-performance HTTP server, reverse proxy server, and an IMAP/POP3 proxy server. It is known for its stability, rich feature set, simple configuration, and low resource consumption. Here's how to install and configure Nginx on an Ubuntu...Discuss·1 likeAWS
Muhammad Abubakarabubakarwebdev.hashnode.dev·Jun 22, 2024How Browsers Render Web Pages: A Complete GuideIn my opinion, understanding the rendering process is important for web developers, as it can help identify performance issues and optimize the display of web pages. In this article, I will explain the steps browsers take and share performance tips t...Discuss·35 readsBrowsers
Byung Joo Jeongjoo.hashnode.dev·May 14, 2024Project : What APIs should be developed for specific Web Page FE & BE#Foreword Below is the design that is going to be used for the login page. While designing the API, we missed design of PUT /password API. Be referring to the UX/UI Design, I realized what I should do to make up for it. I started considering how to s...Discussurl
Rose Ndifonowoje234.hashnode.dev·Oct 17, 2023Css Positioning PropertyCSS POSITIONING This is a very tricky topic, when I was learning CSS POSITIONING it was so confusing I spent several weeks trying to understand it. So let's see the different CSS positioning and how we can use it. There are 7 CSS position properties ...Discuss·13 likes·71 readscss position
Chaewon Jamie Yoonchaewon.hashnode.dev·Jun 12, 2023[Meta] Introduction to Front-End Developmentsummary of the first chapter "Introduction to Front-End Development" "The internet" = Interconnected Network a network is made up of at least two devices that connect and communicate via a wire or wireless connection. "Web Server" server is a c...Discusswebserver
Temitayo Olorunfemitemitech.hashnode.dev·May 24, 2023Webpage or WebsiteWHAT IS A WEBPAGE? Splitting the compound word into its root words [Web and Page]. In the technical world, the Web is the common name for World Wide Web (WWW). Which is an information system enabling documents and other web resources to be accessed o...DiscussTemiTech
Kelechukwu Awokekelechukwu.hashnode.dev·Apr 26, 2023How to Use an API with HTMLOverview Using a restaurant scenario, the menu acts as the API. It provides a list of options (here we have foods) to choose from. When you've placed your order, the waiter acts as the middleman who takes your order (the API request), to the kitchen ...Discuss·304 readsAPIs