19 articles

📰 Dev.to · Bruno Oliveira

Articles from Dev.to · Bruno Oliveira · 19 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10230) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Java - secure an endpoint using Spring Security
Dev.to · Bruno Oliveira 6y ago
Java - secure an endpoint using Spring Security
Introduction In one of the previous posts, we created a simple domain consisting of a Person and a G...
Java - Using Spring to test a REST API
Dev.to · Bruno Oliveira 6y ago
Java - Using Spring to test a REST API
Introduction In the previous post, we looked at creating a REST controller in Spring and how to spli...
Flask series part 13: Moving our recipes data source to the server
Dev.to · Bruno Oliveira 6y ago
Flask series part 13: Moving our recipes data source to the server
Introduction In the previous part of the series, in the process of allowing user recipes to be displ...
Flask series part 11: Allowing a user to add recipes
Dev.to · Bruno Oliveira 6y ago
Flask series part 11: Allowing a user to add recipes
Introduction In the previous installment of the series, we looked at adding authentication and suppo...
Flask series part 10: Allowing users to register and login
Dev.to · Bruno Oliveira 6y ago
Flask series part 10: Allowing users to register and login
Introduction On the last post in the series, we improved the UI/UX by adding a top navigation bar, i...
I interviewed with Nick Janetakis: here's what I learned
Dev.to · Bruno Oliveira 6y ago
I interviewed with Nick Janetakis: here's what I learned
[My interview is available here] Hello all, When I first joined the dev.to community, my main goal...
Flask series part 9: Adding a navbar by using template inheritance
Dev.to · Bruno Oliveira 6y ago
Flask series part 9: Adding a navbar by using template inheritance
Introduction After improving the user experience of our application, we can capitalize on that and a...
Flask series part 8: Improving user experience by using input chips and a dropdown menu
Dev.to · Bruno Oliveira 6y ago
Flask series part 8: Improving user experience by using input chips and a dropdown menu
Introduction Last time, on a previous installment in our series, we focused on vastly improving the...
Flask series part 7: An intermezzo to talk about code quality
Dev.to · Bruno Oliveira 6y ago
Flask series part 7: An intermezzo to talk about code quality
Introduction One of the most challenging things when working on a project is the management of techn...
Flask series part 6: Improving user input with autocomplete
Dev.to · Bruno Oliveira 6y ago
Flask series part 6: Improving user input with autocomplete
Introduction User input plays a pivotal role in shaping the user experience of your application, and...
Flask series part 5: Using Pony to display recent searches
Dev.to · Bruno Oliveira 6y ago
Flask series part 5: Using Pony to display recent searches
Introduction To keep learning Flask and everything around it, be it Jinja tricks for templating HTML...
Flask series part 4 - Enabling users to download recipe details as PDF
Dev.to · Bruno Oliveira 6y ago
Flask series part 4 - Enabling users to download recipe details as PDF
Introduction In order to extend the capabilities of our Flask app, we will add a simple button to do...
Flask series part 3 - Adding detail views to your app
Dev.to · Bruno Oliveira 6y ago
Flask series part 3 - Adding detail views to your app
Introduction On the latest installment of this series, we created a basic single page web applicatio...
Flask series part 2 - Building a simple app with the Spoonacular API
Dev.to · Bruno Oliveira 6y ago
Flask series part 2 - Building a simple app with the Spoonacular API
Introduction As a follow-up of part I of my learnings of Flask, I will show how to build a simple en...
Flask series: part I: an intro
Dev.to · Bruno Oliveira 6y ago
Flask series: part I: an intro
As some of you might know, I mostly work with Java on a daily basis, and, on top of that, and honestl...