What I Do?
I explain and teach technology, solve tech problems and help you make gadget buying decisions.
Subscribe to Our Newsletter
125.000
Join the List of Subscribers
Proudly featured on:






Popular Posts
How to open a JSON local file in JavaScript
On occasions, while developing an application we need to load JSON file to load content like config/setting or data. These files can also exist in …
How to auto adjust the div height according to content in it?
Let’s consider you have multiple <div> elements in a row and you want to create a effect where these elements auto adjust based on the content …
How to make div stick to the bottom of page
Pin a footer to the bottom of the viewport in desktop browsers with this custom CSS for your WordPress site.
AGOL Upgrade apps to newer SDK version
Time needed: 10 minutes. In order to upgrade apps that were created in an older version of ArcGIS Web AppBuilder (Developer Edition) Stop app running versions …
NGINX conf file structure templates
Below is a list of general nginx configurations (or nginx conf) that can be used for different type of applications. These configurations are web application …
Setting up a Create-React-App with PM2 and Nginx on AWS EC2
Recently, I was working on a project and wanted to host it online. In addition, I didn’t wanted to use Heroku as I thought that …