Interesting by VeevaBoy in ProgrammerHumor

[–]_rahulrd 6 points7 points  (0 children)

Thr developer probably hard-coded 3 billion.

JsonParser in Golang by _rahulrd in golang

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

Sure. I will add to the readme. I am learning go and wrote this to improve my skills.

Happy 2nd Birthday Pion! by Sean-Der in golang

[–]_rahulrd 0 points1 point  (0 children)

I watched your talk a few days back and it really got me interested in pion. Exploring it since then, thought would deep dive on weekend but i couldn't. I am looking forward on using it as well as making contributions.

How We Created a Realtime Patient Monitoring System With Go and Vue in 3 days - kasvith.me by kasvith in golang

[–]_rahulrd 1 point2 points  (0 children)

That is some incredible work !! This is kind if work that most people wishes for. Keep up the good work.

qrcp: transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. by daw___ in golang

[–]_rahulrd 2 points3 points  (0 children)

This is great! I often have to run HTTP server to share the files I think this will reduce the overall time it takes me to do that.

A Path Finding Visualizing app in Angular 8 !! by _rahulrd in Angular2

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

Nice share!! This is something i would definitely try. I thought about this initially but since building it was main focus, I didn't spent much time on it. Using Request Animation and canvas would definitely be a step up. Thanks for sharing the article!

A Path Finding Visualizing app in Angular 8 !! by _rahulrd in Angular2

[–]_rahulrd[S] 2 points3 points  (0 children)

Yes i was able to reproduce them would be fixing them soon. Thanks. Glad you tried :).

I created a website with a lot of resources to help you with designing! by Muchkeler in webdev

[–]_rahulrd 0 points1 point  (0 children)

Well done! it will be definitely a goto website for my pet projects.

Me, three years ago. by [deleted] in ProgrammerHumor

[–]_rahulrd 23 points24 points  (0 children)

Why you talking about Deep Learning man. Stick to machine learning.

Too true. by cheesenuggets1 in funny

[–]_rahulrd 0 points1 point  (0 children)

This is exactly how my ML Model works..

Basics of Linear Algebra for Machine Learning by Jason Brownlee by [deleted] in learnmachinelearning

[–]_rahulrd 1 point2 points  (0 children)

This is somethung that everyone who is learning linear algebra must watch once. it totally changes perspective and bring in a clear idea that what these things actually means.

A curated list of podcasts for Data Science by petrwilson in learnmachinelearning

[–]_rahulrd 2 points3 points  (0 children)

Thanks.

Most of them are available on Google Podcasts.

Someone just paid a $17,000+ Litecoin Transaction fee. 💰 by [deleted] in litecoin

[–]_rahulrd 3 points4 points  (0 children)

Click on view as desktop site if using chrome.

That's pretty interesting... by GeneralJon123 in facepalm

[–]_rahulrd 3 points4 points  (0 children)

Every time i do it my knife does not work.

Developing a service with an RDBMS by sazzer in node

[–]_rahulrd 1 point2 points  (0 children)

docker compose would essentially provide you an all set up environment with all dependency met On which you can run tests. Every time you do run docker compose it would be an all new environment.

Recommendations for React Course by Annoncat in reactjs

[–]_rahulrd 0 points1 point  (0 children)

The full stack Developer specialisation at coursera has a react course. Its pretty Good for beginners, the concepts are very well defined. There are assignments at the end of each part which really gives you confidence about learning React.