Skip to content

Latest commit

 

History

History
135 lines (104 loc) · 6.42 KB

README.en.md

File metadata and controls

135 lines (104 loc) · 6.42 KB

Programming 1st Year UH (MATCOM)

Made with love License


Tip

If you want to read this readme in Spanish:

📜 About

Hello, I'm José Rafael (C112) 👋.

This repository contains the exercises and my solutions from the practical classes I receive at the Faculty of Mathematics and Computing (MATCOM) of the University of Havana (UH) 2024 - 2025 course.

As a first-year student, my goal is to share valuable educational resources that can help other students better understand the concepts and techniques taught in our classes 🎓.

📚 Content

  • Exercises and Solutions: A collection of practical exercises along with their detailed solutions. These exercises cover a variety of topics that are taught in the first year of the Computer Science degree.
  • Projects: Larger, more complex projects that are developed throughout the course. These projects are designed to apply the knowledge gained in more realistic and challenging situations.
  • Additional Resources: Supplementary material such as articles, tutorials, and links to online resources that may be helpful for delving deeper into the topics covered in class.

(Back to the top 🔝)

🧩 Practical Classes

(Back to the top 🔝)

🧰 Technologies

  • C#/.NET - A versatile programming language and framework developed by Microsoft, primarily used to build a wide range of applications, from web and mobile apps to cloud services and games.
  • VSCode - A powerful, lightweight code editor developed by Microsoft, offering a rich set of features for coding, debugging, and version control, making it ideal for modern software and web app development.

(Back to the top 🔝)

🧞 Commands

Command Action
⚙️ dotnet run Runs the application.
⚙️ dotnet new console -o "project" Creates a new console application.
⚙️ dotnet script archivoConCodigo Runs a C# script from the specified file.

(Back to the top 🔝)

🤝 Contributions

Contributions are always welcome! Whether you're reporting bugs or improving existing functionalities, your help is highly appreciated.

If you have any suggestions that could improve any solution, please make a fork of the repository and create a pull request. You can also simply open an issue with the "enhancement" tag.

Here's a quick guide:

  1. Make a fork of the Project
  2. Clone your fork (git clone <URL del fork>)
  3. Add the original repository as a remote (git remote add upstream <URL del repositorio original>)
  4. Create your Feature Branch (git switch -c feature/CaracteristicaNueva)
  5. Make your Changes (git commit -m Add: alguna CaracterísticaNueva)
  6. Push to the Branch (git push origin feature/CaracteristicaNueva)
  7. Open a pull request

(Back to the top 🔝)

🔑 License

MIT

(Back to the top 🔝)

🙏 Support

Don't forget to leave a star ⭐️

(Back to the top 🔝)



✌️

A project created by @joserafael0160