Articles

OSDC-2023-OPEN SOURCE PROJECT by Zohar Asulin
Hi everyone, As part of the OSCD course, Today I want to update you on an open source project I built...
2023-06-27T20:50:40Z
My new calculator repository by Doron Chapnitsky
Hi everyone, As part of my OSDC course, taught by @szabgab , I decided today to create a new...
2023-06-20T21:36:55Z
Add CI to our new Project by Eliyahou Levy
create test file in order to use pytest create yaml file that runs the pytest with the requierments...
2023-06-18T20:14:40Z
Create new project-github by Yael Levi
This mission was the best practice on osdc course! We applied everything we learned in this...
2023-06-18T19:59:22Z
Simple ChatBot with tests by Freddy Adiv
Hi all, The NLP field is pretty amazing, specially with ChatGPT4 around, so as part of my MSc studies...
2023-06-17T12:18:26Z
OSDC-2023-weather-app by Ran Moshe
Quick review of the lecture at the course OSDC This week During the session, we discussed...
2023-06-17T09:22:26Z
Session 11: Testing with PyTest by Eliyahou Levy
pytest: helps you write better programs The pytest framework makes it easy to write small, readable...
2023-06-13T12:29:06Z
Pytest & unit test in python by Yael Levi
Session 11: Testing with PyTest useful links: Testing Demo Testing with Pytest what we...
2023-06-13T10:39:14Z
Workflows with github by Freddy Adiv
Adding actions on GitHub allows you to automate various tasks and workflows within your repositories....
2023-06-13T03:38:37Z
osdc-assigment11-unittest by Zohar Asulin
In last session we learned about Unit test on process and function code we build. Unit testing is a...
2023-06-12T20:58:51Z
Advanced MX2 UT by Doron Chapnitsky
Hi there, After my last assignment, which is to create a CI github workflow, I started to work on my...
2023-06-12T10:14:00Z
OSDC-2023-Assignment 11 by Ran Moshe
Quick review of the lecture at the course OSDC This week During this week's session on...
2023-06-11T17:54:03Z
Ex5 : Track projects & Fix PR by Eliyahou Levy
Add better projects to your JSON : Our final project is about Smart Contract...
2023-06-11T08:42:51Z
Assignment 5-PR to fix Projects by Yael Levi
It was quite a challenging task to search for projects and send PR to it. I searched in pydigger and...
2023-06-05T09:58:55Z
OSDC-Assigment9-GithubActions(CI) by Zohar Asulin
In lesson 9 we learned about "Continuous Integration(CI) for GitHub projects" We learned GitHub...
2023-05-31T20:38:04Z
CI - Countinous Integration by Eliyahou Levy
In the lesson we have learned how to create actions in file .github/workflows The porpos is that...
2023-05-29T16:11:22Z
CI - workflows/actions by Yael Levi
Introduction to CI Github Actions workflow example and implementation Ubuntu, macOS and Windows...
2023-05-23T11:29:51Z
osdc-2023-assigment8-gitbash by Zohar Asulin
At lesson 8 we learned how to configure git-scm on Windows, including setting the default editor and...
2023-05-18T22:58:32Z
OSDC-2023-assignment6&7 -Docker by Zohar Asulin
In lessons 6 and 7, we learn about docker. We reviewed what a "Docker" image is and saw how to set up...
2023-05-15T22:28:12Z
Useful commands in git and dockers by Freddy Adiv
Hi All, In the past last weeks of our OSDC training we've learned to setup local repositories from...
2023-05-14T06:30:41Z
OSDC-Github actions by Ran Moshe
This week we learned about "Continuous Integration for GitHub projects" We covered the basics of...
2023-05-13T17:49:50Z
Github actions are awesome! by Doron Chapnitsky
Today, Saturday, I had a lot of free time to explore github a little more. I was searching for a...
2023-05-13T16:09:28Z
Git bash commands by Doron Chapnitsky
My recent contribution on github is to the kantoniko project. I wanted to help so I looked up some...
2023-05-08T20:00:26Z
git-scm on Windows, GitHub contribution workflow by Eliyahou Levy
How to add/edit files to GitHub from my Windows environment: first - download notepad second -...
2023-05-08T12:34:41Z
git-scm on Windows, GitHub contribution workflow by Yael Levi
How to add/edit files to GitHub from my Windows environment: first - download notepad second -...
2023-05-08T12:27:53Z
OSDC-2023-assignment7 by Ran Moshe
This week we learned how to configure git-scm on Windows, including setting the default editor and...
2023-05-05T13:10:56Z
Docker by Yael Levi
In the lesson we learned about building new enviroement that has an image that serves the project we...
2023-05-02T20:56:49Z
Docker & images by Eliyahou Levy
In the lesson we learned about building new enviroement that has an image that serves the project we...
2023-05-02T20:55:09Z
Loading repositories to docker and testing them! by Doron Chapnitsky
My code-maven mentor: @szabgab Today I got hands-on experience with docker and containers. I have...
2023-05-02T12:30:30Z
OSDC-2023-assignment5 by Zohar Asulin
my assigment Fix the PR that I was in assigment 4,Find more projects via PyDigger, and create more PR...
2023-04-30T08:09:46Z
OSDC-2023-assignment6 by Ran Moshe
This week we started learning a new and fascinating subject "Doker". We reviewed what a "Docker"...
2023-04-28T09:07:29Z
Where's your author? by Freddy Adiv
Hi all, Continuing fixing some sites without an author, I have came across these projects: ApiTestEz...
2023-04-27T13:28:49Z
Harnessing the power of Dockers with Python projects by Freddy Adiv
Hi all, As part of the #OSDC course, we learned how to create docker containers for various project...
2023-04-27T12:39:59Z
My latest actions by Doron Chapnitsky
Hello everyone! After a long day at work, I wanted to checkout some of github cool repositories. The...
2023-04-17T17:37:30Z
4 : Follows github project and fixing Lacks by Eliyahou Levy
send PR to add MetaData to projects: Remaster Alex...
2023-04-16T10:39:40Z
Session 3 Create Github pages + Markdown. by Yael Levi
Craete my own page in github First I have Download and installed the git client from...
2023-04-16T10:20:28Z
Ex 4- Familiarity with github Projects & PR for fixing by Yael Levi
Send PR To change MetaData on thus projects: https://github.com/git-cola/git-cola/pull/1309 ...
2023-04-16T10:17:11Z
OSDC-2023-assignment5 by Ran Moshe
Quick review of the lecture at the course OSDC @szabgab advised us how to better search...
2023-04-15T16:51:06Z
Some interesting Github project to follow by Freddy Adiv
Hi all, I took a walk on the trending project on Github so I could follow on interesting ones, and...
2023-04-14T18:51:43Z
OSDC Assigment #4 by Zohar Asulin
IN LESSON #4 in course OSDC We looked at the PyDigger web site and the Stats page from where we had...
2023-04-09T21:53:18Z
Trying to fix things... by Freddy Adiv
I checked several projects on PyDigger to fix missing tags. These included: GitCola which is...
2023-04-02T07:58:53Z
OSDC-2023-assignment4 by Ran Moshe
Quick review of the lecture at the course OSDC We get familiar with the PyDigger website,...
2023-04-01T18:45:24Z
Contribution to Github python repositories by Doron Chapnitsky
I have contributed to the following...
2023-04-01T13:13:27Z
Session 3 Create Github Site by Eliyahou Levy
The Topics Of the Lesson are: Back to local linux PC Create repository for Github pages site (on...
2023-03-28T20:00:20Z
OSDC-2023-assignment3 by Zohar Asulin
I learned a lot from latest lecture: how to Create Github pages use with Markdown. how to use with...
2023-03-27T11:51:04Z
My personal site on Github by Freddy Adiv
Hi all, This week we have learned how to use Git Bash to create a personal web site. You can see mine...
2023-03-27T10:06:45Z
Visit my Github Page website! by Doron Chapnitsky
I have just created my brand new github page! Anyone can visit it and share its opinion and...
2023-03-25T10:28:36Z
OSDC-2023-assignment3 by Ran Moshe
Today in class at the course OSDC we download and install the git client from git-scm. We...
2023-03-24T14:57:46Z
OSDC-2023-second-assignment by Eliyahou Levy
The issues I have learned In The Second Lesson are: Dev.to - navigation using tags Opening issues...
2023-03-21T13:45:27Z
osdc - Lesson #2 follows github organization & yaml files by Yael Levi
****in this lesson I Added projects that interests me. I Followed our team projects I have...
2023-03-21T13:37:49Z
OSDC-2023-second-assignment by Zohar Asulin
In second lesson course osdc we go over the PRs that we opened and fix issues in PR instead of...
2023-03-19T20:16:51Z
Summery of lesson 2 by Freddy Adiv
Hi all, In our last session we learned several topics, such as navigating and following articles in...
2023-03-19T08:46:57Z
YAML and Git by Doron Chapnitsky
I visited organizations repositories and created YAML files to be seen in an HTML page. These are...
2023-03-18T18:26:05Z
OSDC-2023-second-assignment by Ran Moshe
Today in class at the course OSDC we go over the PRs that we opened and fix issues in PR...
2023-03-16T19:48:44Z
Assignment 1 - Getting started by Doron Chapnitsky
As part of OSDC course, I learn how to use new communication tools at Jerusalem College of...
2023-03-15T09:20:26Z
Assignment 1 Version Control, Journal, Slack by Zohar Asulin
I just started OSDC 2023 course with @szabgab OSDC and here is my first assignment: My name is Zohar...
2023-03-14T20:41:41Z
Eliyahou Levi Post by Eliyahou Levy
Editor Basics Use Markdown to write and format posts. Commonly used syntax Embed rich content such as...
2023-03-14T19:31:04Z
My new dev.to Post by Yael Levi
I'm very excited to explore new world of content, looking forwards to begin the course
2023-03-14T18:48:24Z
OSDC-2023-first-assignment by Ran Moshe
Today was the first day of the course OSDC 2023, led by @szabgab OSDC. In the first assignment, I...
2023-03-09T14:23:32Z
Open Source Development Courses by Gabor Szabo
Participating in Open source projects might be one of the best ways to gain practice and enhance your chances to find employment.
2022-11-28T19:44:00Z