Radouane BahiIs axios better than fetch?A while ago, when I was still in Flatiron, I wrote a blog about fetch(). For a while, fetch was how I always communicated with servers…Nov 22, 2020Nov 22, 2020
Radouane BahiBreaking down ReduxRedux is a powerful state management tool that makes it a lot easier to access data between different functionsNov 15, 2020Nov 15, 2020
Radouane BahiTaking a look at package.jsonIf you worked with JavaScript, Node, React, etc. and used npm (Node Package Manager) at all, you may have noticed a file generated in the…Nov 7, 2020Nov 7, 2020
Radouane BahiWhat are Application-Layer Protocols?Bit of a mouthful, isn’t it? If you read the blog last week, you’ll see that I talked about SSH and that it’s a type of protocol. I also…Nov 1, 2020Nov 1, 2020
Radouane BahiWhat is SSH?Ever think about how free and open the Internet is sometimes? All this information going back and forth at such a rapid pace, used for…Oct 24, 2020Oct 24, 2020
Radouane BahiWhat’s Unit Testing?I don’t need to to tell you how annoying dealing with a bug is. You write out some code that you’ve written a hundred times before, you’re…Oct 18, 2020Oct 18, 2020
Radouane BahiWhat even is .NET?You may have seen the term “.NET” floating around when reading up on all things software engineering. If you’re like me, you have no idea…Oct 11, 2020Oct 11, 2020
Radouane BahiPassword HashingSurely you’ve heard of how often there are data breaches on websites. Millions of users could have sensitive information compromised and…Oct 4, 2020Oct 4, 2020
Radouane BahiJSON Web TokensLast week, I went over what Middleware and what different types of middleware may be used for. I left off on a note about authorization…Sep 27, 2020Sep 27, 2020
Radouane BahiExpress: What is Middleware?Working in backend will almost certainly means that you’ve implemented some sort of middleware and probably have not even known it…Sep 20, 2020Sep 20, 2020