-
ā¢ š Frontend Developer Ready for New Adventures | #OpenToWork
ThisĀ year begins full of possibilities, new professional chapter: OpenĀ to Work! After a journey ofĀ learning, challenges, and experiences, IĀ am seeking new opportunities asĀ a Front-end Developer toĀ apply my knowledge and experiences in waysĀ that allow me to expand my horizons even further. Personal projects: šŖ“Breath Natural – NestJS Chronicles Part 1 <- NestJS š½ļø Food Hut – Angular…
-
Day 1
Go to Source
-
Add Onvite to Rails 8 Authentication
This article was originally published on Rails Designer Build a SaaS This is the third article on Building a SaaS with Ruby on Rails. This article continues where the previous one, adding sign up to Rails 8′ authentication, stops. Most SaaS products are used by multiple people from the same team or company. Although I…
-
Hereās why Julia is THE language in scientific programming
One of the best things about working in quantum computing is being exposed to a whole new set of skills and tools. For those of us coming from the software engineering side, discovering the things our academic peers are using is an interesting experience. One of the best for me personally was coming across the…
-
Cloud economics vs. Cloud FinOps
La gestiĆ³n de costos en los Ćŗltimos aƱos, se ha priorizado para que la migraciĆ³n o implementaciĆ³n de los servicios nube mantengan un enfoque de optimizaciĆ³n, que favorezca el valor de negocio de las compaƱĆas, es decir, una operaciĆ³n computacional guiada por principios de optimizaciĆ³n financiera Cloud economics se encarga de estudiar el costo-beneficio del…
-
š¤Retroāing and Debugging 2024: a year of data, books, APIs, BOTs & AI
This is a submission for the 2025 New Year Writing challenge: Retro’ing and Debugging 2024. š¤ About 2024 was an incredible year filled with challenges, achievements, and an abundance of – sometimes unexpected – learning opportunities that came to me on my way. Reflecting on the year, here are some of the highlights that shaped…
#82, #ai, #api, #bug, #database, #dataengineering, #datascience, #go, #hackathon, #innovation, #iot, #jupyter, #management, #neo4j, #nocode, #nodes24, #openai, #opendata, #opensource, #productivity, #programming, #showdev, #tech, #tooling, #tutorial, #ui, #ux -
Dealing with internet addiction
Guten Morgen. Wish I could know who drew the cover image. It’s very well done. Would suggest you to check out their work, but sadly not even I know. Moving on, I wanted to write about what I’m going through. This is by no means an exhaustive research made alongside a mental health professional, and…
-
Serializing an enum in a Spring Boot web application
Enum is a good structure to define a set of limited and well defined values inside the domain of our application. They could help to prevent impossible states in our codebase. The scenario Let’s use a note taking web application as an example to show the possible ways to serialize and deserialize an eum value.…
-
Data Cleaning in Data Science
In this Data Science blog post series, we’ve talked about where to get data from and how to explore that data using pandas, but whilst that data is excellent for learning, it’s not similar to what we will term real-world data. Data for learning has often already been cleaned and curated to allow you to…