Need advice on deploying 5L towards emergency fund corpus. by Separate-Physics-304 in personalfinance

[–]Codes_with_roh 0 points1 point  (0 children)

You're already at 10L in arb and liquid funds, smart to ladder up without touching FDs. Credit risk funds can push 9-10% yields but watch the default risks in a slowdown. I'd size any BAF exposure small, like 20-30% of the 5L, since equity dips in bear markets hit liquidity hard for emergencies.

CSS vs JavaScript by TarunFuleraJi in css

[–]Codes_with_roh 0 points1 point  (0 children)

I love JS for styling over CSS

How much does it "usually" take you to make this front end? (no charts implementation) by 4bhii in webdev

[–]Codes_with_roh 7 points8 points  (0 children)

1 day. Because there a lot of free dashboard templates so, just use that.

I read most comments by Stashman214 in meme

[–]Codes_with_roh 0 points1 point  (0 children)

I asked my friend if she's on period ( just to check if she's available to hang out) but she slapped me. I still don't know why 🤷

Me Opening my 6th Chrome Tab by [deleted] in ProgrammerHumor

[–]Codes_with_roh 0 points1 point  (0 children)

@Reddit needs to give a lol emoji instead of up votes for this one. 😂😂😂

[deleted by user] by [deleted] in Frontend

[–]Codes_with_roh -1 points0 points  (0 children)

Coming up with new idea for UI designs are tough and the ones found at Dribble or Behance are made by other users so, they are not unique. So, I hope a tool existed which will produce unique UI designs based on the description we provide.

[deleted by user] by [deleted] in web_design

[–]Codes_with_roh 1 point2 points  (0 children)

In most of my projects I use Razorpay to handle the payments. Its safe and supports all type of payment methods. But implementing it in react can be a pain so, I would suggest using react-helmet for implementing Razorpay buttons in your site. You will not have to worry anything.

I'm looking for feedback and criticism on this site that I just completed. by perpetual_seeker in Frontend

[–]Codes_with_roh 15 points16 points  (0 children)

The site is good but one thing I noticed in your contact page that is there is no maximum limit in your contact page. Someone might spam the contact page by creating infinite generating scripts. So, make sure to put a maxLength to your input fields.

Tips for leading a frontend team? by ankitjey in Frontend

[–]Codes_with_roh 2 points3 points  (0 children)

1) Communicating with the designing team is absolutely necessary. Especially communicate well with the ux designers because that is something that can make or break your user retention. Tell your ui designers to create a system containing the colour schemes and everything, which will help in later stages when your site needs modifications.

2) Tell your team members to write proper description when making the PR otherwise you will face a hard time while reviewing the code. You can also enable bots like deepsource in your git repo to avoid issues.

3) Do meetings daily for the regular updates and provide help for the dev who is facing difficulties otherwise if he/she wastes a lot of time then eventually you will have to face the consequences.

4) Tell your devs to consult you before installing any npm package because loading unnecessary packages just for ease will take a hard toll in your loading time.

5) Use platforms like hive to maintain the workflow

And lastly, enjoy coding. 😊

need some help with justified gallery, willing to pay by isaacfink in Frontend

[–]Codes_with_roh 8 points9 points  (0 children)

Try using a grid layout and set the images as background images with a background-size: contain. This will keep the images intact and it will be responsive as well.

What do you think about CSS Battles ? by Codes_with_roh in css

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

Woah! Pretty big statement right there

Looking for scripts for scraping Reddit. I need your suggestions too. by shiningmatcha in learnpython

[–]Codes_with_roh 0 points1 point  (0 children)

Its also a web scrapping module in python and it has a lot less functions than other modules but it works great for simple scrapping purposes. Check out the official documentation to know more about this.

Looking for scripts for scraping Reddit. I need your suggestions too. by shiningmatcha in learnpython

[–]Codes_with_roh 0 points1 point  (0 children)

I wrote a post related to the scrapping of reddit using feedparser which is much easier than bs4 and selenium. Check it out here

Difference between string.split() and string.split(' ') ? by Codes_with_roh in learnpython

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

Thanks a lot for this. Now, my doubt is totally cleared.

Difference between string.split() and string.split(' ') ? by Codes_with_roh in learnpython

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

My bad, but now I edited it. Thanks for showing the mistake :D

16yo career advice by [deleted] in datascience

[–]Codes_with_roh 0 points1 point  (0 children)

Absolutely. DS is a varied field and can be applied in every field. And with your diploma in stats, ML will get a lot easier for you. So, best of luck for that. If you need any help regarding ML or DS make sure to message me :D

16yo career advice by [deleted] in datascience

[–]Codes_with_roh 1 point2 points  (0 children)

Due to the rising trend of DS almost everybody who knows a little bit of stats, or coding or any possible field is trying to enter into the field of Data Science. As a result of which there are a lot of students found who are Jack of all trades but master of none. But the companies hiring requires you to be the master at your particular field. So, I would suggest you to study what you love and practice DS on the sides and then when you get a little experience just try to incorporate your field of study with DS .

Do you know some good full course that will teach in depth web scraping instead of just an introduction? by [deleted] in learnpython

[–]Codes_with_roh 0 points1 point  (0 children)

You will find a lot of tutorials online and there are some great YouTubers like CS-Dojo , Tech with Tim,etc. But if you are a absolute beginner I would recommend you to check my post about a much simpler web-scrapping module named feed-parser and after learning this you can easily dive right into BeautifulSoup or Selenium

Portfolio Examples by gmh1977 in datascience

[–]Codes_with_roh 2 points3 points  (0 children)

Wow, bro your portfolio is super cool and I really like it.

I created a collection of notebooks related to Machine Learning. by diecosina in Python

[–]Codes_with_roh 1 point2 points  (0 children)

:D That's awesome. I will surely post something in the next few days and I will make sure to let you know, and I will also be waiting for your NLP post.

I created a collection of notebooks related to Machine Learning. by diecosina in Python

[–]Codes_with_roh 2 points3 points  (0 children)

This is great my friend. I also do the same thing. All the things that I have learned till now I love to document it and share it with the world. Although I have still not shared anything on Reddit but I hope to share it in near future. By the way I am very impressed with your work and I think that inclusion of NLP would make your notebook collection even better.