My DevOps Story

by
Qiwei Zhou

Team: User Interface


Brief Introduction

My name is Qiwei Zhou, a graduate student in NYU Tandon School of Engineering. By taking this course on DevOps, I am hoping to get a better understanding of how software development works in industry. Through participation and practice, I wish I can learn what processes and procedures the real world software engineers have adopted to make development more efficient and also why they are doing this.

We will be doing a whole-class project this semester and we have a really HUGE team! It's an honor to be a part of this magnificent project. Good luck!

Weekly Updates

Week 1-2

Working with my teammates to update the stylesheet for our website. After discussion, we decide to work on the index page first. The three os of us will be working on three different styles so we can compare with each other when we finish with the index page. Next, we will meet and sort out a final style for the entire website. We agree to start as soon as possible since we may find better styles when we begin to implement.

Week 2-3

Just finished with my new style for the index page. A new navigation bar is added and the contents are reorganized in a grid system. Also switched to a brighter colour theme. These should make our website feel more like an IT site.

Week 3-4

We now have a sidebar template for our website. Include this template (with the new style2.css stylesheet) on the webpage will give the page a new look! Further negotiations needed to move forward.

Week 4-5

We gave a presentation to the entire team about what we have done. I Worked on the style sheet to make the background brighter and the font colors darker. However, some aspects are not covered. Need to keep this in mind in the future. After finishing the style sheet, we will be working on the HTML code.

Week 5-6

Several bugs were found when integrating the sidebar with existing pages. Styles of a few tags in the sidebar were not defined so the styles for the contents were applied. I added new styles for these tags and the problem was solved. Also, I found that styles with a higher specifity has a higher priority when being applied. Should keep this in mind in the future.

Week 6-7

After finishing all current work, our team moved on to write a script to generate HTML code automatically. We are discussing which programming language we will use. We decide to do some experiments before we make the final decison.

Week 7-8

Continue working on the auto-sidebar-creation script. All major functions are now done. We may need some tests to see if the script is error-prune. Also, we switched to '-' instead of '\t' to identify different levels of tab.

Week 8-9

We had a bit of miscommunication. We finally decided to switch to '*' instead of '-'.

Week 9-10

Finished refactoring the creation script. Now everything works recursively. Had a discussion with professor to decide the final input format. Title and indent level are required for the input. Other fields (url, short title and glyphicon) is optional.

Week 10-11

Fixed several problems in the script for menu creation. Now most input errors are handled and error messages about how to fix them are provided. There was a bug in the create_submenu function where submenu_id was not generated correctly after the previous switch to recursion. Furthermore, more book reviews are coming.

Week 11-12

Reviewing my previous code. Will add more comments to explain what it does. Also, continue working on the book review.

Week 12-13

Reorganize my journal.