Post

Categories and Sub Categories

This tutorial will show the categories and subcategories used in this blog site

Programming (Category)

Languages

  • Python
  • JavaScript

Frameworks and Libraries

  • React
  • Flask

Tools and Environments

  • Integrated Development Environments (IDEs)
  • Version Control Systems (e.g., Git)
  • Continuous Integration/Continuous Deployment (CI/CD)
  • Containerization (e.g., Docker, Kubernetes)
  • Text Editors

Programming Concepts

  • Object-Oriented Programming (OOP)
  • Functional Programming
  • Data Structures and Algorithms
  • Design Patterns
  • Concurrent and Parallel Programming

Web Development

  • Front-End Development
  • Back-End Development
  • Full Stack Development
  • Web APIs
  • Web Security

DevOps

  • Continuous Integration
  • Continuous Deployment
  • Infrastructure as Code (IaC)
  • Monitoring and Logging
  • Cloud Services (e.g., AWS, Azure, Google Cloud)

Security

  • Secure Coding Practices
  • Penetration Testing
  • Cryptography
  • Application Security
  • Network Security

Other Topics

  • Open Source
  • Software Development Lifecycle (SDLC)
  • Agile Methodologies
  • Project Management
  • Career Development in Programming

Test

Embedding a PDF via an HTML <iframe> Tag

1
<iframe src="/assets/file.pdf" width="100%" height="600"></iframe>
This post is licensed under CC BY 4.0 by the author.