DBDanilo Bojovicindanilob.hashnode.dev路Apr 10, 2024 路 5 min readSecure Authentication with JWT and Two-factor authentication in Angular & Node.jsIn this article, our main focus will be on creating Angular authentication using JWT Tokens and 2FA. We'll use Angular for the client-side and Node.js for the server-side implementation. First, let's create a new app with initial routing configuratio...00
DBDanilo Bojovicindanilob.hashnode.dev路Apr 9, 2021 路 1 min readMultiple pagination example with Angular materialWhen I tried to create two mat tables and make pagination for each one, my second pager not worked as I expected. So I searched for possible solutions, and I found one that works like a charm. So, here is a quick guide bellow 馃憞 I created my first ta...00
DBDanilo Bojovicindanilob.hashnode.dev路Jan 8, 2020How to integrate Angular to your .NET core projectI created BookInfo.API with .net core that returns, creates, updates and deletes books data from database. Everything on the backend is ready, so we can start moving that data from database to the client side where user can do all those CRUD operat...00
DBDanilo Bojovicindanilob.hashnode.dev路Dec 17, 2019React Router vs Angular Router vs Vue RouterWe should all agree that one of the most important parts of a SPA (Single Page Application) is a navigation and routing that we are building around it. So, in the following text we are going to create routing in React, Angular and Vue.js framework. ...00
DBDanilo Bojovicindanilob.hashnode.dev路Dec 7, 2019Adapter design pattern in TypeScriptEasiest way to understand adapter design pattern is to go through specific problem, and try to solve that same problem with it. Let's say that we have Shop class that looks as shown in the picture below. Shop class have methods for adding and remov...00