Newsletter
About
Blog
Contact
All Articles
ValueError: invalid literal for int() with base 10: in Python [Fixed]
One conversion Python won't allow you to do is to convert a string structured as a floating point number (a number with a decimal point) to an integer.
#Error
#Python
Dec 26, 2022
How to Create Environment Variables Inside next.config.js File and Use them
You can put your environment variables in a next.config.js file
#Next.js
#React
Dec 24, 2022
What is the HTML Role Attribute?
The role attribute is an important aspect of accessibility. Reading more about it in this article.
#HTML
Dec 23, 2022
How to Add the lang Attribute to the Root of your Next JS Website without _document.js
Learn how to add the lang attribute to the root of your Next JS website without creating a _document.js file
#Next.js
#React
Dec 21, 2022
How to View the Page Source of a Website on a Phone
Learn how to view the page source of a website right on your mobile phone
#WebDev
#Tech
Dec 20, 2022
Previous
Next