iCuriousGeek, The hub for tech enthusiasts
Read the latest blog posts
- What is ChatGPT? ChatGPT vs Google BardIf you use the internet, then there’s no way you haven’t heard about ChatGPT till now. It has been trending on the internet. There is one or another reel out there on Instagram about ChatGPT. And the most important thing being said is that the development of ChatGPT might lead to a dangerous situation for …
- Apple Far Out event: iPhone 14, 14 Plus,14 Pro, new AirPods, WatchApple just streamed it’s Far Out event and launched various new products and features. The launch consisted of three product categories: the Apple Watch, AirPods and the most obvious one, the iPhone. Along with these products, various features were announced. So let us see what Apple launched today. Apple Watch series 8, new generation SE …
Apple Far Out event: iPhone 14, 14 Plus,14 Pro, new AirPods, Watch Read More »
- Three interesting computer science projectsEvery major computer science degree includes minor and major projects to be done in the last semesters. These projects often carry a huge marks weightage and it often works as the differentiator between you and others. Good and interesting computer science projects must include the implementation of the concepts that you have learned in the …
- Things you should know about a Computer Science degreeComputer Science is a much demanded field with great scope in today’s scenario. Every major technology being developed uses the basics of Computer Science. A career in Computer Science can be a great option for you if you are interested in computers and technology. It can open up new possibilities for you. You can work …
Things you should know about a Computer Science degree Read More »
- Why Java is platform independent?Java is a popular programming language. It is used to build mobile apps, desktop apps, web applications, enterprise software and many more. Java supports Object Oriented Programming (OOP). What makes Java special is that it is platform independent. That means, Java code written in one machine can run on a different machine. This principle is …
- The concept of recursive function in programmingIf you are familiar with programming, then you are probably familiar with the concept of functions. They are an important part of programming and they let us perform actions based on certain criteria. We can call the function as and when required. In addition to this, functions allow code reusability. We can write the logic …
The concept of recursive function in programming Read More »
Read latest How To tutorials
- How to get started with programming?Programming is a much demanded skill now a days. If you wish to make a career in the tech sector and want to join tech companies as a software developer, then learning how to program is the first step. You will find many articles on the web stating you the ways to start a programming …
- How to install XAMPP on Windows 11XAMPP is a popular software package that bundles Apache server, MariaDB ( earlier MySQL), PHP and Perl programming languages. You can download and install the software to set up a development environment to build web applications using PHP or Perl programming language and using MariaDB in the backend. Installing XAMPP on Windows 11 is simple. …
- How to implement linear search algorithm in CLinear Search Algorithm is a very basic yet important search algorithm that you should know. Though it is not implemented in complex searches involving huge data, still it is often the best way to learn searching algorithms as after implementing this, you can proceed to more complex algorithms like binary search, jump search etc. So …
- How to install MySQL on MacIf you want to make advanced applications, it’s obvious that you require some kind of database to store and retrieve information. There are many types of databases available. MySQL is a very popular relational database which you can use in the backend of your application to store information and use that information when required. MySQL …
- How to deactivate or delete Instagram account?Instagram is a popular platform. Almost everyone is on it now. It’s popularity is on the rise as it’s features continue to attract new users. It is one among the top three social media apps and has billions of downloads on Apple App Store and Google Play Store. But still there can be many reasons …