added new post
20
Dublin.rdf
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
|
||||
<rdf:Description rdf:about="https://dustin.coffee">
|
||||
<dc:title>d@n tech</dc:title>
|
||||
<dc:creator>Dustin Newkirk</dc:creator>
|
||||
<dc:subject>tech and personal blog</dc:subject>
|
||||
<dc:description>Caffinated Tech Insights</dc:description>
|
||||
<dc:publisher>Dustin Newkirk</dc:publisher>
|
||||
<dc:date>2024-01-03T00</dc:date>
|
||||
<dc:type>Website</dc:type>
|
||||
<dc:format>text/html</dc:format>
|
||||
<dc:language>en</dc:language>
|
||||
<dc:identifier>https://dustin.coffee</dc:identifier>
|
||||
<dc:rights>Copyright Information</dc:rights>
|
||||
<dc:coverage>USA</dc:coverage>
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
||||
1
ads.txt
Normal file
@@ -0,0 +1 @@
|
||||
google.com, pub-5033279084799102, DIRECT, f08c47fec0942fa0
|
||||
3
assets/css/prism.css
Normal file
@@ -0,0 +1,3 @@
|
||||
/* PrismJS 1.29.0
|
||||
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+agda+al+antlr4+apacheconf+apex+apl+applescript+aql+arduino+arff+armasm+arturo+asciidoc+aspnet+asm6502+asmatmel+autohotkey+autoit+avisynth+avro-idl+awk+bash+basic+batch+bbcode+bbj+bicep+birb+bison+bnf+bqn+brainfuck+brightscript+bro+bsl+c+csharp+cpp+cfscript+chaiscript+cil+cilkc+cilkcpp+clojure+cmake+cobol+coffeescript+concurnas+csp+cooklang+coq+crystal+css-extras+csv+cue+cypher+d+dart+dataweave+dax+dhall+diff+django+dns-zone-file+docker+dot+ebnf+editorconfig+eiffel+ejs+elixir+elm+etlua+erb+erlang+excel-formula+fsharp+factor+false+firestore-security-rules+flow+fortran+ftl+gml+gap+gcode+gdscript+gedcom+gettext+gherkin+git+glsl+gn+linker-script+go+go-module+gradle+graphql+groovy+haml+handlebars+haskell+haxe+hcl+hlsl+hoon+http+hpkp+hsts+ichigojam+icon+icu-message-format+idris+ignore+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jexl+jolie+jq+jsdoc+js-extras+json+json5+jsonp+jsstacktrace+js-templates+julia+keepalived+keyman+kotlin+kumir+kusto+latex+latte+less+lilypond+liquid+lisp+livescript+llvm+log+lolcode+lua+magma+makefile+markdown+markup-templating+mata+matlab+maxscript+mel+mermaid+metafont+mizar+mongodb+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+naniscript+nasm+neon+nevod+nginx+nim+nix+nsis+objectivec+ocaml+odin+opencl+openqasm+oz+parigp+parser+pascal+pascaligo+psl+pcaxis+peoplecode+perl+php+phpdoc+php-extras+plant-uml+plsql+powerquery+powershell+processing+prolog+promql+properties+protobuf+pug+puppet+pure+purebasic+purescript+python+qsharp+q+qml+qore+r+racket+cshtml+jsx+tsx+reason+regex+rego+renpy+rescript+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smali+smalltalk+smarty+sml+solidity+solution-file+soy+sparql+splunk-spl+sqf+sql+squirrel+stan+stata+iecst+stylus+supercollider+swift+systemd+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+tremor+turtle+twig+typescript+typoscript+unrealscript+uorazor+uri+v+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+warpscript+wasm+web-idl+wgsl+wiki+wolfram+wren+xeora+xml-doc+xojo+xquery+yaml+yang+zig */
|
||||
code[class*=language-],pre[class*=language-]{color:#ccc;background:0 0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}
|
||||
242
assets/css/styles.css
Normal file
@@ -0,0 +1,242 @@
|
||||
/* https://www.joshwcomeau.com/css/custom-css-reset/ */
|
||||
/*
|
||||
1. Use a more-intuitive box-sizing model.
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&display=swap");
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/*
|
||||
2. Remove default margin
|
||||
*/
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
3. Allow percentage-based heights in the application
|
||||
*/
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
Typographic tweaks!
|
||||
4. Add accessible line-height
|
||||
5. Improve text rendering
|
||||
*/
|
||||
body {
|
||||
line-height: 1.5;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
/*
|
||||
6. Improve media defaults
|
||||
*/
|
||||
img, picture, video, canvas, svg {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
7. Remove built-in form typography styles
|
||||
*/
|
||||
input, button, textarea, select {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
8. Avoid text overflows
|
||||
*/
|
||||
p, h1, h2, h3, h4, h5, h6 {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/*
|
||||
9. Create a root stacking context
|
||||
*/
|
||||
#root, #__next {
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
.wrapper-main, .wrapper-header, .wrapper-footer {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
/* Sticky Footer */
|
||||
.wrapper {
|
||||
min-height: calc(100vh - 40px);
|
||||
}
|
||||
|
||||
.wrapper-footer {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
/* End Sticky Footer */
|
||||
/* Style inspiration and settings adapted from https://github.com/jgthms/web-design-in-4-minutes*/
|
||||
/* Base */
|
||||
html {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/* 01 Font family */
|
||||
body {
|
||||
font-family: "IBM Plex Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
/* 03 Spacing */
|
||||
.padded {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
div.main-content h2 {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
header h1, h5 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* 04 Color and contrast */
|
||||
body {
|
||||
color: #F8FDDD;
|
||||
background-color: #3D2200;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
strong {
|
||||
color: #dcdede;
|
||||
}
|
||||
|
||||
header h5 {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
/* 05 Balance */
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
/* 06 Primary color */
|
||||
a {
|
||||
color: #ff851b;
|
||||
}
|
||||
|
||||
/* 07 Secondary colors */
|
||||
h1,
|
||||
h2,
|
||||
strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
display: block;
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-top: 35px;
|
||||
}
|
||||
|
||||
.header nav {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.header nav a {
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.post-item {
|
||||
display: block;
|
||||
position: relative;
|
||||
line-height: 24px;
|
||||
padding-bottom: 5px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.post-summary {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.post-nav {
|
||||
padding-top: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.category-summary {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.category-all-nav, .category-header {
|
||||
display: block;
|
||||
position: relative;
|
||||
line-height: 24px;
|
||||
margin: 5px 0;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.post-info {
|
||||
padding-bottom: 30px;
|
||||
margin: 20px 0 5px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.post-content {
|
||||
line-height: 35px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.post-content h1, h3, code, pre {
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.post-content h2 {
|
||||
padding-bottom: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 479px) {
|
||||
.mobile-hide {
|
||||
display: none !important;
|
||||
}
|
||||
.footer-text {
|
||||
float: left !important;
|
||||
}
|
||||
html {
|
||||
margin: 1em !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
1
assets/css/styles.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["../../_sass/reset.scss","../../_sass/page.scss","../../_sass/wrapper.scss","../../_sass/footer.scss","../../_sass/header.scss","../../_sass/float.scss","../../_sass/posts.scss","../../_sass/categories.scss","../../_sass/post.scss","../../_sass/mobile.scss"],"names":[],"mappings":"AAAA;AAEA;AAAA;AAAA;ACDQ;ADIR;EACE;;;AAEF;AAAA;AAAA;AAGA;EACE;;;AAEF;AAAA;AAAA;AAGA;EACE;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAEF;AAAA;AAAA;AAGA;EACE;EACA;;;AAEF;AAAA;AAAA;AAGA;EACE;;;AAEF;AAAA;AAAA;AAGA;EACE;;;AAEF;AAAA;AAAA;AAGA;EACE;;;AElDF;EACE;EACA;EACA;;;AAGF;AACA;EACE;;;AAGF;EACE;;;AAEF;ADhBA;AAGA;AACA;EACE;;;AAGF;AAEA;EACE;;;AAGF;AAGA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;AAEA;EACE;EACA;;;AAGF;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;AAEA;EACE;EACA;;;AAGF;AAEA;EACE;;;AAGF;AAEA;AAAA;AAAA;EAGE;;;AEvEF;EACE;EACA;EACA;;;ACLF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;ACRF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;ACXF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;ACfF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;ACXF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AClBF;EAGE;IAAc;;EAGd;IAAc;;EAGd;IAAM","sourcesContent":["/* https://www.joshwcomeau.com/css/custom-css-reset/ */\n\n/*\n 1. Use a more-intuitive box-sizing model.\n*/\n*, *::before, *::after {\n box-sizing: border-box;\n}\n/*\n 2. Remove default margin\n*/\n* {\n margin: 0;\n}\n/*\n 3. Allow percentage-based heights in the application\n*/\nhtml, body {\n height: 100%;\n}\n/*\n Typographic tweaks!\n 4. Add accessible line-height\n 5. Improve text rendering\n*/\nbody {\n line-height: 1.5;\n -webkit-font-smoothing: antialiased;\n}\n/*\n 6. Improve media defaults\n*/\nimg, picture, video, canvas, svg {\n display: block;\n max-width: 100%;\n}\n/*\n 7. Remove built-in form typography styles\n*/\ninput, button, textarea, select {\n font: inherit;\n}\n/*\n 8. Avoid text overflows\n*/\np, h1, h2, h3, h4, h5, h6 {\n overflow-wrap: break-word;\n}\n/*\n 9. Create a root stacking context\n*/\n#root, #__next {\n isolation: isolate;\n}\n\n","/* Style inspiration and settings adapted from https://github.com/jgthms/web-design-in-4-minutes*/\n@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&display=swap');\n\n/* Base */\nhtml {\n font-size: 18px;\n}\n\n/* 01 Font family */\n\nbody {\n font-family: \"IBM Plex Mono\", \"Courier New\", monospace;\n}\n\n/* 03 Spacing */\n\n\n.padded {\n padding-top: 30px;\n padding-bottom: 30px;\n line-height: 30px;\n}\n\n.main-content {\n padding-top: 30px;\n padding-bottom: 30px;\n line-height: 30px;\n}\n\ndiv.main-content h2 {\n padding-top: 15px;\n padding-bottom: 5px;\n}\n\nheader h1, h5 {\n display: inline;\n}\n\n/* 04 Color and contrast */\n\nbody {\n color: #F8FDDD;\n background-color: #3D2200;\n}\n\nh1,\nh2,\nstrong {\n color: #dcdede;\n}\n\nheader h5 {\n font-weight: lighter;\n}\n\n/* 05 Balance */\n\ncode {\n padding: 2px 4px;\n vertical-align: text-bottom;\n}\n\n/* 06 Primary color */\n\na {\n color: #ff851b;\n}\n\n/* 07 Secondary colors */\n\nh1,\nh2,\nstrong {\n font-weight: 500;\n}\n","@charset \"utf-8\";\n\n.wrapper-main, .wrapper-header, .wrapper-footer {\n width: 100%;\n margin: 0 auto;\n max-width: 900px;\n}\n\n/* Sticky Footer */\n.wrapper {\n min-height: calc(100vh - 40px);\n}\n\n.wrapper-footer {\n height: 40px\n}\n/* End Sticky Footer */\n\n","@charset \"utf-8\";\n\n.footer-text {\n display: block;\n position: relative;\n font-size: 14px;\n}\n",".header {\n padding-top: 35px\n}\n\n.header nav {\n padding-top: 10px;\n padding-bottom: 20px;\n}\n\n.header nav a {\n padding-right: 3px;\n}","@charset \"utf-8\";\n\n.float-left {\n float: left;\n}\n\n.float-right {\n float: right;\n}\n\n.float-center {\n text-align: center;\n}",".post-item {\n display: block;\n position: relative;\n line-height: 24px;\n padding-bottom: 5px;\n margin: 5px 0;\n}\n\n.post-summary {\n padding-top: 30px;\n padding-bottom: 30px;\n}\n\n.post-nav {\n padding-top: 100px;\n text-align: center;\n}",".category-summary {\n padding-top: 30px;\n padding-bottom: 30px;\n}\n\n.category-all-nav, .category-header {\n display: block;\n position: relative;\n line-height: 24px;\n margin: 5px 0;\n padding-bottom: 10px;\n padding-top: 10px;\n}",".post-info {\n padding-bottom: 30px;\n margin: 20px 0 5px;\n padding-top: 20px;\n}\n\n.post-content {\n line-height: 35px;\n padding-bottom: 50px;\n}\n\n.post-content h1, h3, code, pre {\n padding-bottom: 10px;\n padding-top: 10px;\n}\n\n.post-content h2 {\n padding-bottom: 20px;\n padding-top: 20px;\n}","@media only screen and (max-width: 479px) {\n\n // Hide clutter elements on mobile\n .mobile-hide{ display: none !important; }\n\n // Don't split footer text\n .footer-text{ float: left !important;}\n\n // Phone Friendly Margarine ;)\n html {margin: 1em !important;}\n}"],"file":"styles.css"}
|
||||
300
assets/js/prism.js
Normal file
BIN
assets/logos/dn-tech-favicon-black.png
Normal file
|
After Width: | Height: | Size: 431 B |
BIN
assets/logos/dn-tech-favicon-color.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
assets/logos/dn-tech-favicon-white.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
assets/logos/dn-tech-high-resolution-logo-black-transparent.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
assets/logos/dn-tech-high-resolution-logo-transparent.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/logos/dn-tech-high-resolution-logo-white-transparent.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
assets/logos/logo-black.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/logos/logo-color.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
assets/logos/logo-no-background.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/logos/logo-white.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
126
categories/index.html
Normal file
@@ -0,0 +1,126 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>d@n tech Categories | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="d@n tech Categories" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/categories/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/categories/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="d@n tech Categories" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"d@n tech Categories","url":"https://dustin.coffee/categories/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<h2>Post Categories</h2>
|
||||
|
||||
<h3 class="category-header"><b>news</b></h3>
|
||||
|
||||
<span class="post-item">2025-04-09 >> <a href="/news/2025/04/09/brewing-success-my-journey-into-freelance-web-development-and-server-upgrades.html">brewing success: my journey into freelance web development and server upgrades</a></span>
|
||||
|
||||
<span class="post-item">2023-12-27 >> <a href="/news/2023/12/27/New-Site.html">d@n tech is Live!</a></span>
|
||||
|
||||
<div class="category-all-nav">
|
||||
<h4>See all posts in news (2) <a href="/category/news/">>></a></h4>
|
||||
</div>
|
||||
|
||||
<h3 class="category-header"><b>life</b></h3>
|
||||
|
||||
<span class="post-item">2025-02-28 >> <a href="/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html">coffee, code, and creativity: the launch of my new website</a></span>
|
||||
|
||||
<span class="post-item">2025-02-27 >> <a href="/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html">from beans to bills: crafting my first project quote</a></span>
|
||||
|
||||
<span class="post-item">2025-01-30 >> <a href="/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html">brewed reflections: a semester wrap-up and steaming future ahead</a></span>
|
||||
|
||||
<div class="category-all-nav">
|
||||
<h4>See all posts in life (7) <a href="/category/life/">>></a></h4>
|
||||
</div>
|
||||
|
||||
<h3 class="category-header"><b>tech</b></h3>
|
||||
|
||||
<span class="post-item">2025-06-18 >> <a href="/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html">brewing up my homelab: new services, hardware, and monitoring magic</a></span>
|
||||
|
||||
<span class="post-item">2025-02-19 >> <a href="/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html">percolating ideas: my web dev adventure</a></span>
|
||||
|
||||
<span class="post-item">2024-07-09 >> <a href="/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html">when the coffee gets cold: recent adventures in my tech homelab</a></span>
|
||||
|
||||
<div class="category-all-nav">
|
||||
<h4>See all posts in tech (6) <a href="/category/tech/">>></a></h4>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
111
category/life/index.html
Normal file
@@ -0,0 +1,111 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Posts in category life | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="Posts in category life" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/category/life/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/category/life/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Posts in category life" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"Posts in category life","url":"https://dustin.coffee/category/life/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-summary">
|
||||
<h2>Posts</h2>
|
||||
|
||||
<span class="post-item">2025-02-28 >> <a href="/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html">coffee, code, and creativity: the launch of my new website</a><span class="float-right">life</span></span>
|
||||
|
||||
<span class="post-item">2025-02-27 >> <a href="/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html">from beans to bills: crafting my first project quote</a><span class="float-right">life</span></span>
|
||||
|
||||
<span class="post-item">2025-01-30 >> <a href="/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html">brewed reflections: a semester wrap-up and steaming future ahead</a><span class="float-right">life</span></span>
|
||||
|
||||
<span class="post-item">2024-11-27 >> <a href="/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html">a roast of reality: life changes, career shifts, and what's next</a><span class="float-right">life</span></span>
|
||||
|
||||
<span class="post-item">2024-03-22 >> <a href="/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html">java journeys: transitioning to it infrastructure at wolfspeed</a><span class="float-right">life</span></span>
|
||||
|
||||
<span class="post-item">2024-01-22 >> <a href="/life/2024/01/22/my-it-odyssey.html">my it odyssey: from entry-level to expertise</a><span class="float-right">life</span></span>
|
||||
|
||||
<span class="post-item">2024-01-03 >> <a href="/life/2024/01/03/brewing-a-stronger-it-career.html">brewing a stronger it career: from helpdesk to higher ed</a><span class="float-right">life</span></span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post-nav">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-12-01 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
101
category/news/index.html
Normal file
@@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Posts in category news | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="Posts in category news" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/category/news/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/category/news/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Posts in category news" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"Posts in category news","url":"https://dustin.coffee/category/news/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-summary">
|
||||
<h2>Posts</h2>
|
||||
|
||||
<span class="post-item">2025-04-09 >> <a href="/news/2025/04/09/brewing-success-my-journey-into-freelance-web-development-and-server-upgrades.html">brewing success: my journey into freelance web development and server upgrades</a><span class="float-right">news</span></span>
|
||||
|
||||
<span class="post-item">2023-12-27 >> <a href="/news/2023/12/27/New-Site.html">d@n tech is Live!</a><span class="float-right">news</span></span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post-nav">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-12-01 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
111
category/tech/index.html
Normal file
@@ -0,0 +1,111 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Posts in category tech | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="Posts in category tech" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/category/tech/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/category/tech/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Posts in category tech" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"Posts in category tech","url":"https://dustin.coffee/category/tech/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-summary">
|
||||
<h2>Posts</h2>
|
||||
|
||||
<span class="post-item">2025-12-01 >> <a href="/tech/2025/12/01/the-baristas-new-tools.html">the barista's new tools</a><span class="float-right">tech</span></span>
|
||||
|
||||
<span class="post-item">2025-06-18 >> <a href="/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html">brewing up my homelab: new services, hardware, and monitoring magic</a><span class="float-right">tech</span></span>
|
||||
|
||||
<span class="post-item">2025-02-19 >> <a href="/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html">percolating ideas: my web dev adventure</a><span class="float-right">tech</span></span>
|
||||
|
||||
<span class="post-item">2024-07-09 >> <a href="/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html">when the coffee gets cold: recent adventures in my tech homelab</a><span class="float-right">tech</span></span>
|
||||
|
||||
<span class="post-item">2024-03-27 >> <a href="/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html">brewing resilience: from lxc to vm for flawless plex and beyond</a><span class="float-right">tech</span></span>
|
||||
|
||||
<span class="post-item">2024-03-04 >> <a href="/tech/2024/03/04/changes-are-brewing.html">transitioning from lxc to vms: preparing for xcp-ng</a><span class="float-right">tech</span></span>
|
||||
|
||||
<span class="post-item">2024-01-11 >> <a href="/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html">tech infrastructure unpacked: from cloud to home server</a><span class="float-right">tech</span></span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post-nav">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-12-01 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
0
collection/posts/:year/:month/:title.html
Normal file
0
collection/posts/index.html
Normal file
122
index.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>d@n tech | Caffinated Tech Insights</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="d@n tech" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="d@n tech" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"d@n tech","name":"d@n tech","url":"https://dustin.coffee/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<h1 id="hello-im-dustin">Hello! I’m Dustin</h1>
|
||||
|
||||
<p>I’m an IT professional with a passion for technology and its transformative power. I live in Syracuse, NY with my incredible wife. Our journey together has been filled with love, mutual support, and academic pursuits.</p>
|
||||
|
||||
<h2 id="my-journey">My Journey</h2>
|
||||
|
||||
<p>Born and raised in Cato, I graduated high school in 2010 and embarked on an academic journey at RIT. Living on campus, I made lifelong friends and memories. My path then took me to Red Creek, balancing work with my studies at ITT-Tech, laying the foundation for my IT career.</p>
|
||||
|
||||
<p>After graduating, I moved to Central Square and worked at Walmart. It was here, in 2014, I met my wife. Our shared path has led us through various cities in New York, and we got married in 2020, marking a significant milestone in our adventure together. After settling in Fayetteville in 2023, we moved back to Syracuse in 2024. We returned to familiar grounds as we continue to build our life together.</p>
|
||||
|
||||
<h2 id="supporting-each-other">Supporting Each Other</h2>
|
||||
|
||||
<p>Throughout our relationship, I’ve been proudly supporting my wife through her academic endeavors. She earned her Associate’s degree from CCC as a commuter while we lived together, followed by her Bachelor’s at SUNY Geneseo, where she lived on campus and I was in Liverpool, NY. Her Master’s from St. Bonaventure was completed online while we were together. She began a PhD at the University of Arkansas (UARK) and, after deciding it wasn’t the right fit, she’s now continuing her education in an online program with Waynesburg University.</p>
|
||||
|
||||
<h2 id="professional-journey">Professional Journey</h2>
|
||||
|
||||
<p>In my professional life, I’ve navigated various roles in IT. I started at Delta Sonic, moved on to the New York State Office of Information Technology Services, and later thrived as a Desktop Support Specialist at VSO (Virtual Service Operations). After a role with Greene Resources as an Infrastructure Support Specialist, I joined Waygate Technologies in Skaneateles as an End User Support Engineer. Most recently, in March 2025, I returned to New York State service (Office of Information Technology Services), where I continue supporting end users and enterprise operations.</p>
|
||||
|
||||
<h2 id="educational-background">Educational Background</h2>
|
||||
|
||||
<p>I’m a proud alum of Cato-Meridian High School and ITT-Technical Institute, where I earned my AAS in Computer & Network Systems Administration. These experiences have been instrumental in shaping my professional knowledge and skills.</p>
|
||||
|
||||
<h2 id="skills-and-expertise">Skills and Expertise</h2>
|
||||
|
||||
<p>Over the years, I’ve developed a rich skill set, including expertise in Microsoft Office Suite, Outlook, Mac OS, Linux, SiteWatch, Radiant, and a comprehensive understanding of IT infrastructure services, security, and protocols. My strengths include analytical thinking, diagnostic skills, and problem-solving abilities.</p>
|
||||
|
||||
<h2 id="life-beyond-work">Life Beyond Work</h2>
|
||||
|
||||
<p>Outside of work, my life revolves around my family. My wife and I cherish our time together in Syracuse. Our story, from our first meeting to supporting each other through various life chapters, is a testament to our shared commitment and love.</p>
|
||||
|
||||
<h2 id="contact">Contact</h2>
|
||||
<p>Email me, <a href="mailto:dustin@dustin.coffee">dustin@dustin.coffee</a>.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-08-25 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
134
life/2024/01/03/brewing-a-stronger-it-career.html
Normal file
@@ -0,0 +1,134 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>brewing a stronger it career: from helpdesk to higher ed | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="brewing a stronger it career: from helpdesk to higher ed" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Hello everyone!" />
|
||||
<meta property="og:description" content="Hello everyone!" />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2024/01/03/brewing-a-stronger-it-career.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2024/01/03/brewing-a-stronger-it-career.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-01-03T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="brewing a stronger it career: from helpdesk to higher ed" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-01-03T00:00:00-05:00","datePublished":"2024-01-03T00:00:00-05:00","description":"Hello everyone!","headline":"brewing a stronger it career: from helpdesk to higher ed","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2024/01/03/brewing-a-stronger-it-career.html"},"url":"https://dustin.coffee/life/2024/01/03/brewing-a-stronger-it-career.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>brewing a stronger it career: from helpdesk to higher ed</h2>
|
||||
<p>03 Jan 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>Hello everyone!</p>
|
||||
|
||||
<p>Today, I want to share some exciting personal updates and reflections on my ongoing journey in the tech world.</p>
|
||||
|
||||
<h2 id="hitting-the-glass-ceiling-with-an-associates-degree">Hitting the Glass Ceiling with an Associate’s Degree</h2>
|
||||
|
||||
<p>For a while now, I’ve been navigating the IT landscape with my Associate’s degree in hand. While it’s been a valuable stepping stone, I’ve increasingly felt the constraints of what some call the “glass ceiling” in the tech industry. Despite my efforts and experience, I’ve found myself confined primarily to helpdesk roles. It’s a common plateau many of us in tech face, and it’s led me to a significant decision.</p>
|
||||
|
||||
<h2 id="stepping-up-my-admission-to-wgus-accelerated-it-program">Stepping Up: My Admission to WGU’s Accelerated IT Program</h2>
|
||||
|
||||
<p>I’m thrilled to announce my admission to Western Governors University’s accelerated Bachelor’s and Master’s Degree program in Information Technology, starting on February 1, 2024. This program is a unique opportunity for me to deepen my knowledge, broaden my skills, and break through the career barriers I’ve been facing.</p>
|
||||
|
||||
<h2 id="why-further-education">Why Further Education?</h2>
|
||||
|
||||
<p>I’ve always believed in the power of education to fill in knowledge gaps and open new doors. With technology evolving at a breakneck pace, there’s always more to learn. This program is not just about getting higher qualifications; it’s about equipping myself to contribute more significantly to the field I am passionate about.</p>
|
||||
|
||||
<h2 id="the-role-of-my-homelab">The Role of My Homelab</h2>
|
||||
|
||||
<p>My homelab has been a cornerstone of my learning journey. It’s where I experiment, explore, and expand my practical knowledge of IT systems. I anticipate that the WGU program will not only benefit from my hands-on experience in the homelab but will also provide new insights and challenges that I can bring back to my personal lab setup and services I provide.</p>
|
||||
|
||||
<h2 id="a-call-for-support">A Call for Support</h2>
|
||||
|
||||
<p>As I embark on this new educational path, any support to enhance my homelab capabilities and cover the costs of running services would be greatly appreciated. Your support, whether through knowledge sharing, equipment recommendations, or financial contributions, will play a crucial role in my journey.</p>
|
||||
|
||||
<h2 id="merchandise-on-the-horizon">Merchandise on the Horizon</h2>
|
||||
|
||||
<p>In other exciting news, I’m working on launching a range of merchandise on Redbubble. This is not just about creating cool, tech-themed items; it’s a creative outlet for me and a way to connect with the community. Stay tuned for more updates!</p>
|
||||
|
||||
<p>Logo for merch:</p>
|
||||
|
||||
<p><img src="/assets/logos/logo-no-background.png" alt="d@n tech logo" title="d@n tech logo" /></p>
|
||||
|
||||
<h2 id="in-closing">In Closing</h2>
|
||||
|
||||
<p>I’m at an exciting crossroads, filled with new challenges and opportunities. I look forward to sharing my experiences and learnings with all of you. Let’s continue to grow and learn together in this ever-evolving world of technology.</p>
|
||||
|
||||
<p>Thank you for being a part of my journey!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
153
life/2024/01/22/my-it-odyssey.html
Normal file
@@ -0,0 +1,153 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>my it odyssey: from entry-level to expertise | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="my it odyssey: from entry-level to expertise" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Introduction Hello, I’m Dustin, and I’ve been navigating the dynamic world of IT support since 2017. With a foundation in Computer Network Systems and Administration from ITT-Tech (2013), my career has taken me through various roles, each offering unique challenges and learnings. Today, I’d like to share my journey, hoping to inspire those starting in IT or looking to advance in this field." />
|
||||
<meta property="og:description" content="Introduction Hello, I’m Dustin, and I’ve been navigating the dynamic world of IT support since 2017. With a foundation in Computer Network Systems and Administration from ITT-Tech (2013), my career has taken me through various roles, each offering unique challenges and learnings. Today, I’d like to share my journey, hoping to inspire those starting in IT or looking to advance in this field." />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2024/01/22/my-it-odyssey.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2024/01/22/my-it-odyssey.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-01-22T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="my it odyssey: from entry-level to expertise" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-01-22T00:00:00-05:00","datePublished":"2024-01-22T00:00:00-05:00","description":"Introduction Hello, I’m Dustin, and I’ve been navigating the dynamic world of IT support since 2017. With a foundation in Computer Network Systems and Administration from ITT-Tech (2013), my career has taken me through various roles, each offering unique challenges and learnings. Today, I’d like to share my journey, hoping to inspire those starting in IT or looking to advance in this field.","headline":"my it odyssey: from entry-level to expertise","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2024/01/22/my-it-odyssey.html"},"url":"https://dustin.coffee/life/2024/01/22/my-it-odyssey.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>my it odyssey: from entry-level to expertise</h2>
|
||||
<p>22 Jan 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h4 id="introduction">Introduction</h4>
|
||||
<p>Hello, I’m Dustin, and I’ve been navigating the dynamic world of IT support since 2017. With a foundation in Computer Network Systems and Administration from ITT-Tech (2013), my career has taken me through various roles, each offering unique challenges and learnings. Today, I’d like to share my journey, hoping to inspire those starting in IT or looking to advance in this field.</p>
|
||||
|
||||
<h4 id="first-steps-at-delta-sonic-car-wash-2017-2019">First Steps at Delta Sonic Car Wash (2017-2019)</h4>
|
||||
<ul>
|
||||
<li><strong>Role:</strong> Computer Support Technician</li>
|
||||
<li><strong>Scope:</strong> Managed IT needs across 9 locations in 2 cities.</li>
|
||||
<li><strong>Deeper Dive:</strong>
|
||||
<ul>
|
||||
<li><strong>Challenges Faced:</strong> Tackling complex POS system issues and network dilemmas was a daily task, pushing me to develop effective troubleshooting skills.</li>
|
||||
<li><strong>Skill Development:</strong> This role was crucial in honing my technical problem-solving abilities and customer service skills, teaching me the value of patience and clear communication.</li>
|
||||
<li><strong>Key Takeaways:</strong> I learned the importance of a meticulous approach to diagnostics and the necessity of translating tech jargon into understandable language for non-tech staff.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="leveling-up-at-nys-its-2019-2023">Leveling Up at NYS ITS (2019-2023)</h4>
|
||||
<ul>
|
||||
<li><strong>Role:</strong> Level 2 IT Support (L2 ITS)</li>
|
||||
<li><strong>Scope:</strong> Provided IT support for 25 agencies over 10 counties in Central NY.</li>
|
||||
<li><strong>Expanding Horizons:</strong>
|
||||
<ul>
|
||||
<li><strong>Broader Impact:</strong> My efforts here went beyond fixing immediate issues, contributing to smoother operations across multiple agencies.</li>
|
||||
<li><strong>Professional Growth:</strong> This period was marked by growth in project management and strategic planning, as I spearheaded hardware rollouts and upgrades.</li>
|
||||
<li><strong>Memorable Projects:</strong> A significant project I managed was the standup of the Mass Vaccination Site at the NYS Fairgrounds, which taught me valuable lessons in large-scale project execution.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="current-role-at-virtual-service-operations-vso-2023-present">Current Role at Virtual Service Operations (VSO) (2023-Present)</h4>
|
||||
<ul>
|
||||
<li><strong>Role:</strong> Raytheon Technology Deskside Support at Pratt & Whitney</li>
|
||||
<li><strong>Scope:</strong> Catering to the IT needs of about 200 users at the Pratt and Whitney PSD campus.</li>
|
||||
<li><strong>Current Endeavors:</strong>
|
||||
<ul>
|
||||
<li><strong>Solo Operations:</strong> As the only IT support on campus, I handle everything from software installations to complex troubleshooting, ensuring smooth tech operations for all users.</li>
|
||||
<li><strong>Adapting to Change:</strong> This role requires me to be agile and up-to-date with the latest technologies, adapting quickly to new challenges and IT methodologies.</li>
|
||||
<li><strong>Independent Problem Solving:</strong> Working alone has honed my ability to tackle issues independently and develop innovative solutions, reinforcing the importance of self-reliance and resourcefulness in tech support.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="future-plans-and-aspirations">Future Plans and Aspirations</h4>
|
||||
<ul>
|
||||
<li><strong>Academic Pursuits:</strong> I’m excited to start an Accelerated Bachelor’s and Master’s IT degree program at WGU on 2/1/24, aiming to deepen my knowledge and open new career avenues.</li>
|
||||
<li><strong>Career Vision:</strong> Post-graduation, I envision a role that not only challenges me but also aligns more closely with my passion for emerging technologies and innovative solutions.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="personal-reflections">Personal Reflections</h4>
|
||||
<ul>
|
||||
<li><strong>The Tech Landscape:</strong> The IT field has evolved tremendously, and I believe we’re on the cusp of more groundbreaking changes in technology and how we interact with it.</li>
|
||||
<li><strong>Work-Life Balance:</strong> Balancing a demanding career with personal passions like homelabs and Pathfinder gaming has been a fulfilling journey in itself.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="conclusion">Conclusion</h4>
|
||||
<p>My journey through the IT landscape has been enriching and enlightening. I’m grateful for the challenges and opportunities I’ve encountered, and I hope my story encourages others to pursue their own path in tech. If you’re on a similar journey, I’d love to hear about your experiences and challenges. Together, let’s continue to learn, grow, and innovate in this ever-evolving field.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,120 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>java journeys: transitioning to it infrastructure at wolfspeed | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="java journeys: transitioning to it infrastructure at wolfspeed" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Introduction: Hey there, folks! Today, I’m sharing a pivotal moment in my career journey with you at d@n tech. After five months of serving as a Desktop Support Specialist at Pratt & Whitney PSD, I’ve moved into a new role as an IT Infrastructure Support Technician at Wolfspeed." />
|
||||
<meta property="og:description" content="Introduction: Hey there, folks! Today, I’m sharing a pivotal moment in my career journey with you at d@n tech. After five months of serving as a Desktop Support Specialist at Pratt & Whitney PSD, I’ve moved into a new role as an IT Infrastructure Support Technician at Wolfspeed." />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-03-22T00:00:00-04:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="java journeys: transitioning to it infrastructure at wolfspeed" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-03-22T00:00:00-04:00","datePublished":"2024-03-22T00:00:00-04:00","description":"Introduction: Hey there, folks! Today, I’m sharing a pivotal moment in my career journey with you at d@n tech. After five months of serving as a Desktop Support Specialist at Pratt & Whitney PSD, I’ve moved into a new role as an IT Infrastructure Support Technician at Wolfspeed.","headline":"java journeys: transitioning to it infrastructure at wolfspeed","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html"},"url":"https://dustin.coffee/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>java journeys: transitioning to it infrastructure at wolfspeed</h2>
|
||||
<p>22 Mar 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h4 id="introduction">Introduction:</h4>
|
||||
<p>Hey there, folks! Today, I’m sharing a pivotal moment in my career journey with you at d@n tech. After five months of serving as a Desktop Support Specialist at Pratt & Whitney PSD, I’ve moved into a new role as an IT Infrastructure Support Technician at Wolfspeed.</p>
|
||||
|
||||
<h4 id="my-time-at-pratt--whitney-psd">My Time at Pratt & Whitney PSD:</h4>
|
||||
<p>At Pratt & Whitney PSD, I was the go-to guy for 200 end users, juggling tasks in office spaces and on the bustling machining floor. It was a busy gig that taught me the value of staying cool under pressure and finding solutions on the fly.</p>
|
||||
|
||||
<h4 id="transitioning-to-wolfspeed">Transitioning to Wolfspeed:</h4>
|
||||
<p>Now, I’m settling into life at Wolfspeed, where I’m supporting around 80 end users across office and electrical lab environments. My plate is full with projects, L2 support, and handling the ins and outs of new user deployments.</p>
|
||||
|
||||
<h4 id="facing-the-challenges">Facing the Challenges:</h4>
|
||||
<p>Switching gears to a new role isn’t without its hurdles. Getting acquainted with Wolfspeed’s IT setup and catering to a smaller user base has been a bit of a learning curve. But hey, every challenge is just a chance to level up, right?</p>
|
||||
|
||||
<h4 id="embracing-the-opportunities">Embracing the Opportunities:</h4>
|
||||
<p>Despite the adjustments, I’m pumped about what lies ahead. Wolfspeed offers a chance to dive deep into IT infrastructure support, exploring new tech and fine-tuning my project management chops along the way.</p>
|
||||
|
||||
<h4 id="a-blend-of-passion-and-purpose">A Blend of Passion and Purpose:</h4>
|
||||
<p>For a homelabber and tech enthusiast like me, this career shift is more than just a job change - it’s about pursuing what fires me up and pushing myself to grow, both personally and professionally.</p>
|
||||
|
||||
<h4 id="looking-forward">Looking Forward:</h4>
|
||||
<p>As I settle into my groove at Wolfspeed, I’ll be dishing out insights, tips, and tales from the trenches of IT support. So keep an eye out for more updates and musings as we journey through the world of tech and coffee together here at d@n tech.</p>
|
||||
|
||||
<h4 id="conclusion">Conclusion:</h4>
|
||||
<p>Change can be a wild ride, but it’s all about rolling with the punches and savoring the journey. Here’s to new beginnings, endless possibilities, and a good old cup of Americano to keep us grounded along the way.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>a roast of reality: life changes, career shifts, and what’s next | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="a roast of reality: life changes, career shifts, and what’s next" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Life can be compared to coffee: bitter, sweet, and full of unexpected flavors. Over the past few years, I’ve experienced various life changes and career shifts that have brought challenges and opportunities. Let’s explore my journey in several distinct phases." />
|
||||
<meta property="og:description" content="Life can be compared to coffee: bitter, sweet, and full of unexpected flavors. Over the past few years, I’ve experienced various life changes and career shifts that have brought challenges and opportunities. Let’s explore my journey in several distinct phases." />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-11-27T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="a roast of reality: life changes, career shifts, and what’s next" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-11-27T00:00:00-05:00","datePublished":"2024-11-27T00:00:00-05:00","description":"Life can be compared to coffee: bitter, sweet, and full of unexpected flavors. Over the past few years, I’ve experienced various life changes and career shifts that have brought challenges and opportunities. Let’s explore my journey in several distinct phases.","headline":"a roast of reality: life changes, career shifts, and what’s next","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html"},"url":"https://dustin.coffee/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>a roast of reality: life changes, career shifts, and what's next</h2>
|
||||
<p>27 Nov 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>Life can be compared to coffee: bitter, sweet, and full of unexpected flavors. Over the past few years, I’ve experienced various life changes and career shifts that have brought challenges and opportunities. Let’s explore my journey in several distinct phases.</p>
|
||||
|
||||
<h4 id="the-big-decision">The Big Decision</h4>
|
||||
<p>In April 2024, my wife decided to leave her PhD program. This pivotal moment led us to reevaluate our priorities and consider a change of scenery. We decided to move back to New York on August 1st, 2024, seeking new opportunities and a fresh start.</p>
|
||||
|
||||
<h4 id="facing-challenges">Facing Challenges</h4>
|
||||
<p>Upon returning to New York, financial responsibilities took center stage. To meet these obligations, I took a job at Walmart towards the end of August 2024. Although it wasn’t my dream position, I reminded myself that every experience offers room for growth and learning.</p>
|
||||
|
||||
<h4 id="new-opportunities">New Opportunities</h4>
|
||||
<p>As the seasons changed, so did my luck. On October 1st, 2024, I began a new role as a contractor through MergeIT, working with Waygate Tech in Skaneateles. This position allowed me to put my IT expertise to good use and reignite my passion for technology.</p>
|
||||
|
||||
<h4 id="future-aspirations">Future Aspirations</h4>
|
||||
<p>Even as I settle into my current role, I’m still looking for opportunities to return to New York State ITS. The public sector presents unique challenges and a chance to make a positive impact on a broader scale.</p>
|
||||
|
||||
<h4 id="embracing-change">Embracing Change</h4>
|
||||
<p>Moving forward, I’m committed to embracing whatever life has in store for me, whether it’s another career change or a fresh start in a new city. Just as coffee beans must undergo a roasting process to reveal their full potential, life’s twists and turns can refine us, fostering growth and resilience.
|
||||
In conclusion, life is unpredictable, and careers can be uncertain. By staying true to ourselves and embracing new experiences, we can weather any storm and come out stronger. So, let’s raise a cup to life’s bitter and sweet moments and toast the journey ahead!
|
||||
It’s been four months since I last posted on this blog. This hiatus is mainly due to a lack of time, energy, and uncertainty about what to share. However, I’m committed to getting back into the swing of things and providing valuable content for my readers. Thank you for your patience and continued support.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,132 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>brewed reflections: a semester wrap-up and steaming future ahead | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="brewed reflections: a semester wrap-up and steaming future ahead" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Welcome back to my corner of the internet! As I sit down to reflect on this past semester, I’m filled with a sense of accomplishment and excitement for what lies ahead. This journey has been nothing short of enlightening, and I’m eager to share my experiences while stirring in a bit of my favorite brew!" />
|
||||
<meta property="og:description" content="Welcome back to my corner of the internet! As I sit down to reflect on this past semester, I’m filled with a sense of accomplishment and excitement for what lies ahead. This journey has been nothing short of enlightening, and I’m eager to share my experiences while stirring in a bit of my favorite brew!" />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-01-30T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="brewed reflections: a semester wrap-up and steaming future ahead" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2025-01-30T00:00:00-05:00","datePublished":"2025-01-30T00:00:00-05:00","description":"Welcome back to my corner of the internet! As I sit down to reflect on this past semester, I’m filled with a sense of accomplishment and excitement for what lies ahead. This journey has been nothing short of enlightening, and I’m eager to share my experiences while stirring in a bit of my favorite brew!","headline":"brewed reflections: a semester wrap-up and steaming future ahead","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html"},"url":"https://dustin.coffee/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>brewed reflections: a semester wrap-up and steaming future ahead</h2>
|
||||
<p>30 Jan 2025 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>Welcome back to my corner of the internet! As I sit down to reflect on this past semester, I’m filled with a sense of accomplishment and excitement for what lies ahead. This journey has been nothing short of enlightening, and I’m eager to share my experiences while stirring in a bit of my favorite brew!</p>
|
||||
|
||||
<p><strong>Sipping on Knowledge: Classes Completed</strong></p>
|
||||
|
||||
<p>This semester, I’ve had the privilege of diving into five diverse courses that have each contributed uniquely to my academic growth:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>American Politics and the US Constitution</strong>: This course provided a deep dive into the foundational aspects of American governance. Understanding the nuances of our political system has been both fascinating and enlightening—much like savoring a bold cup of coffee!</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Natural Sciences Lab</strong>: Hands-on experiments in the lab have reinforced theoretical concepts, making abstract ideas tangible through practical application. It’s been an engaging way to explore scientific principles—comparable to the precise process of brewing the perfect espresso.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Applied Algebra</strong>: Strengthening my algebraic skills has proven invaluable, especially in problem-solving scenarios that require analytical thinking. The practical applications of these skills are vast and exciting— kind of like calculating the ideal coffee-to-water ratio!</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Ethics in Technology</strong>: This course challenged me to think critically about the moral implications of technological advancements. It’s a crucial area as technology continues to evolve rapidly, impacting society in profound ways—much like how innovations in coffee brewing have transformed our mornings.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Cloud Foundations</strong>: Completing this course was a significant milestone, capped by earning my <strong>AWS Certified Cloud Practitioner certification</strong>. This achievement feels like a testament to my dedication and hard work, opening doors to new career opportunities in the cloud computing field.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>Reflecting on these courses, I’m proud of the effort I’ve put in and the knowledge I’ve gained. Each has prepared me for new challenges and adventures.</p>
|
||||
|
||||
<p><strong>Espresso Yourself: Excitement for Next Steps</strong></p>
|
||||
|
||||
<p>Looking ahead, I’m thrilled to embark on my next semester with <strong>Web Development Foundations</strong> and <strong>Web Development Applications</strong>. With my experience building and hosting a couple of websites, I’m excited to deepen my knowledge in these areas. It’s incredibly rewarding to see ideas come to life online, similar to watching a barista perfect their craft.</p>
|
||||
|
||||
<p><strong>Final Thoughts: Brewing Success</strong></p>
|
||||
|
||||
<p>As I move forward, I remain committed to my educational goals, excited for the challenges and opportunities ahead. The journey is as important as the destination, and I’m grateful for each step taken so far. Here’s to continued growth, new skills, and achieving my aspirations in this ever-evolving educational landscape.</p>
|
||||
|
||||
<p>Thank you for joining me on this journey. Stay tuned for more updates as I continue to explore new horizons—because like a good cup of coffee, there’s always something brewing!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>from beans to bills: crafting my first project quote | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="from beans to bills: crafting my first project quote" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="As I embark on the journey of freelancing, I found myself transitioning from creative coffee shop sessions to the business side of things. Like a well-brewed cup of coffee, managing my finances requires the right blend of tools and practices. Recently, I set up some essential systems that will help me streamline my invoicing process, including self-hosted InvoiceNinja software and a PayPal business account. Join me as I walk you through my experience of crafting my first project quote and the choices I made along the way." />
|
||||
<meta property="og:description" content="As I embark on the journey of freelancing, I found myself transitioning from creative coffee shop sessions to the business side of things. Like a well-brewed cup of coffee, managing my finances requires the right blend of tools and practices. Recently, I set up some essential systems that will help me streamline my invoicing process, including self-hosted InvoiceNinja software and a PayPal business account. Join me as I walk you through my experience of crafting my first project quote and the choices I made along the way." />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-02-27T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="from beans to bills: crafting my first project quote" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2025-02-27T00:00:00-05:00","datePublished":"2025-02-27T00:00:00-05:00","description":"As I embark on the journey of freelancing, I found myself transitioning from creative coffee shop sessions to the business side of things. Like a well-brewed cup of coffee, managing my finances requires the right blend of tools and practices. Recently, I set up some essential systems that will help me streamline my invoicing process, including self-hosted InvoiceNinja software and a PayPal business account. Join me as I walk you through my experience of crafting my first project quote and the choices I made along the way.","headline":"from beans to bills: crafting my first project quote","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html"},"url":"https://dustin.coffee/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>from beans to bills: crafting my first project quote</h2>
|
||||
<p>27 Feb 2025 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>As I embark on the journey of freelancing, I found myself transitioning from creative coffee shop sessions to the business side of things. Like a well-brewed cup of coffee, managing my finances requires the right blend of tools and practices. Recently, I set up some essential systems that will help me streamline my invoicing process, including self-hosted InvoiceNinja software and a PayPal business account. Join me as I walk you through my experience of crafting my first project quote and the choices I made along the way.</p>
|
||||
|
||||
<h2 id="brewing-the-right-tools-why-i-chose-invoiceninja">Brewing the Right Tools: Why I Chose InvoiceNinja</h2>
|
||||
|
||||
<p>When it came to invoicing solutions, I needed something that was both flexible and easy to use. After researching various options, I settled on a self-hosted version of <strong>InvoiceNinja</strong>. This open-source software allowed me to have complete control over my data—much like crafting the perfect roast to suit my taste buds.</p>
|
||||
|
||||
<p>Self-hosting means I can customize the software according to my needs, and I love the idea of managing invoices without relying solely on a third-party provider. It’s important for me to keep my operations as streamlined and personalized as a cozy coffee shop experience.</p>
|
||||
|
||||
<h2 id="setting-up-a-paypal-business-account-a-step-towards-professionalism">Setting Up a PayPal Business Account: A Step Towards Professionalism</h2>
|
||||
|
||||
<p>In tandem with InvoiceNinja, I opened a <strong>PayPal business account</strong>. Why PayPal? Its widespread recognition and reliability make it an ideal choice for freelancers and service providers alike. More importantly, I wanted to leverage the <strong>PayPal API</strong> for seamless integration with InvoiceNinja. This integration enables my clients to pay invoices directly through their PayPal accounts, creating a smoother transaction process.</p>
|
||||
|
||||
<p>The setup was straightforward—just like brewing a basic cup of coffee. I went through PayPal’s registration process, ensuring I provided all the necessary information for a business account. Once my account was active, diving into the API documentation was my next step, which paved the way for my future work with InvoiceNinja.</p>
|
||||
|
||||
<h2 id="crafting-my-first-project-quote-a-blend-of-creativity-and-precision">Crafting My First Project Quote: A Blend of Creativity and Precision</h2>
|
||||
|
||||
<p>With the systems in place, it was time to craft my first project quote. I approached it with the same care I put into creating my favorite coffee blend, ensuring every detail was perfect.</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p><strong>Defining the Scope</strong>: I laid out what the project entailed—including deliverables, timelines, and any specific requirements from the client. Clarity here is essential to avoid misunderstandings later.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Pricing</strong>: I accounted for my time, the resources I’d need, and any potential expenses. Similar to calculating the cost of specialty beans, finding the right balance in pricing is crucial to ensure I’m compensated fairly while remaining competitive.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Creating the Quote in InvoiceNinja</strong>: With everything defined, I jumped into InvoiceNinja. The platform made it easy to create a polished quote with customizable templates. I added my branding (because what’s a business without a little personal flair?) and ensured the document looked professional yet inviting.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Integrating PayPal</strong>: Next, I set up the integration with PayPal, enabling a “Pay Now” button directly on the invoice. This feature is like a cherry on top of my coffee—making it easy for clients to settle their bills without delay.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Sending the Quote</strong>: Finally, I hit send! A mix of excitement and nervousness coursed through me. The quote looked great, and I was eager to see how my client would respond.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h2 id="the-aftertaste-reflection-and-learning">The Aftertaste: Reflection and Learning</h2>
|
||||
|
||||
<p>Crafting my first project quote was a learning experience—one that parallels tasting new coffee varieties. As I sip and savor, I reflect on what went well and what I could improve in future transactions.</p>
|
||||
|
||||
<p>The combination of self-hosted InvoiceNinja and PayPal has set the tone for how I will manage my finances moving forward. Having these tools in place not only streamlines my process but also provides my clients with a professional experience—much like being served the perfect brew in a café.</p>
|
||||
|
||||
<p>As I continue this journey, I look forward to refining my invoicing skills and serving clients with the same passion I bring to my craft. If you’re on your own freelancing path, remember: success comes from blending the right tools to create a delightful experience for both you and your clients. Cheers to many more quotes, projects, and expansive horizons ahead!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,142 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>coffee, code, and creativity: the launch of my new website | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="coffee, code, and creativity: the launch of my new website" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="I’m excited to announce the launch of my brand-new web development website! This venture has been a blend of creativity, dedication, and a lot of caffeinated brainstorming. The goal of my website is to serve as a landing page for potential clients, showcasing my skills and the services I offer, much like a beautifully curated coffee menu at your favorite café." />
|
||||
<meta property="og:description" content="I’m excited to announce the launch of my brand-new web development website! This venture has been a blend of creativity, dedication, and a lot of caffeinated brainstorming. The goal of my website is to serve as a landing page for potential clients, showcasing my skills and the services I offer, much like a beautifully curated coffee menu at your favorite café." />
|
||||
<link rel="canonical" href="https://dustin.coffee/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-02-28T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="coffee, code, and creativity: the launch of my new website" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2025-02-28T00:00:00-05:00","datePublished":"2025-02-28T00:00:00-05:00","description":"I’m excited to announce the launch of my brand-new web development website! This venture has been a blend of creativity, dedication, and a lot of caffeinated brainstorming. The goal of my website is to serve as a landing page for potential clients, showcasing my skills and the services I offer, much like a beautifully curated coffee menu at your favorite café.","headline":"coffee, code, and creativity: the launch of my new website","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html"},"url":"https://dustin.coffee/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>coffee, code, and creativity: the launch of my new website</h2>
|
||||
<p>28 Feb 2025 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>I’m excited to announce the launch of my brand-new web development website! This venture has been a blend of creativity, dedication, and a lot of caffeinated brainstorming. The goal of my website is to serve as a landing page for potential clients, showcasing my skills and the services I offer, much like a beautifully curated coffee menu at your favorite café.</p>
|
||||
|
||||
<h2 id="welcome-to-my-digital-space">Welcome to My Digital Space!</h2>
|
||||
|
||||
<h3 id="who-am-i">Who Am I?</h3>
|
||||
|
||||
<p>Just like each coffee has its unique flavor profile, I bring a distinct set of skills and experiences to web development. I specialize in creating responsive, user-friendly websites that not only look good but also function seamlessly. My passion for design and coding drives me to deliver solutions tailored to each client’s needs.</p>
|
||||
|
||||
<h3 id="what-i-offer">What I Offer</h3>
|
||||
|
||||
<p>On my newly launched website, you’ll find a clear overview of my services:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Custom Web Development</strong>: From concept to launch, I can create a website that matches your vision and goals.</li>
|
||||
<li><strong>Responsive Design</strong>: All of my sites are designed to be mobile-friendly, ensuring a smooth experience for users on any device.</li>
|
||||
<li><strong>E-commerce Solutions</strong>: Ready to take your business online? I’ll help you set up an engaging and easy-to-navigate online store.</li>
|
||||
<li><strong>SEO Optimization</strong>: Let’s make sure your website is visible when potential customers are searching for your services.</li>
|
||||
<li><strong>Ongoing Support</strong>: I believe in building long-term relationships. I provide ongoing support and maintenance to keep your site running smoothly.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="why-choose-me">Why Choose Me?</h2>
|
||||
|
||||
<p>In a world full of options, why should you choose to work with me? Here are a few reasons:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Personalized Approach</strong>: I take the time to understand your unique needs and goals, just like how a barista will customize your order based on your preferences.</li>
|
||||
<li><strong>Quality First</strong>: My commitment to quality ensures that every project I take on meets high standards.</li>
|
||||
<li><strong>Timely Delivery</strong>: I value your time as much as a good cup of coffee—prompt, efficient service is guaranteed.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="portfolio-showcase">Portfolio Showcase</h2>
|
||||
|
||||
<p>Your first impression matters, and that’s why I’ve included a portfolio section showcasing my previous projects. Each piece reflects my capabilities and attention to detail, just like a well-crafted beverage reflects a barista’s skill. This section will give you an idea of the work I do and the quality you can expect when you choose to collaborate with me.</p>
|
||||
|
||||
<h2 id="get-in-touch">Get in Touch</h2>
|
||||
|
||||
<p>I know that starting a new project can feel overwhelming, just like choosing the perfect brew in a coffee shop. That’s why I’ve made it easy for you to reach out. If you have an idea, a project in mind, or just want to chat about web development, my contact form is just a click away. Let’s take that first step together!</p>
|
||||
|
||||
<h2 id="subscribe-for-insights">Subscribe for Insights</h2>
|
||||
|
||||
<p>Additionally, I invite you to subscribe to my blog for tips, tutorials, and industry insights. Much like sharing coffee brewing techniques, I believe in sharing knowledge and helping others grow in their web journey.</p>
|
||||
|
||||
<h2 id="conclusion-cheers-to-new-beginnings">Conclusion: Cheers to New Beginnings!</h2>
|
||||
|
||||
<p>Launching my web development website is an exciting milestone, and I can’t wait to connect with you and help bring your ideas to life. Thank you for visiting, and I hope to work with you soon to create something extraordinary together. Cheers to new beginnings and a future rich with possibilities!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
129
news/2023/12/27/New-Site.html
Normal file
@@ -0,0 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>d@n tech is Live! | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="d@n tech is Live!" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="New Site Deployed: D@N Tech is Now Live! I am excited to announce that my new Jekyll site, d@n tech, is officially live! This is a significant milestone for me, and I’m thrilled to share this journey with you. The Journey to Jekyll Initially, I considered using WordPress for my website. WordPress is a powerful tool with a lot of flexibility, and it’s great for many projects. However, for my specific needs, I found it to be somewhat bulky. I needed something streamlined, efficient, and more suited to a tech-centric site like mine. That’s when I turned to Jekyll. Jekyll is a static site generator that’s perfect for developers who want to dive into code, customize their site extensively, and have a more hands-on approach to site management. It’s lightweight, fast, and allows for greater control over the site’s design and functionality. Why Jekyll? There are several reasons why Jekyll stood out to me: Simplicity and Speed: Jekyll sites are static, which means they load faster and are simpler to host and manage. Developer-Friendly: As a developer, I appreciate being able to work directly with the code, and Jekyll is built for this kind of hands-on approach. Customization: With Jekyll, I have more freedom to customize my site exactly how I want it. Community and Support: The Jekyll community is vibrant and supportive, offering a wealth of plugins and themes. What’s Next for D@N Tech? The launch of d@n tech is just the beginning. This blog will serve as a chronicle of my journey in tech, a place where I can share updates, insights, and experiences. Regular Updates: Expect regular posts on projects I’m working on, new technologies I’m exploring, and general thoughts on the IT world. Resource Sharing: I’ll be sharing resources and tips that I find useful in my professional journey. Community Interaction: I’m looking forward to engaging with the community, learning from others, and sharing my knowledge. Stay tuned for more updates, and thank you for being a part of this exciting journey!" />
|
||||
<meta property="og:description" content="New Site Deployed: D@N Tech is Now Live! I am excited to announce that my new Jekyll site, d@n tech, is officially live! This is a significant milestone for me, and I’m thrilled to share this journey with you. The Journey to Jekyll Initially, I considered using WordPress for my website. WordPress is a powerful tool with a lot of flexibility, and it’s great for many projects. However, for my specific needs, I found it to be somewhat bulky. I needed something streamlined, efficient, and more suited to a tech-centric site like mine. That’s when I turned to Jekyll. Jekyll is a static site generator that’s perfect for developers who want to dive into code, customize their site extensively, and have a more hands-on approach to site management. It’s lightweight, fast, and allows for greater control over the site’s design and functionality. Why Jekyll? There are several reasons why Jekyll stood out to me: Simplicity and Speed: Jekyll sites are static, which means they load faster and are simpler to host and manage. Developer-Friendly: As a developer, I appreciate being able to work directly with the code, and Jekyll is built for this kind of hands-on approach. Customization: With Jekyll, I have more freedom to customize my site exactly how I want it. Community and Support: The Jekyll community is vibrant and supportive, offering a wealth of plugins and themes. What’s Next for D@N Tech? The launch of d@n tech is just the beginning. This blog will serve as a chronicle of my journey in tech, a place where I can share updates, insights, and experiences. Regular Updates: Expect regular posts on projects I’m working on, new technologies I’m exploring, and general thoughts on the IT world. Resource Sharing: I’ll be sharing resources and tips that I find useful in my professional journey. Community Interaction: I’m looking forward to engaging with the community, learning from others, and sharing my knowledge. Stay tuned for more updates, and thank you for being a part of this exciting journey!" />
|
||||
<link rel="canonical" href="https://dustin.coffee/news/2023/12/27/New-Site.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/news/2023/12/27/New-Site.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2023-12-27T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="d@n tech is Live!" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2023-12-27T00:00:00-05:00","datePublished":"2023-12-27T00:00:00-05:00","description":"New Site Deployed: D@N Tech is Now Live! I am excited to announce that my new Jekyll site, d@n tech, is officially live! This is a significant milestone for me, and I’m thrilled to share this journey with you. The Journey to Jekyll Initially, I considered using WordPress for my website. WordPress is a powerful tool with a lot of flexibility, and it’s great for many projects. However, for my specific needs, I found it to be somewhat bulky. I needed something streamlined, efficient, and more suited to a tech-centric site like mine. That’s when I turned to Jekyll. Jekyll is a static site generator that’s perfect for developers who want to dive into code, customize their site extensively, and have a more hands-on approach to site management. It’s lightweight, fast, and allows for greater control over the site’s design and functionality. Why Jekyll? There are several reasons why Jekyll stood out to me: Simplicity and Speed: Jekyll sites are static, which means they load faster and are simpler to host and manage. Developer-Friendly: As a developer, I appreciate being able to work directly with the code, and Jekyll is built for this kind of hands-on approach. Customization: With Jekyll, I have more freedom to customize my site exactly how I want it. Community and Support: The Jekyll community is vibrant and supportive, offering a wealth of plugins and themes. What’s Next for D@N Tech? The launch of d@n tech is just the beginning. This blog will serve as a chronicle of my journey in tech, a place where I can share updates, insights, and experiences. Regular Updates: Expect regular posts on projects I’m working on, new technologies I’m exploring, and general thoughts on the IT world. Resource Sharing: I’ll be sharing resources and tips that I find useful in my professional journey. Community Interaction: I’m looking forward to engaging with the community, learning from others, and sharing my knowledge. Stay tuned for more updates, and thank you for being a part of this exciting journey!","headline":"d@n tech is Live!","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/news/2023/12/27/New-Site.html"},"url":"https://dustin.coffee/news/2023/12/27/New-Site.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>d@n tech is Live!</h2>
|
||||
<p>27 Dec 2023 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h1 id="new-site-deployed-dn-tech-is-now-live">New Site Deployed: D@N Tech is Now Live!</h1>
|
||||
|
||||
<p>I am excited to announce that my new Jekyll site, <strong>d@n tech</strong>, is officially live! This is a significant milestone for me, and I’m thrilled to share this journey with you.</p>
|
||||
|
||||
<h2 id="the-journey-to-jekyll">The Journey to Jekyll</h2>
|
||||
|
||||
<p>Initially, I considered using WordPress for my website. WordPress is a powerful tool with a lot of flexibility, and it’s great for many projects. However, for my specific needs, I found it to be somewhat bulky. I needed something streamlined, efficient, and more suited to a tech-centric site like mine.</p>
|
||||
|
||||
<p>That’s when I turned to Jekyll. Jekyll is a static site generator that’s perfect for developers who want to dive into code, customize their site extensively, and have a more hands-on approach to site management. It’s lightweight, fast, and allows for greater control over the site’s design and functionality.</p>
|
||||
|
||||
<h2 id="why-jekyll">Why Jekyll?</h2>
|
||||
|
||||
<p>There are several reasons why Jekyll stood out to me:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Simplicity and Speed</strong>: Jekyll sites are static, which means they load faster and are simpler to host and manage.</li>
|
||||
<li><strong>Developer-Friendly</strong>: As a developer, I appreciate being able to work directly with the code, and Jekyll is built for this kind of hands-on approach.</li>
|
||||
<li><strong>Customization</strong>: With Jekyll, I have more freedom to customize my site exactly how I want it.</li>
|
||||
<li><strong>Community and Support</strong>: The Jekyll community is vibrant and supportive, offering a wealth of plugins and themes.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="whats-next-for-dn-tech">What’s Next for D@N Tech?</h2>
|
||||
|
||||
<p>The launch of d@n tech is just the beginning. This blog will serve as a chronicle of my journey in tech, a place where I can share updates, insights, and experiences.</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Regular Updates</strong>: Expect regular posts on projects I’m working on, new technologies I’m exploring, and general thoughts on the IT world.</li>
|
||||
<li><strong>Resource Sharing</strong>: I’ll be sharing resources and tips that I find useful in my professional journey.</li>
|
||||
<li><strong>Community Interaction</strong>: I’m looking forward to engaging with the community, learning from others, and sharing my knowledge.</li>
|
||||
</ul>
|
||||
|
||||
<p>Stay tuned for more updates, and thank you for being a part of this exciting journey!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
1
null
Normal file
@@ -0,0 +1 @@
|
||||
In my professional life, I've navigated various roles in IT. I started at Delta Sonic, moved on to the New York State Office of Information Technology Services, and later thrived as a Desktop Support Specialist at VSO (Virtual Service Operations). After a role with Greene Resources as an Infrastructure Support Specialist, I joined Waygate Technologies in Skaneateles as an End User Support Engineer. Most recently, in March 2025, I returned to New York State service (Office of Information Technology Services), where I continue supporting end users and enterprise operations.
|
||||
113
posts/:year/:month/:title.html
Normal file
@@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Page 2 of 2 for d@n tech posts - page 2 | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="d@n tech posts - page 2" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/posts/:year/:month/:title.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/posts/:year/:month/:title.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<link rel="prev" href="https://dustin.coffee/posts/" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="d@n tech posts - page 2" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"d@n tech posts - page 2","url":"https://dustin.coffee/posts/:year/:month/:title.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<h2>Posts</h2>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-03-22 >> </span><a href="/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html">java journeys: transitioning to it infrastructure at wolfspeed</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-03-04 >> </span><a href="/tech/2024/03/04/changes-are-brewing.html">transitioning from lxc to vms: preparing for xcp-ng</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-01-22 >> </span><a href="/life/2024/01/22/my-it-odyssey.html">my it odyssey: from entry-level to expertise</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-01-11 >> </span><a href="/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html">tech infrastructure unpacked: from cloud to home server</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-01-03 >> </span><a href="/life/2024/01/03/brewing-a-stronger-it-career.html">brewing a stronger it career: from helpdesk to higher ed</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2023-12-27 >> </span><a href="/news/2023/12/27/New-Site.html">d@n tech is Live!</a><span class="float-right mobile-hide">news</span></span>
|
||||
|
||||
|
||||
<div class="post-nav">
|
||||
|
||||
|
||||
|
||||
<a href="/posts/">Newer -></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-12-01 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
121
posts/index.html
Normal file
@@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>d@n tech posts | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="d@n tech posts" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/posts/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/posts/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<link rel="next" href="https://dustin.coffee/posts/:year/:month/:title.html" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="d@n tech posts" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"d@n tech posts","url":"https://dustin.coffee/posts/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<h2>Posts</h2>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-12-01 >> </span><a href="/tech/2025/12/01/the-baristas-new-tools.html">the barista's new tools</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-06-18 >> </span><a href="/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html">brewing up my homelab: new services, hardware, and monitoring magic</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-04-09 >> </span><a href="/news/2025/04/09/brewing-success-my-journey-into-freelance-web-development-and-server-upgrades.html">brewing success: my journey into freelance web development and server upgrades</a><span class="float-right mobile-hide">news</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-02-28 >> </span><a href="/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html">coffee, code, and creativity: the launch of my new website</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-02-27 >> </span><a href="/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html">from beans to bills: crafting my first project quote</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-02-19 >> </span><a href="/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html">percolating ideas: my web dev adventure</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2025-01-30 >> </span><a href="/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html">brewed reflections: a semester wrap-up and steaming future ahead</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-11-27 >> </span><a href="/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html">a roast of reality: life changes, career shifts, and what's next</a><span class="float-right mobile-hide">life</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-07-09 >> </span><a href="/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html">when the coffee gets cold: recent adventures in my tech homelab</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
<span class="post-item"><span class="mobile-hide"> 2024-03-27 >> </span><a href="/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html">brewing resilience: from lxc to vm for flawless plex and beyond</a><span class="float-right mobile-hide">tech</span></span>
|
||||
|
||||
|
||||
<div class="post-nav">
|
||||
|
||||
|
||||
<a href="/posts/:year/:month/:title.html"><- Older</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-12-01 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
211
resume/index.html
Normal file
@@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>dustin’s resume | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="dustin’s resume" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Caffinated Tech Insights" />
|
||||
<meta property="og:description" content="Caffinated Tech Insights" />
|
||||
<link rel="canonical" href="https://dustin.coffee/resume/" />
|
||||
<meta property="og:url" content="https://dustin.coffee/resume/" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="dustin’s resume" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"dustin newkirk"},"description":"Caffinated Tech Insights","headline":"dustin’s resume","url":"https://dustin.coffee/resume/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="Dustin Newkirk,tech blog,IT blog,technology insights,specific technologies,JavaScript tutorials,Linux tips,cloud computing insights,coffee enthusiast,coffee lover,coffee and coding,tech and coffee,professional services,freelance developer,IT consultant,tech expert,location-based keywords,Syracuse tech expert,Syracuse IT consultant,project or portfolio,tech projects,personal IT portfolio,developer portfolio,guides and tutorials,tech guides,programming tutorials,IT how-to articles,tech reviews,tech product reviews,software reviews,gadget evaluations,personal journey,tech career journey,IT professional story,life of a coder" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<h1 id="dustin-newkirk7">DUSTIN NEWKIRK(7)</h1>
|
||||
|
||||
<h2 id="name">NAME</h2>
|
||||
<p><strong>Dustin Newkirk</strong> - Experienced IT Professional</p>
|
||||
|
||||
<h2 id="synopsis">SYNOPSIS</h2>
|
||||
<p><code class="language-plaintext highlighter-rouge">dustin</code> [OPTIONS]… [COMMAND]…</p>
|
||||
|
||||
<h2 id="description">DESCRIPTION</h2>
|
||||
<p>Results-driven IT professional with a strong background in systems administration, network infrastructure, and customer support. Adept at resolving complex technical issues, coordinating projects, and delivering top-notch service to stakeholders. Proficient in planning, organizing, and documenting complex server/network activities and collaborating effectively in team environments. ITILv4 Foundations and CompTIA A+ certified.</p>
|
||||
|
||||
<h2 id="experience">EXPERIENCE</h2>
|
||||
|
||||
<h3 id="march-2025---present">March 2025 - Present</h3>
|
||||
<p><strong>Information Technology Specialist 2, New York State Office of Information Technology Services</strong></p>
|
||||
<ul>
|
||||
<li>Coordinates and facilitates data and business systems support to end-users.</li>
|
||||
<li>Independently resolves hardware, network connectivity, and application issues.</li>
|
||||
<li>Performs risk assessments, recommends IT solutions, assists in upgrades.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="october-2024---march-2025">October 2024 - March 2025</h3>
|
||||
<p><strong>MergeIT</strong>
|
||||
<em>End User Support Engineer, Waygate Technologies - Contract</em></p>
|
||||
<ul>
|
||||
<li>Provide on-site deskside support in office and light manufacturing settings.</li>
|
||||
<li>Perform technical work activities remotely or on-site to fulfill business and customer needs.</li>
|
||||
<li>Coordinate small teams and deliver work packages following company processes.</li>
|
||||
<li>Document work completed and escalate issues in line with company procedures.</li>
|
||||
<li>Offer excellent customer service to both internal and external customers in a dynamic team environment.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="march-2024---june-2024">March 2024 - June 2024</h3>
|
||||
<p><strong>Greene Resources</strong><br />
|
||||
<em>Infrastructure Support Specialist, Wolfspeed - Contract</em></p>
|
||||
<ul>
|
||||
<li>Maintained operational stability in IT support by swiftly addressing issues, demonstrating persistence and urgency, and aligning short-term results with long-term strategic objectives.</li>
|
||||
<li>Managed and resolved IT incidents, including prioritizing, diagnosing, and resolving client, telecom, network, and data storage issues, with a focus on first-contact solutions and backlog management.</li>
|
||||
<li>Efficiently escalated and routed IT tickets, adhered to incident SLAs, and regularly updated a central knowledge base with troubleshooting solutions and known issues.</li>
|
||||
<li>Coordinated within the IT team to optimize service delivery, time management, and process documentation, ensuring effective task completion and issue escalation.</li>
|
||||
<li>Handled workstation imaging, software installation, hardware logistics, and asset management, including deployment, relocation, and lifecycle management in accordance with CMDB standards.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="october-2023---march-2024">October 2023 - March 2024</h3>
|
||||
<p><strong>VSO (Virtual Service Operations)</strong><br />
|
||||
<em>Desktop Support Specialist, Pratt & Whitney - Contract</em></p>
|
||||
<ul>
|
||||
<li>Provides desk support, diagnoses problems, resolves technical issues.</li>
|
||||
<li>Performs installations, repairs, upgrades, backups, and maintenance.</li>
|
||||
<li>Sets up Audio/Visual equipment, maintains hardware and software inventory.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="june-2019---august-2023">June 2019 - August 2023</h3>
|
||||
<p><strong>Information Technology Specialist 2, New York State Office of Information Technology Services</strong></p>
|
||||
<ul>
|
||||
<li>Coordinates and facilitates data and business systems support to end-users.</li>
|
||||
<li>Independently resolves hardware, network connectivity, and application issues.</li>
|
||||
<li>Performs risk assessments, recommends IT solutions, assists in upgrades.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="september-2017---june-2019">September 2017 - June 2019</h3>
|
||||
<p><strong>Computer Support Technician, Delta Sonic</strong></p>
|
||||
<ul>
|
||||
<li>Repairs and maintains point-of-sale equipment, computers, and network systems.</li>
|
||||
<li>Configures and troubleshoots hardware/software, resolves computer and network issues.</li>
|
||||
<li>Maintains company IT asset records.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="education">EDUCATION</h2>
|
||||
|
||||
<p><strong>Computer & Network Systems Administration, AAS</strong></p>
|
||||
<ul>
|
||||
<li>ITT-Technical Institute, May 2013</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="certifications">CERTIFICATIONS</h2>
|
||||
|
||||
<p><strong>ITILv4 Foundations</strong></p>
|
||||
<ul>
|
||||
<li>Received February, 2024</li>
|
||||
<li>Proficient in IT Service Management principles and practices.</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>CompTIA A+</strong></p>
|
||||
<ul>
|
||||
<li>Received October, 2023</li>
|
||||
<li>Demonstrates expertise in computer systems, networking, and security.</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>AWS Certified Cloud Practitioner</strong></p>
|
||||
<ul>
|
||||
<li>Received January, 2025</li>
|
||||
<li>Validates foundational understanding of AWS Cloud concepts, services, security, architecture, pricing, and support. Recognizes the importance of AWS Cloud in driving business value through effective cloud adoption and management.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="technical-skills">TECHNICAL SKILLS</h2>
|
||||
|
||||
<ul>
|
||||
<li>Systems Administration: Windows Server, Linux (Ubuntu, CentOS), Active Directory, System Center Configuration Manager (SCCM)</li>
|
||||
<li>Networking: TCP/IP, DNS, DHCP, VPN, LAN/WAN</li>
|
||||
<li>Customer Support: ServiceNow, Spiceworks</li>
|
||||
<li>Virtualization: VMware, Hyper-V, XCP-NG, Proxmox</li>
|
||||
<li>Scripting: PowerShell, Bash</li>
|
||||
<li>Programming: PHP, HTML, CSS, Bootstrap</li>
|
||||
<li>Databases: MySQL</li>
|
||||
<li>Security: Firewalls, Antivirus, IDS/IPS, SIEM</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="soft-skills">SOFT SKILLS</h2>
|
||||
|
||||
<ul>
|
||||
<li>Problem-solving and troubleshooting</li>
|
||||
<li>Communication and collaboration</li>
|
||||
<li>Time management and organization</li>
|
||||
<li>Adaptability and continuous learning</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="author">AUTHOR</h2>
|
||||
<p>Dustin Newkirk <a href="mailto:dustin@dustin.coffee">dustin@dustin.coffee</a></p>
|
||||
|
||||
<h2 id="see-also">SEE ALSO</h2>
|
||||
<p><a href="https://linkedin.com/in/dnewkirk">LinkedIn profile</a></p>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
2
robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Sitemap: https://dustin.coffee/sitemap.xml
|
||||
91
sitemap.xml
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://dustin.coffee/news/2023/12/27/New-Site.html</loc>
|
||||
<lastmod>2023-12-27T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2024/01/03/brewing-a-stronger-it-career.html</loc>
|
||||
<lastmod>2024-01-03T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html</loc>
|
||||
<lastmod>2024-01-11T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2024/01/22/my-it-odyssey.html</loc>
|
||||
<lastmod>2024-01-22T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2024/03/04/changes-are-brewing.html</loc>
|
||||
<lastmod>2024-03-04T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2024/03/22/java-journeys-transitioning-to-it-infrastructure-at-wolfspeed.html</loc>
|
||||
<lastmod>2024-03-22T00:00:00-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html</loc>
|
||||
<lastmod>2024-03-27T00:00:00-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html</loc>
|
||||
<lastmod>2024-07-09T00:00:00-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2024/11/27/a-roast-of-reality-life-changes-career-shifts-and-what-s-next.html</loc>
|
||||
<lastmod>2024-11-27T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2025/01/30/brewed-reflections-a-semester-wrap-up-and-steaming-future-ahead.html</loc>
|
||||
<lastmod>2025-01-30T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html</loc>
|
||||
<lastmod>2025-02-19T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2025/02/27/from-beans-to-bills-crafting-my-first-project-quote.html</loc>
|
||||
<lastmod>2025-02-27T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/life/2025/02/28/coffee-code-and-creativity-the-launch-of-my-new-website.html</loc>
|
||||
<lastmod>2025-02-28T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/news/2025/04/09/brewing-success-my-journey-into-freelance-web-development-and-server-upgrades.html</loc>
|
||||
<lastmod>2025-04-09T00:00:00-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html</loc>
|
||||
<lastmod>2025-06-18T00:00:00-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/tech/2025/12/01/the-baristas-new-tools.html</loc>
|
||||
<lastmod>2025-12-01T00:00:00-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/categories/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/resume/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/category/news/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/category/life/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/category/tech/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/collection/posts/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dustin.coffee/collection/posts/:year/:month/:title.html</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
@@ -0,0 +1,201 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>tech infrastructure unpacked: from cloud to home server | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="tech infrastructure unpacked: from cloud to home server" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Introduction: Sit back and grab a coffee Welcome to a behind-the-scenes look at the infrastructure powering my websites, Dustin.coffee and Hobokenchicken.com. In this post, I’ll lay out the complexities and intricacies of my personal tech setup, demonstrating the importance of reliability, technical skills, and the sheer appreciation of a well-built system. Section 1: Domain and DNS Configuration -Cloudflare for DNS Management Why the Switch? I transitioned to Cloudflare for managing the DNS of dustin.coffee and hobokenchicken.com after Google Domains shut down. Understanding DNS Management: Think of DNS (Domain Name System) management like a coffee shop’s menu. It helps people find my websites using easy-to-remember names (like dustin.coffee) instead of complex numerical addresses, much like how you’d order a “Caramel Macchiato” instead of remembering a specific recipe. Choosing Cloudflare: Cloudflare is renowned for its speed and security, akin to a highly efficient and safe coffee shop where your order is always secure and served quickly. Content Delivery Network (CDN) Explained: Cloudflare includes a CDN, which can be likened to having multiple coffee stations in a large office. Instead of everyone queuing at one station, causing delays, there are several stations strategically placed around the office. This setup means that no matter where you are in the office, you can get your coffee quickly. In the same way, the CDN ensures that the static content of my websites (like images and stylesheets that don’t change often) is stored in various locations on the internet, so it’s served faster to you, the visitor, no matter where you are." />
|
||||
<meta property="og:description" content="Introduction: Sit back and grab a coffee Welcome to a behind-the-scenes look at the infrastructure powering my websites, Dustin.coffee and Hobokenchicken.com. In this post, I’ll lay out the complexities and intricacies of my personal tech setup, demonstrating the importance of reliability, technical skills, and the sheer appreciation of a well-built system. Section 1: Domain and DNS Configuration -Cloudflare for DNS Management Why the Switch? I transitioned to Cloudflare for managing the DNS of dustin.coffee and hobokenchicken.com after Google Domains shut down. Understanding DNS Management: Think of DNS (Domain Name System) management like a coffee shop’s menu. It helps people find my websites using easy-to-remember names (like dustin.coffee) instead of complex numerical addresses, much like how you’d order a “Caramel Macchiato” instead of remembering a specific recipe. Choosing Cloudflare: Cloudflare is renowned for its speed and security, akin to a highly efficient and safe coffee shop where your order is always secure and served quickly. Content Delivery Network (CDN) Explained: Cloudflare includes a CDN, which can be likened to having multiple coffee stations in a large office. Instead of everyone queuing at one station, causing delays, there are several stations strategically placed around the office. This setup means that no matter where you are in the office, you can get your coffee quickly. In the same way, the CDN ensures that the static content of my websites (like images and stylesheets that don’t change often) is stored in various locations on the internet, so it’s served faster to you, the visitor, no matter where you are." />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-01-11T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="tech infrastructure unpacked: from cloud to home server" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-01-11T00:00:00-05:00","datePublished":"2024-01-11T00:00:00-05:00","description":"Introduction: Sit back and grab a coffee Welcome to a behind-the-scenes look at the infrastructure powering my websites, Dustin.coffee and Hobokenchicken.com. In this post, I’ll lay out the complexities and intricacies of my personal tech setup, demonstrating the importance of reliability, technical skills, and the sheer appreciation of a well-built system. Section 1: Domain and DNS Configuration -Cloudflare for DNS Management Why the Switch? I transitioned to Cloudflare for managing the DNS of dustin.coffee and hobokenchicken.com after Google Domains shut down. Understanding DNS Management: Think of DNS (Domain Name System) management like a coffee shop’s menu. It helps people find my websites using easy-to-remember names (like dustin.coffee) instead of complex numerical addresses, much like how you’d order a “Caramel Macchiato” instead of remembering a specific recipe. Choosing Cloudflare: Cloudflare is renowned for its speed and security, akin to a highly efficient and safe coffee shop where your order is always secure and served quickly. Content Delivery Network (CDN) Explained: Cloudflare includes a CDN, which can be likened to having multiple coffee stations in a large office. Instead of everyone queuing at one station, causing delays, there are several stations strategically placed around the office. This setup means that no matter where you are in the office, you can get your coffee quickly. In the same way, the CDN ensures that the static content of my websites (like images and stylesheets that don’t change often) is stored in various locations on the internet, so it’s served faster to you, the visitor, no matter where you are.","headline":"tech infrastructure unpacked: from cloud to home server","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html"},"url":"https://dustin.coffee/tech/2024/01/11/tech-infrastructure-unpacked-from-cloud-to-home-server.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>tech infrastructure unpacked: from cloud to home server</h2>
|
||||
<p>11 Jan 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h4 id="introduction-sit-back-and-grab-a-coffee">Introduction: Sit back and grab a coffee</h4>
|
||||
<p>Welcome to a behind-the-scenes look at the infrastructure powering my websites, Dustin.coffee and Hobokenchicken.com. In this post, I’ll lay out the complexities and intricacies of my personal tech setup, demonstrating the importance of reliability, technical skills, and the sheer appreciation of a well-built system.</p>
|
||||
|
||||
<h4 id="section-1-domain-and-dns-configuration">Section 1: Domain and DNS Configuration</h4>
|
||||
<p>-<strong>Cloudflare for DNS Management</strong></p>
|
||||
<ul>
|
||||
<li><strong>Why the Switch?</strong> I transitioned to Cloudflare for managing the DNS of dustin.coffee and hobokenchicken.com after Google Domains shut down.</li>
|
||||
<li><strong>Understanding DNS Management:</strong> Think of DNS (Domain Name System) management like a coffee shop’s menu. It helps people find my websites using easy-to-remember names (like dustin.coffee) instead of complex numerical addresses, much like how you’d order a “Caramel Macchiato” instead of remembering a specific recipe.</li>
|
||||
<li><strong>Choosing Cloudflare:</strong> Cloudflare is renowned for its speed and security, akin to a highly efficient and safe coffee shop where your order is always secure and served quickly.</li>
|
||||
<li><strong>Content Delivery Network (CDN) Explained:</strong> Cloudflare includes a CDN, which can be likened to having multiple coffee stations in a large office. Instead of everyone queuing at one station, causing delays, there are several stations strategically placed around the office. This setup means that no matter where you are in the office, you can get your coffee quickly. In the same way, the CDN ensures that the static content of my websites (like images and stylesheets that don’t change often) is stored in various locations on the internet, so it’s served faster to you, the visitor, no matter where you are.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-2-oracle-vps-and-its-role">Section 2: Oracle VPS and Its Role</h4>
|
||||
<ul>
|
||||
<li><strong>Choosing Oracle VPS:</strong> Think of Oracle VPS as a reliable and affordable storage unit for my website’s digital data. After exploring options like Google Cloud and Hetzner, Oracle VPS stood out for its excellent free tier, offering just the right balance of space and features for my needs. And with the balooning costs of Google and Hetzner, Oracle’s free tier had exactly what I wanted and needed for no cost.</li>
|
||||
<li><strong>Making Connections Work:</strong></li>
|
||||
<li><strong>Nginx Proxy Manager:</strong> This is akin to a smart sorting system in a post office. When someone requests to view my website, Nginx Proxy Manager efficiently directs this request to the right destination. It ensures that every digital ‘letter’ (or in this case, a request to access my website) is sorted and sent to the correct mailbox (my server).</li>
|
||||
<li><strong>Tailscale:</strong> Imagine Tailscale as a secure and private delivery service. It safely transports information from my Oracle VPS (the digital ‘storage unit’) to my home server (the ‘house’ where my website lives). Tailscale ensures this digital journey is secure, keeping the data safe from any unwanted interference.</li>
|
||||
<li><strong>How They Work Together:</strong></li>
|
||||
<li>The data journey starts when you type in my website’s address. This request travels to Cloudflare (the DNS manager), which acts like a directory, pointing the request to the Oracle VPS.</li>
|
||||
<li>Next, the Oracle VPS, equipped with the Nginx Proxy Manager, receives this request. Nginx checks where the request needs to go – in this case, it’s directed to my home server.</li>
|
||||
<li>Tailscale then steps in, creating a secure path for this request to travel from the Oracle VPS to my home server. This ensures that the data remains private and secure as it makes its way to the server.</li>
|
||||
<li>Once the request arrives at my home server, the server processes it and sends back the requested web page or information via the same secure route, back to your screen.
|
||||
This setup ensures a smooth, secure, and efficient flow of data, from the moment you request to view my website to the moment the content is displayed on your screen.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-3-the-home-server---heart-of-the-operation">Section 3: The Home Server - Heart of the Operation</h4>
|
||||
<ul>
|
||||
<li><strong>Server Specifications:</strong></li>
|
||||
<li>My home server, a Dell r720xd, is the workhorse behind my entire setup. It’s designed to handle demanding tasks with ease. Here’s a quick rundown of what it packs:
|
||||
<ul>
|
||||
<li><strong>Processors:</strong> It boasts 2x Xeon E5-2695v2 CPUs. These processors are like the brains of the server, handling multiple tasks simultaneously without breaking a sweat.</li>
|
||||
<li><strong>Memory:</strong> With 378GB of RAM, it’s like having a vast workspace, allowing me to run several applications and processes concurrently without any lag.</li>
|
||||
<li><strong>Storage:</strong> For quick access and operations, it has 2x 1TB SSDs. These are like the top drawers of a desk, where I keep frequently used tools. For larger, less frequently accessed data, there are 12 10TB SAS HDDs, acting like a massive filing cabinet, offering ample space.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>This combination of processors, memory, and storage means the server can manage heavy data loads, run multiple services smoothly, and store a vast amount of data – perfect for my varied needs.</li>
|
||||
<li><strong>Tailscale Subnet Router VM:</strong>
|
||||
<ul>
|
||||
<li>This particular VM (Virtual Machine) plays a unique role. It’s set up as a subnet router for Tailscale. To understand its function, imagine Tailscale as a secure, private network connecting various devices. Normally, each device (or in my case, each LXC container) would need its own Tailscale setup, which can be like having a separate security system for each room in a house.</li>
|
||||
<li>What the Tailscale Subnet Router VM does is act like a central security system for the entire house. It means that instead of setting up Tailscale on every individual LXC container, they all automatically get secure access through this VM. This setup simplifies management, enhances security, and ensures that each part of my server communicates securely with the outside world.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>A Note on Server Age and Ko-fi Initiative:</strong></li>
|
||||
<li>While my Dell r720xd server has been a reliable cornerstone of my digital infrastructure, it’s important to note that it’s part of an aging platform. In the tech world, this is akin to having a classic car - it has its charm and capabilities, but it also requires maintenance and eventual upgrades to keep up with modern demands and efficiencies.</li>
|
||||
<li>To address this, I’ve started a Ko-fi initiative. Think of Ko-fi as a digital tip jar where supporters can contribute small amounts to help fund upgrades and maintenance for the server. This initiative is all about ensuring that my server continues to run smoothly and remains capable of supporting the latest technologies and my growing needs. Contributions will go directly towards hardware upgrades, ensuring that the server remains robust, secure, and efficient.</li>
|
||||
<li>If you appreciate the content and services I provide and want to support the longevity and improvement of this setup, consider contributing to my Ko-fi. Every little bit helps in keeping this digital engine running at its best!</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-4-lxc-containers-and-services">Section 4: LXC Containers and Services</h4>
|
||||
<ul>
|
||||
<li><strong>Plex with GPU Passthrough:</strong></li>
|
||||
<li>My Plex server is a key component of my home entertainment system. By utilizing GPU passthrough, the server’s graphics processing capabilities are significantly enhanced. This means smoother, higher-quality video transcoding, allowing for a better viewing experience on various devices, regardless of their native format compatibility.</li>
|
||||
<li><strong>Calibre-web in Docker:</strong>
|
||||
<ul>
|
||||
<li>Calibre-web, hosted in a Docker container, serves as a digital library. It’s primarily used for managing and providing access to a wide range of college textbooks and educational materials for students I support. This setup simplifies the process of storing, accessing, and reading these books, making it an invaluable resource for their academic needs.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Jekyll Blog Hosting:</strong>
|
||||
<ul>
|
||||
<li>For my Jekyll blog, I’ve tailored a hosting environment that allows for efficient management and seamless content updates. This setup ensures that my blog remains responsive, secure, and easy to navigate, offering visitors a pleasant reading experience.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Foundry Server for Pathfinder:</strong>
|
||||
<ul>
|
||||
<li>The Foundry server is dedicated to hosting Pathfinder role-playing games. It’s one of my oldest and most cherished projects, co-managed with another Dungeon Master. This server provides a rich, interactive platform for our gaming sessions, complete with maps, character sheets, and real-time updates, enhancing our Pathfinder experiences.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>‘Arr’ Stack in Docker:</strong>
|
||||
<ul>
|
||||
<li>The ‘Arr’ stack, hosted within Docker, comprises several components including Prowlarr, Radarr, Sonarr, Sabnzbd, Lidarr, Bazarr, Overseer, Tautulli, Deemix, and Homarr. Each of these components plays a specific role, from managing TV show downloads (Sonarr) to handling music (Lidarr), and even tracking and analyzing Plex usage (Tautulli). This stack represents a comprehensive media management solution, catering to various entertainment needs.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Mealie Website for Recipes:</strong>
|
||||
<ul>
|
||||
<li>Mealie is a recent addition to my setup, currently in the testing phase. It’s a web application for meal planning, recipe storage, and generating shopping lists. This tool is aimed at simplifying the process of deciding what to eat, preparing meals, and shopping for ingredients, streamlining the entire culinary experience in my household.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-5-data-flow-and-security">Section 5: Data Flow and Security</h4>
|
||||
<ul>
|
||||
<li><strong>Overview of Data Flow</strong>
|
||||
<ul>
|
||||
<li>I’ll provide a diagram and a thorough explanation of how data moves through this intricate setup.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Security Measures</strong>
|
||||
<ul>
|
||||
<li>Discussion of the various security measures in place, especially focusing on the role of Tailscale and other precautions I’ve implemented.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="conclusion-bringing-it-all-together">Conclusion: Bringing It All Together</h4>
|
||||
<p>As we’ve journeyed through the various components of my digital setup – from DNS management with Cloudflare to the intricacies of my home server and LXC containers – it’s clear that managing such a system requires a blend of technical know-how, strategic planning, and a passion for technology.</p>
|
||||
|
||||
<p>The complexity of this setup not only showcases the dynamic nature of tech infrastructure but also highlights the importance of ongoing learning and adaptation. Whether it’s handling the transition from Google Domains to Cloudflare, optimizing the use of Oracle VPS, or maintaining the myriad services on my Dell r720xd, each element plays a crucial role in delivering a seamless digital experience.</p>
|
||||
|
||||
<p>Beyond the technical aspects, this journey is also about the community and the shared experiences. From hosting Pathfinder games to providing educational resources through Calibre-web, each service has its unique impact.</p>
|
||||
|
||||
<p>As technology continues to evolve, so will the components of my setup. I’m excited to continue sharing these developments, insights, and stories with you. Your feedback, questions, and support – especially through initiatives like the Ko-fi for server upgrades – are what make this journey enriching and worthwhile.</p>
|
||||
|
||||
<p>Thank you for taking the time to delve into the world of dustin.coffee and hobokenchicken.com. I hope this glimpse behind the scenes not only informs but also inspires you in your own tech endeavors.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
124
tech/2024/03/04/changes-are-brewing.html
Normal file
@@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>transitioning from lxc to vms: preparing for xcp-ng | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="transitioning from lxc to vms: preparing for xcp-ng" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Introduction: In this latest discussion at d@n tech, we’re focusing on a significant transition in the server environment. I’ve recently embarked on a project to shift from LXC containers to VMs (Virtual Machines), a move prompted by upcoming changes in the server infrastructure. Why the Shift?: The move away from LXC containers, a staple in my Proxmox setup, to VMs is driven by a need for greater flexibility and platform independence. With plans to eventually migrate to XCP-NG from Proxmox, VMs present a more viable option due to their portability and compatibility with various platforms. The Transition Process: Evaluation: The initial phase involved assessing the existing LXC configurations, understanding the nuances of their deployment within Proxmox. Selecting the VM Platform: After exploring various options, I settled on a VM platform that complements the forthcoming XCP-NG environment. Migration Strategy: I planned the migration in stages, aiming to minimize disruptions and ensure data integrity throughout the process. Implementation: The services were methodically transitioned from LXC to VMs, with each step rigorously tested for performance and functionality. Post-Migration Optimization: Following the migration, I’ve been focusing on fine-tuning the VMs to optimize their performance in the new environment. Upcoming Changes: The most significant upcoming change is the construction and deployment of a new server that will run XCP-NG. This shift marks a departure from the current Proxmox setup. Once the new server is built and put into production, the VMs, currently housed within Proxmox, will be migrated over to XCP-NG. This transition is not just a change in technology but a strategic move towards a more versatile and robust server ecosystem. Challenges and Learnings: Navigating through this transition hasn’t been straightforward. From compatibility checks to performance tuning, each step presented its own set of challenges. However, these hurdles have provided valuable insights into both Proxmox and XCP-NG platforms. Conclusion: This journey from LXC containers to VMs, culminating in the move to XCP-NG, is more than a technical upgrade. It’s a step towards future-proofing the server environment, ensuring I stay agile and adaptable in the ever-evolving tech landscape. Looking Ahead at d@n tech: As we move closer to the full deployment of the XCP-NG server, stay tuned for more updates, insights, and learnings from this journey." />
|
||||
<meta property="og:description" content="Introduction: In this latest discussion at d@n tech, we’re focusing on a significant transition in the server environment. I’ve recently embarked on a project to shift from LXC containers to VMs (Virtual Machines), a move prompted by upcoming changes in the server infrastructure. Why the Shift?: The move away from LXC containers, a staple in my Proxmox setup, to VMs is driven by a need for greater flexibility and platform independence. With plans to eventually migrate to XCP-NG from Proxmox, VMs present a more viable option due to their portability and compatibility with various platforms. The Transition Process: Evaluation: The initial phase involved assessing the existing LXC configurations, understanding the nuances of their deployment within Proxmox. Selecting the VM Platform: After exploring various options, I settled on a VM platform that complements the forthcoming XCP-NG environment. Migration Strategy: I planned the migration in stages, aiming to minimize disruptions and ensure data integrity throughout the process. Implementation: The services were methodically transitioned from LXC to VMs, with each step rigorously tested for performance and functionality. Post-Migration Optimization: Following the migration, I’ve been focusing on fine-tuning the VMs to optimize their performance in the new environment. Upcoming Changes: The most significant upcoming change is the construction and deployment of a new server that will run XCP-NG. This shift marks a departure from the current Proxmox setup. Once the new server is built and put into production, the VMs, currently housed within Proxmox, will be migrated over to XCP-NG. This transition is not just a change in technology but a strategic move towards a more versatile and robust server ecosystem. Challenges and Learnings: Navigating through this transition hasn’t been straightforward. From compatibility checks to performance tuning, each step presented its own set of challenges. However, these hurdles have provided valuable insights into both Proxmox and XCP-NG platforms. Conclusion: This journey from LXC containers to VMs, culminating in the move to XCP-NG, is more than a technical upgrade. It’s a step towards future-proofing the server environment, ensuring I stay agile and adaptable in the ever-evolving tech landscape. Looking Ahead at d@n tech: As we move closer to the full deployment of the XCP-NG server, stay tuned for more updates, insights, and learnings from this journey." />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2024/03/04/changes-are-brewing.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2024/03/04/changes-are-brewing.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-03-04T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="transitioning from lxc to vms: preparing for xcp-ng" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-03-04T00:00:00-05:00","datePublished":"2024-03-04T00:00:00-05:00","description":"Introduction: In this latest discussion at d@n tech, we’re focusing on a significant transition in the server environment. I’ve recently embarked on a project to shift from LXC containers to VMs (Virtual Machines), a move prompted by upcoming changes in the server infrastructure. Why the Shift?: The move away from LXC containers, a staple in my Proxmox setup, to VMs is driven by a need for greater flexibility and platform independence. With plans to eventually migrate to XCP-NG from Proxmox, VMs present a more viable option due to their portability and compatibility with various platforms. The Transition Process: Evaluation: The initial phase involved assessing the existing LXC configurations, understanding the nuances of their deployment within Proxmox. Selecting the VM Platform: After exploring various options, I settled on a VM platform that complements the forthcoming XCP-NG environment. Migration Strategy: I planned the migration in stages, aiming to minimize disruptions and ensure data integrity throughout the process. Implementation: The services were methodically transitioned from LXC to VMs, with each step rigorously tested for performance and functionality. Post-Migration Optimization: Following the migration, I’ve been focusing on fine-tuning the VMs to optimize their performance in the new environment. Upcoming Changes: The most significant upcoming change is the construction and deployment of a new server that will run XCP-NG. This shift marks a departure from the current Proxmox setup. Once the new server is built and put into production, the VMs, currently housed within Proxmox, will be migrated over to XCP-NG. This transition is not just a change in technology but a strategic move towards a more versatile and robust server ecosystem. Challenges and Learnings: Navigating through this transition hasn’t been straightforward. From compatibility checks to performance tuning, each step presented its own set of challenges. However, these hurdles have provided valuable insights into both Proxmox and XCP-NG platforms. Conclusion: This journey from LXC containers to VMs, culminating in the move to XCP-NG, is more than a technical upgrade. It’s a step towards future-proofing the server environment, ensuring I stay agile and adaptable in the ever-evolving tech landscape. Looking Ahead at d@n tech: As we move closer to the full deployment of the XCP-NG server, stay tuned for more updates, insights, and learnings from this journey.","headline":"transitioning from lxc to vms: preparing for xcp-ng","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2024/03/04/changes-are-brewing.html"},"url":"https://dustin.coffee/tech/2024/03/04/changes-are-brewing.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>transitioning from lxc to vms: preparing for xcp-ng</h2>
|
||||
<p>04 Mar 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h4 id="introduction">Introduction:</h4>
|
||||
<p>In this latest discussion at d@n tech, we’re focusing on a significant transition in the server environment. I’ve recently embarked on a project to shift from LXC containers to VMs (Virtual Machines), a move prompted by upcoming changes in the server infrastructure.</p>
|
||||
|
||||
<h4 id="why-the-shift">Why the Shift?:</h4>
|
||||
<p>The move away from LXC containers, a staple in my Proxmox setup, to VMs is driven by a need for greater flexibility and platform independence. With plans to eventually migrate to XCP-NG from Proxmox, VMs present a more viable option due to their portability and compatibility with various platforms.</p>
|
||||
|
||||
<h4 id="the-transition-process">The Transition Process:</h4>
|
||||
|
||||
<ul>
|
||||
<li><strong>Evaluation:</strong> The initial phase involved assessing the existing LXC configurations, understanding the nuances of their deployment within Proxmox.</li>
|
||||
<li><strong>Selecting the VM Platform:</strong> After exploring various options, I settled on a VM platform that complements the forthcoming XCP-NG environment.</li>
|
||||
<li><strong>Migration Strategy:</strong> I planned the migration in stages, aiming to minimize disruptions and ensure data integrity throughout the process.</li>
|
||||
<li><strong>Implementation:</strong> The services were methodically transitioned from LXC to VMs, with each step rigorously tested for performance and functionality.</li>
|
||||
<li><strong>Post-Migration Optimization:</strong> Following the migration, I’ve been focusing on fine-tuning the VMs to optimize their performance in the new environment.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="upcoming-changes">Upcoming Changes:</h4>
|
||||
<p>The most significant upcoming change is the construction and deployment of a new server that will run XCP-NG. This shift marks a departure from the current Proxmox setup. Once the new server is built and put into production, the VMs, currently housed within Proxmox, will be migrated over to XCP-NG. This transition is not just a change in technology but a strategic move towards a more versatile and robust server ecosystem.</p>
|
||||
|
||||
<h4 id="challenges-and-learnings">Challenges and Learnings:</h4>
|
||||
<p>Navigating through this transition hasn’t been straightforward. From compatibility checks to performance tuning, each step presented its own set of challenges. However, these hurdles have provided valuable insights into both Proxmox and XCP-NG platforms.</p>
|
||||
|
||||
<h4 id="conclusion">Conclusion:</h4>
|
||||
<p>This journey from LXC containers to VMs, culminating in the move to XCP-NG, is more than a technical upgrade. It’s a step towards future-proofing the server environment, ensuring I stay agile and adaptable in the ever-evolving tech landscape.</p>
|
||||
|
||||
<h4 id="looking-ahead-at-dn-tech">Looking Ahead at d@n tech:</h4>
|
||||
<p>As we move closer to the full deployment of the XCP-NG server, stay tuned for more updates, insights, and learnings from this journey.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,114 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>brewing resilience: from lxc to vm for flawless plex and beyond | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="brewing resilience: from lxc to vm for flawless plex and beyond" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Introduction: Hey everyone, it’s time for another tech update from d@n tech! Recently, I made a significant change to my Plex server setup that I’m excited to share with you all. After encountering issues with hardware transcoding, I decided to transition my Plex server from an LXC container to a VM, utilizing GPU passthrough for flawless transcoding performance." />
|
||||
<meta property="og:description" content="Introduction: Hey everyone, it’s time for another tech update from d@n tech! Recently, I made a significant change to my Plex server setup that I’m excited to share with you all. After encountering issues with hardware transcoding, I decided to transition my Plex server from an LXC container to a VM, utilizing GPU passthrough for flawless transcoding performance." />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-03-27T00:00:00-04:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="brewing resilience: from lxc to vm for flawless plex and beyond" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-03-27T00:00:00-04:00","datePublished":"2024-03-27T00:00:00-04:00","description":"Introduction: Hey everyone, it’s time for another tech update from d@n tech! Recently, I made a significant change to my Plex server setup that I’m excited to share with you all. After encountering issues with hardware transcoding, I decided to transition my Plex server from an LXC container to a VM, utilizing GPU passthrough for flawless transcoding performance.","headline":"brewing resilience: from lxc to vm for flawless plex and beyond","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html"},"url":"https://dustin.coffee/tech/2024/03/27/brewing-resilience-from-lxc-to-vm-for-flawless-plex-and-beyond.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>brewing resilience: from lxc to vm for flawless plex and beyond</h2>
|
||||
<p>27 Mar 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h4 id="introduction">Introduction:</h4>
|
||||
<p>Hey everyone, it’s time for another tech update from d@n tech! Recently, I made a significant change to my Plex server setup that I’m excited to share with you all. After encountering issues with hardware transcoding, I decided to transition my Plex server from an LXC container to a VM, utilizing GPU passthrough for flawless transcoding performance.</p>
|
||||
|
||||
<h4 id="the-importance-of-hardware-transcoding-and-gpu-passthrough">The Importance of Hardware Transcoding and GPU Passthrough:</h4>
|
||||
<p>Before diving into the transition process, let’s talk about why hardware transcoding and GPU passthrough are crucial for a smooth Plex experience. Hardware transcoding offloads the burden of video transcoding from the CPU to specialized hardware, such as a GPU. This results in lower CPU usage, faster transcoding speeds, and better playback performance, especially for remote streaming or multiple concurrent streams. GPU passthrough allows a virtual machine to directly access and utilize a physical GPU, ensuring optimal performance for tasks like video encoding and decoding.</p>
|
||||
|
||||
<h4 id="encountering-issues-and-making-the-transition">Encountering Issues and Making the Transition:</h4>
|
||||
<p>A couple of weeks ago, I noticed that hardware transcoding on my Plex server was no longer functioning properly. After troubleshooting for hours, I discovered that something had broken, preventing the GPU from being utilized for transcoding within the LXC container. Faced with this dilemma, I decided to take the plunge and convert my Plex server to a VM, passing the GPU directly to the VM for optimal performance.</p>
|
||||
|
||||
<h4 id="the-transition-process">The Transition Process:</h4>
|
||||
<p>Converting the Plex server from an LXC container to a VM was no small feat, but it was well worth the effort. I spent several hours meticulously configuring the VM and setting up GPU passthrough. Once everything was in place, I fired up Plex and was thrilled to see hardware transcoding working flawlessly once again. The difference in performance was like night and day, with smoother playback and reduced CPU load.</p>
|
||||
|
||||
<h4 id="conclusion">Conclusion:</h4>
|
||||
<p>The transition from LXC to VM with GPU passthrough has revitalized my Plex server, ensuring seamless streaming experiences for users across the United States. With hardware transcoding back on track, remote streaming is once again smooth and reliable, regardless of the distance. Beyond Plex, this change underscores the significance of leveraging hardware acceleration and GPU passthrough for a wide range of services hosted on my server. From media streaming to collaborative projects and beyond, the improved performance enhances the overall user experience and reinforces the reliability of my server infrastructure.</p>
|
||||
|
||||
<h4 id="stay-tuned">Stay Tuned:</h4>
|
||||
<p>As I continue to fine-tune my server setup and explore new technologies, including optimizations for remote streaming and enhancements to various hosted services, be sure to stay tuned for more updates and insights here at d@n tech. Whether you’re a fellow tech enthusiast or a remote user enjoying the benefits of my server, there’s always something new on the horizon.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>when the coffee gets cold: recent adventures in my tech homelab | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="when the coffee gets cold: recent adventures in my tech homelab" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="A Not-So-Smooth Brew: Plex VM Crash Just like the perfect cup of coffee, my Plex Media Server has always been a source of comfort. However, recently, it decided to give me a bit of a jolt. The Plex VM crashed, which felt like spilling a fresh brew all over the counter. Thankfully, no media was lost. But, just like trying to clean up a coffee spill, restoring the backup didn’t go as planned. Instead of throwing in the towel, I rolled up my sleeves and rebuilt the VM from scratch. In the end, it was like discovering a new coffee blend – different, but better. I made some significant changes that improved the performance and reliability of the server. Sometimes, the best way to deal with a mess is to embrace the opportunity to improve. Fresh Beans: Upgrading the Server In the quest for better performance, I decided it was time for a hardware upgrade. I purchased 8 Xeon Gold 6138 processors, two per node, and got one node up and running for testing. It was like upgrading from instant coffee to a high-end espresso machine. The server feels more powerful and ready to handle anything I throw at it. However, before I can start moving my VMs, I need to invest in more RAM. For now, the new node is up and running, and I’ve tested moving VMs from Proxmox to XCP-NG. The process was smooth, with no issues – like making a seamless transition from drip coffee to a French press. Everything worked perfectly, setting the stage for future migrations. Scheduled Downtime: Brewing the Perfect Cup As any coffee aficionado knows, good things take time. Similarly, my server setup will require some planned downtime in the last week of July into early August. While this might feel like waiting for your morning coffee to brew, I assure you it’s worth it. There will be no loss of data, although services will be temporarily impacted. This downtime is necessary to ensure everything is running as smoothly as a freshly brewed cup of coffee. Once complete, my homelab will be stronger and more efficient, ready to serve up the tech equivalent of a perfect cup of joe. Stay tuned for more updates from dustin.coffee. Until then, keep your coffee hot and your servers cool!" />
|
||||
<meta property="og:description" content="A Not-So-Smooth Brew: Plex VM Crash Just like the perfect cup of coffee, my Plex Media Server has always been a source of comfort. However, recently, it decided to give me a bit of a jolt. The Plex VM crashed, which felt like spilling a fresh brew all over the counter. Thankfully, no media was lost. But, just like trying to clean up a coffee spill, restoring the backup didn’t go as planned. Instead of throwing in the towel, I rolled up my sleeves and rebuilt the VM from scratch. In the end, it was like discovering a new coffee blend – different, but better. I made some significant changes that improved the performance and reliability of the server. Sometimes, the best way to deal with a mess is to embrace the opportunity to improve. Fresh Beans: Upgrading the Server In the quest for better performance, I decided it was time for a hardware upgrade. I purchased 8 Xeon Gold 6138 processors, two per node, and got one node up and running for testing. It was like upgrading from instant coffee to a high-end espresso machine. The server feels more powerful and ready to handle anything I throw at it. However, before I can start moving my VMs, I need to invest in more RAM. For now, the new node is up and running, and I’ve tested moving VMs from Proxmox to XCP-NG. The process was smooth, with no issues – like making a seamless transition from drip coffee to a French press. Everything worked perfectly, setting the stage for future migrations. Scheduled Downtime: Brewing the Perfect Cup As any coffee aficionado knows, good things take time. Similarly, my server setup will require some planned downtime in the last week of July into early August. While this might feel like waiting for your morning coffee to brew, I assure you it’s worth it. There will be no loss of data, although services will be temporarily impacted. This downtime is necessary to ensure everything is running as smoothly as a freshly brewed cup of coffee. Once complete, my homelab will be stronger and more efficient, ready to serve up the tech equivalent of a perfect cup of joe. Stay tuned for more updates from dustin.coffee. Until then, keep your coffee hot and your servers cool!" />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-07-09T00:00:00-04:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="when the coffee gets cold: recent adventures in my tech homelab" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2024-07-09T00:00:00-04:00","datePublished":"2024-07-09T00:00:00-04:00","description":"A Not-So-Smooth Brew: Plex VM Crash Just like the perfect cup of coffee, my Plex Media Server has always been a source of comfort. However, recently, it decided to give me a bit of a jolt. The Plex VM crashed, which felt like spilling a fresh brew all over the counter. Thankfully, no media was lost. But, just like trying to clean up a coffee spill, restoring the backup didn’t go as planned. Instead of throwing in the towel, I rolled up my sleeves and rebuilt the VM from scratch. In the end, it was like discovering a new coffee blend – different, but better. I made some significant changes that improved the performance and reliability of the server. Sometimes, the best way to deal with a mess is to embrace the opportunity to improve. Fresh Beans: Upgrading the Server In the quest for better performance, I decided it was time for a hardware upgrade. I purchased 8 Xeon Gold 6138 processors, two per node, and got one node up and running for testing. It was like upgrading from instant coffee to a high-end espresso machine. The server feels more powerful and ready to handle anything I throw at it. However, before I can start moving my VMs, I need to invest in more RAM. For now, the new node is up and running, and I’ve tested moving VMs from Proxmox to XCP-NG. The process was smooth, with no issues – like making a seamless transition from drip coffee to a French press. Everything worked perfectly, setting the stage for future migrations. Scheduled Downtime: Brewing the Perfect Cup As any coffee aficionado knows, good things take time. Similarly, my server setup will require some planned downtime in the last week of July into early August. While this might feel like waiting for your morning coffee to brew, I assure you it’s worth it. There will be no loss of data, although services will be temporarily impacted. This downtime is necessary to ensure everything is running as smoothly as a freshly brewed cup of coffee. Once complete, my homelab will be stronger and more efficient, ready to serve up the tech equivalent of a perfect cup of joe. Stay tuned for more updates from dustin.coffee. Until then, keep your coffee hot and your servers cool!","headline":"when the coffee gets cold: recent adventures in my tech homelab","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html"},"url":"https://dustin.coffee/tech/2024/07/09/when-the-coffee-gets-cold-recent-adventures-in-my-tech-homelab.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>when the coffee gets cold: recent adventures in my tech homelab</h2>
|
||||
<p>09 Jul 2024 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h4 id="a-not-so-smooth-brew-plex-vm-crash">A Not-So-Smooth Brew: Plex VM Crash</h4>
|
||||
<p>Just like the perfect cup of coffee, my Plex Media Server has always been a source of comfort. However, recently, it decided to give me a bit of a jolt. The Plex VM crashed, which felt like spilling a fresh brew all over the counter. Thankfully, no media was lost. But, just like trying to clean up a coffee spill, restoring the backup didn’t go as planned.</p>
|
||||
|
||||
<p>Instead of throwing in the towel, I rolled up my sleeves and rebuilt the VM from scratch. In the end, it was like discovering a new coffee blend – different, but better. I made some significant changes that improved the performance and reliability of the server. Sometimes, the best way to deal with a mess is to embrace the opportunity to improve.</p>
|
||||
|
||||
<h4 id="fresh-beans-upgrading-the-server">Fresh Beans: Upgrading the Server</h4>
|
||||
<p>In the quest for better performance, I decided it was time for a hardware upgrade. I purchased 8 Xeon Gold 6138 processors, two per node, and got one node up and running for testing. It was like upgrading from instant coffee to a high-end espresso machine. The server feels more powerful and ready to handle anything I throw at it.</p>
|
||||
|
||||
<p>However, before I can start moving my VMs, I need to invest in more RAM. For now, the new node is up and running, and I’ve tested moving VMs from Proxmox to XCP-NG. The process was smooth, with no issues – like making a seamless transition from drip coffee to a French press. Everything worked perfectly, setting the stage for future migrations.</p>
|
||||
|
||||
<h4 id="scheduled-downtime-brewing-the-perfect-cup">Scheduled Downtime: Brewing the Perfect Cup</h4>
|
||||
<p>As any coffee aficionado knows, good things take time. Similarly, my server setup will require some planned downtime in the last week of July into early August. While this might feel like waiting for your morning coffee to brew, I assure you it’s worth it. There will be no loss of data, although services will be temporarily impacted.</p>
|
||||
|
||||
<p>This downtime is necessary to ensure everything is running as smoothly as a freshly brewed cup of coffee. Once complete, my homelab will be stronger and more efficient, ready to serve up the tech equivalent of a perfect cup of joe.</p>
|
||||
|
||||
<p>Stay tuned for more updates from dustin.coffee. Until then, keep your coffee hot and your servers cool!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
145
tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html
Normal file
@@ -0,0 +1,145 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>percolating ideas: my web dev adventure | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="percolating ideas: my web dev adventure" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Creating a website is more than just coding; it’s about having a vision and bringing it to life. Recently, I embarked on an exciting web development adventure that was both personally and professionally fulfilling. Over the course of two weeks, I built a website for my friend, a dedicated mental health counselor, using HTML, CSS, Bootstrap, and PHP. Here’s a glimpse into my journey, from the initial brainstorming sessions to the final launch, and everything in between." />
|
||||
<meta property="og:description" content="Creating a website is more than just coding; it’s about having a vision and bringing it to life. Recently, I embarked on an exciting web development adventure that was both personally and professionally fulfilling. Over the course of two weeks, I built a website for my friend, a dedicated mental health counselor, using HTML, CSS, Bootstrap, and PHP. Here’s a glimpse into my journey, from the initial brainstorming sessions to the final launch, and everything in between." />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-02-19T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="percolating ideas: my web dev adventure" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2025-02-19T00:00:00-05:00","datePublished":"2025-02-19T00:00:00-05:00","description":"Creating a website is more than just coding; it’s about having a vision and bringing it to life. Recently, I embarked on an exciting web development adventure that was both personally and professionally fulfilling. Over the course of two weeks, I built a website for my friend, a dedicated mental health counselor, using HTML, CSS, Bootstrap, and PHP. Here’s a glimpse into my journey, from the initial brainstorming sessions to the final launch, and everything in between.","headline":"percolating ideas: my web dev adventure","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html"},"url":"https://dustin.coffee/tech/2025/02/19/percolating-ideas-my-web-dev-adventure.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>percolating ideas: my web dev adventure</h2>
|
||||
<p>19 Feb 2025 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>Creating a website is more than just coding; it’s about having a vision and bringing it to life. Recently, I embarked on an exciting web development adventure that was both personally and professionally fulfilling. Over the course of two weeks, I built a website for my friend, a dedicated mental health counselor, using HTML, CSS, Bootstrap, and PHP. Here’s a glimpse into my journey, from the initial brainstorming sessions to the final launch, and everything in between.</p>
|
||||
|
||||
<h2 id="the-inspiration-behind-the-website">The Inspiration Behind the Website</h2>
|
||||
|
||||
<p>The foundation of this project was rooted in a profound purpose: to help my friend connect with individuals seeking mental health support. She had a clear vision for her website—a space that not only highlighted her counseling services but also provided resources, insights, and a sense of community. Understanding this, I was eager to turn her vision into a reality.</p>
|
||||
|
||||
<h2 id="planning-and-design-laying-the-groundwork">Planning and Design: Laying the Groundwork</h2>
|
||||
|
||||
<p>Every great project begins with a solid plan. We kicked things off with brainstorming sessions where my friend shared her ideas about the website’s content and structure. Together, we outlined the key pages:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>About Page</strong>: An introduction to my friend’s background and her approach to mental health counseling.</li>
|
||||
<li><strong>Services Offered</strong>: Detailed descriptions of the different counseling options available.</li>
|
||||
<li><strong>Resource Hub</strong>: A curated collection of articles, tips, and links to support mental well-being.</li>
|
||||
<li><strong>Contact Form</strong>: An easy-to-use form for potential clients to get in touch.</li>
|
||||
</ul>
|
||||
|
||||
<p>Using Bootstrap allowed me to create a responsive and visually appealing layout. The emphasis was on clarity and accessibility, ensuring that visitors could find what they needed without hassle.</p>
|
||||
|
||||
<h2 id="development-process-turning-ideas-into-reality">Development Process: Turning Ideas into Reality</h2>
|
||||
|
||||
<p>My two-week development timeline was packed with creativity and learning. Here are some highlights from this adventure:</p>
|
||||
|
||||
<h3 id="week-1-structuring-the-site">Week 1: Structuring the Site</h3>
|
||||
|
||||
<p>In the first week, I focused on the website’s foundational structure, employing HTML to set up content organization. CSS came next, allowing me to craft the aesthetic that matched my friend’s compassionate and professional tone. Bootstrap was instrumental during this phase, enabling a swift transition to a mobile-friendly design that adapts to various screen sizes.</p>
|
||||
|
||||
<h3 id="week-2-bringing-functionality-to-life">Week 2: Bringing Functionality to Life</h3>
|
||||
|
||||
<p>With the structure in place, I sprinted into the second week, where I added PHP functionality for the contact form. This important feature would allow prospective clients to reach out without the hassle of dealing with their email accounts—a small yet significant convenience.</p>
|
||||
|
||||
<h3 id="version-control-keeping-track-with-github">Version Control: Keeping Track with GitHub</h3>
|
||||
|
||||
<p>Track changes was a breeze thanks to GitHub. Every implementation and tweak was logged in the repository, which not only helped streamline development but also made it easier to involve my friend in the feedback loop. Iteration and collaboration became the backbone of our process, ensuring the final product was truly reflective of her vision.</p>
|
||||
|
||||
<h2 id="hosting-and-domain-setup-the-finishing-touches">Hosting and Domain Setup: The Finishing Touches</h2>
|
||||
|
||||
<p>Once we settled on the design and functionality, it was time to get the website online. I opted to host the site on a virtual machine (VM) within my own server. This gave me complete control over the hosting environment and security features.</p>
|
||||
|
||||
<p>For domain registration, we selected Cloudflare, known for its robust features and security enhancements. This decision meant that visitors would benefit from faster load times and improved site safety—important factors when dealing with sensitive topics like mental health.</p>
|
||||
|
||||
<h2 id="conclusion-a-journey-of-purpose">Conclusion: A Journey of Purpose</h2>
|
||||
|
||||
<p>Building this website was more than a technical endeavor; it was an opportunity to contribute to a cause I truly believe in. Knowing that this platform can help connect individuals with the mental health support they need is immensely gratifying.</p>
|
||||
|
||||
<p>As my friend embarks on this new chapter of her practice, I’m excited to see how the website will grow and evolve. If you’re a mental health professional in need of an online presence or any kind of support to bring your ideas to fruition, remember: the journey may pose challenges, but the rewards are lasting.</p>
|
||||
|
||||
<p>This web dev adventure taught me that purpose drives creativity. Creating a meaningful website is not just an end goal; it’s a way to serve and connect with the community. Here’s to more adventures and the endless possibilities that come from percolating ideas!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,141 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>brewing up my homelab: new services, hardware, and monitoring magic | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="brewing up my homelab: new services, hardware, and monitoring magic" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Hello fellow tech enthusiasts (and coffee lovers)!" />
|
||||
<meta property="og:description" content="Hello fellow tech enthusiasts (and coffee lovers)!" />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-06-18T00:00:00-04:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="brewing up my homelab: new services, hardware, and monitoring magic" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2025-06-18T00:00:00-04:00","datePublished":"2025-06-18T00:00:00-04:00","description":"Hello fellow tech enthusiasts (and coffee lovers)!","headline":"brewing up my homelab: new services, hardware, and monitoring magic","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html"},"url":"https://dustin.coffee/tech/2025/06/18/brewing-up-my-homelab-new-services-hardware-and-monitoring-magic.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>brewing up my homelab: new services, hardware, and monitoring magic</h2>
|
||||
<p>18 Jun 2025 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<p>Hello fellow tech enthusiasts (and coffee lovers)!</p>
|
||||
|
||||
<p>As much as I enjoy a freshly brewed cup of coffee, there’s something equally satisfying about brewing up new capabilities in my homelab. Over the past few weeks, I’ve been busy adding some fresh services and hardware to keep my setup not just humming, but buzzing with efficiency and helpfulness. Whether you’re managing your own digital playground or just curious about what’s possible on a home scale, here’s what’s new on the docket — plus, the gear that’s making it all work.</p>
|
||||
|
||||
<h2 id="new-services-from-collaboration-to-monitoring-and-gaming">New Services: From Collaboration to Monitoring and Gaming</h2>
|
||||
|
||||
<h3 id="nextcloud-aio--saying-goodbye-to-discord-dependence">Nextcloud-AIO – Saying Goodbye to Discord Dependence</h3>
|
||||
<p>First up: I’ve integrated <strong>Nextcloud-AIO</strong> to replace our previous dependence on Discord for collaboration and file sharing. With the all-in-one Nextcloud setup, I’ve gained a self-hosted, privacy-respecting platform that handles chat, file sharing, calendar syncing, and more — all under my control. It’s the perfect homebrew alternative to relying on third-party cloud services.</p>
|
||||
|
||||
<h3 id="grafana-prometheus-and-telegraf--monitoring-made-beautiful">Grafana, Prometheus, and Telegraf – Monitoring Made Beautiful</h3>
|
||||
<p>Monitoring is crucial, especially as my homelab grows in complexity. I’ve hooked up <strong>Grafana</strong>, <strong>Prometheus</strong>, and <strong>Telegraf</strong> to create a robust monitoring stack that tracks performance metrics and visualizes everything in sleek, coffee-black dashboards. From CPU temps to network throughput, now I can sip some espresso while stats gently pour in real time.</p>
|
||||
|
||||
<h3 id="uptime-kuma--watching-over-my-homelab-from-the-cloud">Uptime Kuma – Watching Over My Homelab from the Cloud</h3>
|
||||
<p>While my monitoring stack watches internal metrics, I also set up <strong>Uptime Kuma</strong> on my VPS to keep an eye on service availability from an external vantage point. Having an external health check ensures that I’m alerted if services go down when I’m away from home—because coffee breaks shouldn’t be interrupted by unexpected outages!</p>
|
||||
|
||||
<h3 id="weddingshare--celebrating-with-friends">WeddingShare – Celebrating with Friends</h3>
|
||||
<p>On a more personal note, I deployed <strong>WeddingShare</strong> for a friend’s upcoming wedding. This open-source project is a fantastic way to collaboratively share photos and memories securely. Running it on my homelab feels great—using technology to enhance life’s special moments.</p>
|
||||
|
||||
<h3 id="enshrouded-game-server--because-play-is-important">Enshrouded Game Server – Because Play Is Important</h3>
|
||||
<p>Lastly, I gave new life to my gaming side by spinning up an <strong>Enshrouded game server</strong>. After all, every techie needs downtime, and running a self-hosted game server keeps me connected with friends while enjoying some pixelated adventures.</p>
|
||||
|
||||
<h2 id="upgrading-the-hardware-rack-em-stack-em-and-speed-em-up">Upgrading the Hardware: Rack ’Em, Stack ’Em, and Speed ’Em Up</h2>
|
||||
|
||||
<p>To support all these new services and keep things neat, I’ve invested in some solid hardware upgrades:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>25U Rack</strong> — Finally, my scattered gear is beautifully racked and organized. Nothing like a sturdy rack to keep cables tidy and airflow optimal.</li>
|
||||
<li><strong>10Gb NICs for C6420</strong> — High-speed networking is a must, so I equipped my C6420 with 10 Gigabit NICs. Moving data is faster than ever.</li>
|
||||
<li><strong>NetApp DS4246</strong> — Storage gets a big upgrade with this robust disk shelf, improving both capacity and reliability.</li>
|
||||
<li><strong>NETGEAR GS724T v2 PROSAFE 24-Port Switch</strong> — For all the 1Gb connections, this switch provides plenty of ports and solid management features.</li>
|
||||
<li><strong>Rails for R720xd, C6420, and NetApp DS4246</strong> — Proper mounting hardware makes installing and servicing equipment a breeze.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="lessons-learned--whats-next">Lessons Learned & What’s Next</h2>
|
||||
|
||||
<p>Setting up all these components has been a rewarding challenge that reminds me why I love blending technology with a little caffeine-induced focus. With better monitoring, more control over collaboration, and robust hardware behind it, my homelab feels ready to handle just about anything I throw at it.</p>
|
||||
|
||||
<p>Looking ahead, I’m keen to explore containerizing more apps, automating backups, and maybe even dabbling in some home automation tied into this setup. And of course, keeping the coffee flowing remains a top priority.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>If you’re running your own homelab or considering starting one, I hope this update sparks some ideas (and maybe convinces you to add a rack or two!). Feel free to reach out if you want details on how I set up any of these services or hardware.</p>
|
||||
|
||||
<p>Until next post — stay caffeinated and curious!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-07-29 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
141
tech/2025/12/01/the-baristas-new-tools.html
Normal file
@@ -0,0 +1,141 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>the barista’s new tools | d@n tech</title>
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="the barista’s new tools" />
|
||||
<meta name="author" content="dustin newkirk" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Many Changes in the Past few months…##" />
|
||||
<meta property="og:description" content="Many Changes in the Past few months…##" />
|
||||
<link rel="canonical" href="https://dustin.coffee/tech/2025/12/01/the-baristas-new-tools.html" />
|
||||
<meta property="og:url" content="https://dustin.coffee/tech/2025/12/01/the-baristas-new-tools.html" />
|
||||
<meta property="og:site_name" content="d@n tech" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-12-01T00:00:00-05:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="the barista’s new tools" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"dustin newkirk"},"dateModified":"2025-12-01T00:00:00-05:00","datePublished":"2025-12-01T00:00:00-05:00","description":"Many Changes in the Past few months…##","headline":"the barista’s new tools","mainEntityOfPage":{"@type":"WebPage","@id":"https://dustin.coffee/tech/2025/12/01/the-baristas-new-tools.html"},"url":"https://dustin.coffee/tech/2025/12/01/the-baristas-new-tools.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="google-adsense-account" content="ca-pub-5033279084799102">
|
||||
<link rel="shortcut icon" href="/assets/logos/dn-tech-favicon-color.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/logos/logo-color.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/prism.css" />
|
||||
<script src="/assets/js/prism.js"></script>
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5033279084799102"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="wrapper-header">
|
||||
<div class="header">
|
||||
<h1>d@n tech</h1>
|
||||
<br>
|
||||
<h5><i>Caffinated Tech Insights</i></h5>
|
||||
<br>
|
||||
<nav>
|
||||
|
||||
<a href="/">About & Contact</a>
|
||||
|
||||
<a href="/posts">Posts</a>
|
||||
|
||||
<a href="/categories/">Categories</a>
|
||||
|
||||
<a href="/resume">Resume</a>
|
||||
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="wrapper-main">
|
||||
<div class="main-content">
|
||||
<div class="post-info">
|
||||
<h2>the barista's new tools</h2>
|
||||
<p>01 Dec 2025 - </p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 id="many-changes-in-the-past-few-months">Many Changes in the Past few months…##</h2>
|
||||
|
||||
<p>Welcome back to the cafe! Any good barista knows that a perfect cup of coffee isn’t just about the beans—it’s about the tools. The grinder, the espresso machine, the tamper—every piece of equipment plays a role in creating a smooth, efficient, and delightful experience.</p>
|
||||
|
||||
<p>Behind the counter of this digital coffee shop, I’ve been busy upgrading my toolkit. It’s time for a little “shop talk” to show you what’s been brewing under the hood. From improving the daily grind to adding brand-new services, here are the new tools I’ve added to the workbench.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h3 id="a-sleeker-grind-for-pdfs">A Sleeker Grind for PDFs</h3>
|
||||
|
||||
<p>My first stop was the digital document grinder. For a long time, <strong>StirlingPDF</strong> was my go-to workhorse for handling PDF files—it’s powerful and incredibly versatile. However, the project recently moved to a commercial model, and in the world of self-hosting, the best-tasting coffee is the one you don’t have to pay a subscription for.</p>
|
||||
|
||||
<p>This sent me on a search for a new grinder, and I landed on <strong>Bento</strong>. Honestly, the switch feels like a complete upgrade. Bento offers a stunningly clean UI and consolidates a huge number of file-handling tools into one beautiful, fast, and joyful interface. It’s a perfect example of how a change forced by necessity can lead to an even better discovery.</p>
|
||||
|
||||
<h3 id="brewing-our-own-mail">Brewing Our Own Mail</h3>
|
||||
|
||||
<p>From streamlining daily tasks, I moved on to a much bigger project: taking full control of my digital correspondence. I’ve finally stopped relying on third-party providers and am now brewing my own email in-house for <strong>hobokenchicken.com</strong> using <strong>Mailcow</strong>. This powerful, all-in-one mail server suite is running in its own virtual machine on my trusty Dell R720xd homelab server. It’s like roasting my own beans—more work, but the final product is tailored exactly to my tastes with complete control and privacy.</p>
|
||||
|
||||
<h3 id="a-better-filter-for-a-cleaner-brew">A Better Filter for a Cleaner Brew</h3>
|
||||
|
||||
<p>This theme of control and privacy extends to the very foundation of my network. You can’t make good coffee with bad water, and for years, <strong>Pi-hole</strong> has been my network’s water filter. Recently, however, I swapped it out for <strong>AdGuard Home</strong>. The upgrade gives me a more modern interface, built-in support for DNS-over-HTTPS (DoH), and easier per-client filtering. It’s the same great-tasting, ad-free internet, just with a more advanced filtration system.</p>
|
||||
|
||||
<h3 id="keeping-the-delivery-fleet-tuned-up">Keeping the Delivery Fleet Tuned Up</h3>
|
||||
|
||||
<p>While most of these tools keep the digital side of things running, some projects are for the physical world. To better maintain my cars, I’ve spun up an instance of <strong>LubeLogger</strong>. This self-hosted service is fantastic for logging oil changes, tire rotations, and every other bit of vehicle upkeep. No more forgetting when I last checked the tire pressure—it’s all logged and ready.</p>
|
||||
|
||||
<h3 id="a-new-flavor-of-ai-espresso">A New Flavor of AI Espresso</h3>
|
||||
|
||||
<p>Back on the digital counter, my local AI setup, powered by <strong>Open-WebUI</strong>, is like a high-tech espresso machine. To expand its capabilities, I’ve just integrated Google’s <strong>Gemini family of models</strong>. Having access to Gemini is like adding a new single-origin bean to experiment with. It offers a different “flavor” of response and excels at different tasks, making my AI toolkit that much more versatile.</p>
|
||||
|
||||
<h3 id="the-new-digital-recipe-book">The New Digital Recipe Book</h3>
|
||||
|
||||
<p>With all this new information being discovered and generated, keeping track of it became the next challenge. My browser bookmarks were getting out of control, so I’ve implemented <strong>KaraKeep</strong>, a clean, self-hosted bookmark manager. It’s a simple, tag-based system that acts as my new digital recipe book, keeping all my best finds neatly organized.</p>
|
||||
|
||||
<h3 id="the-mission-control-for-the-cafe">The Mission Control for the Cafe</h3>
|
||||
|
||||
<p>Of course, what’s the point of having all these wonderful machines if you can’t manage them effectively? With <strong>over 50 Docker containers now running across 3 different hosts</strong>, I needed a better command center. That’s where <strong>Portainer</strong> comes in. This container management UI has become my mission control, giving me a bird’s-eye view of everything. It lets me deploy, manage, and troubleshoot from a clean web interface, ensuring all the other tools run smoothly.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>So there you have it—a peek at the new and improved setup behind the scenes. These tools are all about improving efficiency, security, and capability. After all, a happy barista with great tools makes for a better coffee shop for everyone.</p>
|
||||
|
||||
<p>Stay tuned to see what we brew up next.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer class="wrapper-footer">
|
||||
<div class="footer">
|
||||
<span class="footer-text float-left">This work is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3</a></span>
|
||||
<span class="footer-text float-right">
|
||||
Site Updated: 2025-12-01 ET (<a href="/feed.xml" target="_blank">RSS</a>)
|
||||
</span>
|
||||
</div>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('dustinnewkirk', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#ff851b',
|
||||
'floating-chat.donateButton.text-color': '#3D2200'
|
||||
});
|
||||
</script>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||