It’s been a while! But I have implemented many changes and improvements, on the front and back ends. Of note on the backend: The site is now three separate apps… Continue reading May 18th ’23, Site Update
2023Q3 Issue
Regex to remove css comments
I use this one that I just wrote: /\*[\n\t\s\.’@ a-zA-Z0-9-]+\*/
How to clear browsing cache for one site in Microsoft Edge browser
[ Skip to main content ] In today’s digital age, web browsing has become an essential part of our daily routine. As we browse various websites, our browsers store a… Continue reading How to clear browsing cache for one site in Microsoft Edge browser
A good-looking CSS-only chip
Hello everyone! Today, we’ll be making this chip: Inbox (3) The html structure is quite minimal, a single container: <div>Inbox (3)</div> The css uses transparent borders of before and… Continue reading A good-looking CSS-only chip
Fireside chat with an engineer: What is kanban in software engineering?
Kanban is a visual workflow management system that is commonly used in software engineering to manage the development and delivery of software products. The name “Kanban” comes from the Japanese… Continue reading Fireside chat with an engineer: What is kanban in software engineering?
Fireside chat with an engineer: What is scrum methodology in testing?
Scrum methodology is an Agile framework that is commonly used in software development and testing. In the context of testing, Scrum can be used to organize and manage the testing… Continue reading Fireside chat with an engineer: What is scrum methodology in testing?