Okoye Ndidiamakaamikdigital.hashnode.devยทSep 27, 2024Task Runners and Build Tools: An Introduction to Gulp, Webpack, and Other Essential ToolsIn today's fast-moving world of web development, efficiency is all that matters. Developers need to multitask: from writing clean code to testing and deploying applications. If one has to be productive with high quality, then mundane tasks need to be...DiscussTask Runner
Giuseppe Santorocloudnativeengineer.hashnode.devยทMar 18, 2024Supercharge Your Automation Workflows with Taskfile: Say Goodbye to MakefileDive into my latest article, "Supercharge Your Automation Workflows with Taskfile: Say Goodbye to Makefile." Topics: ๐ Introduction to Taskfile: Discover why Taskfile is gaining traction as a more accessible and efficient alternative to Makefile, e...DiscussMakefile
Sourabhsourabhkumarshit.hashnode.devยทDec 20, 2023Task Runners: A Comprehensive GuideFront-end developers must know the importance of task runners. These automate and combine processes to make a seamless final code. Let us explore the top 5 available in the market. Gulp is a task runner built on Node.js. It has emerged as a compani...DiscussTask Runner
ABIcoder0z.hashnode.devยทDec 4, 2023Web Development ToolsWeb development tools are applications and software solutions that assist developers in designing, building, testing, and maintaining websites and web applications. These tools enhance productivity, streamline workflows, and contribute to the efficie...DiscussWebdevelopmentTools
Adham Salamaninjaneer.hashnode.devยทNov 18, 2022Building a Task Runner In PythonIn this article, I will talk about my most recent project, "Yasta". Yasta is a modern task runner written in Python. ๐ Yasta makes running and managing your tasks a breeze! ๐ฌ๏ธ Even though it's written in Python, you can use it for any kind of proje...Discussยท1 likeยท68 readsBuilding StuffPython
TekWizelyblog.tekwizely.comยทDec 20, 2019Run - Easily manage and invoke small scripts and wrappers (Written in Golang)Introduction Do you find yourself using tools like make to manage non build-related scripts? Build tools are great, but they are not optimized for general script management. Introducing Run: GitHub : https://github.com/TekWizely/run Run aims to be b...DiscussShowHashnode