🔹Audioalter
Your online audio toolkit "8D Audio" is an effect that you can apply to your songs to make it sound like the audio is moving in circles around your head.
🔹Wayback Machine
Archive-It enables you to capture, manage and search collections of digital content without any technical expertise or hosting facilities.
Thank you for Reading
I am Vinay, a developer from India, sharing some of the knowledge I gain in my daily life as a programmer and as a Human being
If you like this post, Make sure to
✅Like this post
✅Retweet it
✅ Follow @Vinaystwt for more such content
If you don’t want to miss your weekly parcel of learning, then don’t forget to subscribe to the "Insane Learner" newsletter getrevue.co/profile/vinays…
If you like this thread, then make sure to Retweet this and keep it safe on your profile
Basic of JavaScript Object Notation(JSON) and Flutter
A Thread🧵
JavaScript Object Notation or JSON is an open-standard file format that uses human-readable text to transmit data objects consisting of attributes- value pairs and array data types
In simple language, JSON is simply a format in which you can transfer the data from client to server and server to client
🔹pwd
Used to find out the path of the current working directory (folder) you’re in.
The command will return an absolute (full) path, which is basically a path of all the directories that starts with a forward slash (/).
An example of an absolute path is /home/username.
🔹cd
Used to change your current directory
for example:- cd workspace
There are some shortcuts to help you navigate quickly:
-> cd .. to move one directory up
-> cd to go straight to the home folder
-> cd- to move to your previous directory