elcharitas.(eth|lens|crypto|any)iamelcharitas.hashnode.dev·Sep 25, 2023The start of a new adventureI'll start with "Aloha" 😅. It's been a long while since I put something out here and this is primarily because my primary domain "elcharitas.dev" is no longer available. Sometimes late last year, I got robbed 😭, lost access to accounts backed up vi...Discussblog
Drakkar-SoftwareforOctoBotblog.octobot.online·Sep 19, 2023Introducing the new OctoBot cloudWhy a new OctoBot cloud ? At OctoBot, we realized that the current state of OctoBot is suitable for users with a technical background but is too complex for the majority of people. The goal of OctoBot has always been to bring automated trading strate...Discuss·82 readsblog
Jasjsh.hashnode.dev·Sep 17, 2023Week 4: commitment and balanceThis week I took the plunge and and paid the deposit for the coding bootcamp. I had an hour-long call with a good friend of my brother’s who moving into programming after an IT graduate scheme at a well-known retail firm. After his rotations he chose...Discusscoding
DMha3ks.hashnode.dev·Sep 14, 2023Winding back the clock.I've decided this 'blog' will be my more personal musings. I have my GitHub-hosted blog on ha3ks.com which will be, primarily my 'technical' brain as I start to translate my hastily cobbled notes for CTFs and experiences into actual blog posts and wh...DiscussMental Health
Sama Mamdouhfrontendstudio.hashnode.dev·Sep 5, 2023Understanding the Difference Between 'undefined' and 'null' in JavaScriptIntroduction: JavaScript, being a dynamically typed language, has its ways of representing the absence of a value. The two primary values used in such cases are 'undefined' and 'null'. Despite often being used interchangeably, these two values have d...Discuss·26 readsNull
vinit balanavb03.hashnode.dev·Sep 1, 2023#first BlogToday I am sharing my journey. I am a beginner in web development course and try to give my best. Today it is my first blog on my life before choosing this path. I was born into a middle-class family and I try to give my best in every work but someti...DiscussBlogging
Nwakaego-Egoego.hashnode.dev·Aug 30, 2023"Elevating SEO with Next.js: Unveiling Powerful Techniques for Optimal Website Visibility"Table of Contents: Introduction Unveiling Next.js for SEO Features of Nextjs SEO Practical Implementation: Building an SEO-Friendly Blog Conclusion JavaScript, let's be honest, can be pretty challenging. However, React transformed my outlook a...DiscussNext.js
Bindu Patidarbindu.hashnode.dev·Aug 25, 2023Archetypes of the Data Scientist RoleThe Analyst: This data scientist focuses on exploring and analyzing datasets to extract insights and trends. They use tools like SQL, Excel, and visualization libraries to create reports and dashboards that help stakeholders make informed decisions. ...DiscussData Science
Bindu Patidarbindu.hashnode.dev·Aug 23, 20235 Tips To Learn JavaLearning Java can be a rewarding experience. Here are five tips to help you effectively learn Java programming: Start with the Basics: Begin by understanding the foundational concepts of Java. Learn about variables, data types, operators, control st...Discuss·1 likeJavaScript
ajeet achalachaltechnologies.hashnode.dev·Aug 19, 2023Elevate Your React Components with Hooks: State, Effects, and BeyondHooks are functions that allow you to "hook into" React state and lifecycle features from functional components. They provide a more elegant way to manage state and lifecycle effects in functional components compared to class components. There are se...DiscussReact