-
Notifications
You must be signed in to change notification settings - Fork 0
Round 2
287 days
Or 9 months, 14 days including the end date
Today's progress: Queue using a linked list as the underlying data structure implemented (Section 5 - Lecture 48 - Assignment 3).
Days' progress: Algorithm to evaluate a math expression in prefix form implemented (Section 5 - Lecture 48 - Assignment 4).
Today's progress: Section 5 "Stacks and Queues" completed. Moving to the other course to work on "Lambda Expressions".
Today's progress: C# Lambda expressions course section done.
Today's progress: Factorial algorithm implemented, two versions, using head and tail recursion.
Days' progress: Working on the Tower of Hanoi puzzle (in C#).
Days' progress: Working on the Tower of Hanoi puzzle, but switched from C# to JavaScript (will focus on JS for a while).
Today's progress: Practicing Node async, callbacks + promises + async/await approaches.
Days' progress: Practicing different approaches to implement private attributes (Symbol vs closures).
Today's progress: Practicing closures.
Today's progress: Practicing setTimeout and delete.
Today's progress: Practicing delete.
Today's progress: Reviewing setTimeout 0 example.
Today's progress: Practicing call and apply methods.
Today's progress: Practicing promises.
Today's progress: Practicing Sinon stubs + promises chaining.
Today's progress: Practicing use of the this keyword.
Days' progress: Practicing Promise.all.
Today's progress: JS practice: Functional programming + Spread operator.
Today's progress: Wrapping up JS interview questions.
Days' progress: Tower of Hanoi algorithm done, iterative approach.
Days' progress: Tower of Hanoi algorithm done, recursive approach.
Today's progress: Joined Sovanta yesterday. Learning Docker from guide Get started with Docker, Parts 1, 2 and 3. Created a Docker image using an official Python runtime as the parent image, executed it and uploaded it to Docker's public registry. Then I created a service with Compose and ran it in 5 instances.
Today's progress: Ran MongoDB in a container, and ran another one as the client. Then I ran MongoDB as a service with Compose, connected through Robo 3T, created a collection and inserted an item.
Today's progress: Learning Kubernetes from tutorial Learn Kubernetes Basics, module 1. Created a k8s cluster using Minikube, and used minikube and kubectl CLIs to explore it.
Today's progress: Kubernetes tutorial, Module 2. Created a deployment and deployed a Node.js Docker container.
Today's progress: Kubernetes tutorial, Module 3. Played with the basic CLI commands against a single pod (kubctl get, describe, logs and exec).
Today's progress: Kubernetes tutorial, Module 4. Created a service of a singe pod running a Node app, and played with CLI commands against that service (describe, get pods -l and delete service).
Today's progress: Kubernetes tutorial, Module 5. Scaled up a service from 1 to 4 pods with the scale CLI command, checked the number of pods with get pods and tested the load balancing with curl. Also, started working on setting up a microservices based application we have at work in my local k8s cluster.
Today's progress: Resumed data structures and algorithm practice, working on merge sort.
Today's progress: Merge sort, merge step done.
Today's progress: Continued working on the local setup for a microservices based app we have at work. Installed minikube in my new laptop, and configured its VM to access our Docker private registry.
Today's progress: Continued working on the local k8s setup, got app's base pods up and running.
Today's progress: Merge sort, divide and conquer, simplest example possible.
Today's progress: Continued working on merge sort.
Today's progress: Started the Hello Minikube tutorial, using my local Minikube installation instead of Katacoda. Build a new Docker image, pushed it to Docker Hub, and then created a Kubernetes deployment based on that image.
Days' progress: Worked on the merge sort pseudocode.
Today's progress: Resumed the Hello Minikube tutorial, exposed the pod and browse it using minikube service. Applied the same concepts but with the microservices based app we have at work.
Today's progress: Completed the Hello Minikube tutorial.
Today's progress: Started the Kubernetes Deployments tutorial.
Days' progress: Resumed merge sort. The algorithm is not completely finished yet but is already working for several examples.
Days' progress: Finished with the essentials of the Kubernetes Deployments tutorial. Created my first yaml, "applied" it to my local cluster, and then also edited the deployment to trigger a new rollout.
Days' progress: Merge sort done in C# (left JavaScript, and used the Java implementation from the course as a reference).
Today's progress: Started the course "Kyma – A Flexible Way to Connect and Extend Applications (openSAP)", and completed until unit 5.
Today's progress: Working on merge sort, refactored C# solution.
Today's progress: Merge sort, JavaScript implementation done.
Days' progress: Completed the Kyma course, final quiz 30/30 points achieved.
Today's progress: Completed the recursion chapter quiz from the DS&A course + Completed the SAP Conversational AI first chatbot tutorial, by deploying the bot to Telegram.
Today's progress: Completed the recursion assignment 1 from the DS&A course.
Days' progress: Studying Kubernetes Services.
Today's progress: Completed the recursion assignment 2 from the DS&A course.
Today's progress: Completed the recursion assignment 3 from the DS&A course, and the recursion section.
Today's progress: Completed the Kubernetes Services studying, focusing just on the basics.
Today's progress: Studying Kubernetes Ingress.
Today's progress: Completed the Kubernetes Ingress studying, focusing just on the basics.
Today's progress: Started the Frontend Masters course "API Design in Node.js, v3".
Link(s) to work: Solutions repo
Today's progress: Completed until the "Routing & Middleware" lesson from the Node API design course.
Today's progress: Completed until the "REST Routes with Express" lesson from the Node API design course.
Today's progress: Started the OpenUI5 quick start tutorial.
Link(s) to work: Solutions repo
Today's progress: Finished the OpenUI5 quick start tutorial.
Today's progress: Started the OpenUI5 walkthrough tutorial, completed steps 1 to 3.
Link(s) to work: Solutions repo
Today's progress: Completed steps 4 and 5 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed steps 6 to 9 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed steps 10 to 15 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed steps 16 and 17 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed steps 18 and 19 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 20 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed steps 21 to 23 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 24 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed steps 25 to 26 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 27 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 28 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 29 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 30 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 31 from the OpenUI5 walkthrough tutorial.
Today's progress: Completed step 32 from the OpenUI5 walkthrough tutorial.