Code Monkey home page Code Monkey logo

cc-codechecker's Introduction

Daniele Tentoni

  • 😄 Pronouns: Tento, Tonno Sbadato

I'm a Developer at Wedo S.R.L. and I'm working on .NET web applications. I'm actually enthusiast about MEVN stack application and DevOps.

Experience

Experience

Since To Position
Jun 2018 now Full Stack Developer at Wedo S.R.L. in Cesena
Apr 2018 Jun 2018 Stagist in Wedo S.R.L. in Cesena
May 2014 July 2014 Stagist in Studio Aurale di Marco Pasquale in Cesena
Education

Education

Since To Position
Sep 2019 now Student at Alma Mater Studiorum - Università di Bologna - Engineering and Computer Science
Sep 2016 Mar 2019 Student at Alma Mater Studiorum - Università di Bologna - Engineering and Computer Science
Sep 2010 Jun 2016 Student at Istituto Tecnico Tecnologico Blaise Pascal
Volunteer experience

Volunteer experience

I'm a chief of the major boy scout association in Italy, AGESCI. I'm an AVIS volunteer with a regular 3/6 month blood donation.

Skills & endorsements

Skills & endorsements

Programming Languages

Tecnology Level # Year of Experience
C# Mid Level 5
HTML, CSS, JS Mid Level 7
Objective-C, Swift Mid Level 2
Java, Kotlin, Scala Entry Level Academic Purpose Only
Tecnology Level # Year of Experience
Android, iOS Entry Level 2
ASP.NET Mid Level 3
Fastlane Entry Level 2
Jade (JAva Distributed Environment) Entry Level Academic Purpose Only
Node.JS Entry Level Academic Purpose Only
Socket.IO Entry Level Academic Purpose Only
Vue.Js, Vuex, Vue Router, Vue Axios Entry Level Academic Purpose Only
Xamarin Entry Level 1

OS

Born with Windows, I've also used both Mac and Linux. Actually enthusiast with PopOS!

Languages

Language Level
Italian Mother Tongue
English B2

Soft Skills

Hi there 👋

You can find me on Gitlab too https://gitlab.com/daniele.tentoni2.

cc-codechecker's People

Contributors

actions-user avatar daniele-tentoni avatar pre-commit-ci[bot] avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar  avatar

cc-codechecker's Issues

Convert if-chain bash error message converter into a map[err_code, str]

Convert if-chain bash error message converter into a map[err_code, str]

This refactoring is needed to reduce lines of code necessary to report error in a human readable form in the bash runner. If possible, produce a useful documentation on how introduce new error messages in the already created runners and how to create new runners with a map error code to message function.

Current state

The current error resolution is:

if bash_run.returncode is NOT_EXECUTABLE_ERROR and not bash_run.stdout:
  bash_run.stdout = f'{program_file_name} is not executable'

if bash_run.returncode is MISSING_FILE_ERROR and not bash_run.stdout:
  bash_run.stdout = f'{program_file_name} is missing'

Next state

Has to become:

error_map: dict[int, str] = {
    (NOT_EXECUTABLE_ERROR, '...'),
    (MISSING_FILE_ERROR, '...'),
    ...
}
message = error_map[err_code]

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/publish.yml
  • actions/checkout v4
  • actions/setup-python v5
  • snok/install-poetry v1
  • actions/cache v4
.github/workflows/report-codacy.yml
  • dawidd6/action-download-artifact v3
  • codacy/codacy-coverage-reporter-action v1
  • JamesIves/github-pages-deploy-action v4.5.0
.github/workflows/test.yml
  • actions/checkout v4
  • actions/setup-python v5
  • snok/install-poetry v1
  • actions/cache v4
  • actions/upload-artifact v4
pep621
pyproject.toml
  • poetry-core >=1.0.0
poetry
pyproject.toml
  • python ^3.10.0
  • PyYAML ^6.0
  • python-semantic-release ^9.0.0
  • bandit ^1.7.1
  • coverage ^7.0.0
  • isort ^5.10.1
  • mypy ^1.0.0
  • pre-commit ^3.0.0
  • pydocstyle ^6.1.1
  • pylint ^3.0.0
  • pytest ^8.0.0
  • pytest-cov ^4.0.0
  • reuse ^3.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.