 
      
    | You are here | blog.alexdevero.com | ||
| | | | | robkendal.co.uk | |
| | | | | In this updated tutorial article, we'll build a simple Node API server with TypeScript that uses JSON files to serve our data. | |
| | | | | amanhimself.dev | |
| | | | | ||
| | | | | yasoob.me | |
| | | | | Hi everyone! ? I was working on a React project these last couple of weeks and I had to implement login functionality. I searched around and most of the solutions I found relied on Redux or some other huge dependency that I wasnt already using in my project. I didnt want to introduce a big dependency so decided to continue looking. In the end, I found a wonderful library by Oleg Babichev that allowed me to implement the login functionality on the front-end fairly easily. | |
| | | | | pmig96.wordpress.com | |
| | | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has.... | ||