Dev notes
These are the notes from my journey in learning software development.
Please note that these notes are personally curated, and there may be errors. If you find any, I would appreciate it if you could submit a pull request or open an issue to help me improve the content.
Table of Contents
C
- 01-Basics
- 02-Types
- 03-Simple Calculation
- 04-Expression
- 05-Logic
- 06-Array
- 07-Structures
- 08-Function
- 09-Pointer
C++
- 01-Basics
- 02-Foundations
- 03-Dynamic Memory
- 04-Encapsulation
- 05-Inheritance
- 06-Polymorphism
- 07-Advanced Inheritance
- 08-Advanced Polymorphism
- 09-Template
- 10-Class Relationships
JavaScript
Express.js
WEB Programming
- 01-HTTP Protocol
- 02-JSON
- 03-AJAX
- 04-REST API
- 05-EJS (Embedded JavaScript Templates)
- 06-HTML Form
- 07-PostgreSQL
- 08-MongoDB
React / Next.js
JavaScript Challenge
LeetCode
- 11. Container With Most Water
- 151. Reverse Words in a String
- 238. Product of Array Except Self
- 283. Move Zeroes
- 334. Increasing Triplet Subsequence
- 345. Reverse Vowels of a String
- 392. Is Subsequence
- 443. String Compression
- 605. Can Place Flowers
- 643. Maximum Average Subarray I
- 1004. Max Consecutive Ones III
- 1071. Greatest Common Divisor of Strings
- 1431. Kids With the Greatest Number of Candies
- 1456. Maximum Number of Vowels in a Substring of Given Length
- 1493. Longest Subarray of 1s After Deleting One Element
- 1679. Max Number of K-Sum Pairs
- 1768. Merge Strings Alternately
Error Notes
C
C++