My 100 Days of Code Journey (2021)
100 Days of Code Challenge 100 Days of Code Challenge is an initiative I am commiting to take, where I will be spending each day…
Polyglot programmer skilled in Java, Python, JavaScript, C, C++, and TypeScript. Created JU Query, connecting university students. Blogger with 75,000+ reads on Medium, Dev, and Hackernoon. Community leader, taught internet basics and web development to 500+ students. Continuous learner. Aiming to contribute both technically and socially for a meaningful impact. Besides tech, I enjoy reading and movies.
100 Days of Code Challenge 100 Days of Code Challenge is an initiative I am commiting to take, where I will be spending each day…
The goal of Cyber Security is to protect anything from private and personal information, our website or application, our entire company’s data and business plans.
GitHub Repo: AswinBarath/ju-queryDeployed Link: https://ju-query.web.app/ An Online QnA (Question and Answer) platform for students and faculties of Jain University. Table of content Demo Google OAuth…
Hello readers, let’s solve a LeetCode problem today. In this blog, let’s solve Two Sum which is one of the Blind 75 List of LeetCode Problems….
Hello readers, let’s solve a LeetCode problem today. In this blog, let’s solve Valid Anagram which is one of the Blind 75 List of LeetCode Problems….
Longest Even Odd Subarray With Threshold Problem solved in Sliding Window Explained using Simple Java Solution & O(N) approach
Hello readers, let’s solve a LeetCode problem today. In this blog, let’s solve the problem Product of Array Except Self which is one of the Blind…
Hello readers, let’s solve a LeetCode problem today. In this blog, let’s solve Contains Duplicate which is one of the Blind 75 List of LeetCode Problems….
Hashing plays a crucial role in efficient data storage and retrieval. In this blog, explore hashing in Java and usage of HashMap and HashSet.
Welcome to the fascinating world of JavaScript, where lines of code come alive and make decisions for themselves! Imagine a scenario where your code has…