© 2023 Hashnode
#blogging
What is React? React is a Most popular FrontEnd JavaScript Library used for building user interfaces. Software developer at Meta Jordan Walke developed React, and he first published an early version o…
I started this blog in August 2021. The journey has been amazing so far, but I wish someone had told me these 10 things about starting and maintaining a tech blog. These blog will explore 9 things I w…
The importance of community in the tech industry cannot be overstated because it encourages people to connect, work together, and exchange resources and information. Communities offer chances for educ…
C is a general-purpose, procedural programming language designed and developed by Dennis Ritchie in the early 1970s. It is widely used in system programming, embedded systems, and game development. Key Elements of C: Variables and Data ty…
If you are a blogger or writer who has used Google AdSense for monetization, you may have encountered the frustrating issue of the AdSense limit error at least once during your journey. In this blog p…
function definition: a block of code for a specific task. Function Declaration: Ex:int addNumbers(int x, int y); Function Calling: Ex: Int m = 5, n = 7; int result = addNumbers(m,n); Function Definition: Ex: int addNumbers(int x, int y){ i…
Hello! This will be a little bit of a different kind of blog post this week. This post is about the direction of the blogs and where I will be taking the page in the near future. The purpose of this b…
Introduction Since its release in 2009, Go has quickly become one of the most popular and powerful languages in the tech industry. Developed by a team at Google led by legendary computer scientist Ken…
Introduction Linux is a powerful and versatile open-source operating system that is a Unix-like os that can be used in a variety of applications, from small-scale personal use to large-scale enterpris…
WHAT IS JAVASCRIPT? Javascript is a dynamic Programming Language that is used for web development, in web applications. it allows you to implement different features on web pages that can not be done …