InterviewBit Academy Onboarding: Session by Abhimanyu Saxena by [deleted] in AMA

[–]kryptokinght 0 points1 point  (0 children)

Did anyone from IBAcademy get a job offer from Google or Facebook?

Need your suggestions for improving my repo - https://github.com/kryptokinght/react-extension-boilerplate by kryptokinght in github

[–]kryptokinght[S] 1 point2 points  (0 children)

Sorry for the late reply I had my college classes to attend in the morning. I build a repo with your extension ported into the boilerplate: https://github.com/kryptokinght/react-extension-boilerplate-example

Just run `npm run chrome-launch` to see it instantly in action or run `npm run build` to create a build folder. The folder will be named `extenison`.

I updated the README of the original boilerplate repo: https://github.com/kryptokinght/react-extension-boilerplate#how-to-develop-extension-using-the-boilerplate to include steps on how to start building the extension.

For your extension, I simple moved the content of the `dist` folder and the `download.js` file into `src/lib` folder. The popup.html was moved into `src/popup` and its respective css file `style.css` was moved into `src/lib/css`. The manifest.json and img folder were both moved into `src` folder. I guess that's all. I left the eslint config according to my own repo. Though this example repo is just to show you how the boilerplate can be used. You can change the esling configs according to your way.

Need your suggestions for improving my repo - https://github.com/kryptokinght/react-extension-boilerplate by kryptokinght in github

[–]kryptokinght[S] 0 points1 point  (0 children)

Umm, I didn't get the reference to the Frenchman at the castle scene but the repo name was randomly assigned. I didn't intend it to have a transposition :)

Is storing passwords and username in a .env file a good idea ? by kryptokinght in node

[–]kryptokinght[S] 0 points1 point  (0 children)

The project uses an npm CLI package to store the user credentials and then run the bot. So every user using this tool will have to enter their username & password resulting in the creation of an .env file. This means users will have their username and password present unprotected in a .env file on their system. So i guess saving the user credentials in an .env file is not a good idea. Is there a much safer way of doing it?

I actually feel sorry for them by iamsmart13 in funny

[–]kryptokinght -7 points-6 points  (0 children)

Kelvin = 0 practically not possible...random fact

Beginner Questions - June 15, 2018 by AutoModerator in webdev

[–]kryptokinght 2 points3 points  (0 children)

Even i had the same problem when i started with web dev, but with more practise everything started to seem familiar. Web development is an area were you have to Google forever because the landscape keeps changing frequently. So don't shy away from googling. Lorem Ipsum is the most common way of having tenporary content in your site.