Newest

Most popular

All my articles

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

Home