Himanshu SoniforHimanshu Sonihimanshusoni30.hashnode.dev·Nov 19, 2024Understanding cURL: A Command Line Tool for transferring data with URLsIn today's digital age, billions of API requests are made globally over the internet, seamlessly integrating technology into our daily lives. We interact with these APIs through various devices such as smartphones, smartwatches, laptops, and even tel...Discuss·67 readsCommand Line Toolscurl
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Oct 10, 2024Automating Scheduled Payments with Paystack API in PHPManaging scheduled payments manually can be tedious and prone to errors, especially when dealing with multiple recipients. Automating this process with the Paystack API simplifies the workflow, ensuring that payments are processed quickly and securel...Discusspayout
RyanKangryankang.hashnode.dev·Aug 28, 2024curl IP 지정하기curl --resolve {host}:{port}:{ip} http(s)://{host}/{path} 이런식으로 ip를 지정해서 curl을 실행할 수 있다 통신하고자 하는 서버가 여러 ip를 사용할 경우 ip별로 통신이 가능한지 확인이 가능하다Discusscurl
La Rebelion Labsrebelion.la·Aug 19, 2024File Transfer in the World of Slim Containers Using cURLIn the world of containers, every byte counts, the size of the image matters, and efficiency is king. But what happens when you need to transfer files out of the pods? This seemingly simple task can quickly become a headache, revealing the hidden str...DiscussMicroservices
Anuoluwapo Alianniecodes.hashnode.dev·Jul 31, 2024The Importance of APIs in Today's Technology LandscapeIn today's digital age, we rely on numerous applications, services, and systems to access information, perform tasks, and connect with others. However, have you ever wondered how these different systems communicate with each other seamlessly? The ans...DiscussAPIs
Gabor Nagyblog.seniordevlog.com·Mar 29, 2024Automatically deleting GitHub workflow runs when branches are deletedIf you use GitHub Actions, you probably faced the obstacle of deleting workflow runs manually that belonged to long gone branches. So what usually happens is you create a feature branch for example, do your magic there and if you use CI/CD pipelines,...Discuss·41 readsGitHub
Kunal VermaforKubesimplifyblog.kubesimplify.com·Mar 19, 2024Practical Guide to Kubernetes APIYou're probably familiar with Kubernetes, the open-source platform designed by Google and now maintained by the Cloud Native Computing Foundation (CNCF), which automates the deployment, scaling, and management of containerized applications. But, did ...Discuss·10 likes·8.5K readsKubernetes
Antonio Silvaantoniosilva.hashnode.dev·Mar 14, 2024PHP: Consuming API with cURLINTRODUCTION The Data USA API allows developers to access various data points on demographics, education, employment, housing, and more for locations across the United States. Developers can use this API to integrate data visualizations, perform data...DiscussPHP
Md. Minhazul HaqueProblog.mdminhazulhaque.io·Mar 6, 2024Unleashing the Power of Curl: Simplifying SFTP File TransfersYou may have used tools like scp, rsync, sftp, and lftp to transfer files over SFTP. However, you can also accomplish this with curl. Using curl has its advantages, as you won't need to implement expect-scripts to handle password prompts or manual FT...Discuss·157 readscurl
Emmanuel Oyiboemminex.hashnode.dev·Feb 29, 2024Using cURL Custom Headers: A Simple GuideIn the world of web communication, cURL custom headers are versatile tools that allow you to tweak your web requests to your taste. Think of them as special notes you attach to your web requests. They help you customize how your requests work. For ex...Discuss·10 likes·28 readsBash