As a software developer, maintaining the security and reliability of your codebase is a critical responsibility. One powerful tool at your disposal is GitHub Dependabot, a feature that automatically monitors your project's dependencies and alerts you to any security vulnerabilities. In this comprehensive guide, we'll walk you through the steps to effectively leverage Dependabot and... Continue Reading →
Add a mock mode to an Angular app
One important aspect of building a frontend is testing your application against various kind of data that usually comes from some backend API. One way to make this easier is the ability to mock the data so you can work independently with the frontend part without the need of a real API being ready and... Continue Reading →
How I created and published my first Stencil component
Take a look at how I created a Stencil component and published it on the npmjs repository.
Stencil — Tutorial: Tour of Heroes Part 5
Learn to use HTTP requests with Typescript services behind Stencil components.
Stencil — Tutorial: Tour of Heroes Part 4
When people assumes that you built the project with Angular. If you just landed on this tutorial make sure to read part 1 to part 3 over here first: https://nerdic-coder.com/2018/04/21/stencil-tutorial-tour-of-heroes/ If you have not done part 3 yet, you can pick up the code from here to follow along in this part 4 of the tutorial: https://github.com/nerdic-coder/stencil-tour-of-heroes/tree/v3.0... Continue Reading →
