Overview for 'sitepoint'
Written by Sitepoint
/ Original link
on Feb. 24, 2020
MongoDB is a cross-platform, open-source, NoSQL database, used by many modern Node-based web applications to persist data. In this beginner-friendly tutorial, I’ll demonstrate how to install Mongo, then start using it to store and query data. I’ll also look at how to interact with a Mongo database…
Written by Sitepoint
/ Original link
on Jan. 10, 2020
This sponsored article was created by our content partner, BAW Media. Thank you for supporting the partners who make SitePoint possible. Image optimization is a big deal when it comes to website performance. You might be wondering if you’re covering all the bases by simply keeping file size in chec…
Written by Sitepoint
/ Original link
on Aug. 23, 2018
When styling websites or PWAs with CSS, you should analyze how CSS resources will affect performance. In this tutorial, we’ll use various tools and related techniques to help build a better PWA by focusing on CSS performance. Specifically, we’ll remove the unused CSS, inline the critical path CSS,…
Written by Sitepoint
/ Original link
on Aug. 10, 2018
We've previously shown you how to get a working local installation of Apache on your Windows PC. In this article, we'll show how to install PHP 5 as an Apache 2.2 module. Why PHP? PHP remains the most widespread and popular server-side programming language on the web. It is installed by most web ho…
Written by Sitepoint
/ Original link
on Jul. 4, 2018
On top of the infrastructure of the internet --- or the physical network layers --- sits the Internet Protocol, as part of the TCP/IP, or transport layer. It's the fabric underlying all or most of our internet communications. A higher level protocol layer that we use on top of this is the applicati…
Written by Sitepoint
/ Original link
on Jul. 2, 2018
Over a series of articles, we've been building a sample application --- a multi-image gallery blog --- for performance benchmarking and optimizations. At this point, our application serves the same image regardless of the resolution and screen size it's being served in. In this tutorial, we'll modi…