Lately I've been busy with university, work and learning something new. I've started my programming journey when I was in high school with Python, I didn't have any informatics classes so I had to study on my own. I confess that I didn't really understood how Python works, until I've tried Java. Python had a … Continue reading My Spring Boot notes
Web Development
Static websites with Angular, lazy mode.
I had to do a project for a friend and because Hugo is a nice tool yet a bit uncomfortable to use, I decided to use Angular. After finishing the website's routes, css and images I have the project to my friend and he had a bit of a trouble deploying it on his Apache … Continue reading Static websites with Angular, lazy mode.
Django Signals
I've been working on a website for some time now, at first I've made it with Django + templates and now I use Django Rest Framework and Angular. The website is supposed to be a platform for uploading papers and offer the ability to peer review them. What I want to talk about in this … Continue reading Django Signals
Angular HTTP Interceptors: What are they and how to use them
Photo by Tyler Milligan on Unsplash Hello, In this short article I will try to explain what is an HTTP interceptor and how to use it. My article is based on the Angular’s official documentation which I strongly recommend to take a look at, you can find it here: intercepting-requests-and-responses. In case you’re wondering, the contents … Continue reading Angular HTTP Interceptors: What are they and how to use them