-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cole Wasserman
committed
Feb 26, 2024
1 parent
93b3478
commit 04996de
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: post | ||
title: Week 4 | ||
--- | ||
|
||
Working on the firefox extension project as a group was an overall very good experience for me. I enjoyed the collaborative aspect of the project and how we were able to split up taska and delegate them out. Most projects that I have worked on in school have been solo projects, so it was cool to see how much faster development of the project went with more people. I personally did some of the design and worked on a lot of the underlying JavaScript code for the alarm clock. After completing the extension, I know many more things than I did before. For one, I know the basic process of creating a Firefox extension using a combination of HTML, CSS, and JavaScript. I would like to in the future work on another Firefox extension or attempt to make my own. I also very much enjoyed watching other presentations and trying out other groups' projects. My favorite extension among the other groups was the pomodoro timer extension. I think it is designed super well and very intuitive to use. When I am studying or doing a lot of work, I very frequently utilize a pomodoro clock to improve efficiency. For that reason, I will certainly use the pomodoro clock extension in the future. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: post | ||
title: Week 3 | ||
--- | ||
|
||
This past week I have worked with my group to create our browser extension called insult reminders. This is the first open source project that I have worked on as well as the first browser extension I have tried to make. It has been a little bit difficult to style the browser extension as well as to get the html to correctly update with the JavaScript but it is doable. This has been a great learning experience as I have been able to practice working on a team with an open source project. I am excited to continue to contribute and develop this project. | ||
The in-class activity on git was very helpful. While I have used Git before, I have not thought critically about what each command is actually doing. I have only ever been a collaborator on a project, so I have never had to deal with upstreams and forking repositories which I found can add a layer of complexity to using Git. |