🪴 Shoyeb's Dev Diary
Search
Search
Dark mode
Light mode
Explorer
Advanced C-Sharp
1. C-Sharp Version in a .NET Project
2. Delegate
3. Constructor Chaining
4. Tuple
5. Base
6. Expression Trees
7. Enum
8. Parameter Modifiers
9. Anonymous Object
10. Dynamic
11. Generic
12. Generic constraints
13. C-Sharp Generic and Non Generic example
13. DOTNET built-in interfaces
14. Indexer
15. Event
16. Garbage Collection
17. Regular Expressions Cheat Sheet
18. Reflection
19. Virtual Method and Abstract Method
20. Partial Class
21. C-Sharp Syntax
22. Static Vs Class
23. OOP
24. C-Sharp Practice
25. LINQ
26. C-Sharp Interview Questions
27. DOTNET
28. SYNCHRONOUS AND ASYNCHRONOUS
29. File in CSharp
30. Collections Quick Reference
31. Interceptor In CSHARP
Angular
Practice
API Call with backend
UI frameworks for building Angular applications
1. Setup Guide
2. Create New Project
3. File Structure
4. All commands
5. Component
6. Inline Template
7. Interpolation
8. Event Handling (Event Binding)
9. Property Binding
10. Class Binding
11. ngClass Directives
12. ngStyle Directive
13. One-Way Binding
14. MVC in Angular
15. Two-Way Binding with ngModel
16. Structural directives (ngIf, ngIf-else, ngSwitch, and ngFor)
17. Installing and Using Bootstrap and jQuery
18. Passing Data Between Parent and Child Components
19. Pass Data from Child to Parent Component
20. Pipes and Custom Pipes
21. Service and Dependency Injection
22. API Request
23. Forms
24. Form Validators
25. Resetting Forms
26. Directives
27. Routing
28. Multiple Route Parameters
29. Optional Route Parameter
30. Absolute and Relative Paths
31. ParamMap Observable in Angular
32. Child Routes or Nested Routes
33. Auxiliary Routes (Named Routes)
34. Content Projection
35. Angular ng-template
CSS and Bootstrap
1. Bootstrap
2. BASIC CSS
3. Middle Center
Dotnet
1. DOTNET Framework Theory
2. TEN PRINCIPLES (SOLID + OTHER 5)
3. OOD Principles Theory
4. CREATIONAL DESIGN PATTERN (5 TYPES)
5. REPOSITORY PATTERN
6. UNIT OF WORK PATTERN
7. DOMAIN DRIVEN DESIGN
8.Entity Framework and Seed
9. 500 Dotnet Interview Questions 2022
10. Common AutoMapper Types in Code
11. BenchmarkDotNet Example
12. Custom pagination in an ASP.NET Web Form
13. Windows Service
14. gRPC
15. RabbitMQ Setup & Implementing Event Bus with CAP
16. SignalR Implementation
17. Generate Client Code Using NSwag NuGet and NSwagStudio
18. Dapper
Miscellaneous Non-Technical
Avro Keyboard Shortcuts
C++ Code Snippets & Useful Techniques
Essential Photoshop Commands
Future Technologies & Market Trends
Google Forms Auto-Entry Script
Linux and GitHub Commands Cheat Sheet
Running CSHARP - Java - C++ Files
Miscellaneous Technical
AWS Handnote
C PLUS Pointer
DevSkil Interview
Docker
DSA
Git
JavaScript
jQuery
MS SQL Query
1. SQL Management Studio Command
2. SQL Server Authentication
3. SQL JOIN Queries
4. GROUP BY VS PARTITION BY
5. Common Table Expression (CTE)
6. CROSS APPLY
7. Having
8. Stored Procedure
9. Stored Procedure vs Function
10. Dynamic SQL
11. Cursor
12. PIVOT and UNPIVOT
13. ROW_NUMBER(), RANK(), DENSE_RANK()
14. LocalDB
15. Oracle Database Operations
16. Some Industrial Query and NPOI
17. SQL Interview Question
SASS
1. Installing
2. Basic SASS Features
Typescript
1. Introduction
2. Installing and Running in VS Code
3. First Code And Data Type QnA
4. Boolean
5. Number
6. String
7. Array
8. Tuple
9. Enum
10. Any
11. Void
12. Null and Undefined
13. Never
14. Object
15. Type assertions
16. Classes
17. Interfaces
18. Inheritance
19. Accessibility Modifiers
20. Optional Properties
21. Readonly
22. Indexable Types
23. Parameter Properties
24. Accessors
25. Static Properties and Method
26. Abstract Classes
27. Constructor Functions
28. Using a Class as an Interface
29. Generics
30. Namespace and Multi-file Namespace
31. Aliases
32. Decorators
33. Triple-Slash Directives
34. Union Types
35. Type Aliases
36. Intersection Types
Home
❯
Angular
Folder: Angular
35 items under this folder.
Mar 13, 2025
33. Auxiliary Routes (Named Routes)
Mar 13, 2025
34. Content Projection
Mar 13, 2025
35. Angular ng-template
Mar 13, 2025
4. All commands
Mar 13, 2025
5. Component
Mar 13, 2025
6. Inline Template
Mar 13, 2025
7. Interpolation
Mar 13, 2025
8. Event Handling (Event Binding)
Mar 13, 2025
9. Property Binding
Mar 13, 2025
2. Create New Project
Mar 13, 2025
20. Pipes and Custom Pipes
Mar 13, 2025
21. Service and Dependency Injection
Mar 13, 2025
22. API Request
Mar 13, 2025
23. Forms
Mar 13, 2025
24. Form Validators
Mar 13, 2025
25. Resetting Forms
Mar 13, 2025
26. Directives
Mar 13, 2025
27. Routing
Mar 13, 2025
28. Multiple Route Parameters
Mar 13, 2025
29. Optional Route Parameter
Mar 13, 2025
3. File Structure
Mar 13, 2025
30. Absolute and Relative Paths
Mar 13, 2025
31. ParamMap Observable in Angular
Mar 13, 2025
32. Child Routes or Nested Routes
Mar 13, 2025
1. Setup Guide
Mar 13, 2025
10. Class Binding
Mar 13, 2025
11. ngClass Directives
Mar 13, 2025
12. ngStyle Directive
Mar 13, 2025
13. One-Way Binding
Mar 13, 2025
14. MVC in Angular
Mar 13, 2025
15. Two-Way Binding with ngModel
Mar 13, 2025
16. Structural directives (ngIf, ngIf-else, ngSwitch, and ngFor)
Mar 13, 2025
17. Installing and Using Bootstrap and jQuery
Mar 13, 2025
18. Passing Data Between Parent and Child Components
Mar 13, 2025
19. Pass Data from Child to Parent Component