Zed, Text Editor User Used VSCode for 6 Years
-------------------------
Building Projects for my Needs and Continually Learning
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!!!
I Created An API in C Sharp Using Carter Library for Minimal
gitlab.com/RealRJ/https...
I Created An API in C Sharp Using Carter Library for Minimal
gitlab.com/RealRJ/https...
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...
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...
using arguments and Created Folders from arguments
Code is Not Private
Feel Free to Added stuff
github.com/BinaryConver...
using arguments and Created Folders from arguments
Code is Not Private
Feel Free to Added stuff
github.com/BinaryConver...
Happy Coding Everyone, Don't forget to Create Application based on what you learned
Happy Coding Everyone, Don't forget to Create Application based on what you learned
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
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
The Core Basics of GoLang Language to code Apps in
Loops
Maps Interfaces
Structs Control Flow Switch if Else
Functions Slices Constants
Data Types
The Core Basics of GoLang Language to code Apps in
Loops
Maps Interfaces
Structs Control Flow Switch if Else
Functions Slices Constants
Data Types
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!!!
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!!!
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
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
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?
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?
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
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
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
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
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...
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...
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...
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...
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
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
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...
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...
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)
}
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)
}
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...
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...
I Learned About Pointers and Constants Made Lots of Progress
github.com/BinaryConver...
I Learned About Pointers and Constants Made Lots of Progress
github.com/BinaryConver...
Application
————————————————-
Called Installed Packages
Version of v1.01
Added
- Create File on User Inputs
- Asked User to
Application
————————————————-
Called Installed Packages
Version of v1.01
Added
- Create File on User Inputs
- Asked User to
I am Creating a Application using Some Different Technologies
GoLang, HTML TypeScript, CSS
I am Creating a Application using Some Different Technologies
GoLang, HTML TypeScript, CSS
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...
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...
Check this Video Out to Learn More
www.youtube.com/watch?v=kPMA...
Check this Video Out to Learn More
www.youtube.com/watch?v=kPMA...
I Really Think That Drinking Coffee and Walking
is Really Healthy for me to Do Daily and I Have
I Really Think That Drinking Coffee and Walking
is Really Healthy for me to Do Daily and I Have