I create amazing things using the knowledge I have gained so far..
My blogs
With huge number of available code decompilers out there on the internet, it is becoming more important day by day to hide our source code, so that any reverse engineer cannot decompile it. Interpreted languages like Python & JavaScript have made obf...
Almost everybody who has started coding knows Python programming language. Many of them with their first language as Python. Well, Python is a great language for starting out with programming, but still some people dislike the language. Here are the ...
About Me: Hey there 👋👋, I am Yaksh Bariya, a 14-year coder who is very much interested in technology. Today I am gonna show you TypeScript tricks that will really boost your productivity. 1. TypeScript settings Do you know that TypeScript has supp...
Everyday, we hear a news that the server of X company was hacked. Some rich peoples' social accounts where hacked.
Have you ever wondered, why such things happen? These all cyber attacks happen only because of vulnerabilities in the server. Vulnera...
Today's quote
I AM NOT DISCOURAGED BECAUSE EVERY WRONG ATTEMPT DISCARDED IS A STEP FORWARD
~ Thomas Edison
Some facts about TypeScript
TypeScript was developed by Microsoft about 8 years ago (first public release: 1 October 2012) TypeScript is a...
Why should you improve your typing skills ??🤔 ==> Less typos ==> Less typos means less time wasted while debugging an error in a huge file caused due to typos ==> You can focus more on coding than on typing ==> And ofcourse, you will type much faste...