Newest

Most popular

All my articles

13/01/2021 - Using Azure Key Vault to manage your secrets
Click to see details
05/01/2021 - Learn how YOU can manage your app configuration in ASP .NET Core
Click to see details
09/12/2020 - Learn to use and manage feature flags in .NET Core, locally and with Azure
Click to see details
22/09/2020 - Deploy your .NET Core Blazor app in minutes with Azure Static Web apps
Click to see details
30/07/2020 - Type checking your JavaScript with VS Code - the superpowers you didn't know you had
Click to see details
21/07/2020 - Learn Durable Functions with .NET Core and C#, stateful Serverless
Click to see details
20/07/2020 - Learn Node.js with these 5 modules on LEARN
Click to see details
08/07/2020 - 5 things that might surprise a JavaScript beginner/ OO Developer
Click to see details
06/07/2020 - Learn and use Composition in JavaScript and TypeScript
Click to see details
02/07/2020 - How you can learn Closures in JavaScript and understand when to use them
Click to see details
25/06/2020 - How you can build your own web framework for Node.js
Click to see details
24/06/2020 - Learn how you manage routing in Blazor for .NET Core and VS Code
Click to see details
15/06/2020 - Learn how you can use Infrastructure as Code
Click to see details
19/05/2020 - How YOU can use Gatsby, React and GraphQL to author blazingly fast static apps
Click to see details
19/05/2020 - How YOU can learn to extend Gatsby further by authoring Plugins
Click to see details
31/03/2020 - Why YOU should learn Recursion
Click to see details
19/03/2020 - How YOU can learn Node.js I/O, files and paths
Click to see details
03/03/2020 - Great new features in C# for a returning .NET dev, deconstruct, pattern matching and records
Click to see details
03/03/2020 - Regex in JS - how YOU can learn it and learn to like it
Click to see details
10/02/2020 - Learn how to use Linq in C# and .NET - SQL like syntax on all your data sources, DB, XML, and even objects
Click to see details
23/01/2020 - Learn how YOU can convert your Objects between layers with Automapper, C#, .NET Core and VS Code
Click to see details
14/01/2020 - How YOU can learn to use Svelte for your next JS project
Click to see details
03/12/2019 - How YOU can Learn Mock testing in .NET Core and C# with Moq
Click to see details
28/11/2019 - How YOU can Learn Dependency Injection in .NET Core and C#
Click to see details
21/11/2019 - Great E2E testing with Cypress
Click to see details
12/11/2019 - How YOU can make your .NET programs more responsive using Tasks and async/await in .NET Core, C# and VS Code
Click to see details
08/11/2019 - Learn how YOU can use both C# and JavaScript in your .NET Core Blazor app with the JavaScript interop
Click to see details
02/11/2019 - How YOU can learn to build real-time Web Apps that scales, using .NET Core, C#, Azure SignalR Service and JavaScript
Click to see details
26/09/2019 - Learn how to build your first Blazor WebAssembly app in .Net Core 3.0
Click to see details
21/09/2019 - 10 commands you don't want to be without in .Net Core
Click to see details
13/09/2019 - How YOU can build a Serverless C# .Net Core API in no time, with bindings and a Database
Click to see details
27/08/2019 - How YOU can Dockerize a .Net Core app
Click to see details
07/08/2019 - How you can build a Serverless API using GraphQL .Net Core, C# and VS Code
Click to see details
02/08/2019 - Learn how you can use GraphQL in .NET Core and C#
Click to see details
01/08/2019 - How YOU can use an ORM in .NET Core and C# to type less SQL -starring Entity Framework
Click to see details
30/07/2019 - How YOU can get started with .NET Core and C# in VS Code
Click to see details
29/07/2019 - Reverse Engineering - understanding Spies in Testing
Click to see details
24/07/2019 - How YOU can create reusable packages for .NET Core using VS Code, C# and NuGet
Click to see details
24/07/2019 - How YOU can create a Serverless API in C# and .NET
Click to see details
22/07/2019 - Reverse Engineering - understanding Promises
Click to see details
15/07/2019 - Create YOUR next static blog in Vuepress and Vue
Click to see details
05/07/2019 - Modern JavaScript, 10 things you should be using, starting today
Click to see details
01/07/2019 - Reverse Engineering, how YOU can build a testing library in JavaScript
Click to see details
01/07/2019 - How YOU actually use Kubernetes, starring YAML files
Click to see details
30/06/2019 - Testing your apps like a boss with React.js and Jest
Click to see details
16/06/2019 - How YOU can use the Context API in React.js to pubsub
Click to see details
04/06/2019 - Learn Kubernetes - from the beginning, part IV, autoscaling
Click to see details
04/06/2019 - Learn Kubernetes - from the beginning, part II, Pods, Nodes and Services
Click to see details
30/05/2019 - Learn Kubernetes - from the beginning, part III scaling my app
Click to see details
22/05/2019 - Learn how YOU can build a Serverless GraphQL API on top of a Microservice architecture, part I
Click to see details
22/05/2019 - Learn how YOU can build a Serverless GraphQL API on top of a Microservice architecture, part II
Click to see details
21/05/2019 - Improve your Docker workflow with this VS Code extension
Click to see details
18/05/2019 - Learn Kubernetes  -  from the beginning, Part I, Basics, Deployment and Minikube
Click to see details
28/04/2019 - A crash course to the most important Docker concepts and their commands
Click to see details
08/04/2019 - Serverless — from the beginning, using Azure functions ( VS Code ), part III
Click to see details
29/03/2019 - Serverless — from the beginning, using Azure functions ( Azure portal ), part II
Click to see details
26/03/2019 - Serverless — from the beginning, using Azure functions ( Azure portal ), part I
Click to see details
23/03/2019 - No more tears, handling Forms in React using Formik, part II
Click to see details
20/03/2019 - No more tears, handling Forms in React using Formik, part I
Click to see details
15/03/2019 - Consuming an Apollo GraphQL Server using React
Click to see details
15/03/2019 - Building a GraphQL Server with Node.js and Express
Click to see details
15/03/2019 - Creating a GraphQL Server with Apollo
Click to see details
06/03/2019 - Use React Testing Library to test component surface
Click to see details
01/03/2019 - Learn Docker, from the beginning, part V
Click to see details
27/02/2019 - Learn Docker, from the beginning, part III
Click to see details
27/02/2019 - Learn Docker, from the beginning, part II
Click to see details
26/02/2019 - Learn Docker, from the beginning, part IV
Click to see details
20/02/2019 - Learn Docker, from the beginning, part I
Click to see details
20/01/2019 - Vuex demystified
Click to see details
18/01/2019 - The amazing Render props pattern for React.js — lifecycle begone!
Click to see details
15/01/2019 - Joi — awesome code validation for Node.js and Express
Click to see details
14/01/2019 - Styled components, the styling library for your React apps you don’t want to be without
Click to see details

Home