<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pages on BradCypert.com</title>
    <link>https://www.bradcypert.com/page/</link>
    <description>Recent content in Pages on BradCypert.com</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 01 Feb 2026 20:24:03 -0500</lastBuildDate>
    <atom:link href="https://www.bradcypert.com/page/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Zig Resources</title>
      <link>https://www.bradcypert.com/zig-resources/</link>
      <pubDate>Wed, 10 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/zig-resources/</guid>
      <description>&lt;p&gt;Blazingly fast. No hidden control flow. No hidden memory allocations. No preprocessor. No macros. Zig is a blessing to the programming language community.&lt;/p&gt;&#xA;&lt;h3 id=&#34;general-zig&#34;&gt;General Zig&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/zigs-release-modes/&#34;&gt;Zig&#39;s release modes&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/multithreading-zig/&#34;&gt;Multithreading in Zig&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/adding-dependencies-to-your-zig-project-with-zig-fetch/&#34;&gt;Add git dependencies with zig fetch&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Your Azure Dev Ops / DigitalOcean eBook Download</title>
      <link>https://www.bradcypert.com/your-azure-dev-ops-digitalocean-ebook-download/</link>
      <pubDate>Thu, 20 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/your-azure-dev-ops-digitalocean-ebook-download/</guid>
      <description>&lt;h1 id=&#34;download-your-azure-dev-ops-ebook-for-free&#34;&gt;Download your Azure Dev Ops eBook for free!&lt;/h1&gt;&#xA;&lt;p&gt;Thanks for expressing interest in my guide for deploying from Azure DevOps to DigitalOcean droplets! You free guide can be found by clicking download below!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/DeployingAzureDevOpstoDigitalOcean_3374.pdf&#34;&gt;Deploying Azure DevOps to DigitalOcean&lt;/a&gt;&#xA;&lt;a href=&#34;https://www.bradcypert.com/DeployingAzureDevOpstoDigitalOcean_3374.pdf&#34;&gt;Download&lt;/a&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thanks!</title>
      <link>https://www.bradcypert.com/thanks/</link>
      <pubDate>Fri, 31 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/thanks/</guid>
      <description>&lt;p&gt;Thanks for signing up for my email list, an online course, or something else that I felt like thanking you for. I really appreciate all of your support. I couldn’t do this without the help of you all!&lt;/p&gt;&#xA;&lt;p&gt;If you’re looking to dig into the meat and potatoes of my content, start here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/javascript-resources/&#34;&gt;JavaScript, TypeScript &amp;amp; React&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/jvm-resources/&#34;&gt;Java, Clojure, Kotlin &amp;amp; Scala&lt;/a&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java Resources</title>
      <link>https://www.bradcypert.com/java-resources/</link>
      <pubDate>Fri, 10 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/java-resources/</guid>
      <description>&lt;p&gt;Java is a language/platform maintained by Oracle. It’s known for it’s “Write-Once-Run-Anywhere” mantra and helps run code on servers, phones, microwaves, and more!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/a-beginners-guide-to-java-enums/&#34;&gt;How to use Java’s Enums&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/design-patterns-builder/&#34;&gt;The Builder Design Pattern&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/intro-to-reflection-in-java/&#34;&gt;Reflection&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>JVM Resources</title>
      <link>https://www.bradcypert.com/jvm-resources/</link>
      <pubDate>Fri, 10 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/jvm-resources/</guid>
      <description>&lt;h2 id=&#34;java&#34;&gt;Java&lt;/h2&gt;&#xA;&lt;p&gt;Java is a language/platform maintained by Oracle. It’s known for it’s “Write-Once-Run-Anywhere” mantra and, in my opinion, for its verbosity.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/a-beginners-guide-to-java-enums/&#34;&gt;How to use Java’s Enums&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/design-patterns-builder/&#34;&gt;The Builder Design Pattern&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/intro-to-reflection-in-java/&#34;&gt;Reflection &lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kotlin&#34;&gt;Kotlin&lt;/h2&gt;&#xA;&lt;p&gt;Kotlin is a cross-platform, statically-typed language that often targets the JVM. It’s used for web development, Android development, and much more.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/the-facade-pattern-for-simple-dependency-injection/&#34;&gt;Dependency Injection via The Facade Pattern&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/controllers-in-ktor/&#34;&gt;Controllers in the KTOR web framework&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/bdd-assertions-expekt-kotlin/&#34;&gt;Testing via Expekt&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.bradcypert.com/sequence-a-kotlin-type/&#34;&gt;Kotlin Sequences&lt;/a&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scala Resources</title>
      <link>https://www.bradcypert.com/scala-resources/</link>
      <pubDate>Fri, 10 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/scala-resources/</guid>
      <description>&lt;p&gt;Scala combines object-oriented and functional programming in one concise, high-level language. &lt;strong&gt;Note: Most of these examples will be using Scala 2.X&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/pagination-in-scala-with-slick&#34;&gt;Pagination with Slick&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/creating-a-java-bean-from-a-scala-class/&#34;&gt;Creating a Java Bean from a Scala class&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/scheduling-background-jobs-in-play-with-scala/&#34;&gt;Scheduling background tasks in Play&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/upper-and-lower-bounds-in-scala/&#34;&gt;Upper/Lower Bounds in Scala&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/using-generics-in-scala/&#34;&gt;Generics in Scala&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Clojure Resources</title>
      <link>https://www.bradcypert.com/clojure-resources/</link>
      <pubDate>Thu, 09 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/clojure-resources/</guid>
      <description>&lt;p&gt;Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-clojure&#34;&gt;Core Clojure&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/threading-pipelines-in-clojure&#34;&gt;Threading (not multi-threading)&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/mighty-morphing-multimethods&#34;&gt;Multimethods&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/understanding-clojure-macros&#34;&gt;Macros&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;async&#34;&gt;Async&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/clojure-async&#34;&gt;In-Depth Introduction to Async in Clojure&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/using-futures-in-clojure&#34;&gt;Working with Futures&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/understanding-clojures-map-pmap&#34;&gt;Map vs PMap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;spec&#34;&gt;Spec&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/an-informal-guide-to-clojure-spec&#34;&gt;An Informal Guide to working with Clojure.spec&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;tooling&#34;&gt;Tooling&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/provisioning-a-development-environment-for-clojure-web-services-via-ansible-and-vagrant&#34;&gt;Setup Clojure Dev environment using Ansible + Vagrant&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;web&#34;&gt;Web&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/using-json-web-tokens-with-clojure&#34;&gt;JSON Web Tokens&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Dart Resources</title>
      <link>https://www.bradcypert.com/dart-resources/</link>
      <pubDate>Thu, 09 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/dart-resources/</guid>
      <description>&lt;p&gt;Dart is a client-optimized language for fast apps on any platform. Flutter allows developers to build apps for any type of screen.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-dart&#34;&gt;Core Dart&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/working-with-json-in-dart&#34;&gt;Working with JSON&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/dart-futures-and-streams&#34;&gt;Futures and Streams&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/the-many-constructors-of-dart&#34;&gt;Constructors (and their many forms)&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;cicd&#34;&gt;CI/CD&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/dart-packages-with-github-actions&#34;&gt;Run tests and Publish to Registry with Github Actions&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/how-to-upload-coverage-to-codecov-for-dart&#34;&gt;Generate Coverage and Upload to CodeCov via Github Actions&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;flutter&#34;&gt;Flutter&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/flutter-routing-inside-of-the-scaffold&#34;&gt;Routing inside the Scaffold&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/how-to-query-flutter-dimensions-with-mediaquery&#34;&gt;Querying Width, Height, and Device Orientation&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/reusable-simpledialog-bodies-in-flutter&#34;&gt;Reusable SimpleDialog Bodies&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/wtf-are-slivers&#34;&gt;WTF are Slivers&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;bosun-clis-in-dart&#34;&gt;Bosun (CLIs in Dart)&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/building-a-cli-in-dart-with-bosun&#34;&gt;Building a CLI in Dart with Bosun&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>JavaScript Resources</title>
      <link>https://www.bradcypert.com/javascript-resources/</link>
      <pubDate>Thu, 09 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/javascript-resources/</guid>
      <description>&lt;p&gt;The language(s) of the web. TypeScript as well as JavaScript library and framework articles can be found here, too!&lt;/p&gt;&#xA;&lt;h2 id=&#34;vanilla-javascript&#34;&gt;Vanilla JavaScript&lt;/h2&gt;&#xA;&lt;p&gt;Sometimes, Vanilla is best. The posts listed in this section are plain JavaScript with no additional libraries or frameworks required.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/javascript-generators/&#34;&gt;How to use Generators&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;react&#34;&gt;React&lt;/h2&gt;&#xA;&lt;p&gt;React is a very helpful JavaScript library for writing components via JavaScript and JSX.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/fetching-data-with-react-hooks/&#34;&gt;How to fetch data when a component mounts with Hooks.&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/auth-guarding-react-router-routes/&#34;&gt;Preventing access to React Router Routes&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/autosaving-with-react-hooks/&#34;&gt;Autosaving Data via HTTP with React Hooks&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/how-do-i-use-typescript-with-react/&#34;&gt;Setup React with TypeScript&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/understanding-react-lifecycle-methods/&#34;&gt;Lifecycle Methods and Hooks&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;typescript&#34;&gt;TypeScript&lt;/h2&gt;&#xA;&lt;p&gt;TypeScript is a superset of JavaScript that adds Types, as well as a few other helpful features, to JavaScript.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kotlin Resources</title>
      <link>https://www.bradcypert.com/kotlin-resources/</link>
      <pubDate>Thu, 09 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/kotlin-resources/</guid>
      <description>&lt;p&gt;Kotlin is a cross-platform, statically-typed language that often targets the JVM. It’s used for web development, Android development, and much more.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-kotlin&#34;&gt;Core Kotlin&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/sequence-a-kotlin-type/&#34;&gt;Kotlin Sequences&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/kotlin-sealed-classes/&#34;&gt;Sealed Classes&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;testing&#34;&gt;Testing&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/bdd-assertions-expekt-kotlin/&#34;&gt;Testing via Expekt&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/static-methods-companion-objects-and-testing/&#34;&gt;Testing Companion Objects&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;web&#34;&gt;Web&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/the-facade-pattern-for-simple-dependency-injection/&#34;&gt;Dependency Injection via The Facade Pattern&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/controllers-in-ktor/&#34;&gt;Controllers in the KTOR web framework&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;android&#34;&gt;Android&lt;/h3&gt;&#xA;&lt;p&gt;Android is a mobile operating system designed primarily for touchscreen mobile devices such as smartphones and tablets. Development is done predominantly in Kotlin or Java.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP Resources</title>
      <link>https://www.bradcypert.com/php-resources/</link>
      <pubDate>Thu, 09 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/php-resources/</guid>
      <description>&lt;p&gt;PHP was one of the first programming languages that I learned and while it&#39;s not something&#xA;I often write these days, I still find myself appreciating the stateless nature of web&#xA;development, as well as Laravel and, sometimes, Wordpress.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-php&#34;&gt;Core PHP&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/arrow-functions-in-php-7-4&#34;&gt;Arrow Functions&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/how-to-read-from-a-file-in-php&#34;&gt;Read from a File&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/php-add-array&#34;&gt;Add to an Array&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;laravel&#34;&gt;Laravel&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/what-is-laravels-homestead&#34;&gt;What is Laravel&#39;s Homestead?&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;tutorials&#34;&gt;Tutorials&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/building-a-simple-url-shortener-in-php-with-laravel&#34;&gt;Laravel URL shortener&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/building-a-simple-api-in-php-using-lumen&#34;&gt;Building a simple API with Lumen&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.bradcypert.com/building-a-restful-api-in-php-using-slim-eloquent&#34;&gt;Building a simple API with Slim and Eloquent&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Image2Text Privacy Policy</title>
      <link>https://www.bradcypert.com/image2text-privacy-policy/</link>
      <pubDate>Wed, 09 May 2018 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/image2text-privacy-policy/</guid>
      <description>&lt;h2 id=&#34;privacy-policy&#34;&gt;Privacy Policy&lt;/h2&gt;&#xA;&lt;p&gt;Brad Cypert built the Image2Text app as an Ad-Supported app. This SERVICE is provided by Brad Cypert at no cost and is intended for use as is.&lt;/p&gt;&#xA;&lt;p&gt;This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.&lt;/p&gt;&#xA;&lt;p&gt;If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brad Cypert - Software Technologist in Louisville Kentucky</title>
      <link>https://www.bradcypert.com/about/</link>
      <pubDate>Thu, 23 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/about/</guid>
      <description>&lt;p&gt;&lt;strong&gt;I’m passionate about Flutter, Rust, Go, and Software Architecture.&lt;/strong&gt;&lt;br&gt;&#xA;&lt;strong&gt;I’m also passionate about being passionate about things.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h4 id=&#34;from-the-beginning&#34;&gt;From the Beginning&lt;/h4&gt;&#xA;&lt;p&gt;I started writing my first bits of ‘code’ playing a game called Anarchy Online. The game offered a neat scripting system and a HTML rendering engine that was way ahead of it’s time. After realizing how cool that was, I took some Java classes in highschool. After realizing how cool THAT was, I decided to make a career out of it, pursuing it through college and self-education. Now, I openly seek out opportunities to educate others and further my own education.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact Brad Cypert</title>
      <link>https://www.bradcypert.com/contact/</link>
      <pubDate>Thu, 23 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/contact/</guid>
      <description>&lt;h1 id=&#34;get-in-touch-with-brad-cypert&#34;&gt;Get in touch with Brad Cypert&lt;/h1&gt;&#xA;&lt;h2 id=&#34;need-help-reach-out-below&#34;&gt;Need help? Reach out below!&lt;/h2&gt;&#xA;&lt;p&gt;I’m available for consultation and I’m more than happy to help you plan or architect open-source projects for free.&lt;/p&gt;&#xA;&lt;p&gt;If you’d like to get in touch, please message me via &lt;a href=&#34;https://www.linkedin.com/in/bradcypert&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;LinkedIn &lt;/a&gt;&#xA;or &lt;a href=&#34;http://twitter.com/bradcypert&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Twitter&lt;/a&gt;&#xA;. I had a contact form here, but spammers are getting more and more creative, so I decided to take it down for the time being.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Resume</title>
      <link>https://www.bradcypert.com/resume/</link>
      <pubDate>Mon, 13 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/resume/</guid>
      <description>&lt;h1 id=&#34;bradley-s-cypert&#34;&gt;Bradley S. Cypert&lt;/h1&gt;&#xA;&lt;h4 id=&#34;staff-engineer&#34;&gt;Staff Engineer&lt;/h4&gt;&#xA;&lt;p&gt;&lt;em&gt;812-207-3552&lt;/em&gt; &lt;strong&gt;•&lt;/strong&gt; Louisville, KY &lt;strong&gt;•&lt;/strong&gt; &lt;a href=&#34;mailto:Brad.Cypert@gmail.com&#34;&gt;Brad.Cypert@gmail.com&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;please no unsolicited calls&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;recent-experience&#34;&gt;Recent Experience&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.teamsnap.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;TeamSnap&lt;/a&gt;&#xA;&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; Staff Software Engineer &lt;strong&gt;•&lt;/strong&gt; &lt;em&gt;2018 – present&lt;/em&gt;&lt;br&gt;&#xA;&lt;strong&gt;&lt;a href=&#34;https://www.twinspires.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Twinspires.com&lt;/a&gt;&#xA;&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; Android Architect &lt;strong&gt;•&lt;/strong&gt; &lt;em&gt;2018&lt;/em&gt;&lt;br&gt;&#xA;&lt;strong&gt;&lt;a href=&#34;https://www.twinspires.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Twinspires.com&lt;/a&gt;&#xA;&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; Senior Software Engineer**•** &lt;em&gt;2017 – 2018&lt;/em&gt;&lt;br&gt;&#xA;&lt;strong&gt;&lt;a href=&#34;https://granular.ag/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Granular&lt;/a&gt;&#xA;&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; Senior Software Engineer &lt;strong&gt;•&lt;/strong&gt; &lt;em&gt;2016 – 2017&lt;/em&gt;&lt;br&gt;&#xA;&lt;strong&gt;&lt;a href=&#34;https://www.linkedin.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;LinkedIn&lt;/a&gt;&#xA;&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; UI/Engineer &lt;strong&gt;•&lt;/strong&gt; &lt;em&gt;2015 – 2016&lt;/em&gt;&lt;br&gt;&#xA;&lt;strong&gt;&lt;a href=&#34;https://www.carfax.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CARFAX&lt;/a&gt;&#xA;&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; Software/Frontend Developer &lt;strong&gt;•&lt;/strong&gt; &lt;em&gt;2013 – 2015&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;cozy-technologies-in-no-particular-order&#34;&gt;Cozy Technologies (&lt;em&gt;in no particular order&lt;/em&gt;)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Clojure&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;TypeScript&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;CSS&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;Java&lt;/strong&gt; &lt;strong&gt;• Kotlin&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;Scala&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;Dart&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;Flutter&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;React&lt;/strong&gt; &lt;strong&gt;•&lt;/strong&gt; &lt;strong&gt;Golang&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
