2/1/2025

As the 2nd of January unfolds, my coding journey continues. Yesterday, I grasped the basics of data structures and algorithms, learning to think logically and translate that into code. I also understood the fundamental workings of websites. Let's proceed with the playlists and learn more.

What i learned?

  • Types of operators in C++...

  • Type casting (implicit / explicit)

  • Pre / post increment

  • Why we use "Endl" 

  • Why we use "using namespace std"

  • Some exercise


What i learned?

  • How to use git & vs code effectively

  • Vs code extensions

  • How to do freelancing

  • How websites work in more advanced way

Advanced topic:


What i learned?

What i learned?

  • How the codes are deployed in old times: fully clone the code & setup the cloud
  • aws makes it easy to deploy code and manage cloud setup but still needs to copy the code
  • Improved approached: create a virtual machine or light weight version: container
  • Google Brog to its opensource version Kubernatives
  • Kubernatives diagram

What i learned?

  • How to make a online code generator in 2 ways

  • 1. replit: where the code runs on a cloud machine
          2. Bolt.new: where the code runs inside the browser

  • How to use stream line the response from the backend

  • How to use web containers to run the code inside of the browser




    Comments