β‘οΈNew project launched
jobsactivity.com/
Keep track of all your applied jobs in one space. Looks perfect on desktop and mobile, too.
Be the first to sign up π
Just Published My First YouTube Video! π
I'm thrilled to share that Iβve just uploaded my first-ever video on YouTube!
In this video, I cover the basic introduction to Django.
Video Link in the comment below
Didn't use Twitter for a few days but I was busy working on my side project, Jobs Activity. Added lots of new features.
Can't wait to bring it live and show the demo to the world.
I want to connect π€
Any @djangoproject developers in my network?
So far. Iβve met only these amazing people:
@dennisivy11
@mbrayer_dev
@samueljforrest
If youβre a Django developer, letβs connect.
R2D15 #100DaysOfCode
Today worked on implementing the category feature in Jobs Activity project.
βοΈUser can add category on adding new job
βοΈUser can view all jobs associated with the category
βοΈAdmin can create, update,and delete categories
R2D14 #100daysofcodechallenge
Today wrote the task scheduler to export all applied jobs to CSV using celery in django.
The major challenge was to pass logged in user id to the task scheduler but later on fixed it by passing user id as a parameter in background job.
Demo π
R2D12 #100daysofcodechallenge
Today worked on updating the scrapper to save the artist name on the db and displaying it to frontend.
Also published this video on LinkedIn π
I am planning to be more active on LinkedIn from now onwards.
R2 Day10&11 #100DaysOfCode
I spent a few hours yesterday and today to implement web scraping in my django blog application.
User can go to unsplash, pick an image url and the scrapper will update the image, title and author name in the database.
Demo is in the video below:
With the help of Chat GPT and Stack Overflow, you can literally build anything.
All you need is a Software Engineering foundation and a willingness to learn.
Web Scraping in Python using Beautiful Soup is so cool.
I've been playing around with it in my Django application since yesterday night, making good progress so far.