47 lines
2.7 KiB
HTML
47 lines
2.7 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | Atlassian, GO!</title>
|
||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||
<meta name="viewport" content="width=device-width" />
|
||
<meta charset="utf-8" />
|
||
</head>
|
||
<body>
|
||
<main>
|
||
<header>
|
||
<h1>Zk | Atlassian, GO!</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
||
<p>My experience with software developing in any sort of managed (read: rational) way is actually rather limited. I didn’t <em>really</em> know what Agile was until a few days ago, I’ve only been using RCSes for the last few years, I sold or gave away all of my O’Reilly books, and I always seem to be a little behind the times. Now that I’ve been getting more and more into programming, though, I’ve decided that managed programming environments are most definitely a good thing, even as a solo developer. I read up on Agile, switched from Subversion to Git in several cases, and I’ve been trying to keep a little more current, finally caving and adopting an IDE (NetBeans) and some project management software.</p>
|
||
|
||
<!-- AddThis Button BEGIN -->
|
||
|
||
<script type="text/javascript">
|
||
//<!--
|
||
var addthis_append_data = 'false';var addthis_language = 'en';
|
||
//-->
|
||
</script>
|
||
|
||
<div class="addthis_container"><a addthis:title="" addthis:url="" class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&username=wp-4bb3baf90c7008fd"><img alt="Bookmark and Share" height="16" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" style="border:0" width="125"/></a><script src="http://s7.addthis.com/js/250/addthis_widget.js#username=wp-4bb3baf90c7008fd" type="text/javascript"></script></div>
|
||
|
||
<!-- AddThis Button END -->
|
||
|
||
<p><a href="http://blag.drab-makyo.com/2010/06/19/atlassian-go/#more-10">Read the rest of this entry »</a></p>
|
||
|
||
<p style="border: 1px solid black; padding: 3px;"><strong>Originally published at <a href="http://blag.drab-makyo.com/2010/06/19/atlassian-go/">Drab Makyo - How Dull</a>. Please leave any <a href="http://blag.drab-makyo.com/2010/06/19/atlassian-go/#comments">comments</a> there.</strong></p
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2010-06-19 06:12:44</p>
|
||
</footer>
|
||
</main>
|
||
<script type="text/javascript">
|
||
document.querySelectorAll('.tag').forEach(tag => {
|
||
let text = tag.innerText;
|
||
tag.innerText = '';
|
||
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|