Blog about software development
Today, we will create an SPA with PHP. Our output will look like this. (The GIF, a bit slow 😑) Getting started Our directory structure will be like this. Now create those files. Then, we’ll make the header and footer templates.header.php footer.php Now put that code in the correct PHP files (header.php, footer.php)After that, we …
I have a lot of bookmarks. They save my time. Now I will post them so you can read them and save your time too! Undraw https://undraw.co/illustrationsThis website is a collection of svg illustrations that are free to use. Unsplash https://unsplash.com/You can use Unsplash to find free high-resolution photos for your projects. Obfuscator.io https://obfuscator.io/Ah. If …
Most of the developers like dark mode. But creating a dark mode for a site is … hard. But wait! I have a solution for you. This is only less than 20 lines of CSS! so let’s begin. Show me a preview first. Okay if you don’t believe it, check this codepen I made just …