Mohamed Dhyia Eddinemohammedev.hashnode.net·Aug 24, 2022GraphQL API designIntroduction API design refers to the process of developing application programming interfaces (APIs) that expose data and application functionality for use by developers and users. There are many different ways to develop such an API, we can use SOA...AMINE ADJOU and 3 others are discussing this4 people are discussing thisDiscuss·33 likes·2.7K readsGraphQL
Omar Diaaomardiaa.hashnode.net·Mar 3, 2023Kubernetes 101: An Essential Guide for Backend DevelopersIntroduction In the fast-paced world of software development, time is money. Kubernetes can help you save both by automating your container deployment and scaling processes. With its intuitive interface and robust set of tools, Kubernetes makes it ea...Discuss·22 likes·334 readsKubernetes
islam sulaimanislamsulaiman.hashnode.net·Mar 21, 2023TS your NodeWe can always feel like drowning in packages and dependencies every time starting a new node JS project, add TypeScript to the mix, and it's a recipe for disaster... But what happens when your application server scales or you’re working on a team of...Discuss·20 likes·108 readsTypeScript
Alexandra ManosforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 24, 2023The Business Case for Extensible APIsIn today's fast-paced digital world, innovation and speed are critical for companies offering a client-facing application to retain their competitive edge. Despite the need for rapid and innovative deployments, backend development has long been a cum...Discuss·55 readsbackend
Piyush Satipiyushsati0409.hashnode.net·Apr 23, 2023What is BackEnd Development and How to be oneWhat is Backend Development Backend Development is the term for behind-the-scenes activities that happens when you do anything on a website or web application. It is mostly referred to the server-side of an application and everything that communicate...DiscussWeMakeDevs
Jaime Andrés Quiceno Gonzálezjaimedev.hashnode.net·Apr 23, 2023C# standardizing tests - Part 5Creating tests We have created in part 4 of this series of posts, the implementation of the tests that cover both the happy path and the wrong path of the constructor method of our MetadataService class. Now we are going to know the implementation of...DiscussXUnit Standardizingunit testing
Jaime Andrés Quiceno Gonzálezjaimedev.hashnode.net·Apr 23, 2023C# standardizing tests - Part 4Creating tests Happy path test in the constructor method Now with our fixture service created with the builder design pattern included inside and also the GetSut method that returns the instance of the service to test, we can begin to perform our tes...DiscussXUnit Standardizingunit testing
Jaime Andrés Quiceno Gonzálezjaimedev.hashnode.net·Apr 23, 2023C# standardizing tests - Part 3Let's start with fixture service implementation Implementing IDisposible Our fixture service will be called multiple times during the execution of the tests by the ClassFixture. It is the most important service in our implementation as it will commun...DiscussXUnit Standardizingunit testing
Jaime Andrés Quiceno Gonzálezjaimedev.hashnode.net·Apr 23, 2023C# standardizing tests - Part 2Best Practices Regions Within test classes and generally, in all classes, I have always liked to divide sections or responsibilities into regions. So you will probably see some of the following most of the time: Attributes: for writing read-only pro...DiscussXUnit Standardizingunit testing
Jaime Andrés Quiceno Gonzálezjaimedev.hashnode.net·Apr 23, 2023C# standardizing tests - Part 1Intro Hello everyone. This is the first part of a series of posts that will explain a methodology that allows implementation tests in an organized way, with separate responsibilities and using most of the available resources that XUnit tests have. I ...Discuss·1 likeXUnit Standardizingunit testing
Alexandra ManosforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 19, 2023Meet the Platformatic Founders: Q&A with CTO Matteo CollinaIn the second instalment of our “Meet the Founder” blog series, we sat down with Platformatic’s co-founder and CTO, Matteo Collina to discuss his background, his motivations for building Platformatic, how years of consulting work and the creation of ...Discuss·2 likes·96 readsEntrepreneurship
CHAO DUchaodu.hashnode.net·Apr 19, 2023Jumpstarting Your Journey: An Introduction to Redis FundamentalsRedis, short for Remote Dictionary Server, is a lightning-fast, open-source, in-memory data structure store. It is often used as a database, cache, and message broker, known for its exceptional performance and flexibility. Redis supports a wide varie...Discussbackend
Alexandra ManosforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 18, 2023Meet the Platformatic Founders: Q&A with CEO Luca MaraschiWelcome to the first of our two “Meet the Founder” blogs, where we will be sitting down with Platformatic’s founders to learn more about their backgrounds, their motivations for building Platformatic, and their visions for the future. Today, we are ...Discuss·79 readsbackend