Code Monkey home page Code Monkey logo

darbas24's Introduction

Hi ๐Ÿ‘‹, I'm Rimvydas Kanapka

Being a software developer is my lifelong passion and I have a great love for programming, as well as the DevOps culture, problem-solving, database management, and other IT-related skills. I always aim to integrate the latest and most effective coding practices into my work.

Languages and Tools:

bootstrap css3 django docker git html5 jenkins linux nginx photoshop postgresql postman python rabbitMQ

rkanapka

ย rkanapka

rkanapka

darbas24's People

Contributors

rkanapka avatar

Stargazers

 avatar

Watchers

 avatar

darbas24's Issues

Feature: implement salary calculation

Implement functionality to calculate salary.

  1. If fetched salary is net, transform it to gross.
  2. If fetches salary is gross, transform it to net.
  3. Also there are cases there salary is provided by hourly rate.
  4. Check if there are any yearly rates.

Provide full salary information for user.

Refactor: Restructure project

  1. Create job application and restructure functionality according to it.
  2. Rename tasks.py according to scraped website.
  3. Move renamed scraper file to newly created directory (e.g. sites/modules)

Feature: Implement search

Implements back-end functionality for search boxes.

  • Add category field for searching.
  • Add Lithuanian cities

Restructure parser

Move parsing from tasks.py to some other file - "parser", "processor"?
Implement all code from functional to OOP?

Feature: make scraping asynchronous

Remake current "cvbankas" scraper to work asynchronously.

Currently cvbankas 1 page is scraped in ~40second synchronously:

[2024-01-18 22:21:50,890: INFO/ForkPoolWorker-3] Task job.tasks.scrape_and_save_job_offers[487ce137-6724-4198-90c6-6e8f1cfd2d58] succeeded in 39.70813476400508s: None

Remove deprecation when starting celery task

Run celery task: celery -A darbas24 worker -B -l INFO

Warning:

[2024-01-31 11:53:40,249: WARNING/MainProcess] /usr/local/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:507: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
whether broker connection retries are made during startup in Celery 6.0 and above.
If you wish to retain the existing behavior for retrying connections on startup,
you should set broker_connection_retry_on_startup to True.
  warnings.warn(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.