This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xcode-select --install | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew update | |
| brew cask install iterm2 | |
| # update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts | |
| brew install bash # latest version of bash | |
| # set brew bash as default shell | |
| brew install fortune | |
| brew install cowsay | |
| brew install git |
- In client side I am following 👇following response structure for home UI.
- It would be easier and faster, If APIS managed to give response with similar structure.
- Or throw the static response in api's as per now. later can implement apis for it.
- Modify the structure if needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { | |
| CheckboxInput, | |
| Creatable, | |
| MultiSelectInput, | |
| NumberInput, | |
| RadioInput, | |
| SelectInput, | |
| TextAreaInput, | |
| TextInput, | |
| } from "../widgets"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "EXPERIENCE": [ | |
| { | |
| "company": "Skematix Technologies", | |
| "role": "Full Stack Developer", | |
| "period": "Jan 2020 - Sept 2021", | |
| "description": "At Skematix Technologies, I developed and maintained various web applications, focusing on user experience and performance. I handled both front-end and back-end development, ensuring seamless integration and user-friendly interfaces while collaborating with cross-functional teams to deliver high-quality solutions." | |
| }, | |
| { | |
| "company": "HOD Digitals", |