Posts

Showing posts from October, 2019

Hacktoberfest - Issue #4, Pull Request #4

Image
It is Monday 8:00 am, this time I schedule to write a blog for my Issue #4 and Pull Request #4 that I was working on in order to complete Hacktoberfest. No thoughts come into my mind and all I want right now a cup of coffee. May be this stopping me from putting my ideas into this blog. As it is Monday after the Study break I have to say that summarizing all that was planned to do and everything that I have actually done the result make me feel said. The only thing that cheers me up, is that I have become contributor to Microsof t/STL . It's a little thing but for some reason every time I look at my Github profile it is warm ing up my heart. What is Issue #4 about. In Microsoft/STL there are classes and structs, by default struct is a public and  StephanTLavavej open an Issue to remove redundant word "public" that followed after the struct. Here are screenshots of few files where I made changes Before I contribute to Microsoft I was not sure if I can

Hacktoberfest - Issue#3 PR#3

Image
It's been already 3rd week of October and this is mean that Hacktoberfest is going to an end just in 11 days. More PR and more lines of coding, different projects and different problems all this is very familiar to anybody who are in Open Source and specially for the one who participate in Hacktoberfest. In Lab 3 the main task is same as in Lab 1 and Lab 2  it's to find an issue, fix it and create Pull Request. As other times this could not go smoothly. My Lab 2 was base on the contribution to the WordPress Gutenberg project . In Lab 3 I've decided to keep working on the same project but I picked different issue . What was the issue about. To use the proper terms in code to match the Designer Handbook  of Gutenberg project. In the project there are terms "inspector" and "sidebar" which have same meaning. The task was to change name "inspector" to "sidebar". Only JS itself contains 67 files that has name "inspector".

Hacktoberfest - Issue #2, Pull Requesrt #2

Image
It is 1:30 am and it is already October 11, time is flying. Only 20 more days left until the end of Hacktoberfest. The fight is keep going. It is not a regular fight it is a fight over fears to contribute to open source, specially for "newbies" like me. My issue #1 and pull request #1 are different from what I have done this time. This time I took advice from my professor I decide to contribute to well known project Gutenberg from WordPress. Issue #2 Overview: Programming language: JavaScript Problem: Fix variable names for better reading the code Function reduce() except accumulator as a parameter @tofumatt  who is a member of the project required to update variable name with suffix 'accumulator' to improve code readability. Originally there were 49 lines of code that required to fix names of a variable.  In the beginning I thought that I just will fix 1 or 2 variable names and will send a pull request, but than I realize why wouldn't give it a try and f

Hacktoberfest - Issue #1, Pull Request #1

Image
In this article I will continue to talk about my journey through the Open Source Development. As I mention in previous post   I am participating in Hacktoberfest. Requirements for this fest is to submit 4 Pull Request during the month of October in order to get a T-shirt with Hacktoberfest logo. In this post I will talk about my first PR (Pull Request). In the beginning of October I went through many filed issues on the Git Hub in order to find to work on something this month. My very first issue was to create a small animation selector for Hacktoberfest. Hacktoberfest animation. This task was not very complicated but more on a practice to fork, edit code, create PR and merge. Neither this task required any special installation (Visual Code is enough to handle this issue) Steps to complete PR for this issue: 1. Create CSS file with my own animation. In this part I had to do little research on CSS animations. I find many different ideas and how to implement them to get