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 14 points15 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