So What Was The Biggest Problem You've Encountered While Doing Coding? ๐ถ
Let Everybody Know In Comments! ๐คโค
(Hit a Follow To Me ~ Its a Small Promotion ๐คฃโ๐ป)
So What Was The Biggest Problem You've Encountered While Doing Coding? ๐ถ
Let Everybody Know In Comments! ๐คโค
(Hit a Follow To Me ~ Its a Small Promotion ๐คฃโ๐ป)
For further actions, you may consider blocking this person and/or reporting abuse
Emanuel Peire -
ApiHarbor -
Ben -
Baransel -
Once suspended, soumyadeepdey will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, soumyadeepdey will be able to comment and publish posts again.
Once unpublished, all posts by soumyadeepdey will become hidden and only accessible to themselves.
If soumyadeepdey is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Soumyadeep Dey โ๏ธ.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag soumyadeepdey:
Unflagging soumyadeepdey will restore default visibility to their posts.
Top comments (2)
Recently I've written a story about this. This was one of the last challenges I faced and described how solved it. Difficult to say whether this was the most challenging, but definitely not an easy one ๐
I used to work as a consultant for a database company - they wanted to ensure their sql engine arithmetic complied with the ANSI SQL standard (arithmetic involving 26 digit numbers should give correct results)...
I came up with a test that generated arithmetic expressions using 26 digit numbers (again randomly generated) - billions of such expressions were fed through the engine - and the results calculated and stored in a file...
The same calculation were again performed using the bc utility on linux... and the two output files compared...
After a week of testing (aforementioned test running all 24x7) - established the confidence...
The power of Linux, shell scripting and bc - rescued us - Linux & its CLI are just wow! ๐