Estos últimos días de trabajo en la empresa estuvieron bastante intensos porque hubo que hacer un cambio muy drástico en demasiadas partes del código y estuve todo un fin de semana tratando de lograr que la página funcione y lo logré.
En esta empresa llevo dos meses trabajando y he encontrado mucho código muy mal implementado redundante y sin contexto dentro del proyecto web.
These last few days at work have been quite intense because we had to make a very drastic change to too many parts of the code, and I spent an entire weekend trying to get the site working, which I finally managed.I've been working at this company for two months now, and I've found a lot of poorly implemented, redundant, and out-of-context code within the web project.
At this time I was designing some pages from scratch and this is the case of the blog section which I used a pre-designed template made in Tailwind to save myself work time and simply copy and paste it to later fill it with data from the database.
Al estar trabajando en desarrollo dentro de una web que se encuentra en un repositorio privado nos podemos tomar la molestia de realizar cambios que no afecten a la web que se encuentra en funcionamiento y por el momento se requieren muchos cambios y corregir una gran cantidad de cosas pero tengo fe de que para esta semana o más tardar este fin de semana ya tendríamos la nueva web funcionando.
Since we're working on development within a website hosted in a private repository, we can take the time to make changes that don't affect the live website. Currently, many changes and corrections are needed, but I'm confident that we'll have the new website up and running by this week or at the latest by the end of this week.
Currently, the blog section only displays the design and doesn't contain real data because we need to populate the database with this information. We also need to enable users with specific roles to create new articles for the blog page. These articles will initially be sent to the database and then displayed in the blog section of the website. Since we don't yet have a full blog, this system isn't designed for a large volume of data, but rather for a very small number of articles (up to 10).