Skip to content

codeAligned/personal-dev-log

Repository files navigation

Personal Dev Log

This repository shows a summary of what Moe is doing / learning when he is not working.

Work Summary

May 25th, 2019

  1. Walked through first topic of 'Customizing Django Templates' course in Team Treehouse for Python Web Tech Degree

May 18th, 2019

  1. Finished 'Django Basics' course in Team Treehouse for Python Web Tech Degree

May 12th, 2019

  1. Walked through fifth topic of 'Django Basics' course in Team Treehouse for Python Web Tech Degree

May 11th, 2019

  1. Walked through fourth topic of 'Django Basics' course in Team Treehouse for Python Web Tech Degree

May 4th, 2019

  1. Finished 'Build a Personal Learning Journal with Flask' project for Team Treehouse's Python Web Tech Degree
  2. Walked through first three topics of 'Django Basics' course in Team Treehouse for Python Web Tech Degree

April 28th, 2019

  1. Worked on the fifth of twelve projects 'Build a Personal Learning Journal with Flask' for Team Treehouse's Python Web Tech Degree
    • Added API and UI for index page
    • Fixed and implemented API for delete page
    • Refined page styles
    • Submitted project for review

April 27th, 2019

  1. Worked on the fifth of twelve projects 'Build a Personal Learning Journal with Flask' for Team Treehouse's Python Web Tech Degree
    • Added API and UI for detail page
    • Added API and UI for edit page
    • Added API for delete page
    • Fixed bugs and added missing information

April 21st, 2019

  1. Worked on the fifth of twelve projects 'Build a Personal Learning Journal with Flask' for Team Treehouse's Python Web Tech Degree
    • Finished /entries/new route
    • Converted templates from static to dynamic using Jinja2
    • Fixed bugs and corrected information in README.md

April 20th, 2019

  1. Worked on the fifth of twelve projects 'Build a Personal Learning Journal with Flask' for Team Treehouse's Python Web Tech Degree
    • Setup files and environment

April 14th, 2019

  1. Finished 'Build a Social Network With Flask' course in Team Treehouse for Python Web Tech Degree

April 7th, 2019

  1. Walked through fourth topic of 'Build a Social Network With Flask' course in Team Treehouse for Python Web Tech Degree

April 6th, 2019

  1. Walked through third topic of 'Build a Social Network With Flask' course in Team Treehouse for Python Web Tech Degree

March 31st, 2019

  1. Walked through second topic of 'Build a Social Network With Flask' course in Team Treehouse for Python Web Tech Degree

March 23rd, 2019

  1. Finished 'Work Log with a Database' project for Team Treehouse's Python Web Tech Degree
  2. Finished 'Flask Basics' course in Team Treehouse for Python Web Tech Degree
  3. Walked through first topic of 'Build a Social Network with Flask' course in Team Treehouse for Python Web Tech Degree

March 17th, 2019

  1. Walked through first topic of 'Flask Basics' course in Team Treehouse for Python Web Tech Degree
  2. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Added missing field 'task name' to both database and program
    • Refactored main.py and view_service.py
    • Improved test coverage of main.py from 51% to 54%
    • Improved test coverage of view_service.py from 49% to 50%
    • Improved overall test coverage from 57% to 59%
    • Submitted project for review

March 16th, 2019

  1. Finished 'HTTP Basics' course in Team Treehouse for Python Web Tech Degree
  2. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Restructured codes in view_service.py, main.py and model_service.py to meet PEP8 style guide
    • Refactored view_service.py
    • Refactored main.py
    • Improved test coverage of main.py from 50% to 51%
    • Improved test coverage of view_service.py from 19% to 49%
    • Improved overall test coverage from 52% to 57%
    • Submitted project for review

March 15th, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Refactored main.py
    • Improved test coverage of main.py from 46% to 50%
    • Improved overall test coverage from 48% to 52%

March 10th, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Refactored main.py
    • Added test cases to most methods in model_service.py
    • Improved test coverage of model_service.py from 46% to 92%
    • Improved test coverage of main.py from 44% to 46%
    • Improved overall test coverage from 43% to 48%

March 9th, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Added Employee Name page to satisfy qualification requirements
    • Removed Search By Regex page and replaced with Search Term page to satisfy qualification requirements

March 3rd, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Added tests for Search by Date Page
    • Added tests for Search by Time Page
    • Added tests for Search By Regex or Exact Words Page
    • Added tests for Display Page
    • Submitted project for review

March 2nd, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Added tests for Main Page
    • Added tests for Add Page
    • Added tests for Search Page

March 1st, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Setup file for unit testing

February 24th, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Finished migrating all methods on all pages from CSV to sqlite
  2. Finished 'Pipenv: The Python Package Manager' course in Team Treehouse for Python Web Tech Degree
  3. Finished 'Setting Up a Local Python Environment' course in Team Treehouse for Python Web Tech Degree

February 23rd, 2019

  1. Worked on the fourth of twelve projects 'Work Log with a Database' for Team Treehouse's Python Web Tech Degree
    • Added README.md
    • Setup Peewee ORM and SQLITE database
    • Migrated add_entry from CSV to sqlite

February 22nd, 2019

  1. Finished 'Python Testing' course in Team Treehouse for Python Web Tech Degree

February 18th, 2019

  1. Finished 'Using Databases in Python' course in Team Treehouse for Python Web Tech Degree
  2. Walked through first topic of 'Python Testing' course in Team Treehouse for Python Web Tech Degree
  3. Finished 'Work Log' project for Team Treehouse's Python Web Tech Degree

February 17th, 2019

  1. Walked through first and second topics of 'Using Databases in Python' course in Team Treehouse for Python Web Tech Degree

February 16th, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree
    • Added the remaining parts for search by exact string page
    • Added search by regex page
    • Added README.md
    • Submitted the project for review/feed back

February 15th, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree
    • Added functionality that resets error messages on leaving page

February 14th, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree
    • Added search by exact string page
    • Fixed _sanitize_response method
    • Added validators and error messages for the page

Febrary 12th, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree
    • Fixed runtime issue due to typos

February 11th, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree
    • Added search by time amount page
    • Fixed error where user cannot quit program by input after returning from search page.

February 2nd, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree

February 1st, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree

January 31st, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree

January 21st, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree

January 20th, 2019

  1. Worked on the third of twelve projects 'Work Log' for Team Treehouse's Python Web Tech Degree

January 19th, 2019

  1. Walked through second and third topics of 'Dates and Times in Python' course in Team Treehouse for Python Web Tech Degree
  2. Walked through 'Object-Oriented Python' course in Team Treehouse for Python Web Tech Degree second time

January 18th, 2019

  1. Walked through 'Regular Expressions' course in Team Treehouse for Python Web Tech Degree
  2. Walked through first topic of 'Dates and Times in Python' course in Team Treehouse for Python Web Tech Degree

January 16th, 2019:

  1. Walked through 'Object-Oriented Python' course in Team Treehouse for Python Web Tech Degree

January 13th, 2019:

  1. Worked on the second of twelve projects 'Build a Soccer League' for Team Treehouse's Python Web Tech Degree

January 12th, 2019:

  1. Walked through 'Python Collections' course in Team Treehouse for Python Web Tech Degree
  2. Walked through 'Write Better Python' course in Team Treehouse for Python Web Tech Degree

January 9th, 2019:

  1. Walked through 'Python Collections' course in Team Treehouse for Python Web Tech Degree

January 8th, 2019

  1. Walked through 'Python Basics' course in Team Treehouse for Python Web Tech Degree
  2. Walked through 'Introducing Lists' course in Team Treehouse for Python Web Tech Degree
  3. Worked on the first of twelve projects 'Number Guessing Game' for Team Treehouse's Python Web Tech Degree
  4. Did 'twenty eighth' Pramp mock interview in algorithm (Not Rated - Repeated problem)

January 6th, 2019

  1. Worked on 'Web Crawler' problem in system design for Pramp
  2. Did 'fifth' Pramp mock interview in system design (Amazon Sales Rank) (Problem Solving - 2.8, Communication - 3.4)
  3. Worked on 'Amazon Sales Rank' problem in system design for Pramp

January 5th, 2019

  1. Worked on 'twitter' problem in system design for Pramp
  2. Did 'fourth' Pramp mock interview in system design (Web Crawler) (Current: Problem Solving - 2.75, Communication - 3.5)

January 3rd, 2019

  1. Did 'third' Pramp mock interview in system design (twitter) (Current: Problem Solving - 2.333, Communication - 3.333)

January 2nd, 2019

  1. Worked on 'Scale on the Cloud' problem in system design for Pramp second time

January 1st, 2019

  1. Worked on 'Pastebin' problem in system design for Pramp

December 30th, 2018

  1. Did 'second' Pramp mock interview in system design (pastebin) (Current: Problem Solving - 2.5, Communication - 3.0)

December 29th, 2018

  1. Worked on 'Array Quadruplet' problem for Pramp third time

December 28th, 2018

  1. Worked on corrections for part 1 and 2 of 'Key-Value Cache for Search Engine' problem in system design for Pramp
  2. Worked on part 3 and 4 of 'Key-Value Cache for Search Engine' problem in system design for Pramp second time

December 27th, 2018

  1. Worked on 'Pairs with Specific Difference' problem in algorithm for Pramp third time

December 26th, 2018

  1. Worked on 'BST Successor Search' problem in algorithm for Pramp third time
  2. Worked on part 1 and 2 of 'Key-Value Cache for Search Engine' problem in system design for Pramp second time

December 25th, 2018

  1. Worked on 'Decrypt Message' problem in algorithm for Pramp fourth time.
  2. Worked on part 4 of 'Social Graph' problem in system design for Pramp

December 24th, 2018

  1. Worked on 'Root of a number' problem in algorithm for Pramp fifth time
  2. Worked on corrections for part 1 and part 2 of 'Social Graph' problem in system design for Pramp
  3. Worked on part 3 of 'Social Graph' problem in system design for Pramp

December 23rd, 2018

  1. Worked on 'Drone Flight Planner' problem in algorithm for Pramp third time

December 19th, 2018

  1. Taking a break until December 22nd, 2018. Feeling the need to rest. Will comeback!

December 18th, 2018

  1. Worked on first part of 'Social Graph' problem in system design for Pramp
  2. Worked on second part of 'Social Graph' problem in system design for Pramp

December 17th, 2018

  1. Worked on fourth part of 'Scale on the Cloud' problem in system design for Pramp

December 16th, 2018

  1. Worked on first part of 'Scale on the Cloud' problem in system design for Pramp
  2. Worked on second part of 'Scale on the Cloud' problem in system design for Pramp
  3. Worked on third part of 'Scale on the Cloud' problem in system design for Pramp

December 15th, 2018

  1. Worked on 'Generate Parenthesis' problem in algorithm from Leet Code

December 14th, 2018

  1. Worked on fourth part of 'Key-Value Cache for Search Engine' problem in system design for Pramp

December 13th, 2018

  1. Worked on second part of 'Key-Value Cache for Search Engine' problem in system design for Pramp
  2. Worked on third part of 'Key-Value Cache for Search Engine' problem in system design for Pramp

December 11th, 2018

  1. Worked on first part of 'Key-Value Cache for Search Engine' problem in system design for Pramp
  2. Worked on 'Permutations' problem in algorithm from Leet Code

December 9th, 2018

  1. Worked on coding part of 'Sudoku Solver' problem in algorithm for Pramp
  2. Worked on 'Letter Case Permutation' problem in algorithm from Leet Code

December 8th, 2018

  1. Worked on 'N Queens' problem in algorithm from Leet Code

December 6th, 2018

  1. Reviewed 'Shifted Array Search' problem for Pramp second time
  2. Worked on 'Two Sum' problem in algorithm from Leet Code

December 5th, 2018

  1. Reviewed 'Getting Different Number' problem for Pramp third time
  2. Reviewed 'Root of a number' problem for Pramp fourth time

December 4th, 2018

  1. Reviewed 'Merging Two Packages' problem for Pramp second time

December 3rd, 2018

  1. Reviewed'Number of Paths' problem for Pramp third time
  2. Reviewed'Drone Flight Planner' problem for Pramp second time

December 2nd, 2018

  1. Did 'twenty seventh' Pramp mock interview in algorithm (Not Rated - Repeated problem)
  2. Reviewed 'Deletion Distance' problem for Pramp

December 1st, 2018

  1. Did 'twenty sixth' Pramp mock interview in algorithm (Not Rated - Repeated problem)
  2. Reviewed 'Find Duplicates' problem for Pramp second time
  3. Reviewed 'H-Tree Construction' problem for Pramp second time
  4. Did first Pramp mock interview in system design (Current: Problem Solving - 1, Communication - 2)

November 30th, 2018

  1. Reviewed 'Time Planner' problem for Pramp third time
  2. Did 'twenty fifth' Pramp mock interview in algorithm (Not Rated - Repeated problem)
  3. Reviewed 'Array of Array Products' problem for Pramp second time

November 29th, 2018

  1. Did 'twenty fourth' Pramp mock interview in algorithm (Not Rated - Repeated problem)
  2. Reviewed 'Setnence Reverse' problem for Pramp third time

November 28th, 2018

  1. Reviewed 'Merging Two Packages' problem for Pramp

November 27th, 2018

  1. Reviewed 'Array Quadruplet' problem for Pramp second time
  2. Did 'twenty third' Pramp mock interview in algorithm (Current: Problem Solving - 3.048, Coding - 3.333, Communication - 3.667)
  3. Solved all problems given by Pramp (yaay)! Will update rating when new content appears.

November 26th, 2018

  1. Reviewed 'Word Count Engine' problem for Pramp second time
  2. Reviewed 'Number of Paths' problem for Pramp second time

November 25th, 2018

  1. Reviewed 'Smallest Substring of All Characters' problem for Pramp second time
  2. Reviewed 'Award Budget Cuts' problem for Pramp second time
  3. Did 'twenty second' Pramp mock interview in algorithm (Current: Problem Solving - 3.0, Coding - 3.3, Communication - 3.65)
  4. Reviewed 'Sales Path' problem for Pramp

November 24th, 2018

  1. Reviewed 'Busiest Time In the Mall' problem for Pramp second time
  2. Did 'twenteeth' Pramp mock interview in algorithm (Current: Problem Solving - 2.889, Coding - 3.222, Communication - 3.611)
  3. Reviewed 'Largest Smaller BST Key' problem for Pramp
  4. Reviewed 'Pancake Sort' problem for Pramp
  5. Did 'twenty first' Pramp mock interview in algorithm (Current: Problem Solving - 2.947, Coding - 3.263, Communication - 3.632)
  6. Reviewed 'H-Tree Construction' for Pramp

November 23rd, 2018

  1. Reviewed 'BST Successor Search' problem for Pramp second time

November 22nd, 2018

  1. Reviewed 'Matrix Spiral' problem for Pramp
  2. Did 'twenteeth' Pramp mock interview in algorithm (Current: Problem Solving - 2.824, Coding - 3.176, Communication - 3.588)

November 21st, 2018

  1. Reviewed coding part of 'Basic Regex Parser' problem for Pramp
  2. Reviewed 'Find Duplicates' problem for Pramp
  3. Did 'nineteenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.813/4, Coding - 3.125/4, Communication 3.56/4)
  4. Reviewed coding part of 'Matrix Spiral' problem for Pramp

November 20th, 2018

  1. Reviewed 'Getting a Different Number' problem for Pramp second time
  2. Did 'eighteenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.8/4, Coding - 3.133/4, Communication 3.6/4)

November 19th, 2018

  1. Reviewed 'Pairs with Specific Difference' problem for Pramp second time
  2. Reviewed 'Sentence Reverse' problem for Pramp second time

November 18th, 2018

  1. Reviewed 'Number of Paths' problem for Pramp
  2. Did 'sixteenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.692/4, Coding - 3.077/4, Communication 3.538/4)
  3. Reviewed 'Award Budget Cuts' problem for Pramp
  4. Did 'seventeenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.714/4, Coding - 3.071/4, Communication 3.571/4)

November 17th, 2018

  1. Reviewed 'Busiest Time in the Mall' for Pramp
  2. Did 'fourteenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.636/4, Coding - 2.909/4, Communication 3.545/4)
  3. Reviewed 'Shifted Array Search' problem for Pramp
  4. Did 'fifteenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.583/4, Coding - 3.0/4, Communication 3.5/4)

November 16th, 2018

  1. Reviewed 'Decrypt Message' problem for Pramp in algorithm third time

November 15th, 2018

  1. Reviewed 'Bracket Match' problem for Pramp second ∏ime
  2. Worked on 'video' part of 'Flatten Dictionary' problem for Pramp
  3. Did 'twelveth' Pramp mock interview in algorithm (Not Rated)
  4. Reviewed 'Getting a Different Number' problem for Pramp
  5. Did 'thirteenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.5/4, Coding - 2.8/4, Communication 3.5/4)

November 14th, 2018

  1. Reviewed 'Smallest Substring of All Characters' problem for Pramp

November 12th, 2018

  1. Reviewed 'Bracket Match' problem for Pramp
  2. Worked on the coding part of 'Flatten Dictionary' problem for Pramp
  3. Did 'tenth' Pramp mock interview in algorithm (Current: Problem Solving - 2.5/4, Coding - 2.875/4, Communication 3.62/4)
  4. Did 'eleventh' Pramp mock interview in algorithm (Current: Problem Solving - 2.444/4, Coding - 2.778/4, Communication 3.44/4)

November 11th, 2018

  1. Reviewed 'Array Index and Element Equality' for Pramp
  2. Did 'ninth' Pramp mock interview in algorithm (Current: Problem Solving - 2.42/4, Coding - 2.85/4, Communication 3.57/4)
  3. Worked on coding part of 'Bracket Match' problem for Pramp

November 10th, 2018

  1. Reviewed 'Sentence Reverse' for Pramp
  2. Reviewed 'Word Count Engine' problem for Pramp
  3. Did 'eighth' Pramp mock interview in algorithm (Current: Problem Solving - 2.5/4, Coding - 2.83/4, Communication 3.66/4)

November 9th, 2018

  1. Worked on coding part of 'Sentence Reverse' for Pramp

November 7th, 2018

  1. Worked on 'Decrypt Message' problem in algorithm for Pramp second time

November 6th, 2018

  1. Did 'seventh' Pramp mock interview in algorithm (Sentence Reverse) (Current: Problem Solving - 2.4/4, Coding - 2.8/4, Communication 3.6/4)

November 5th, 2018

  1. Reviewed 'Array Quadruplet' problem for Pramp

November 4th, 2018

  1. Worked on 'Root of a Number' problem for Pramp third time
  2. Did 'sixth' Pramp mock interview in algorithm (Array Quadruplet) (Current: Problem Solving - 2.25/4, Coding - 2.75/4, Communication 3.5/4)

November 3rd, 2018

  1. Worked on 'Time Planner' problem for Pramp
  2. Did 'fifth' Pramp mock interview in algorithm (Pairs With Specifc Difference) (Current: Problem Solving - 2/4, Coding - 2.33/4, Communication 3.33/4)
  3. Reviewed 'Pairs with Specific Difference' problem

November 2nd, 2018

  1. Worked on 'Array of Array Products' problem for Pramp

November 1st, 2018

  1. Reviewed 'BST Successor Search' problem

October 31st, 2018

  1. Worked on 'Root of a number' problem for Pramp second time
  2. Did fourth Pramp mock interview in algorithm (BST Successor Search) (Current: Problem Solving - 1.5/4, Coding - 2.5/4, Communication 3.5/4)

October 30th, 2018

  1. Worked on coding part of 'Time Planner' (Pramp)

October 28th, 2018

  1. Worked on video part of 'Merge Sort' exercise (Part 30/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 27th, 2018

  1. Worked on coding part of 'Merge Sort' exercise (Part 30/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 26th, 2018

  1. Worked on video part of 'Selection sort' exercise (Part 29/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 25th, 2018

  1. Worked on video part of 'Bubble sort' exercise (Part 29/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 24th, 2018

  1. Worked on coding part of 'Selection Sort And Bubble Sort' exercise (Part 29/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 23rd, 2018

  1. Worked on 'video' part of 'validate Binary Search Tree' problem (Part 28/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 22nd, 2018

  1. Worked on coding part of 'validate Binary Search Tree' problem (Part 28/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 21st, 2018

  1. Worked on 'Tree width with level width' problem (Part 26/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on the coding part of 'Binary Search Tree' Problem (Part 27/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 20th, 2018

  1. Worked on the coding part of 'Building a Tree' problem (Part 25/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course) [will come back later]
  2. Worked on the first video for 'Building a Tree' problem

October 18th, 2018

  1. Worked on 'From Last' problem (Part 24/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 17th, 2018

  1. Worked on 'Circular Link List' problem (Part 23/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 16th, 2018

  1. Worked on 'Get Mid Point' problem (Part 22/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 15th, 2018

  1. Worked on videos for part - 3 && 4 and finished 'Linked List' Problem (Part 21/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 14th, 2018

  1. Worked on videos for part - 1 && 2 (4 / 11 methods) of 'Linked List' Problem (Part 21/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 13th, 2018

  1. Worked on coding part of 'Linked List' problem (Part 21/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 10th, 2018

  1. Worked on video part of 'two become one' problem (Part 20/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 9th, 2018

  1. Worked on coding part of 'two become one' problem (Part 20/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 7th, 2018

  1. Worked on 'stack' learning exercise (Part 19/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on video part of 'two sum' (Part 20/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 6th, 2018

  1. Worked on 'Weave' problem (Part 18/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on coding part of 'two sum (brute force)' problem (Part 20/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 4th, 2018

  1. Worked on 'Enqueue dequeue' learning exercise (Part 17/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 3rd, 2018

  1. Worked on video part of 'matrix spiral' problem (Part 14/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on 'fibonacci number' problem (Part 16/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

October 1st, 2018

  1. Worked on coding part of 'matrix spiral' problem (Part 14/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 30th, 2018

  1. Worked on 'Get your Vowels' problem (Part 13/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 29th, 2018

  1. Worked on 'pyramid' problem (Part 12/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 27th, 2018

  1. Worked on 'printing steps' problem (Part 11/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 26th, 2018

  1. Worked on video part of 'capitalize letter' problem (Part 10/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 23rd, 2018

  1. Worked on the coding part of 'capitalize letter' problem (Part 10/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on Quiz 1 of week 1 of coursera's Improving Deep Neural Networks course

September 22nd, 2018

  1. Worked on video part of 'anagram' problem (Part 9/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 21st, 2018

  1. Worked on the coding part of 'anagram' problem (Part 9/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 19th, 2018

  1. Worked on 'Decrypt Message' problem for Pramp mock-interview

Semptember 12th, 2018

  1. Did third Pramp mock interview in algorithm (Decrypt Message)

September 11th, 2018

  1. Did second Pramp Mock Interview (pancake sort)

September 7th, 2018

  1. Worked on 'Root of a number' problem for Pramp mock-interview

September 5th, 2018

  1. Did first Pramp Mock interview (Root of a number). Yay!

September 4th, 2018

  1. Worked on 'drone flight planner' problem for Pramp mock-interview

September 2nd, 2018

  1. Worked on 'array chunking' problem for Pramp mock-interview (Part 8/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

September 1st, 2018

  1. Worked on 'fizzbuzz' problem for Pramp mock-interview (Part 7/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on 'palindrome' problem for Pramp's mock-interview (Part 4/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

August 30th, 2018

  1. Worked on 'max-char problem' for Pramp's mock-interview (Part 6/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)
  2. Worked on fizzbuzz problem (Part 7/30 of Udemy's The Coding Interview Bootcamp: Algorithms + Data Structures course)

August 26th, 2018

  1. Finished Coursera's course 'Neural Networks and Deep Learning'

August 14th, 2018

  1. Finished week 4 Assignment 1 of Coursera's Neural Networks

August 13th, 2018

  1. Finished week 3 of Coursera's Neural Networks

August 12th, 2018

  1. Worked on week 3 of Coursera's Neural Networks and Deep Learning course.

August 11th, 2018

  1. Worked on Words Count Problem By Pramp

August 9th, 2018

  1. Finished week 2 of Coursera's Neural Networks and Deep Learning

August 8th, 2018

  1. Submitted Python basics with Numpy - Coursera Deep Learning Course (week2)

August 6th, 2018

  1. Finish CodeAcademy's capstone project

August 5th, 2018

  1. Finished Project: Gather: Part IV of Week 5 of CodeAcademy's Test Driven Development
  2. Worked on half of CodeAcademy's capstone project

August 4th, 2018

  1. Finished Project: Gather: Part II of Week 4 of CodeAcademy's Test Driven Development
  2. Finished Project: Gather: Part III of Week 5 of CodeAcademy's Test Driven Development

August 3rd, 2018

  1. Went through Day 1 and Day 2, and began working on Project: Gather: Part II of Week 4 of CodeAcademy's Test Driven Development.

July 31st, 2018

  1. Worked on 'successor' problem in ctci 6th ed (Q.4.6)

July 30th, 2018

  1. Solved 'validate bst' problem in ctci 6th ed (Q.4.5)

July 29th, 2018

  1. Solved 'list of depth' problem in ctci 6th ed (Q4.3)
  2. Went through the content for the week3 of CodeAcademy's Test Driven Development
  3. Worked on week2 of Coursera's Deep Learning Course (to be deferred until finishing codeAcademy).

July 28th, 2018

  1. Went through the rest of content for the week2 of CodeAcademy's Test Driven Development

July 27th, 2018

  1. Solved 'minimal tree' problem in ctci 6th ed (Q4.2)

July 26th, 2018

  1. Went through 'Write Expressive Tests' in CodeAcademy's Test Driven Development
  2. Worked on 'minimal tree' problem in ctci 6th ed (Q4.2)

July 25th, 2018

  1. Solved a brute force case of "circular linked list" problem in ctci 6th ed (Q.2.8)
  2. Sovled "route between nodes" problem in ctci 6th ed (Q4.1)
  3. Went through 'Write Good Tests With Mocha' in CodeAcademy's Test Driven Development

July 23rd, 2018

  1. Solved "intersection" problem in ctci 6th ed (Q2.7)

July 22nd, 2018

  1. Solved "matrix rotation" problem in ctci 6th ed (Q1.7)

July 20th, 2018

  1. worked on "Intersection" problem in ctci 6th ed (Q2.7)

July 19th, 2018

  1. Solved "String Compression" problem in ctci 6th ed (Q1.6)

July 18th, 2018

  1. worked on "String Compression" problem in ctci 6th ed (Q1.6)

July 17th, 2018

  1. Solved "Zero Matrix" problem in ctci 6th ed (Q1.8)

August 30th, 2017

  1. Solved "reverse string" problem in ctci 6th ed (Q12.2)

August 28th, 2017

  1. Solved brute force case of "partition" problem in ctci 6th ed (Q2.4)

August 26th, 2017

  1. Solved brute force case of "stack min" problem in ctci 6th ed

August 24th, 2017

  1. Solved "one away" in ctci 6th edition

August 23rd, 2017

  1. Review merge sort

August 22nd, 2017

  1. Solved brute force case of "urlify" in ctci 6th edition
  2. Solved "sum list" in ctci 6th edition

August 19th, 2017

  1. Solved "palindrome permutation" problem in ctci 6th edition

August 18th, 2017

  1. Solved "delete middle node" problem in ctci 6th edition

August 17th, 2017

  1. Solved brute force version of question 1.2 in ctci 6th edition

August 16th, 2017

  1. Solved first part of question 1.1 in ctci 6th edition
  2. Reviewed Arrays, Loops, Functions in C++ in this tutorial
  3. Fixed broken link for the demo of item-catalog project

August 9th, 2017

  1. Solved queue in linked list form using python (part of review)
  2. Solved queue in array form using python (part of review)

August 8th, 2017

  1. Solved stack in array form using python (part of review)
  2. Solved stack in linked list form using python (part of review)
  3. Solved very basic tutorial for c++ ("Hello world", and "varaibles")

August 2nd, 2017

  1. Solved brute force case for palindrome in Python (Q2.6 6th Edition)
  2. Solved brute force case for remove duplicates (Q2.1 6th Edition)
  3. Solved brute force case for return to kth last (Q2.2 6th Edition)

June 25th, 26th, 2017

  1. Worked on 'Array and Pointers' from free interactive c tutorial

June 24th, 2017

  1. Worked on 'Recursion' from free interactive c tutorial

June 23rd, 2017

  1. Worked on 'Dynamic Memory Allocation' from free interactive c tutorial

June 22nd, 2017

  1. Worked on 'function arguments by reference' from free interactive c tutorial

June 21st, 2017

  1. Worked on 'structures' from free interactive c tutorial
  2. Learned about quick sort

June 19th, 2017

June 18th, 2017

  1. Worked on 'pointers' from free interactive c tutorial

June 17th, 2017

June 16th, 2017

  1. Worked on 'functions' from free interactive c tutorial

June 15th, 2017

  1. Worked on 'while loops' from free interactive c tutorial
  2. Learned Binary search
  3. Reviewed recursion

June 14th, 2017

  1. Worked on 'multi-dimensional Array' from the free interactive c tutorial
  2. Worked on 'strings' from the free interactive c tutorial
  3. Solved algorithmic problem on queue here
  4. Practiced unit testing using python's unittest library see here
  5. Learned about forloops in c programming language see here

June 13th, 2017

  1. Worked first 3 free interactive c tutorial here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published