Jul 18, 2022Data science for everybodyIn this article, I’ll unpack the what, why, and how of data science. By the end of this article, you’ll have a better grasp of how data is being used around you and how you can use data. If we Google “What is data science?”, …Data Science6 min readData Science6 min read
Jun 29, 2022Joining dataframe in pandasAs a data analyst or data scientist, it is a must for you to know how different dataframe can be joined together to make our data manipulation easier. this article will walk you through the process with different types of joins we have in pandas. …Data Science4 min readData Science4 min read
Aug 15, 2021Break into tech like a proIn this article, I will jump to some terminologies in tech industry and make some little explanations about them and drop where you can have a broad of knowledge of it. To get started with tech, I will recommend a platform where free training about tech is been organize for…Beginner3 min readBeginner3 min read
Jul 29, 2021Useful Guide on Front-end Web Development.Useful Guide on Front-end Web Development. Hey guys, This article will cover mostly things you need to know in order to become a modern front-end developer and the things you should put in consideration when writing your project in order for you to deliver well. I can just say this…Beginners Guide7 min readBeginners Guide7 min read
Jul 13, 2021How css(Cascading Style Sheet) styles override each other.In this article, I will walk you through how css styles override each other, its recommended for those who have intermediate knowledge in css. Now lets go into details. let use the below html snippet code as an example: <!DOCTYPE html> <html> <head> <tittle>getting started with fauna</fauna> </head> <style> .greentext{ color: green; } </style> <body> <h3 class=”greentext bluetext”>I am a technical…Technology3 min readTechnology3 min read