As I wrote in my last post, users can now register on my website. There was some tiny issue with password handling, but as it appeared, it was due to some stupid error of mine. I got rid of this error, so the users are saved fine to the database. The thing is, that having … Continue reading Users management
MEAN
Mongoose with TypeScript
Mongoose When I started to work with .NET Videos website, I was curious how will code sharing be easy in the JavaScript application, as both server and client side share the same language and it would be cool to keep one code and contracts for the same entities on both sides. As I already blogged before, … Continue reading Mongoose with TypeScript
First angular components
Easter time Thanks God there is a possibility to get a week off for #dajsiepoznac, now that was a hard week, but it finally finished nice with Easter weekend. I hope you enjoyed it at least the same as I did. I kind of needed such a brake to reorganize myself and get back to … Continue reading First angular components
Let’s shave this yak
I was quite optimistic when i cloned the MEAN starter pack in order to use it for the purpose of my project. I don’t have professional experience with git but I already tried a bit and wasn’t expecting problems here. It is so usuall, that this is this where my problems started... I had to … Continue reading Let’s shave this yak
I do MEAN IT!
Since I finally decided to give up on aspnet and pick Express/NodeJS as my backend I found out that I ended up being a part of MEAN stack developers community. MEAN stands for: MongoDB which is a NoSQL database server Express which is a server side framework for building your apps with javascript on Node … Continue reading I do MEAN IT!