Bharat Saraswatblog.bharatsaraswat.com·Dec 1, 2023Creating a Covid tracker with Vanilla JSOriginally published on dev.to Hi, I am Bharat Saraswat and this is my first blogpost about creating a small covid tracker dashboard using Vanilla JS. Why Vanilla JS?I wanted to create a small dashboard which is fast(like very fast) and shows the d...Discusstracker
Flavio Wuenscheantelo.live·Nov 26, 2023How to Detect, Fix, and Prevent Circular Dependencies in JavaScriptCircular dependencies in JavaScript occur when two or more modules depend on each other in a way that creates a loop. In simpler terms, it happens when Module A depends on Module B, and Module B depends on Module A, forming a cycle. This can lead to ...Discuss·10 likesJavaScript
Flavio Wuenscheantelo.live·Nov 26, 2023Additional Rails conventions for sustainable web developmentMaintaining a sustainable codebase is essential to ensure the longevity of your application. However, technical debt, usually incurred from short-term trade-offs, can slow down your team over time. Tools like cherrypush.com offer you a second chance ...Discusstechnical-debt
Sven Eliassonsveneliasson.de·Nov 20, 2023Decoding Plot Data with ChatGPT: A Journey into Chart Analysis (Part 1)While developing features for our data dashboard, I stumbled upon an unexpected discovery: a customer was experiencing issues with their heating system without being aware of it. It was easy to spot the issue just by looking, but the real challenge w...Discuss·3 likeschatgpt
Ozz Shafririozzs.dev·Oct 3, 2023How to build a customizable dashboard with tremor, recharts and react-grid-layoutLooking to craft a personalized dashboard that perfectly suits your data needs? You're in the right place! In this blog post, I'll guide you through the process of building a customizable dashboard using tremor and react-grid-layout. To initiate our ...Discuss·52 readsReact
Prateek Sharmatechieblossom.hashnode.dev·Sep 17, 2023Animated N-Pie Chart in FlutterHello Flutter Learners, I saw a micro-animation in the OneFootball app. This animation shows a pie chart with 3 sections each representing the number of wins, losses and draws for a team in one season. The above gif shows the animation in slow motio...Discuss·1 like·216 readsFlutter AnimationFlutter
Jonathonjonathon5.hashnode.dev·Sep 6, 2023Create a Pie Chart in PowerPoint in C#A pie chart is a circular graph that represents data as slices of a whole. Each slice of the pie chart represents a specific category, and the size of each slice corresponds to the relative proportion of that category compared to the total. Sometimes...DiscussC#
Sutapa Biswassutocraft.hashnode.dev·Aug 12, 2023Excel Basics for Data Analysis: A Beginner's GuideIn the world of data analysis, Excel stands as a versatile and accessible tool that empowers beginners to dive into the realm of data manipulation, exploration, and visualization. Whether you're a student, a professional, or someone simply intrigued ...Discuss·10 likesexcel
GBforAnyChart on Hashnodeanychart.hashnode.dev·May 30, 2023How to Make Heatmaps in JavaScriptData visualization is a powerful tool that helps us make sense of complex data. With it, we can spot patterns and trends that might take much more time to become obvious just by looking at raw numbers. One particularly useful chart type is the heatma...Discuss·7 likes·32 readsJavaScript
Jonathonjonathon5.hashnode.dev·May 29, 2023Create Charts in Word in C#When creating a Word document, you can insert not only text, images or shapes into your document, but also charts to help present information in a graphical way. This article will share how to create a column chart and a line chart in Word in C# usin...DiscussC#