DEV Community

ShulyAvraham
ShulyAvraham

Posted on • Updated on

OSDC Course with Gabor

Hi there...so, this is me @shulyavraham

I joined the Open Source Development Course led by Gabor Szabo @szabgab started on Jan 8th.

My goal in this course is to improve my technical expertise in utilizing git repositories, CI/CD, Docker, etc.

In the first session I played around with GitHub, edited the OSDC course repository, added some JSON file, and sent a pull request.

For my daily work I normally use Python, shell scripting, HTML, JavaScript, MongoDB, GitLab, Azure DevOps, Dockers, Kubernetes etc.

I'm afraid I cannot reveal my work's GitHub/GitLab repositories, as they are private. I guess that during this course I will add some public ones:
GitHub
GitLab

One interesting open source JavaScript library I'm using in my projects for drawing interactive charts is Apache ECharts.

In couple big projects I'm developing as part of my work, I'm utilizing several open-source packages. In case I find any bugs or decide to improve the code in any of these, I will contribute it back to the project.

Some open source libraries I've been using in my projects:

Top comments (1)

Collapse
 
szabgab profile image
Gabor Szabo • Edited

The @szabgab only works in the body of the blog post, not in the title.

You could convert the plain URLs to Markdown links.

For example this:

[pull request](https://github.com/Code-Maven/osdc-2023-01-public/pull/2)
Enter fullscreen mode Exit fullscreen mode

would render to this: pull request