mylittlecoding-blog
mylittlecoding-blog
Radu's coding blog
35 posts
- briefly describing what I am doing during my learning phase
Don't wanna be here? Send us removal request.
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Testing with GOOGLETEST unittesting library for C++
https://github.com/Radu1990/CPP_Bjarne_Stroustrup/tree/master/Chapter_9/Exercise_5
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Started learning OOP. This is really the best book I read so far about learning programming and learning a programming language itself.
https://github.com/Radu1990/cpp-bjarne-stroustrup
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
I find “Introduction to Algorithms”  by Thomas Cormen to be a lot better. Started writing the functions in Go.
https://github.com/Radu1990/ITA-Cormen
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Started to learn Algorithms!
https://github.com/Radu1990/ITA-Cormen
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
setup CI for builds and tests on my first Gitlab repo
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media Tumblr media
Created a sitemap builder which pulls all the links from a website address and then searches for more links in the next set of links he found and formats in the end all into an .xml document
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Learned how to parse all links from an HTML file using Go, a depth-first search, and the html package in the standard library.
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
A simple but funny Json Story renderered through a web application made in Go
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Urlshortener built in GO. 
In the example localhost:8080/radugithub redirects to https://github.com/Radu1990
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Just a small Quiz Game which has a default Timelimit of 30 seconds you can adjust using Command-Line Flags.
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Building the first web application (a wikipedia page) using Go and Go packages.
The app is displaying a GoWiki Page which has a text form you can edit and save.
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Logging events with the built-in package from go
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 6 years ago
Photo
Tumblr media
Started writing separate unittests files for all my functions
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 7 years ago
Photo
Tumblr media
Goodbye VS Code! :D Hello Goland! :)
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 7 years ago
Photo
Tumblr media
Started learning Go language. Strongly-typed makes such a big difference.
https://github.com/Radu1990/GO-Exercises
0 notes
mylittlecoding-blog · 7 years ago
Photo
Tumblr media
Linked my Github project with Travis CI and now everytime a pull request comes in, it has to first pass all the unittest testing. Pretty amazing thing! #IaC
0 notes
mylittlecoding-blog · 7 years ago
Photo
Tumblr media
Santa came earlier this year.
https://github.com/Radu1990/ITA-Cormen
0 notes