Trying out pygame
Finally tried out pygame. From creating browser based games using js predominantly I had no preconceived idea of pygame but turns out it is intuitive and simple.
Finally tried out pygame. From creating browser based games using js predominantly I had no preconceived idea of pygame but turns out it is intuitive and simple.
It’s been a long week of understanding authentication and I think I have got the hang of it now. It prev post I described how jwt can be used and this time another important topic i.e. passportjs.
Authorization is perhaps the most important and difficult part of any web app. Different framework handle authorization differently. Unlike some other framework where authorization scaffolding is provided, in nodejs authorization has to be done manually and that’s where jwt comes in.
I have been meaning to redesign the site for quite some time now. But it is always a pain going through dribbble or template providing websites. There are so much option and although they may look easy to implement it will take some good amount of time to adjust it and code them for my site.
Various ways to reduce the loss function in linear regression 💻.