COChinenye Oluyedeinennycodes.hashnode.dev·Oct 3, 2024 · 5 min readSpontaneous vs. Planned Discussions: Finding A Balance in Tech CommunitiesRecently, I observed that in my community, unprompted conversations flow much more than planned ones. You know how you plan an entire discussion prompt for your community and you're anticipating an interesting conversation with members, and then you ...00
COChinenye Oluyedeinennycodes.hashnode.dev·Sep 12, 2024 · 5 min readPrioritizing Mental Health in Tech CultureDid you know that, in a recent survey, over 52% of tech workers said they've felt overwhelmed, stressed, or burned out? The tech industry is full of brilliant minds, but that drive to innovate can sometimes come at a cost. This article explores the i...00
COChinenye Oluyedeinennycodes.hashnode.dev·Jul 8, 2024 · 5 min readA Guide to Data Types in JavaScriptAre you a beginner in JavaScript or just starting to learn the language? If so, you'll probably have come across the concept of data types. There are 8 data types in Javascript. Of these 8, 5 are the basic ones you'll use most often, but knowing all ...01D
COChinenye Oluyedeinennycodes.hashnode.dev·Dec 20, 2023 · 4 min readA beginner's guide to technical writingWhat is technical writing? Technical writing is a form of communication that explains technical topics concisely. It involves organizing technical facts and explaining complex problems in a way that is easy to understand by the audience, including no...00
COChinenye Oluyedeinennycodes.hashnode.dev·Nov 14, 2023 · 2 min readA beginner's guide to TypescriptIn complex words, typescript is a syntactic superset of Javascript. In simple words, typescript is built on Javascript's syntax, but it allows developers to add static types. Static typing means that a variable's type can not be changed at any point ...00