<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>ProgrammingPercy</title> <description>ProgrammingPercy is my website where I post articles, videos and anything related to programming that I do</description> <link>https://programmingpercy.tech</link> <atom:link href="https://programmingpercy.tech/rss" rel="self" type="application/rss+xml"/> <item> <guid isPermaLink="true">https://programmingpercy.tech/blog/1-month-10-articles-100-followers-1000-reads/</guid> <title>1 Month, 10 Articles, 100 Followers, and 1000 Reads</title> <link>https://programmingpercy.tech/blog/1-month-10-articles-100-followers-1000-reads/</link> <description>The experience from my first month as a new writer</description> <pubDate>Sat, 27 Feb 2021 12:53:10 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/100-million-dollar-stolen-harmony-horizon-bridge-hacked/</guid> <title>100 Million Dollar Stolen — Harmony Horizon Bridge Hacked</title> <link>https://programmingpercy.tech/blog/100-million-dollar-stolen-harmony-horizon-bridge-hacked/</link> <description>The Ethereum bridge on Harmony ONE was hacked on the 23rd of June, the hacker has stolen over 100 million dollars.</description> <pubDate>Tue, 05 Jul 2022 18:29:57 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/5-reasons-that-makes-golang-a-good-first-startup-language/</guid> <title>5 Reasons That Makes Golang a Good First/Startup Language</title> <link>https://programmingpercy.tech/blog/5-reasons-that-makes-golang-a-good-first-startup-language/</link> <description>I wish Go existed when I first started learning programming</description> <pubDate>Thu, 12 Aug 2021 13:03:15 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/7-vs-code-tricks-every-developer-needs-to-know/</guid> <title>7 VS Code Tricks Every Developer Needs To Know</title> <link>https://programmingpercy.tech/blog/7-vs-code-tricks-every-developer-needs-to-know/</link> <description>Learn to get the most of your IDE and make sure you use the full power of it to speed up your development.</description> <pubDate>Sun, 22 Aug 2021 13:03:15 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/amazon-web-services-aws-serverless-architecture/</guid> <title>Amazon Web Services (AWS) — Serverless Architecture</title> <link>https://programmingpercy.tech/blog/amazon-web-services-aws-serverless-architecture/</link> <description>A complete tour for beginners to set up a full-stack application</description> <pubDate>Fri, 19 Feb 2021 08:46:06 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/automate-jira-cloud-workflow-with-golang/</guid> <title>Automate JIRA Cloud Workflow With Golang</title> <link>https://programmingpercy.tech/blog/automate-jira-cloud-workflow-with-golang/</link> <description>Reduce workload for developers by improving the internal processes for JIRA by automating day to day tours</description> <pubDate>Thu, 12 Aug 2021 05:37:32 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/benchmarking-generics-in-go/</guid> <title>Benchmarking Generics in Go</title> <link>https://programmingpercy.tech/blog/benchmarking-generics-in-go/</link> <description>How will generics impact performance? Let us figure out by benchmarking a few use cases.</description> <pubDate>Mon, 21 Feb 2022 15:27:47 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/building-a-decentralized-application-with-bep-20-contract-in-solidity/</guid> <title>Building a Decentralized Application with BEP-20 contract in Solidity</title> <link>https://programmingpercy.tech/blog/building-a-decentralized-application-with-bep-20-contract-in-solidity/</link> <description>Learn how to build a smart contract using Solidity for the Binance smart chain. The token will be a BEP-20 contract. Using truffle and Ganache</description> <pubDate>Tue, 03 Aug 2021 07:02:51 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/chatgpt-might-make-developers-unemployed-in-years/</guid> <title>ChatGPT Might Make Developers Unemployed In A Few Years</title> <link>https://programmingpercy.tech/blog/chatgpt-might-make-developers-unemployed-in-years/</link> <description>I was stunned when testing ChatGPT, and you should also test it.</description> <pubDate>Wed, 07 Dec 2022 20:29:29 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/creating-a-inheritable-staking-contract-in-solidity/</guid> <title>Creating a Inheritable Staking contract in Solidity</title> <link>https://programmingpercy.tech/blog/creating-a-inheritable-staking-contract-in-solidity/</link> <description>Adding inheritable Staking and reward mechanism to a BEP-20 Smart contract in Solidity.</description> <pubDate>Tue, 03 Aug 2021 07:04:46 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/deploying-smart-contracts-to-binance-smart-chain-with-truffle/</guid> <title>Deploying Smart Contracts to Binance Smart chain with Truffle</title> <link>https://programmingpercy.tech/blog/deploying-smart-contracts-to-binance-smart-chain-with-truffle/</link> <description>Deploying a Smart contract to testnet and mainnet using Truffle. Migrating in a easy way.</description> <pubDate>Tue, 03 Aug 2021 07:06:33 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/develop-a-slack-bot-using-golang/</guid> <title>Develop a Slack-bot using Golang</title> <link>https://programmingpercy.tech/blog/develop-a-slack-bot-using-golang/</link> <description>Learn how to build a Slack bot in Golang with this step-by-step tutorial</description> <pubDate>Fri, 13 Aug 2021 13:41:41 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/develop-and-debug-sam/</guid> <title>Develop Lambdas And Debug Them Locally Using SAM</title> <link>https://programmingpercy.tech/blog/develop-and-debug-sam/</link> <description>Developing Serverless Applications has its challenges, SAM offers a solution to many of those challenges. Learn how to develop lambdas and debug them locally using SAM.</description> <pubDate>Mon, 18 Apr 2022 16:43:16 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/distributed-scalable-durable-distributed-systems-cadence/</guid> <title>Create Distributed, Scalable, Durable, and Highly Available Software— With Cadence</title> <link>https://programmingpercy.tech/blog/distributed-scalable-durable-distributed-systems-cadence/</link> <description>Managing microservices or distributed systems has many challenges, Uber has a solution for many of the issues.</description> <pubDate>Mon, 07 Mar 2022 16:03:04 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/embedd-web-application-golang/</guid> <title>Embedding a Web application in a Golang binary</title> <link>https://programmingpercy.tech/blog/embedd-web-application-golang/</link> <description>Some time ago I wrote an article on how to run gRPC through a web application without Envoy. I'm going to use the project in this article…</description> <pubDate>Sun, 27 Dec 2020 21:17:05 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/event-driven-architecture-using-rabbitmq/</guid> <title>Learn RabbitMQ for Event-Driven Architecture (EDA)</title> <link>https://programmingpercy.tech/blog/event-driven-architecture-using-rabbitmq/</link> <description>A beginner-friendly tutorial on how RabbitMQ works and how to use RabbitMQ in Go using an Event Driven Architecture</description> <pubDate>Fri, 24 Mar 2023 06:33:03 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/exciting-go-update-v-1-22/</guid> <title>Exciting Go Update - v 1.22 Change Log With Examples</title> <link>https://programmingpercy.tech/blog/exciting-go-update-v-1-22/</link> <description>Go version 1.22 is out and it has some amazing changes. In this article, we take a look at them!</description> <pubDate>Mon, 29 Jan 2024 12:53:10 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/faster-and-more-accurate-typing-on-cellphones/</guid> <title>Faster and more accurate typing on cellphones</title> <link>https://programmingpercy.tech/blog/faster-and-more-accurate-typing-on-cellphones/</link> <description>I’ve finally found a way to type faster and more accurately on my cellphone. You can learn it as well, it is super easy.</description> <pubDate>Tue, 04 Jan 2022 06:33:03 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/free-secure-self-hosting-using-cloudflare-tunnels/</guid> <title>Free Secure Self-Hosting Using Cloudflare Tunnels</title> <link>https://programmingpercy.tech/blog/free-secure-self-hosting-using-cloudflare-tunnels/</link> <description>A tutorial that covers how to use Cloudflare Tunnel to provide a secure connection to your local resources without publicly exposing an IP.</description> <pubDate>Tue, 03 Jan 2023 12:33:03 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/fuzzy-testing-in-go/</guid> <title>Fuzzing Tests in Go</title> <link>https://programmingpercy.tech/blog/fuzzy-testing-in-go/</link> <description>Fuzzing is a technique where you automagically generate input values for your functions to find bugs</description> <pubDate>Mon, 31 Jan 2022 20:29:29 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/github-actions-in-action/</guid> <title>GitHub Actions In Action</title> <link>https://programmingpercy.tech/blog/github-actions-in-action/</link> <description>Automate building, testing, notifications, and deployment using GitHub Actions</description> <pubDate>Mon, 15 Feb 2021 17:12:50 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/go-1-18/</guid> <title>Go 1.18 Comes With Many Amazing Changes</title> <link>https://programmingpercy.tech/blog/go-1-18/</link> <description>Go 1.18 is due to be released in February and it contains multiple changes that will improve the language</description> <pubDate>Mon, 31 Jan 2022 20:25:14 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/goto-hell-with-labels-in-golang/</guid> <title>Goto Hell With Labels in Golang</title> <link>https://programmingpercy.tech/blog/goto-hell-with-labels-in-golang/</link> <description>Exploring goto statement in Go and learning how to use them and how the standard library handles flow control with goto and labels</description> <pubDate>Sun, 22 Aug 2021 13:04:40 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/grpc-interceptors/</guid> <title>Interceptors in gRPC</title> <link>https://programmingpercy.tech/blog/grpc-interceptors/</link> <description>Many people I talk too are well aware of what middleware is. However, Interceptors seems to be less understood. Let’s dissect interceptors</description> <pubDate>Tue, 12 Jan 2021 09:05:46 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/happier-new-technological-year/</guid> <title>Happier New Technological Year</title> <link>https://programmingpercy.tech/blog/happier-new-technological-year/</link> <description>A summary of my year as a blogger and Youtuber, and what goals I am to achieve in the coming year.</description> <pubDate>Sun, 01 Jan 2023 08:30:10 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/happy-new-generic-year/</guid> <title>Happy New Generic Year!</title> <link>https://programmingpercy.tech/blog/happy-new-generic-year/</link> <description>A new year is here, new technologies, and new opportunities</description> <pubDate>Sat, 01 Jan 2022 14:41:45 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/hello-world!/</guid> <title>Hello World!</title> <link>https://programmingpercy.tech/blog/hello-world!/</link> <description>An introduction to Programming Percy and the start of his blogging about technology and code</description> <pubDate>Sun, 22 Aug 2021 08:16:15 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/how-i-learned-to-love-my-job/</guid> <title>How I learned to love my job</title> <link>https://programmingpercy.tech/blog/how-i-learned-to-love-my-job/</link> <description>I’m a software developer by trade and have been so for 6 years.</description> <pubDate>Mon, 19 Jul 2021 21:01:05 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/how-to-build-passive-income-pancakeswap/</guid> <title>How To Build a Passive Income with PancakeSwap</title> <link>https://programmingpercy.tech/blog/how-to-build-passive-income-pancakeswap/</link> <description>This is the easiest way to start earning a fully passive income, invest in crypto and let them grow into more crypto.</description> <pubDate>Fri, 07 Jan 2022 08:01:10 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/how-to-domain-driven-design-ddd-golang/</guid> <title>How To Implement Domain-Driven Design (DDD) in Golang</title> <link>https://programmingpercy.tech/blog/how-to-domain-driven-design-ddd-golang/</link> <description>The easy way of learning how to use DDD in a Go application</description> <pubDate>Wed, 01 Sep 2021 06:46:58 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/how-to-implement-a-single-page-application-using-react-router/</guid> <title>How To Implement a Single Page Application Using React Router</title> <link>https://programmingpercy.tech/blog/how-to-implement-a-single-page-application-using-react-router/</link> <description>Learn how to use the React router to develop a SPA website</description> <pubDate>Tue, 10 Aug 2021 19:09:06 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/how-to-structure-ddd-in-go/</guid> <title>How to Structure DDD in Golang</title> <link>https://programmingpercy.tech/blog/how-to-structure-ddd-in-go/</link> <description>A follow-up on how to organize the structure of code and packages in a DDD approach in Go</description> <pubDate>Wed, 01 Sep 2021 08:46:58 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/how-to-use-structured-json-logging-in-golang-applications/</guid> <title>How To Use Structured JSON Logging in Golang Applications</title> <link>https://programmingpercy.tech/blog/how-to-use-structured-json-logging-in-golang-applications/</link> <description>Structured logs are important for software debugging. Gladly, it is super easy to implement in Golang</description> <pubDate>Mon, 09 Aug 2021 13:02:22 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/interfaces-in-go/</guid> <title>Interfaces in Go</title> <link>https://programmingpercy.tech/blog/interfaces-in-go/</link> <description>Let’s dissect interfaces and become masters of the trade</description> <pubDate>Mon, 25 Jan 2021 06:45:01 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/learn-docker-basics/</guid> <title>Docker Skyrocketed My Teams Productivity</title> <link>https://programmingpercy.tech/blog/learn-docker-basics/</link> <description>Docker this, docker that, docker everything.</description> <pubDate>Wed, 13 Jan 2021 05:44:18 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/learn-docker-the-easy-way/</guid> <title>Learning Docker — The Easy Way</title> <link>https://programmingpercy.tech/blog/learn-docker-the-easy-way/</link> <description>A tutorial which covers the basics of Docker and teaches you how to containerize your applications.</description> <pubDate>Thu, 08 Sep 2022 06:17:49 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/</guid> <title>Learn How To Use NeoVim As an IDE</title> <link>https://programmingpercy.tech/blog/learn-how-to-use-neovim-as-ide/</link> <description>A Step By Step Tutorial On How to Set up And Use NeoVim, For Complete Beginners</description> <pubDate>Wed, 21 Dec 2022 14:45:53 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/learn-kubernetes-the-easy-way/</guid> <title>Learn Kubernetes — The Easy Way</title> <link>https://programmingpercy.tech/blog/learn-kubernetes-the-easy-way/</link> <description>In this tutorial we learn about Kubernetes and how it can be used to orchestrate containerized applications</description> <pubDate>Fri, 09 Sep 2022 14:45:53 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/learning-generics-in-go/</guid> <title>Learning Generics in Go</title> <link>https://programmingpercy.tech/blog/learning-generics-in-go/</link> <description>Generics is released in Go 1.18 and it is time to learn how to leverage this new feature</description> <pubDate>Mon, 31 Jan 2022 20:27:20 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/mastering-websockets-with-go/</guid> <title>Mastering WebSockets With Go</title> <link>https://programmingpercy.tech/blog/mastering-websockets-with-go/</link> <description>Tutorial on how to use WebSockets to build real-time APIs in Go</description> <pubDate>Tue, 22 Nov 2022 06:23:15 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/modify-variables-during-build/</guid> <title>Modify Variables In Go Binary During Build</title> <link>https://programmingpercy.tech/blog/modify-variables-during-build/</link> <description>You can set the variabel values during build, such as version number and more with the Build command.</description> <pubDate>Fri, 18 Mar 2022 20:35:33 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/opengraph-protocol-how-and-why/</guid> <title>The Open Graph Protocol - Why And How You Should Use it On Your Website</title> <link>https://programmingpercy.tech/blog/opengraph-protocol-how-and-why/</link> <description>Ever considered how Twitter, Facebook, and other Social Media know what Image and Title to display when you copy in a link?</description> <pubDate>Fri, 09 Dec 2022 12:53:10 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/passive-income-without-investment/</guid> <title>Passive Income Without an Investment — Hi.com</title> <link>https://programmingpercy.tech/blog/passive-income-without-investment/</link> <description>An up and coming crypto project which allows you to claim tokens each day by answering a simple question</description> <pubDate>Wed, 02 Feb 2022 13:35:39 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/patriotism-died-in-a-secret-intelligence-agent/</guid> <title>Patriotism Died In A Secret Intelligence Agent</title> <link>https://programmingpercy.tech/blog/patriotism-died-in-a-secret-intelligence-agent/</link> <description>A short story of the journey when I finally realized I was brainwashed by patriotism</description> <pubDate>Sat, 21 Aug 2021 08:16:15 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/performing-a-code-review/</guid> <title>Performing a code review</title> <link>https://programmingpercy.tech/blog/performing-a-code-review/</link> <description>Earlier today a user with the handle /aliezsid made a post on Reddit asking for a code review. I needed something to do for my cofee break…</description> <pubDate>Wed, 30 Dec 2020 13:02:57 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/previewing-the-ide-of-the-future/</guid> <title>Previewing the IDE of the Future — Fleet</title> <link>https://programmingpercy.tech/blog/previewing-the-ide-of-the-future/</link> <description>JetBrains recently released a preview version of their newest IDE, Fleet. Let’s take a look at it</description> <pubDate>Fri, 21 Oct 2022 12:32:31 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/rebuilt-jekyll-blog-with-sveltekit/</guid> <title>Rebuilt My Blog With SvelteKit</title> <link>https://programmingpercy.tech/blog/rebuilt-jekyll-blog-with-sveltekit/</link> <description>A comparison of mine Jekyll built blog and my rebuild with SvelteKit</description> <pubDate>Thu, 01 Dec 2022 12:53:10 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/redis-as-a-pub-sub-engine-in-go/</guid> <title>Redis as a Pub/Sub Engine in Go</title> <link>https://programmingpercy.tech/blog/redis-as-a-pub-sub-engine-in-go/</link> <description>Share information and work between many applications</description> <pubDate>Wed, 03 Feb 2021 13:00:52 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/refactoring-go4data-using-interfaces-and-benchmarks/</guid> <title>Refactoring Go4Data - using Interfaces and Benchmarks</title> <link>https://programmingpercy.tech/blog/refactoring-go4data-using-interfaces-and-benchmarks/</link> <description>A step-by-step guide on how one can use interfaces in Go to refactor and make your code base very modular</description> <pubDate>Thu, 04 Feb 2021 13:11:39 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/reviewing-github-copilot-by-building-deck-of-cards/</guid> <title>Reviewing GitHub Copilot by Building a Deck of Cards</title> <link>https://programmingpercy.tech/blog/reviewing-github-copilot-by-building-deck-of-cards/</link> <description>Testing the Copilot by building a Deck of Cards with it in Go</description> <pubDate>Wed, 22 Dec 2021 15:28:21 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/software-engineering-life-style/</guid> <title>Software Engineering Is a Lifestyle, Not a Job</title> <link>https://programmingpercy.tech/blog/software-engineering-life-style/</link> <description>A realization came to my mind when hearing people complaining about their jobs. None of them were software developers</description> <pubDate>Mon, 13 Sep 2021 13:05:32 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/streaming-data-with-grpc/</guid> <title>Streaming data with gRPC</title> <link>https://programmingpercy.tech/blog/streaming-data-with-grpc/</link> <description>A necessary guide to learn how to survive when frustrated machines takes over the world</description> <pubDate>Fri, 05 Feb 2021 21:16:32 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/structured-logging-in-go-using-std-lib-slog/</guid> <title>Structured Logging In Go Using Standard Library - Slog</title> <link>https://programmingpercy.tech/blog/structured-logging-in-go-using-std-lib-slog/</link> <description>Learn how to use log/slog from Go 1.21</description> <pubDate>Fri, 09 Jun 2023 17:52:42 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/the-biggest-threat-to-software-engineers/</guid> <title>The Biggest Threat To Software Engineers</title> <link>https://programmingpercy.tech/blog/the-biggest-threat-to-software-engineers/</link> <description>Being an engineer is not a risk-free job, there are serious dangers out there.</description> <pubDate>Tue, 08 Mar 2022 16:59:32 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/the-ethereum-merge/</guid> <title>The Merge — Ethereum No Longer Drains Electricity Of A Medium-Sized Country To Run</title> <link>https://programmingpercy.tech/blog/the-ethereum-merge/</link> <description>Ethereum reduced the needed energy consumption by 99.5% with The Merge</description> <pubDate>Thu, 15 Sep 2022 21:53:28 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/undervolting-a-gaming-laptop/</guid> <title>Undervolting a Gaming Laptop</title> <link>https://programmingpercy.tech/blog/undervolting-a-gaming-laptop/</link> <description>Learn to reduce heat and Noise on your CPU by Undervolting.</description> <pubDate>Thu, 02 Dec 2021 22:33:59 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/using-a-smart-contract-in-an-web-application/</guid> <title>Using a Smart contract in an Web Application</title> <link>https://programmingpercy.tech/blog/using-a-smart-contract-in-an-web-application/</link> <description>Connect to a Smart Contract on the Binance / Ethereum block chain using Web3, React.</description> <pubDate>Tue, 03 Aug 2021 07:05:42 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/using-graphql-in-golang/</guid> <title>Intro GraphQL in Go</title> <link>https://programmingpercy.tech/blog/using-graphql-in-golang/</link> <description>What is GraphQL, why to use it, and how to use it in Golang</description> <pubDate>Tue, 14 Sep 2021 04:40:52 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/using-grpc-tls-go-react-no-reverse-proxy/</guid> <title>Using GRPC with TLS, Golang and React (No Envoy)</title> <link>https://programmingpercy.tech/blog/using-grpc-tls-go-react-no-reverse-proxy/</link> <description>A tutorial where we learn how to use gRPC with WebClients without a reverse proxy such as Envoy or Traefik</description> <pubDate>Sat, 26 Dec 2020 19:33:03 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/using-rabbitmq-streams-in-go/</guid> <title>Using RabbitMQ Streams In Go</title> <link>https://programmingpercy.tech/blog/using-rabbitmq-streams-in-go/</link> <description>Learn how to use RabbitMQ Streams using both Core and Plugin in this tutorial</description> <pubDate>Sat, 13 Jan 2024 06:33:03 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/volkswagen-announces-bringing-quantum-computers-to-automotive-factories/</guid> <title>Volkswagen Announces Bringing Quantum Computers To Automotive Factories</title> <link>https://programmingpercy.tech/blog/volkswagen-announces-bringing-quantum-computers-to-automotive-factories/</link> <description>Volkswagen Group has been aiming to be a leader in the Quantum Computer realm since 2016, now they aim to leave the research phase</description> <pubDate>Sat, 28 Aug 2021 08:41:49 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/we-measure-the-power-of-cars-computers-and-cellphones-but-what-about-code/</guid> <title>We Measure the Power of Cars, Computers, and Cellphones. But What About Code?</title> <link>https://programmingpercy.tech/blog/we-measure-the-power-of-cars-computers-and-cellphones-but-what-about-code/</link> <description>A deep dive into benchmarking in Golang</description> <pubDate>Fri, 12 Feb 2021 17:52:42 GMT</pubDate> </item><item> <guid isPermaLink="true">https://programmingpercy.tech/blog/webhook-testing-without-the-headache/</guid> <title>Webhook Testing Without the Headache - A Developer's Sanity-Saving Tutorial</title> <link>https://programmingpercy.tech/blog/webhook-testing-without-the-headache/</link> <description>Effortless Local Testing - Learn how to test Webhooks on your local environment</description> <pubDate>Sat, 27 Jan 2024 12:53:10 GMT</pubDate> </item> </channel> </rss>