Tag: webdev
All the articles with the tag "webdev".
-
CSS to ignore parent padding in 4 lines
You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn’t necessarily need to be edge-to-edge.
-
Using Redis to make your website 30-40% faster
Redis is a type of database and it can be added to your production level application to make it more performant.