Sudharsanblog.sudharsangs.in·Nov 5, 2023How to use ChatGPT for creating diagrams?User flow diagrams are important for people who make websites or apps. They are like maps that show the steps a user takes when they use a website or app. Tools like ChatGPT, a smart AI, can help make these maps better and faster. In this blog, we wi...Discuss·40 readschatgpt
Md Janay Alamjanay.hashnode.dev·Oct 15, 2023Introduction to Diagram DesignDiagrams are one of the most important concepts for developing software. You can say diagrams are blueprints of software. Before jumping into implementing software, diagrams are needed to understand what to build and how to build it. Those diagrams h...Discuss·10 likesUML DiagramsUMLUML is a good way to sketch our architectural mind. We should at least spend and play around it whether the project is small or large. 12
Amriamri.cloud·Oct 9, 2023Leveraging ChatGPT to Craft an AWS Architecture BlueprintWhen it comes to designing cloud-based systems, the plethora of services and design patterns available can often be overwhelming. What if we could converse with an expert to guide us during the ideation and conceptualization phase? That's where ChatG...Discuss·53 readsAWS
강태구ktg0210.hashnode.dev·Sep 22, 2023AWS VPC Basic- VPC 규칙 : 프로젝트 별 환경 별 구분 NAME : vpc-<project>-<env> - Subnet 규칙 : public/private, zone 다중화 NAME : vpc-<project>-<env>-subnet-public-<region><availability-zone> vpc-<project>-<env>-subnet-private-<region><availability-zone> - NAT Gateway Ava...DiscussAWS BasicAWS
Arthur Khokhlovjointjs.hashnode.dev·Aug 23, 2023How to create isometric diagrams using SVGThere are various methods of visualizing three-dimensional objects in two-dimensional space. For example, most 3D graphics engines use perspective projection as the main form of projection. This is because perspective projection is an excellent repre...DiscussSVG
Andrei Zaslavskiisteelandy.hashnode.dev·Aug 10, 2023Diagram in 1 minute with NotionHi all! I'd like to share here my experience of making super-fast and easy diagramming for creating brief guides, small tools, etc. The code: graph TD A --> B --> C A --> C D --> C The result: All together (in Split mode). How to create? Ope...Discuss·92 readsnotion
Reza RashidiforDevSecOpsGuidesrezaduty-1685945445294.hashnode.dev·Jun 30, 2023Diagram as CodeIn the fast-paced world of software development, conveying complex system architectures, workflows, and data flows visually is crucial for effective communication. Traditionally, creating diagrams required manual tools or graphical interfaces, often ...Discuss·64 readsDevops
raju ghoraicoderj001.hashnode.dev·Mar 7, 2023Maintain Accurate and Up-to-Date Diagrams with Diagrams as CodeHave you ever encountered outdated architecture diagrams or sequence diagrams while working on a new project and going through the documentation? This can be a frustrating and time-consuming experience, especially when you're trying to understand how...Discuss·35 readsUML
Fumbani Bandafumbani.hashnode.dev·Feb 21, 2023Improve Your Documentation With Mermaid.JSIt is very crucial to write documentation for software projects and this can't be more true for open-source projects where the development team is geographically distributed. Documentation helps to easily onboard new team members smoothly and seamles...Discuss·1 like·129 readsdocumentation
Chitblog.cpbprojects.me·Feb 10, 2023Use cases of my prayer tracker websiteIn the previous blog, I talked about my plan to build this prayer tracker website. This time, I will talk about the use cases of this website, to better plan the website. Side note: I will call this a web application from now on. Websites tend to be...Discuss·98 readsMy To-Pray Listuse-cases