Tag: HTML

Parse an HTML table with Powershell

Imagine, you have to verify the response of an API in an integration test. The response of the API is master data in JSON format, so it is static, but it is quite huge and the only “source of truth” you can verify the data against is a table on a website of your favorite wiki software (e...

GraphQL: From Excitement to Deception

Are you wondering if you should use GraphQL in your project? Do your developers fight over arguments like “GraphQL is the future” and “REST is just simpler”? I had endless discussions with my team that I will summarize here. Disclaimer: GraphQL is trendy, and you will find...

Flet: Power of your favourite language + Flutter UI

The user interface is one of the most important cornerstones of any application. If we want to develop any frontend, ideally we will have to learn a frontend framework like React/Vue, etc which has a huge learning curve. And a conventional full-stack software development process always needs guys wh...

The Ultimate Guide to Starting Frontend Development in 2023

Welcome to the ever-evolving world of frontend development! As we step into 2023, the demand for skilled frontend developers continues to soar. Whether you’re a newbie with a passion for web design or a seasoned developer looking to stay current, this guide will help you embark on your fronten...

Parsing CSV Contents to Collections in Laravel: A Simplified Approach

Parsing CSV files has always been a staple in web development. Whether you’re importing data or reading configurations, knowing how to efficiently handle CSV files can be invaluable. Laravel, being the versatile framework that it is, provides a range of solutions to manage this. Today, we&rsqu...

Understanding the DOM: Unveiling the Magic of Web Development!

ave you ever marveled at the seamless interactivity of your favorite websites, where buttons react to your clicks, images pop up with a touch, and content dynamically rearranges itself to fit your screen? If you’ve ever wondered how this digital sorcery is achieved, you’re in for a treat...

Mission Accomplished: Creating Dynamic Pages with Pure HTML and Node Server

The Navigation Paradox: Challenging the Traditional Web Development Mechanisms Navigation has always been a cornerstone of web development. Traditional methods involve using routing libraries or server-side routing. However, such procedures might not be intuitive or take full advantage of JavaScr...