Kaiwalya KoparkarforElestioelestio.hashnode.dev路Jun 23, 2024How to Migrate from Zapier/ Make to N8NHey everyone, In this blog we will see how you can migrate your workflows and zaps from Zapier & Make to N8N. During this tutorial, we will be using simple workflows as examples and you can choose to do with complex workflows or multiple workflows. B...DiscussZapier
James Perkinsjam3s.hashnode.dev路Jun 14, 2024Connecting Make.com to DrataCurrently Make.com does not have a native connector to Drata. In this tutorial we'll cover how to can point Make.com to the Drata API's, which can then be used for all sorts of stuff, such as bulk uploading assets from a spreadsheet, or importing vis...Discussdrata
James Perkinsjam3s.hashnode.dev路May 31, 2024How to Automate Audit Evidence in Drata with Make.comIntroduction: 鈿栵笍 Compliance automation tools like Drata are great for collecting and generating evidence to support your audits. But these tools can't connect to every piece of software out there. In this tutorial, I will cover how we can use a no-co...Discuss路56 readsdrata
FINNfinnauto.hashnode.dev路Sep 7, 2023How we monitor our Make instance at FINNby Delena Malan Introduction In this post, I鈥檓 going to show you how we monitor our Make instance at FINN as a Make Enterprise customer. I鈥檒l run you through why we monitor our instance, how the technical setup works, and how Datadog helps us to stay...Discussmake
Haocheng Linhaochengcodedev.hashnode.dev路Aug 28, 2023[Software Dev 3 Sketch 馃梼锔廬 MAKE馃捇Which step does Make take when it is invoked on a target? Figure 1: An example photo showing the Makefile contents 馃搨. Make determines whether the component exists. Examine the component's dependency hierarchy. Conduct a bottom-up search throug...Discusssoftware development
Arnold Kamanziblog.k-arnold.com路Mar 27, 2023Simplify Running Docker Commands With MakeTyping and running complex docker commands in the terminal can sometimes feel like repetitive and tedious work. In this article, we will learn how to simplify running docker commands by using Make and Makefiles. Pre-requisites To follow along with th...Discuss路265 readsDocker
Nikhil AkkiPronikhilakki.in路Jan 15, 2023Using Make for dev workflow automationIntro I used to use Python or (mostly) Bash scripts to configure command-line automation, writing Python scripts is a lot more powerful but it comes with a dependency i.e. the Python interpreter. This could be a problem in lean OSes in a Server, VM o...Discuss路70 readsMakefile
Jared Atandijaredatandi.hashnode.dev路Oct 7, 2022Make and Makefile: The ultimate tool to manage your projectsWhat is the difference between a make and makefile? A Makefile is a specific file format used by the "make" utility program to determine how to compile and link a group of source code files. Sometimes, it is commonly believed that make is used only i...Discuss路1 like路351 readsShell(s) Tools and Shell ScriptingMakefile