Skip to content
View tusharBytes404's full-sized avatar
πŸ’­
πŸ‘¨β€πŸ’»β˜•οΈπŸ
πŸ’­
πŸ‘¨β€πŸ’»β˜•οΈπŸ

Block or report tusharBytes404

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tusharBytes404/README.md

Intro GIF

πŸš€ About Me

✨ Passionate about technology β€” I hold a Bachelor's degree in Computer Science and Engineering.

πŸ›  Experienced Software Engineer β€” Skilled in Informatica, SQL Server, PowerBI, and various other technologies.

πŸ“ Avid lover of mathematics and programming, always seeking to solve complex problems with elegant solutions.

🀝 Joined this vibrant community to collaborate, contribute, and build innovative solutions.




 ``` 
/* _Digital World Life Code_ */

bool SocialMedia() 
	if (using) 
		return true
	return false
bool Partying()  
	if (partying) 
		return true 
	return false 
bool Learning()  
	if (everyday) 
		return true 
	return false  
bool WorkingOut()  
	if (everyday) 
		return true
	return false  
	
main() 
	int growth = 0 
	if (SocialMedia() || Partying()) 
		growth -= 1 
	if (SocialMedia() && Partying()) 
		growth -= 2
	if (Learning() || WorkingOut()) 
		growth += 1 
	if (Learning() && WorkingOut()) 
		growth += 2 
``` 

Pinned Loading

  1. OOPS-Projects-cpp OOPS-Projects-cpp Public

    C++

  2. react-apps react-apps Public

    JavaScript