Owanate Amachreeblog.theowanateamachree.com·Dec 18, 2024Content Inventory and Planning for DocsAccording to Kontent AI, Content Taxonomy refers to a scheme of classification used to organise and categorise content. Simply put, it’s a list of terms that helps you manage all files and assets in a content repository. It usually comprises three pa...Beyond DX: Building World-Class Developer Documentation for Web3content inventory
Sadra Yahyapourblog.imsadra.me·Nov 23, 2024I Switched to Hashnode DocsA few months ago, Hashnode launched a new app called "Docs", and I decided to move the documentation of one of my open-source projects to Hashnode. https://pyaction.imsadra.me/docs Working with it is as simple as writing blogs on Hashnode but in an...31 likes·89 readsHashnode
Owanate Amachreeblog.theowanateamachree.com·Nov 14, 2024A Guide to Information Architecture and Taxonomy Structure for Web3 DocsAccording to the Interaction Design Foundation, Information architecture (IA) is the discipline of making information findable and understandable. It includes searching, browsing, categorising and presenting relevant and contextual information to hel...Beyond DX: Building World-Class Developer Documentation for Web3Web3
Tshepisoeverydaydev.hashnode.dev·Sep 17, 2024Becoming an Excellent at documentation: A Non-Writer's GuideHi, I am Tshepiso. This post is my newsletter EverydayDev .Each issue contains a summary of a talk I have watched from a tech conference. Programming isn’t about what you know; it’s about what you can figure out. Hey digital Pals! 🍁 This week I ...docs
Vitor Amaralblog.basestack.co·Sep 16, 2024The Best Terminals for Mac in 2024When it comes to development on a Mac, having the right terminal application can make a significant difference in your productivity and efficiency. Whether you're looking for advanced features, customization options, or just a more intuitive interfac...DevBytesdocs
Fazle RahmanforOfficial blog by Hashnodehashnode.com·Aug 28, 2024Announcing — Docs by Hashnode: The content engine for API and product documentation ✨ 📃Today is a big day for Hashnode. Millions of developers use Hashnode daily to read and share stories. We've always been focused on providing the best platform for developers and teams to run and host their blogs. Our goal has always been to help ind...Hashnode
Victoria Drakevictoriadrake.hashnode.dev·Aug 27, 2024How to Create Technical Documentation Using ChatGPTNo need to print out stacks of code when conversational AI can summarize it for you. (Photo is Margaret Hamilton, a computer scientist who played a crucial role in developing the software for the Apollo space program at NASA, standing next to a tower...docs
Vikram AruchamyforfreeCodeCampfreecodecamp.org·Aug 13, 2024How to Merge Word Documents in Python – Three Effective Methods with ExamplesIn today's fast-paced work environment, automation is crucial for optimizing your repetitive tasks and enhancing your productivity. Deploying Python functions to automate the merging of multiple Word documents into a single, cohesive file can help yo...Python
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 23, 2024Types of Version Control System (Cvcs && Dvcs)Centralized Versioned Control System In centralized source control system there is a main server where all versions of the code are stored. To start working on a project users first bring code from this central server to their local machines. This pr...DevOps Slow to Flow </>vcs
Amanpreet Singhblog.amanpreet.dev·Jul 15, 2024How to Easily Import Data from Word Documents into Your App: A Complete GuideIntroduction Recently, I was involved in data migration for a client. The data mainly consists of exam questions and their explanations. The data was structured in (.xlsx) format but there was one problem with the content of the data. Some of the que...2 likesPython