www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (2221B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - ramblings</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="current" href="/post">blog</a>
     23 				<a class="" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div class="post">
     31     <a href="/post/colleagues" class="link"><h1 class="header">Colleagues.</h1></a>
     32     <span class="date">Posted on November, 14 2014</span>
     33     <div class="content">
     34 <p>Two people with a mutual goal, with two different styles. Of all the weeks, my <a href="http://rjgordon.net">friend</a> and I usually end up working on different projects that peak our interest the most. Although, this week was a tad different. As explained in a <a href="/post/venturing_into_enterprise-grade_servers/">previous post</a>, we have the responsibility of helping out a club set up their IT infrastructure. Fast-forward to now, and it's back in our hands. This time we are setting up a QuickBooks server, along with making scripts to backup files and handle miscellaneous tasks. To even out the workload, we end up working on different parts of the script...</p>
     35 <p><img src="//i.banna.tech/100blog.png" title="source: xkcd.com/1285/" /></p>
     36 <p>In my short time of pressing buttons, I had never started a project with another person. Every group project was either already started, or I started it alone. This time, I started the base utilities and let my colleague work on one functionality. Over all, things went smoothly and it was a new experience I can tack on to my list of things I have done in my life.</p>
     37     </div>
     38 </div>
     39 
     40 
     41 			</div>
     42 		</div>
     43 	</body>
     44 </html>