ennycodes.hashnode.devSpontaneous 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 ...Oct 3, 2024·5 min read
ennycodes.hashnode.devPrioritizing 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...Sep 12, 2024·5 min read
ennycodes.hashnode.devA 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 ...Jul 8, 2024·5 min read
ennycodes.hashnode.devA 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...Dec 20, 2023·4 min read
ennycodes.hashnode.devA 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 ...Nov 14, 2023·2 min read