Getting the most out of the Book.
Hello everybody,
Recently I've decided to get back to "Fluent Python" by L.Ramalho,
Does any of you have any tips or validated resource on how to get the most out of reading an Ebook?
...
Form React
i see ppl use useState hook when creating forms
why would i need it for
except for running validation on each input seperatly
what is the drawback of using the FormData class...
Clickable areas on image
I need clickable areas on an image. How can I do that? <map> and <area> doesnt seem to fit the usecase I have.
post-css adding spaces after colons?
I have a vite/react project which came with post-css. just noticed that it keeps breaking my site with these spaces. in my stylesheet style.css there are no spaces, but in the generated build css file
main.7cbfcw55.css
i have all of these spaces in all kinds of places where there are colons.
anyone experienced this before ?...
Font size clamp generators/calculators not working as intended
Hi there.
I'm in the process of learning responsive CSS and I was trying to understand responsive font sizes first.
I saw someone link to one of these "font-size clamp generators" which, from what I understand, allows you to choose a minimum and maximum font size, either in pixels or rem, and the size in pixels of the viewport width when the font size will start/stop shrinking/growing - they call this "minimum" and "maximum" viewport width. Then the tool will essentially spit out the "perfect" equation for the "preferred" value of clamp (the second variable clamp asks for). This equation is always the sum of a font size and a viewport width....
AI and entering the market
Hey guys , I wanna raise a discussion about AI , lately some CEOS annouce to their employes that they muse use AI to levrage their work , im learning by my self to code in order to enter the market , ok so boiler plate code is done automated , but what about for example there is a new version or react or next js , the ai is not updating live , so it does help or not ? do i have any chance to enter the market and write my own code , test ,debug etc.. ?
Looking for dev for personal project
Note: this is a personal project and therefore there is no payment
My friend and I are creating an app for scraping jobs off job boards and will also be doing data analysis on the job descriptions for job trends. We're looking for someone who is interested in at least one of the below categories:
1. Working on webapp in React + Typescript...
HELPED NEEDED ASAP
How do I make it so that I don't have this panel show up on firefox?!?!!?!?!?!? I CAN'T OPEN ANY NEW TABS FROM IT I NEED TO HAVE DIFFERENT TABS FOR YOUTUBE VIDEOS

How would you BEM this?
<div class="application-header">
<div class="inner-container">
<div class="title">
<div class="application-header">
<div class="inner-container">
<div class="title">
Using grid "zooms out" on mobile
On my website, all pages are using this body
```html
<body>
<div class="full-height">...
Iframe Embed with unwanted white around it with Bootstrap.
I've been updating my website recent to have bootstrap so it's a little easier to update every time I need to and as I am implementing the iframes I am having a lot of difficult with them and their weird white overflow background.
This is one of the frames behaving that way: "<div class="container text-center justify-content-center pt-5 embed-responsive embed-responsive-21by9"> <iframe class="embed-responsive-item" src="https://store.steampowered.com/widget/3256060/" frameborder="0" width="646" height="190" allowTransparency="true"></iframe>...
This is one of the frames behaving that way: "<div class="container text-center justify-content-center pt-5 embed-responsive embed-responsive-21by9"> <iframe class="embed-responsive-item" src="https://store.steampowered.com/widget/3256060/" frameborder="0" width="646" height="190" allowTransparency="true"></iframe>...

[React] Problems with rendering data from API on web page
Hi Everyone,
I am busy building a small React project.
The project is a news tabloid, that fetches information from a NewsAPI and renders it on the webpage.
I run into a problem with rendering it on the webpage. ...

Circular element overflow issue
this was my idea. to have the menu with a circular border.
However, the text e.g "Create vendor account", spills out of the circle despite using a padding. kindly guide my approach.
``` <div className="PageMenuItemContainer">
<div className="Menu-Item-Content">...

Is <p> </p> to add spacing in website content bad for accessibility?
Example:
<h3>Title</h3>
<p>Stuff here</p>
ā¦ (more paragraphs and stuff)...
Error handling practices in ExpressJS
Hello everyone. I have recently started using express and was diving deeper into their docs when I came across the line in screenshot below. The page link is this https://expressjs.com/en/advanced/best-practice-performance.html#use-promises
What does it mean to handle errors as close to site as possible? does this mean just handle the error in the middleware that it happens in? What if I have multiple controller middlewares like one for validation and data fetching that calls next() to pass data to another middleware responsible for rendering/sending the view?
What if when an error happens I want to pass the view the message so it can show it to user....

Cards with different sized descriptions.
Hi, I was wondering if it was possible without fixed positions or margins (for it to be responsive) to get the description for all cards to start at the same position. For example in the picture the card has more lines, so the other cards should move up one line.
Api not fetching data
Hello! I have learnt the concepts of async await and fetch() method in js and I'm trying to practice it through random quote generator but I'm facing some issues
Issue:
The api is not fetching the data. I have checked the console tab the event listener is working but it gives me errors on fetching the data
...