<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Golang on t0ul</title><link>https://t0ul.com/tags/golang/</link><description>Recent content in Golang on t0ul</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 04 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://t0ul.com/tags/golang/index.xml" rel="self" type="application/rss+xml"/><item><title>Introducing Automate the Boring Stuff with GO</title><link>https://t0ul.com/blog/introducing-automate-the-boring-stuff-with-go/</link><pubDate>Fri, 04 Nov 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/introducing-automate-the-boring-stuff-with-go/</guid><description>&lt;p&gt;The beginner-friendly guide to programming with GO/GoLang. No prior experience is required!&lt;/p&gt;
&lt;h2 id="welcome-to-the-free-e-book-for-beginner-coders-interested-in-go"&gt;Welcome to the Free E-book for Beginner Coders Interested in GO&lt;/h2&gt;
&lt;p&gt;If you&amp;rsquo;re new to GO and a Beginner in programming then there are not really books or learning resources for you. Most GO related books expect you to have some programming experience and involve complex topics such as Web Application building.&lt;/p&gt;</description></item><item><title>Ultimate GoLang Beginner's Cheat Sheet</title><link>https://t0ul.com/blog/ultimate-golang-beginners-cheat-sheet/</link><pubDate>Fri, 28 Oct 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/ultimate-golang-beginners-cheat-sheet/</guid><description>&lt;p&gt;A handy reference guide for GoLang&lt;/p&gt;
&lt;p&gt;When I first learned GoLang 5 years ago, I remember constantly looking up its syntax and things like printing, which was much different than Python 3&amp;rsquo;s way of doing things.&lt;/p&gt;
&lt;p&gt;So, I&amp;rsquo;ve put together the things I looked up the most during my first few months with GoLang in a handy cheat sheet.&lt;/p&gt;
&lt;p&gt;But don&amp;rsquo;t worry, I&amp;rsquo;ll provide it in text for those who like blog posts.&lt;/p&gt;</description></item><item><title>InfraHamBurglar: a CyberSecurity News Bot built with AWS Lambda, GoLang, and Twitter API v2</title><link>https://t0ul.com/blog/infrahamburglar-cybersecurity-news-bot/</link><pubDate>Wed, 19 Oct 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/infrahamburglar-cybersecurity-news-bot/</guid><description>&lt;p&gt;InfraHamBurglar a Twitter Bot for sharing CyberSecurity News&lt;/p&gt;
&lt;p&gt;Today I am introducing the InfraHamBurglar Twitter Bot, which is reporting on the latest &amp;ldquo;Robble, Robble&amp;rdquo; worldwide.&lt;/p&gt;
&lt;p&gt;As someone who works in cybersecurity, I thought it would be funny to have a Twitter bot named the &amp;ldquo;InfraHamBurglar&amp;rdquo; as a pun on an Infrastructure Burglar that is going Ham. Where Infrastructure loosely means Servers and Databases that exist in the cloud.&lt;/p&gt;</description></item><item><title>How I used Machine Learning with GoLang to get More Followers on TikTok</title><link>https://t0ul.com/blog/how-i-used-machine-learning/</link><pubDate>Tue, 04 Oct 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/how-i-used-machine-learning/</guid><description>&lt;p&gt;In this post, I will show how to use machine learning with GoLang to build a model to predict what makes a video follow-worthy on my TikTok based on my posts so far.&lt;/p&gt;
&lt;p&gt;The data set was created by going through my videos and manually inputting data into a google sheet. For whatever reason, TikTok doesn&amp;rsquo;t have an easily accessible API, and paid products are expensive.&lt;/p&gt;</description></item><item><title>GoLang, Svelte, and Wails 2.0: Cross Platform Desktops just got even easier</title><link>https://t0ul.com/blog/golang-svelte/</link><pubDate>Tue, 27 Sep 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/golang-svelte/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;In the past building, a desktop app required you to learn a completely different tech stack. However, if you&amp;rsquo;re a GoLang enthusiast, then you&amp;rsquo;re in luck. In the many frameworks written, there&amp;rsquo;s Wails v2. Which has been designed to let users stick with GoLang and their JavaScript (JS) framework choice to build a fully cross-platform desktop application.&lt;/p&gt;
&lt;p&gt;Wails works similarly to Electron if you&amp;rsquo;re familiar with it. If not, here&amp;rsquo;s the gist: you can build a desktop app without learning anything other than JS, HTML, and CSS.&lt;/p&gt;</description></item><item><title>Most Popular GoLang Frameworks</title><link>https://t0ul.com/blog/most-popular-golang-frameworks/</link><pubDate>Wed, 21 Sep 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/most-popular-golang-frameworks/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;A framework is typically an opinionated way of building something that a dev or group of devs have built and shared with the world. Web Dev frameworks are by far the most popular.&lt;/p&gt;
&lt;p&gt;A web dev framework is one that provides templates and design patterns for building Web Applications like Google, Yahoo, FaceBook, InstaGram, Twitter, and so on. Some of the most popular web dev ones of all time are Ruby on Rails and Python&amp;rsquo;s Django, but what if you&amp;rsquo;re a GoLang programmer?&lt;/p&gt;</description></item><item><title>How to use GoLang, Hugo, and Lambda for a Single Page Application</title><link>https://t0ul.com/blog/golang-hugo-lambda-spa/</link><pubDate>Thu, 15 Sep 2022 00:00:00 +0000</pubDate><guid>https://t0ul.com/blog/golang-hugo-lambda-spa/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;In this post, I&amp;rsquo;ll show how I built the website Free Resume Scanner with Hugo and AWS Serverless. The architecture of the app is similar to most Single Page Web applications. But instead of using React.js, or whatever the trendy Javascript framework is at the moment. We&amp;rsquo;ll use Hugo as our front end. I personally chose this setup with blogging in mind because blogging is one of the best ways to boost a website&amp;rsquo;s search engine optimization (SEO) to get web traffic aka users.I hope that you use this as a starting point in your dev adventures and even more so consider building small open source tools as well.&lt;/p&gt;</description></item></channel></rss>