Hey all Coders! How are you doing? Today we are going to start a series of articles where we will be developing a CRUD application with Node.js &am...
For further actions, you may consider blocking this person and/or reporting abuse
Hey Glaucia, excellent content!
I made a tool to be able to generate summaries of dev.to posts (initially for my posts) if you liked this format and want to use it here: summaryze-dev.vercel.app
Excellent Tulio! For sure, I'll see it! :)
it is an honor! 🤩
😀🙃😃🙂
great stuff, it's good to see more content pairing nodejs with postgres and not mongo
Agree with you. Ir even, Redis or MySQL
What a nice coincidence! Right now, I'm trying to refactor an unfinished NodeJS project to use a better architecture, and I was having some hard time thinking about the right way to do it. Thanks for posting this.
You're welcome!
Thank You!
Very informative article and refresher too! Can you suggests any CLI tool for express.js, which generates minimal bipolarate code which is best practices of structuring folder structure of project?
I highly recommend this one (I never tested) but I really loved the way created this express boilerplate: github.com/hagopj13/node-express-b...
Glaucia. Thanks for taking the time to teach.
Question. What do you use to generate your file headers?
summaryze-forem.vercel.app/
field name is
productName
rather thanproduct_name
What an article thank you so much Glaucia .
Why are you not using stored procedure instead of queries.
On internet I haven't seen any content for postgresql stored procedure with node js