YBYAKSH BARIYAincodingthunder.hashnode.dev路Feb 17, 2021 路 3 min readSome amazing Cloud 鈽侊笍 IDEs in 2021There are certainly many reasons why you should consider using an Online IDE. In Online IDEs all process run in cloud, you don't need to face any lags. The previous year of Covid pandemic had made everyone work from home 馃彙. Many Cloud IDEs became p...00
YBYAKSH BARIYAincodingthunder.hashnode.dev路Dec 1, 2020 路 8 min readCode Obfuscation : Why, How & When...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...00
YBYAKSH BARIYAincodingthunder.hashnode.dev路Nov 30, 2020 路 3 min read5 Reasons why I don't like PythonAlmost 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 ...00
YBYAKSH BARIYAincodingthunder.hashnode.dev路Nov 5, 2020 路 11 min read5 TypeScript tricks you don't know aboutAbout 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...01A
YBYAKSH BARIYAincodingthunder.hashnode.dev路Oct 23, 2020 路 7 min readHow to make your Web Servers more secureEveryday, 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...00