- briefly describing what I am doing during my learning phase
Don't wanna be here? Send us removal request.
Photo
Testing with GOOGLETEST unittesting library for C++
https://github.com/Radu1990/CPP_Bjarne_Stroustrup/tree/master/Chapter_9/Exercise_5
0 notes
Photo
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
Photo
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
Photo

Started to learn Algorithms!
https://github.com/Radu1990/ITA-Cormen
0 notes
Photo
setup CI for builds and tests on my first Gitlab repo
0 notes
Photo
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
Photo
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
Photo
A simple but funny Json Story renderered through a web application made in Go
https://github.com/Radu1990/GO-Exercises
0 notes
Photo
Urlshortener built in GO.
In the example localhost:8080/radugithub redirects to https://github.com/Radu1990
https://github.com/Radu1990/GO-Exercises
0 notes
Photo
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
Photo
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
Photo
Logging events with the built-in package from go
https://github.com/Radu1990/GO-Exercises
0 notes
Photo
Started writing separate unittests files for all my functions
https://github.com/Radu1990/GO-Exercises
0 notes
Photo
Goodbye VS Code! :D Hello Goland! :)
https://github.com/Radu1990/GO-Exercises
0 notes
Photo
Started learning Go language. Strongly-typed makes such a big difference.
https://github.com/Radu1990/GO-Exercises
0 notes
Photo
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
Photo

Santa came earlier this year.
https://github.com/Radu1990/ITA-Cormen
0 notes