guides.levelupdev.inBuilding a portfolio website using Nextjs - Part 2 - (building the components for site layout)In this part, we gonna build all the components, we need to build the layout of our website, for that we need to build the components to be used globally. So the portfolio site will require this layout components mainly : Header Body Footer And ...Sep 9, 2024·7 min read
guides.levelupdev.inBuilding a portfolio website using Nextjs - Part 1 - ( Project Details)A step-by-step guide on building a complete portfolio + blog + gallery website using Next JS (app router) In this series, we gonna deep dive on building a complete end-to-end portfolio website using Nextjs 14 (app router) The tech stack and libraries...Sep 7, 2024·8 min read
sujaykundu.hashnode.devBuilding a portfolio website using Nextjs (app router)In this series, we gonna deep dive on building a complete end-to-end portfolio website using Nextjs 14 (app router) The tech stack and libraries/packages that we will use to build this website will be : Nextjs 14, React Tailwind CSS Daisy UI ESLi...Sep 7, 2024·1 min read
sujaykundu.hashnode.devFlask Migrations using Flask-SQLAlchemySetting up Flask Migrations Migrations are needed for easy database changes, so that our data is not affected from any database changes After setting up flask-sqlalchemy we can do database migrations, that makes the process alot user when shifting to...Oct 15, 2020·2 min read
sujaykundu.hashnode.devMethods to configure Flask AppWhile configuring Flask Boilerplate App, I had a problem for configuring configuration. So,I found some ways to do configuration for flask: Since I wanted to use a config.py for saving all the conf variables. Method 1: Using Instance folder Sometimes...Oct 15, 2020·3 min read