Ryan James
banner
rydev.bsky.social
Ryan James
@rydev.bsky.social
GoLang Developer
Zed, Text Editor User Used VSCode for 6 Years
-------------------------
Building Projects for my Needs and Continually Learning
Pinned
Guess What Guys I Got my Cert on GoLang Basics

I am So Happy yo Learn and Move On To More Complex Systems

I Know This isn't Big but its Big to Me Because I Learned A lot from this Course and I am So Happy To Say I Have Loved the
GoLang for a Long time but this just Means I Can Do ANYTHING!!!
Good Afternoon Everybody

I Created An API in C Sharp Using Carter Library for Minimal

gitlab.com/RealRJ/https...
ryan gregoire / HttpServer · GitLab
GitLab.com
gitlab.com
January 26, 2026 at 4:30 PM
Whats Up Y'all I Have Some Good News

I Have Been Thinking of Some Ideas for Projects but Can't Find any So I Created a UI Application That Allows a User to Enter 4 Options of Project Types to Create Project in Web Dev

So I Created this Free Code to Check out!

github.com/BinaryConver...
GitHub - BinaryConvertz/FrameworkPickerUI: Allows A User to Enter Text for Setting up Application in JavaScript
Allows A User to Enter Text for Setting up Application in JavaScript - BinaryConvertz/FrameworkPickerUI
github.com
January 23, 2026 at 10:58 PM
I Just Created an Application That Allows You To Create Files
using arguments and Created Folders from arguments

Code is Not Private
Feel Free to Added stuff

github.com/BinaryConver...
GitHub - BinaryConvertz/Created: Creates File for Coding More Effective Applications
Creates File for Coding More Effective Applications - BinaryConvertz/Created
github.com
January 22, 2026 at 1:49 AM
Good Night Y'all Ill Catch You Later or Tomorrow for More GoLang Learning and Catching Y'all up On My Life

Happy Coding Everyone, Don't forget to Create Application based on what you learned
January 21, 2026 at 8:55 PM
Just Learned About User Input Validation for Go Applications

And I Finished a Simple Course That Taught Us About
How To Secure our Apps to Not Let Bad Users Take over ours Application with Exploited Code
January 21, 2026 at 8:54 PM
I Understand Concepts Like The Following In GoLang
The Core Basics of GoLang Language to code Apps in

Loops
Maps Interfaces
Structs Control Flow Switch if Else
Functions Slices Constants
Data Types
January 21, 2026 at 5:28 PM
Guess What Guys I Got my Cert on GoLang Basics

I am So Happy yo Learn and Move On To More Complex Systems

I Know This isn't Big but its Big to Me Because I Learned A lot from this Course and I am So Happy To Say I Have Loved the
GoLang for a Long time but this just Means I Can Do ANYTHING!!!
January 21, 2026 at 5:16 PM
And I Have Been A VSCode User for The Beginning And M,y Starting of Learning to Code of my Learning Back in 2020

I Changed my IDE and I Have Used any IDE Out there in the World But I Just Started using Zed as My Main Editor

I am Loving this Editor

zed.dev
Zed — Love your editor again
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
zed.dev
January 21, 2026 at 4:05 PM
I Have Been Using PluralSight for Years This is The First Month in 2026 Year Using it

As You Can See I Have Been Using it for Years But Started Learning Go On This Platform for Weeks And I am Enjoying It Having fun is the most part of why I Love GoLang And It's Simple Syntax I Recommend it?
January 21, 2026 at 4:02 PM
Good Morning Everyone!

I Hope You Have a Good Day I Am Planning to Exercise today
Its Too Cold Here on the East Coast So I am Gonna Exercise in my Room

Today Is Gonna Be a Good Day Because I Get to Learn Something new In GoLang

Have a Good Days You Guys! Peace
January 21, 2026 at 3:58 PM
This Picture is How Many Hours I Have Been Coding/Programming

I Coded 1 Day and 6 Hours Last Week And Gonna Do More As I Continue To Learn and Better My Skills And Make Some Cool
I Dream of One Project In The Near Future
January 21, 2026 at 1:25 AM
Good Evening Everyone!

I am Learning And Today I Have some good and Bad News
Good News is I am Loving GoLang

Bad News is Earlier i was so Tired i wanted to Switch Languages like TypeScript or Java b

This is What I Learned Today from a PluralSight Course Yay
github.com/BinaryConver...
GitHub - BinaryConvertz/EnteredNamePicking: Used What I Learned from Course
Used What I Learned from Course. Contribute to BinaryConvertz/EnteredNamePicking development by creating an account on GitHub.
github.com
January 21, 2026 at 1:08 AM
Today I Learned A lot of GoLang Today

Learned About | Private Variables using .env File |
They Are Called Secret Variables Learned About Handling Secrets from a .ENV file for Private Data to Not Be Shared but Kept Safe from People in the Public Who can get Access to it

github.com/BinaryConver...
SecretVariables/main.go at main · BinaryConvertz/SecretVariables
Contribute to BinaryConvertz/SecretVariables development by creating an account on GitHub.
github.com
January 19, 2026 at 11:28 PM
Today was Successful Learning Topics Like

Converting JSON Objects
Getting Data from File JSON Object

Created And Updated Math Program Command Line Tool

I Learn Everyday And Will Continue
to Learn And Make My Skills Gonna Created More Software for People to Use And Enjoy Life
January 19, 2026 at 8:34 PM
What's Up Y'all I Wanted to Say I Been Coding Everyday for Weeks and Never had this Much Fun Long time i Found this Extension for VSCode Its Called Code Time It Basically Calculates How Much Time and Days You Been Using it in the Editor and Actively Coding And Using The Plugin for VSCode
January 19, 2026 at 5:55 PM
I Built an Application

Helps and Solves a Big World Problem With Learning Math
Practicing Math Skills to Be Better The App Basically Generates Numbers and Uses Random Function to Generate Operators for Math Best Way to Learn Math for Fun And Learning

github.com/BinaryConver...
GitHub - BinaryConvertz/RandMath: Application That Help People Learn Math by Generating Numbers and Operators for Practice Learning
Application That Help People Learn Math by Generating Numbers and Operators for Practice Learning - BinaryConvertz/RandMath
github.com
January 19, 2026 at 5:41 PM
Learned About Slices in GoLang

func Slices() {
var s []int
s = []int{1, 2, 3, 4}
fmt.Printf("%d\n", s)

s = append(s, 20, 40, 60, 80)
fmt.Printf("%d\n", s)

s = slices.Delete(s, 1, 2)
fmt.Println(s)
}
January 19, 2026 at 4:45 PM
What's Up Y'all I Have Created a New Application
Its Solves A Problem for Me Personally With Hourly Payments and Calculating Money for Hours Worked

The Command Line Application Calculates Your Yearly Amount by Your Hours and How Much You Get Paid a Week

github.com/BinaryConver...
GitHub - BinaryConvertz/HourlyPaymentJob
Contribute to BinaryConvertz/HourlyPaymentJob development by creating an account on GitHub.
github.com
January 19, 2026 at 4:38 AM
Today I Learned Some GoLang Using PluralSight Subscription

I Learned About Pointers and Constants Made Lots of Progress

github.com/BinaryConver...
GitHub - BinaryConvertz/BeginningOfGo: My Learning of Pointers & Constants Variables
My Learning of Pointers & Constants Variables. Contribute to BinaryConvertz/BeginningOfGo development by creating an account on GitHub.
github.com
January 18, 2026 at 9:14 PM
I Pushed an Update on my NPM packages application today

Application
————————————————-
Called Installed Packages

Version of v1.01

Added

- Create File on User Inputs
- Asked User to
January 17, 2026 at 8:22 PM
Today I Cannot Go for a Walk Because Because the Snow

I am Creating a Application using Some Different Technologies
GoLang, HTML TypeScript, CSS
GitHub - BinaryConvertz/WebAppGo
Contribute to BinaryConvertz/WebAppGo development by creating an account on GitHub.
github.com
January 17, 2026 at 4:04 PM
I Created a Command Line Program
That Allows Someone to To Install Node NPM Packages locally And Save The File for Use

i Wrote it in GoLang bc im Formilar with it

github.com/BinaryConver...
GitHub - BinaryConvertz/Installed_package
Contribute to BinaryConvertz/Installed_package development by creating an account on GitHub.
github.com
January 17, 2026 at 3:29 AM
I Have Been Learning Dev Containers like VSCode Does with JSON File It's pretty cool Just no Setup Required just open and create a devcontainer.json file and .devcontainer Folder and Open in Container Pretty Cool Stuff

Check this Video Out to Learn More

www.youtube.com/watch?v=kPMA...
you should be using dev containers
YouTube video by Syntax
www.youtube.com
January 16, 2026 at 4:33 PM
This Morning I pushed some Code that Allows a User to see what they are typing by using state hooks and learned a lot from this Code I think I love writing my own code bc it’s better about learning and getting better at coding than watching a tutorial and ending up in tutorial hell it’s not good
January 15, 2026 at 4:10 PM
Good Morning Y'all How we Doing I Slept
I Really Think That Drinking Coffee and Walking
is Really Healthy for me to Do Daily and I Have
January 15, 2026 at 3:26 PM