Examples of code for job applications
- Introduction
- Table of Contents Coding Examples
- Coding Convention
- Versions Code Examples were made
- Bugs/ Errors/Feedback
This Code Examples repository was started around November 2023. It is meant as a showcase of examples, for examples issues a developer may run into on a daily basis. The intention is not to put entire code bases or projects here. Often I am not allowed to discuss code of projects publicly, so I have to write code examples from scratch. Which entails figuring out which examples a developer could like to see, writing the code, testing it, commenting it, revisions, etc. There is quite a lot that goes in to it, besides other obligations I have.
If there is some example of code you would like to see, please contact me first before assuming I don't know how, or to judge me. It is complicated to know what a developer is looking for in a code example, and I am more than happy to write an example, at the same time, I could spend months writing code, that has no use other than code examples, and that is a bit much too. I am writing this because have noticed this a few times now. Hopefully can find each other in a middle ground.
- Algorhithms & Calculations
- Basics
- Design: e.g. Patterns, Principles, Solid
- .NET Core Apps
For example Database design examples, Doctrine, MongoDb, PDO PHP, Eloquent Laravel
- Algorhithms & Calculations
- Api
- CMS: WordPress
- Conversions
- Design: e.g. Patterns, Principles, Solid
- Frameworks: Laravel, Symfony
- Unit Testing
Directory for screenshots used in the code examples
Different frameworks, cms, and projects can use different coding conventions. Some examples may use different coding conventions, however within each example a consistent coding style was chosen. Currently in the process of updating some examples. In general the following coding conventions are used in the code examples:
- PHP PSR Coding Standards
- .NET C# Coding Conventions
- W3C Coding Standards
- Symfony Coding Standards
- Laravel Coding Style
- WordPress Coding Standards
- PHP: 8+
- Symfony: 6 LTS
- WordPress: 6
- Laravel: 10/11
- .NET Core: 8/9
- C#: 12
While I do my best to present code examples, when there is a bug or error it is appreciated if you let me know. Constructive criticism and feedback is welcome. It helps me to learn and improve, thank you.