Skip to main content

Posts Tagged ‘Variables’

Next Course

A crash course of Next.js: UI-related and environmental (part 2)

In part 1 we covered some fundamentals of Next.js – rendering strategies along with the nuances of getStaticProps, getStaticPaths, getServerSideProps as well as data fetching. Now we are going to talk about UI-related things, such as layouts, styles and fonts, serving statics, as well as typescript and environmental variables. Built-in CSS support Importing global styles […]

Understanding Postman Variables and 5 Tips and Tricks for Working With Them

Postman is an interactive and automated tool for testing your project’s application programming interface (API), which allows your product or services to talk to other products or services. Postman is a Google Chrome extension that allows you to connect with HTTP APIs. It has a user-friendly interface for creating requests and reviewing responses. It works […]

Open Container

Docker Bootcamp – Environment Variables

Welcome back to Docker Bootcamp. In this post, we’ll cover the use of environment variables. These special variables let you modify the execution of the application inside the container without modifying the application’s files.  Each time you create a container from the same image, you can pass different values for the environment variables. Terminology Environment […]