lukman.hashnode.devUnveiling the Power of Quasar Framework: A Comprehensive OverviewIntroduction: In the ever-evolving landscape of front-end development, choosing the right framework can significantly impact the success of your project. Among the myriad of options available, Quasar Framework stands out as a versatile and powerful c...Nov 13, 2023·3 min read
lukman.hashnode.devReact.js watermark added to the imageReact.js is a popular JavaScript library that enables developers to create powerful and dynamic user interfaces. One of the features of React.js is the ability to manipulate images by adding watermarks to them. In this blog post, we will explore how ...Mar 16, 2023·8 min read
lukman.hashnode.devReact file download with progress barReact is a popular JavaScript library used for building user interfaces. One common requirement in web applications is the ability to download files. In this blog, we will explore how to download files in React with a progress bar. Prerequisites Befo...Mar 9, 2023·8 min read
lukman.hashnode.devCreating a responsive donut chart using d3.js in React.jsD3.js (Data-Driven Documents) is a powerful JavaScript library used for creating dynamic and interactive data visualizations on the web. With D3.js, creating a donut chart is straightforward and customizable. In this blog post, we will guide you thro...Mar 2, 2023·5 min read
lukman.hashnode.devCreating a responsive line chart using d3.js in React.jsD3.js is a popular data visualization library that provides a lot of tools for creating interactive and dynamic visualizations. In this blog post, we'll cover how to create a line chart using D3.js in React.js. Prerequisites Before we get started, en...Feb 23, 2023·6 min read