Fresh Beginning
  • Home
  • Portfolio
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
Subscribe

environment variable

A collection of 3 posts
Advanced SwiftUI

Using Custom Environment Key-Values in SwiftUI with Examples

SwiftUI offers flexibility in many different ways. One of the ways it does this is, its ability to create a custom environment key-value pair. These are nothing but a collection of environmental values propagated through a view hierarchy. When you don't want to pass down values through a multiple view
May 29, 2022 7 min read
Bash

Setting environment variable through Mac terminal

Recently I ran into the problem of setting and unsetting environment variables under Mac terminal. We had a script which would access the credentials stored in the form of environment variables. It had been a while since I did something like this and it took me few minutes to understand
Jun 29, 2017 1 min read
Bash

Updating or refreshing bash file on the fly

Today I learned a little trick about updating bash file on the fly. Earlier I was under impression every time you edit your bash or any other system related shell script file, it is necessary to restart the terminal. However, I realized that this is not the case. With the
Jun 29, 2017 1 min read
Fresh Beginning © 2023
Powered by Ghost