-
Excited to Present My Dev Career Project
Hi, it’s been a long time since I used this site to share to the world my personal projects, […]
-
What do I learn – Heap and Stack Memory – Week 22
This week, I was focused on improving my knowledge of C# based on the mock interview of the last week with the topics that my interviewer recommended to me, mainly how the stack and heap memory work in this programming language. Stack and Heap memory This is a very important topic to know how those […]
-
What do I learn – C# Foundations – Week 21
This week I’m going to get more focused in review the foundations of C# in order to be prepared to have a real job interview and have all the basic technical knowledge, also this weekend I’m going to have a mock interview and have personal feedback to know which aspects I must be I focus […]
-
What do I learn – ASP.NET – Week 20
This week I was focusing more in learn about how to use and program full-stack web applications with the ASP.NET Framework with C# via the CLI console. Building the application As I covered in the last week, ASP.NET is Microsoft’s product for competing with other web technologies like NodeJS Express and Java Spring Boot. To […]
-
The Mythical Man-Month – Book Review
The Mythical Man-Month is a book written in 1975 by Frederick Brooks based on his days working in OS/360 in IBM. The book’s main topic is how we manage and estimate software developments. Besides being written 47 years ago, it maintains some of the foundations of why software development fails and enumerates the most […]
-
What do I learn – Week 19
This week I’ll continue with the reading of the book “The Mythical Man-Month” by Frederick Brooks, and also, I started studying and installing my local environment for developing with .NET Framework via CLI and Visual Studio Code. Hatching a catastrophe Since chapter 11 in The Mythical Man-Month talks about the failure and how the faster […]