Downbad's Posts
Nairaland Forum › Downbad's Profile › Downbad's Posts
ovanda:You're welcome |
richebony:Thanks |
ovanda:I'm sorry about that, my Whatsapp is for people I know personally. Do you use Discord? Edit: I've never used PostgreSQL. I used MongoDB for this project. |
Iambro:Why would you just insult someone for no reason? |
silento:You mean Infinite scroll? I'm not a fan of it. Reddit was ruined for me when they took away actual paginations. And lots of websites still use pagination. Thanks for the positive feedback, much appreciated. |
jesmond3945:Alright |
jesmond3945:What do you mean? |
Shomek:Thanks |
ovanda:It's called Pagination. |
This is a cross post from the Programming sub-forum. I have been documenting my progress here as a web developer, as my post history would show. Almost Two months ago (50 days ago to be exact) I deployed my second ever personal web project that i built with Django. the link to the post is here - https://www.nairaland.com/8074343/created-deployed-second-django-website I stated that I would be trying my hands with Express js next. Well, here I am. The link to the website is here - https://express-books-ixez.onrender.com This project includes functionalities such as profile photo uploads, secure password changes, and account deletions with validation. It offers an admin interface for managing books, and APIs for comments, reviews, likes, favorite genres, password resets, and OTP verifications. Additional features include a search feature that uses ajax for suggestions based on existing books in the database that match what the user is typing out in the search form in real time. Users can write, edit, and delete book reviews, with secure authentication and CSRF protection. Additionally, users can add, delete, and manage comments on books, and like or unlike reviews, all with proper validation and error handling to ensure data integrity and security. I prefer working with Django over Express because Django provides many built-in features, whereas Express requires more in-depth customization. Currently, I'm planning to take a week off from computers to read books and watch movies, while also looking for online tech jobs if I qualify. Please excuse any initial loading delays on the website, as it is hosted on a free plan. Thank you.
|
I have been documenting my progress here as a web developer, as my post history would show. Almost Two months ago (50 days ago to be exact) I deployed my second ever personal web project that i built with Django. the link to the post is here - https://www.nairaland.com/8074343/created-deployed-second-django-website I stated that I would be trying my hands with Express js next. Well, here I am. The link to the website is here - https://express-books-ixez.onrender.com This project includes functionalities such as profile photo uploads, secure password changes, and account deletions with validation. It offers an admin interface for managing books, and APIs for comments, reviews, likes, favorite genres, password resets, and OTP verifications. Additional features include a search feature that uses ajax for suggestions based on existing books in the database that match what the user is typing out in the search form in real time. Users can write, edit, and delete book reviews, with secure authentication and CSRF protection. Additionally, users can add, delete, and manage comments on books, and like or unlike reviews, all with proper validation and error handling to ensure data integrity and security. I prefer working with Django over Express because Django provides many built-in features, whereas Express requires more in-depth customization. Currently, I'm planning to take a week off from computers to read books and watch movies, while also looking for online tech jobs if I qualify. Please excuse any initial loading delays on the website, as it is hosted on a free plan. Thank you.
|
WhiteIverson:Actually, 1xbet serves me fine, I was just looking for some variety because of 1xbet's shitty bonus offers. They give you bonus with stupid requirements like staking it in a parlay 5 times. Might as well not give out bonuses at all. Anyway, thanks. |
Good evening, house, please what foreign (international) sportsbook is available for Nigerians. I mean a sportsbook with a variety of sports and betting options like 1xbet? For example, Draftkings, Fanduel, and Bet365 seem to not be available for people here. The ones I've tried are limited in what they offer. So, basically I need something similar to 1xbet. |
This is a cross post from the programmer subforum. This is my third Django Project and first I've built for a client - https://www.practicalcloud.net I'm documenting my progress as a web developer on this forum. I posted my very first Django project last year here - https://www.nairaland.com/7913868/created-deployed-first-django-website And my second project here - https://www.nairaland.com/8074343/created-deployed-second-django-website I am currently building a book related website similar to goodreads, but I'm using Express js, but no frontend Javascript framework. Would share it here when I'm done, hopefully before the end of next month if I don't get stuck trying to fix bugs. |
This is my third Django Project and first I've built for a client - https://www.practicalcloud.net I'm documenting my progress as a web developer on this forum. I posted my very first Django project last year here - https://www.nairaland.com/7913868/created-deployed-first-django-website And my second project here - https://www.nairaland.com/8074343/created-deployed-second-django-website I am currently building a book related website similar to goodreads, but I'm using Express js, but no frontend Javascript framework. Would share it here when I'm done, hopefully before the end of next month if I don't get stuck trying to fix bugs. |
cj1080:It has features like: Ability for logged in users to like and unlike posts and comments asynchronously (No page refresh) using FETCH API. A logged in user is unable to access the log in page. Ability to log in and log out. Ability to sign in if the user does not have an account. Ability to view articles under similar category. Ability to like comments by logged in users asynchronously. Also ability by the user who made a comment to edit or delete it. Ability to create (using a rich text editor), delete, and edit posts by the admin user who made the post (only admins can create posts). The number of articles on the index page is limited to five at a time. When the number of articles exceeds 5, a pagination pops up. Yes, the UI isn't the greatest, but it's literally my first project with a greater emphasis on the backend logic. Anyway, thanks for the compliment. Please, check my post history for the second website I made. It's better and more complicated than this one, showing my improvement. |
This is a cross post from the programmer subforum. About 5 months ago I posted here on this forum that I had built and deployed my first Django web project. I also stated then that I would be embarking on another project which would be more complex. Well, here I am. The new website is live at https://chistevstore.pythonanywhere.com/ Below are a list of some of the implemented functionalities if you do not have the time to test it all out. 1. Forgot password functionality sends a security code to the user's email for password reset. 2. Users can change their passwords and delete their accounts. 3. Detailed order views provide information about order items, delivery dates, and payment methods. 4. Users can save products for later viewing. 5. Cart items are displayed with product details, quantities, prices, and discounts. 6. Authenticated users' carts are stored in the database; Anonymous users' carts are stored in session data. 7. Users can add and remove items from the cart; Quantity updates are reflected in real-time. 8. Empty cart messages are displayed when appropriate. 9. Calculates delivery fees based on total order value. 10. Supports two payment methods: "Pay on Delivery" and "Bank Transfer". 11. Integrates with Flutterwave for payment processing. 12. Displays top-selling products based on order history. 13. Tracks user activity, including recently viewed products. 14. Facilitates product search using keywords; Displays search results with matching products and descriptions.; Provides autocomplete suggestions for efficient search input. There are other features but it would be better for you to check out the site yourself or read up my more detailed ReadMe on the github. If you are interested in improving the site in whatever way you can, I'll send you the link to the Github repo. Also, of course, if you can help me secure a job, I'd be grateful and try my best not to disappoint. Anyway, I have built two projects now with Django. A blog (check my post history for it) and an E-commerce website, and I think I want to try out other backend technologies. For my next project I am planning on building a website like Goodreads but it would be a collection of books I have personally read. I don't know what the website would look like yet. I am planning on using Express js for the backend. I'd be sure to share the finished project here when I am done just as I did with this one. Hopefully it would be completed in less time despite it being my first project with Express. I am a guy seeking to always improve.
|
SparkleSix:Hey I mentioned you in my latest post, don't know if you were notified |
I am building an Ecommerce website with Django and I want to add a feature where the user can select their delivery address from a select dropdown menu. I would like to save the User's choice to the database. The problem is that i do not want to hardcode the names of all Nigerian states, is there a way to do this dynamically? I tried using Django-Countries but it seems like the package is just for countries and not necessarily their states. I read I would need an API? Edit: I could just create an API myself using Django Rest Framework to serve my needs, right? |
Mrviktor:chistev.pythonanywhere.com |
Chesster:How did you land gigs? It's a pain getting a job |
What online hustle gave you that much money? I'm interested. I've been trying and failing to get writing gigs on Upwork. I'm currently building myself as a web developer to add to my repertoire of skills. |
Sunday2021:Why would you just insult someone like that? |
Wills446:Have you seen? |
Has First Bank seen alert? |
Started learning some programming languages and built my first web app. One thing I wish I did better was manage my finances properly. But I'd only get better |
Wills446:You've seen? |
chrissoki:Alright |
What's the delay with First Bank? |
chrissoki:So until next week? |