<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nasasira</title>
    <description>The latest articles on DEV Community by Nasasira (@nasasira).</description>
    <link>https://dev.to/nasasira</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F902601%2F214cfd54-96f2-4e0c-b036-b3f3399be894.png</url>
      <title>DEV Community: Nasasira</title>
      <link>https://dev.to/nasasira</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nasasira"/>
    <language>en</language>
    <item>
      <title>Why Do Microservices Need an API Gateway</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Wed, 12 Apr 2023 22:24:09 +0000</pubDate>
      <link>https://dev.to/nasasira/why-do-microservices-need-an-api-gateway-1f8p</link>
      <guid>https://dev.to/nasasira/why-do-microservices-need-an-api-gateway-1f8p</guid>
      <description>&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;As the internet world continues to develop, enterprises rapidly evolve, leading to constant changes in system architecture. The microservices architecture has been widely adopted by many companies.&lt;/p&gt;

&lt;p&gt;As the data and API quantity of microservices increases, it is crucial to choose an excellent API gateway for high-traffic governance.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://api7.ai/blog/why-do-microservices-need-an-api-gateway"&gt;This article&lt;/a&gt; compares common API gateways, highlighting their respective advantages and disadvantages. Suppose you are in the process of selecting an API gateway technology, encountering performance issues in your microservice system, or looking to build an efficient and stable microservice system. In that case, this article aims to provide you with some helpful insights.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://api7.ai/blog/why-do-microservices-need-an-api-gateway"&gt;Read Now&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api7cloud</category>
      <category>apigateway</category>
      <category>microservices</category>
    </item>
    <item>
      <title>The Ultimate Beginner’s Guide to Open Source Contribution</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Tue, 06 Dec 2022 20:42:44 +0000</pubDate>
      <link>https://dev.to/nasasira/the-ultimate-beginners-guide-to-open-source-contribution-4b7e</link>
      <guid>https://dev.to/nasasira/the-ultimate-beginners-guide-to-open-source-contribution-4b7e</guid>
      <description>&lt;p&gt;Although there’s a wide range of open source projects out there waiting for your expertise, knowing where to find them and how to contribute in a way that is meaningful to the project can sometimes prove to be a barrier for beginner contributors. Therefore, this article guides you on what open source is, who is involved in managing an open source project, myths related to contributing to open source, terms you should know, ways of contributing, programs to participate in and recommended projects to contribute to.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk0ct3x27hodi01jfbe2p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk0ct3x27hodi01jfbe2p.png" alt="The Ultimate Beginner’s Guide to Open Source Contribution" width="800" height="429"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;💡 Fun Fact: The world’s first open source software was the A-2 system, developed for the UNIVAC compiler in 1953.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Open Source Software
&lt;/h2&gt;

&lt;p&gt;Open source software is software with source code that can be freely used, modified, and shared by anyone&lt;br&gt;
Open source software plays a huge role in our life and quite often we do not realize that each one of us uses it even when not aware. For example, most phones run on Android Operating System, which is an open source project maintained by Google (&lt;a href="https://source.android.com/" rel="noopener noreferrer"&gt;Android Open Source Project&lt;/a&gt;). This means that if it wasn't for open source, there would be no device that goes from just working to actually making life easier.&lt;br&gt;
Check out &lt;a href="https://medium.com/@nasasirad92/why-should-you-contribute-to-open-source-dfc0f6a72e6f" rel="noopener noreferrer"&gt;my former article&lt;/a&gt; to know more about all the basics of open source software and why you should contribute to open source.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who is involved in managing an open source project
&lt;/h2&gt;

&lt;p&gt;You might be wondering how random people from different backgrounds can add their contributions and have a product like Andriod running on your smart phone that you carry every day. Seems un coordinated right!&lt;br&gt;
Well, almost every open source project has some structure which varies depending on the project, but these are some commonalities in who is involved when managing an open source project.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Leaders:&lt;/strong&gt; These are people responsible for making the final decision about features, releases, and other activities. In some cases, this is a single person, while in other projects, there may be one or more committees responsible for various aspects of a project. For example, Apache Software Foundation project management committee (PMC) is a committee charged with responsibility and governance for their top level project. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Maintainers:&lt;/strong&gt; These are people who are responsible for maintaining specific parts of the project, and in large projects, these maintainers may also delegate to people who are responsible for subcomponents of their portion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Committers:&lt;/strong&gt; These are people who have contributed to the project and are seen as trusted members of the community. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contributors:&lt;/strong&gt; These are people who contribute to open source projects. The contribution can be code or non-code contribution and it is reviewed by a committer or maintainer before being included.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Users:&lt;/strong&gt; These are the most valuable people in an open source project since they are the ones that use the product and help it grow. They also provide feedback about features, bug reports and more. It is also important to note that to be a contributor or maintainer, you have to be a user of the product too.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Myths related to contributing to open source
&lt;/h2&gt;

&lt;p&gt;As you start out your open source journey, you will hear various misconceptions about contributing to open source and I hope that after reading these you’ll give this amazing open source world a try.&lt;br&gt;
“I must have it all figured out to start” &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You don’t need to — you can figure it out along the way! 
“My contribution has to be huge to actually make a difference” &lt;/li&gt;
&lt;li&gt;Smaller contributions also lead to significant value. 
“I need to have a lot of experience” &lt;/li&gt;
&lt;li&gt;All experience levels matter in some way or the other. 
“It is extremely complicated to contribute” &lt;/li&gt;
&lt;li&gt;Start small and ask for help — the community is there for you. 
“I need to have a technical background” &lt;/li&gt;
&lt;li&gt;Non-technical contributions also exist. &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Preparing To Contribute
&lt;/h2&gt;

&lt;p&gt;Well, not so fast! Before diving deep into contributing, you will still want to be sure if the contribution is welcome. The contributor guide might vary depending on the open source project, but here are a couple of ways to prepare to contribute:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check the license: open source licenses can tell you a lot about a project &lt;/li&gt;
&lt;li&gt;Check README: a project’s README is much like a manual, and has a wealth of information you should get familiar with. &lt;/li&gt;
&lt;li&gt;Check issues and pull requests: check for pending issues. It’s also a good idea to look for active discussions surrounding these issues. &lt;/li&gt;
&lt;li&gt;Check the contributing docs: while the README provides a general manual, the contributing docs or guide will specify the contribution process, and which contributions are needed. For example, Apache APISIX has an amazing &lt;a href="https://apisix.apache.org/docs/general/contributor-guide/" rel="noopener noreferrer"&gt;contributor guide&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Ways of contributing
&lt;/h2&gt;

&lt;p&gt;You may now be wondering exactly what ways to contribute based on your background, but the good news is that the open source world is for everyone.&lt;br&gt;&lt;br&gt;
Contributors can be classified into two categories (&lt;strong&gt;code contributions or no-code contributions&lt;/strong&gt;). While the way in which you contribute may vary by project, here’s some general ideas of contributions &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fix a Bug&lt;/strong&gt;&lt;br&gt;
Bugs are small errors in code that may be debilitating to software and produce unexpected results. Therefore, you can contribute your knowledge to solving a bug.&lt;br&gt;
&lt;strong&gt;Propose a Feature&lt;/strong&gt;&lt;br&gt;
Open source projects benefit from a diversity of thought and your personal experience and opinion on how to improve a project can be invaluable. &lt;br&gt;
&lt;strong&gt;Write Some Documentation&lt;/strong&gt;&lt;br&gt;
This is an example of a no code contribution that does not require a technical background. Contributions to documentation can revolve around providing editing help to an existing doc or authoring new pages within the documentation. &lt;br&gt;
&lt;strong&gt;Writing&lt;/strong&gt;&lt;br&gt;
You can also use your skills to write or edit blogs, tutorials, guides (for developers, users, newcomers) and other relevant collaterals.&lt;br&gt;
&lt;strong&gt;Designing&lt;/strong&gt;&lt;br&gt;
You contribute by adding missing elements, designing a brand style guide, icons, logos, improving the UI/UX of the website &lt;br&gt;
&lt;strong&gt;Hosting events&lt;/strong&gt; &lt;br&gt;
You can host talk shows and invite engineers from the project to talk about the project or even talk or learn about the project yourselves. For example, to hold a contributor workshop with Apache APISIX, email &lt;a href="//mailto:keer@api7.ai"&gt;keer@api7.ai&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Translating&lt;/strong&gt;&lt;br&gt;
This is a no code contribution but very important. You can start by translating your favorite blogs to your own languages so that they can be accessible by anyone in your region and easier to read for them&lt;br&gt;
&lt;strong&gt;Videos and Tutorials&lt;/strong&gt;&lt;br&gt;
You can contribute by making YouTube videos or tutorials, creating blog video walkthroughs which help with content creation and advocacy of the project&lt;/p&gt;

&lt;h2&gt;
  
  
  Terms you should know
&lt;/h2&gt;

&lt;p&gt;GitHub: GitHub is a web-based version-control and collaboration platform for software developers.&lt;/p&gt;

&lt;p&gt;Git: Git is free and open source software for distributed version control.&lt;/p&gt;

&lt;p&gt;Public Repository: A public repository can be viewed by anyone, including people who aren’t GitHub users.&lt;/p&gt;

&lt;p&gt;README: A text file containing information about the project in a repository — with instructions, help, or details about the patches or updates.&lt;/p&gt;

&lt;p&gt;Documentation: A set of information that describes a product to its users, including what it is, how it operates, and how to use it.&lt;/p&gt;

&lt;p&gt;Clone: A clone is a copy of a repository that lives on your computer instead of on a website’s server somewhere, or the act of making that copy.&lt;/p&gt;

&lt;p&gt;Fork: A fork is a personal copy of another user’s repository that lives on your account — helping you freely make changes to a project without affecting the original upstream repository.&lt;/p&gt;

&lt;p&gt;Issue: Issues are suggested improvements, tasks or questions related to the repository. They can be created by anyone (for public repos)&lt;/p&gt;

&lt;p&gt;Label: A tag on an issue or pull request. Repositories come with a handful of default labels, but you can create custom labels.&lt;/p&gt;

&lt;p&gt;Merge: Merging takes the changes from one branch (in the same repository or from a fork), and applies them to another.&lt;/p&gt;

&lt;p&gt;Branch: A branch is a parallel version of a repository. It is contained within the repository, but doesn’t affect the primary or main branch, so that you can work freely without disrupting the “live” version.&lt;/p&gt;

&lt;p&gt;Pull request: Pull requests are proposed changes to a repository submitted by a user and accepted or rejected by a repository’s collaborators.&lt;/p&gt;

&lt;p&gt;Commit: A commit, or “revision”, is an individual change to a file (or set of files). They usually contain a message which is a brief description of what changes were made.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://docs.github.com/en/get-started/quickstart/github-glossary" rel="noopener noreferrer"&gt;https://docs.github.com/en/get-started/quickstart/github-glossary&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Programs to participate in
&lt;/h2&gt;

&lt;p&gt;There are many open-source coding programs that you can participate in.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://summerofcode.withgoogle.com/" rel="noopener noreferrer"&gt;Google Summer of Code&lt;/a&gt; (GSoC)
GSoC is a global program focused on encouraging more student developers to do open source software development.
Students work with one of the selected open-source organizations for 3 months and get a handsome stipend on completing the project. Students need to propose changes that they want to work on to get selected.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fellowship.mlh.io/" rel="noopener noreferrer"&gt;MLH Fellowship&lt;/a&gt;
The MLH Fellowship is an internship alternative for software engineers. Selected candidates contribute to Open Source projects that are used by companies around the world and are paid a competitive stipend during this tenure.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.outreachy.org/" rel="noopener noreferrer"&gt;Outreachy&lt;/a&gt;
Outreachy (previously the Free and Open Source Software Outreach Program for Women) is a program that organizes three-month paid internships with free and open-source software projects.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hacktoberfest.digitalocean.com/" rel="noopener noreferrer"&gt;HacktoberFest&lt;/a&gt;
HacktoberFest is a month-long celebration of open source software carried out in October. You can sign up anytime between October 1 and October 31.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://railsgirlssummerofcode.org/" rel="noopener noreferrer"&gt;Rails Girl Summer of Code&lt;/a&gt;
Rails Girls Summer of Code is a global fellowship program aimed at bringing more diversity into Open Source. Successful applicants are paid a monthly stipend, from July-September, to work on Open Source projects of their choice.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Recommended projects to contribute to
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Apache APISIX&lt;/strong&gt;&lt;br&gt;
Apache APISIX is an open source, dynamic, real-time, high-performance cloud native API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.&lt;br&gt;
Official website&lt;br&gt;
&lt;a href="https://apisix.apache.org/" rel="noopener noreferrer"&gt;https://apisix.apache.org/&lt;/a&gt;&lt;br&gt;
GitHub projects&lt;br&gt;
APISIX (the core): &lt;a href="https://github.com/apache/apisix" rel="noopener noreferrer"&gt;https://github.com/apache/apisix&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix" rel="noopener noreferrer"&gt;GitHub - apache/apisix: The Cloud-Native API Gateway&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-dashboard" rel="noopener noreferrer"&gt;GitHub - apache/apisix-dashboard: Dashboard for Apache APISIX&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-website" rel="noopener noreferrer"&gt;GitHub - apache/apisix-website: Apache APISIX Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-docker" rel="noopener noreferrer"&gt;GitHub - apache/apisix-docker: the docker for Apache APISIX&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-go-plugin-runner" rel="noopener noreferrer"&gt;GitHub - apache/apisix-go-plugin-runner: Go Plugin Runner for APISIX&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-java-plugin-runner" rel="noopener noreferrer"&gt;GitHub - apache/apisix-java-plugin-runner: APISIX Plugin Runner in Java&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-python-plugin-runner" rel="noopener noreferrer"&gt;GitHub - apache/apisix-python-plugin-runner: Apache APISIX Python plugin runner&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-helm-chart" rel="noopener noreferrer"&gt;GitHub - apache/apisix-helm-chart: Apache APISIX Helm Chart&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/apache/apisix-ingress-controller" rel="noopener noreferrer"&gt;GitHub - apache/apisix-ingress-controller: ingress controller for K8s&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NebulaGraph&lt;/strong&gt;&lt;br&gt;
NebulaGraph is a popular open-source graph database that can handle large volumes of data with milliseconds of latency, scale up quickly, and have the ability to perform fast graph analytics. &lt;br&gt;
Official website&lt;br&gt;
&lt;a href="https://www.nebula-graph.io/" rel="noopener noreferrer"&gt;https://www.nebula-graph.io/&lt;/a&gt;&lt;br&gt;
GitHub projects&lt;br&gt;
&lt;a href="https://github.com/orgs/vesoft-inc/repositories" rel="noopener noreferrer"&gt;https://github.com/orgs/vesoft-inc/repositories&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/vesoft-inc/nebula" rel="noopener noreferrer"&gt;https://github.com/vesoft-inc/nebula&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Apache SeaTunnel (Incubating)&lt;/strong&gt;&lt;br&gt;
SeaTunnel is a very easy-to-use ultra-high-performance distributed data integration platform that supports real-time synchronization of massive data. It can synchronize tens of billions of data stably and efficiently every day, and has been used in the production of nearly 100 companies.&lt;br&gt;
Official website&lt;br&gt;
&lt;a href="https://seatunnel.apache.org/" rel="noopener noreferrer"&gt;https://seatunnel.apache.org/&lt;/a&gt;&lt;br&gt;
GitHub projects&lt;br&gt;
&lt;a href="https://github.com/apache/incubator-seatunnel" rel="noopener noreferrer"&gt;https://github.com/apache/incubator-seatunnel&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Wrap Up
&lt;/h2&gt;

&lt;p&gt;If you are a first-time contributor to a project, you might consider finding a mentor or an experienced project member who can review your work and provide you with some feedback as you prepare your first couple of contributions.&lt;br&gt;
Personally, I would recommend these amazing mentors.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://twitter.com/liu_keer" rel="noopener noreferrer"&gt;Keer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/sudo_navendu" rel="noopener noreferrer"&gt;Navendu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/BoburUmurzokov" rel="noopener noreferrer"&gt;Bobur&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/jjzhiyuan" rel="noopener noreferrer"&gt;Zhiyuan&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After you are ready to get started with open source, check out &lt;a href="https://github.com/apache/apisix" rel="noopener noreferrer"&gt;Apache APISIX&lt;/a&gt; to make your &lt;a href="https://github.com/apache/apisix" rel="noopener noreferrer"&gt;first contribution&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Apache APISIX 3.0: 11 Highlights of Open Source API Gateway</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Thu, 03 Nov 2022 11:10:38 +0000</pubDate>
      <link>https://dev.to/nasasira/apache-apisix-30-11-highlights-of-open-source-api-gateway-51c2</link>
      <guid>https://dev.to/nasasira/apache-apisix-30-11-highlights-of-open-source-api-gateway-51c2</guid>
      <description>&lt;p&gt;Apache APISIX Gateway 3.0 is now out, with some 💥 powerful 💥 new features.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;blockquote&gt;
&lt;p&gt;Full Support of ARM64 ⏩&lt;/p&gt;
&lt;/blockquote&gt;&lt;/li&gt;
&lt;li&gt;&lt;blockquote&gt;
&lt;p&gt;An AI plane that improves the performance by 30% (measured by QPS under stress testing), bringing new possibilities to traffic processing 🚀&lt;/p&gt;
&lt;/blockquote&gt;&lt;/li&gt;
&lt;li&gt;&lt;blockquote&gt;
&lt;p&gt;Full Support for Gateway API and Service Mesh 🤸‍♀️&lt;/p&gt;
&lt;/blockquote&gt;&lt;/li&gt;
&lt;li&gt;&lt;blockquote&gt;
&lt;p&gt;Improved Service Discovery Support ✨&lt;/p&gt;
&lt;/blockquote&gt;&lt;/li&gt;
&lt;li&gt;&lt;blockquote&gt;
&lt;p&gt;Supporting More Observability on Transport Layer Protocols​ 🚀&lt;/p&gt;
&lt;/blockquote&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Take a look at all the 11 essential features 👀: &lt;a href="https://apisix.apache.org/blog/2022/11/02/apache-apisix-v3-preview/"&gt;https://apisix.apache.org/blog/2022/11/02/apache-apisix-v3-preview/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>apisix</category>
      <category>api</category>
      <category>apigateway</category>
    </item>
    <item>
      <title>How Does APISIX Ingress Support Thousands of Pod Replicas</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Mon, 24 Oct 2022 19:54:31 +0000</pubDate>
      <link>https://dev.to/nasasira/how-does-apisix-ingress-support-thousands-of-pod-replicas-30n0</link>
      <guid>https://dev.to/nasasira/how-does-apisix-ingress-support-thousands-of-pod-replicas-30n0</guid>
      <description>&lt;p&gt;This article compares the differences between Endpoints and EndpointSlice, and introduces the way to enable EndpointSlice feature during APISIX Ingress installation.&lt;br&gt;
&lt;a href="https://api7.ai/blog/apisix-ingress-support-thousands-pod-replicas"&gt;https://api7.ai/blog/apisix-ingress-support-thousands-pod-replicas&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>API Gateway Trends behind Features: Apache APISIX 3.0 vs. Kong 3.0</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Mon, 17 Oct 2022 07:24:24 +0000</pubDate>
      <link>https://dev.to/nasasira/api-gateway-trends-behind-features-apache-apisix-30-vs-kong-30-299g</link>
      <guid>https://dev.to/nasasira/api-gateway-trends-behind-features-apache-apisix-30-vs-kong-30-299g</guid>
      <description>&lt;p&gt;On September 28, 2022, Kong released the new Kong Gateway 3.0, which achieved some new functions and performance improvements. On September 21, Apache APISIX, the top-level project of the Apache Software Foundation, also released the preview version of Apache APISIX 3.0, introducing ten highlights in terms of ecosystem and features.&lt;/p&gt;

&lt;p&gt;Take a closer look at Version 3.0 of these two popular open-source API Gateway projects and figure out the development trend behind these updates&lt;/p&gt;

&lt;p&gt;&lt;a href="https://api7.ai/blog/apisix-vs-kong-3-0"&gt;https://api7.ai/blog/apisix-vs-kong-3-0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>apisix</category>
      <category>apigateway</category>
      <category>opensource</category>
    </item>
    <item>
      <title>What Is an API Gateway</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Thu, 01 Sep 2022 08:59:11 +0000</pubDate>
      <link>https://dev.to/nasasira/what-is-an-api-gateway-1ebn</link>
      <guid>https://dev.to/nasasira/what-is-an-api-gateway-1ebn</guid>
      <description>&lt;p&gt;Before the advent of APIs, applications were mainly built using the monolith approach where all software components were interconnected. But as enterprise-level systems adopt microservices and APIs, multiple issues like security and load balancing arise. &lt;/p&gt;

&lt;p&gt;These issues can be solved by introducing an API Gateway which is an intermediate level between a client and an API. This article dives deep into discussing what an API gateway is and why it is essential in a cloud-native era.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://api7.ai/blog/what-is-an-api-gateway/"&gt;https://api7.ai/blog/what-is-an-api-gateway/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>microservices</category>
      <category>apigateway</category>
    </item>
    <item>
      <title>Best Practices for Building Reliable APIs</title>
      <dc:creator>Nasasira</dc:creator>
      <pubDate>Fri, 19 Aug 2022 19:52:17 +0000</pubDate>
      <link>https://dev.to/nasasira/best-practices-for-building-reliable-apis-145c</link>
      <guid>https://dev.to/nasasira/best-practices-for-building-reliable-apis-145c</guid>
      <description>&lt;p&gt;APIs are the backbone that your data flow relies on, so the more robust they are, the more reliable they will be.&lt;br&gt;
This article discusses the best practices for building reliable APIs.&lt;br&gt;
&lt;a href="https://api7.ai/blog/best-practices-for-building-reliable-apis-with-api-gateways/"&gt;https://api7.ai/blog/best-practices-for-building-reliable-apis-with-api-gateways/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>programming</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
