Open in app

Sign In

Write

Sign In

Matthew Sedlacek
Matthew Sedlacek

68 Followers

Home

About

Published in Towards Dev

·Jan 7, 2021

Go: Primitives

In my previous blog, we discussed variables in Go. Here we will discuss the basic data types in Go; boolean, numeric, and text. These data types are also known collectively as primitives and are built into Go’s compiler. **Some examples and overall structure of this blog come from Free Code…

Go

6 min read

Go: Primitives
Go: Primitives
Go

6 min read


Jan 4, 2021

Go: Variables

Overview of Go Go was created in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson at Google. Go is an open-source, statically typed, compiled language and is commonly referred to as Golang. Some of Go’s key benefits include “…memory safety, garbage collection, structural typing, and CSP-style concurrency” (Built In). This blog is…

Golang

9 min read

Go: Variables
Go: Variables
Golang

9 min read


Published in JavaScript in Plain English

·Dec 27, 2020

How to Build a WebSocket Chat Application

Before diving into this blog, I recommend taking a look at my previous blog, where I introduce WebSocket APIs. From the article, you will find a high-level overview of how WebSockets APIs work and the main components of a WebSocket API. …

Nodejs

18 min read

How to Build a WebSocket Chat Application
How to Build a WebSocket Chat Application
Nodejs

18 min read


Published in The Startup

·Dec 19, 2020

Introduction to WebSockets

In a recent code challenge, I was tasked with creating an application that logs messages as they happen and shares those messages with everyone connected to the app. As a Full Stack Developer, I’m very familiar with working with RESTful API’s and utilizing HTTP requests between a client and server…

Web Development

4 min read

Introduction to WebSockets
Introduction to WebSockets
Web Development

4 min read


Published in codeburst

·Dec 14, 2020

Creating Bash Profile Aliases for Quick Folder Access

As a Software Engineer, I have many files and folders on my computer filled with my various coding projects. Therefore, having to navigate through the many different folders to get to the project I’m looking for in the terminal can take more than a few lines of code. Luckily, there…

Software Development

2 min read

Creating Bash Profile Aliases for Quick Folder Access
Creating Bash Profile Aliases for Quick Folder Access
Software Development

2 min read


Published in DataDrivenInvestor

·Dec 7, 2020

Algorithm Solving Strategies

If you read my previous blog regarding Big O Notation, you may remember that an algorithm is defined as “a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation ” (Wikipedia). …

JavaScript

9 min read

Algorithm Solving Strategies
Algorithm Solving Strategies
JavaScript

9 min read


Published in The Startup

·Nov 26, 2020

How to Add Social Sharing to Your Website

LinkedIn, Facebook, Text Messaging, Twitter — I recently created a portfolio website to share with my future employers. One thing that I did not take into consideration, though, is how sharing the link to my website would look on social media sites like LinkedIn, Facebook, etc. …

Web Development

4 min read

How to Add Social Sharing to Your Website
How to Add Social Sharing to Your Website
Web Development

4 min read


Published in Level Up Coding

·Nov 23, 2020

Netlify: Custom Domains with GoDaddy

If you have deployed your app on Netlify but would prefer to use a domain you purchased on GoDaddy, this is the blog for you. This guide will walk you through the necessary steps to use your custom GoDaddy domain while continuing to use Netlify and all of its useful…

Web Development

3 min read

Netlify: Custom Domains
Netlify: Custom Domains
Web Development

3 min read


Published in Level Up Coding

·Nov 15, 2020

Seize the Moment.js

Converting Ruby Strings to Local Time in React — In a recent coding challenge, I was tasked with building a chat application. One of the requirements was to show the time the message was posted. My first thought was to use the Ruby created_at string provided by my fetch. However, that string looks like this:

Ruby

3 min read

Seize the Moment.js
Seize the Moment.js
Ruby

3 min read


Published in The Startup

·Nov 9, 2020

Recursion

Overview & Example — What is Recursion? A recursive function is a function that calls itself. It’s important to learn recursion because it’s used in common built-in JavaScript methods such as JSON.parse, JSON.stringify, and document.getElementById (Steele). Also, recursion is essential to understanding Tree and Graph traversal algorithms, which we will discuss in future blogs. …

Recursion

4 min read

Recursion
Recursion
Recursion

4 min read

Matthew Sedlacek

Matthew Sedlacek

68 Followers

Software Engineer — Full Stack, JavaScript, ReactJS, Ruby on Rails, OO Programming (https://www.matthewsedlacek.com/)

Following
  • Markus Hanslik

    Markus Hanslik

  • Mathew Phillip Wheatley

    Mathew Phillip Wheatley

  • jrusch

    jrusch

  • Andy del Valle

    Andy del Valle

  • David Jhinku

    David Jhinku

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech