Cristian Moreno's Avatar

Cristian Moreno

@khriztianmoreno

Educator & Fullstack Javascript Developer πŸ₯‘ | #GDE | #MVP | #MDE | #AWSCommunity πŸ‘¨πŸΌβ€πŸ’»πŸ‘©πŸ»β€πŸ’»

57
Followers
178
Following
800
Posts
31.10.2024
Joined
Posts Following

Latest posts by Cristian Moreno @khriztianmoreno

Preview
Gemini en Chrome: El amanecer de la Web AgΓ©ntica | khriztianmoreno's Blog Gemini en Chrome: El amanecer de la Web AgΓ©ntica - A blog post by khriztianmoreno

Gemini in Chrome just took a giant leap! 🀯 It's gone from being an assistant to becoming an AGENT.

Today's 4 key announcements

The browser is no longer just for reading, it's for running. πŸš€

#AI #Chrome #Gemini #Tech

blog.khriztianmoreno.dev/en/posts/gem...

29.01.2026 10:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
The Impact of Performance on User Experience and SEO - Why Every Millisecond Counts | khriztianmoreno's Blog The Impact of Performance on User Experience and SEO - Why Every Millisecond Counts - A blog post by khriztianmoreno

Quiero mostrarles lo lindo que quedΓ³ el OG image de mi blog πŸ’…πŸ»

Y de paso lean algunos de mis ΓΊltimos blog post.

blog.khriztianmoreno.dev/en/posts/the...

07.01.2026 12:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Introducing Chrome DevTools MCP A blog about development and life, powered by Astro.

Your AI agent is no longer coding blind! 🀯

Chrome DevTools MCP gives it "eyes" to debug, inspect DOM & trace performance live in the browser.

Future is here. πŸ‘‡

blog.khriztianmoreno.dev/en/posts/int...

#WebDev #AI #DevTools

30.09.2025 20:31 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
The security risks of front-end dependencies A blog about development and life, powered by Astro.

In 2025, thousands of JS vulnerabilities are lurking in your app. 😱

Are you gambling with your security? 🎲
Read my blog on "The Security Risks of Front-End Dependencies" and stay safe! πŸ”’

πŸ‘‰ blog.khriztianmoreno.dev/en/posts/the...

31.01.2025 13:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Spot the Bug - N_01

Do you consider yourself a code detective? οΈβ€πŸ‘©πŸ»β€πŸ’»πŸ›πŸ‘¨πŸΌβ€πŸ’»
Can you figure out what’s going on and why the result is not as expected?

blog.khriztianmoreno.dev/en/posts/spo...

10.01.2025 13:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is a 12 Factor App - a Quick Guide A blog about development and life, powered by Astro.

Master these factors and take your apps to the next level! 🌐πŸ’ͺ

blog.khriztianmoreno.dev/en/posts/wha...

07.01.2025 15:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ”Ÿ dev/prod parity: 🀝 Reduces differences between development and production.
1️⃣1️⃣ Logs: πŸ“œ Treats logs as event streams.
1️⃣2️⃣ Process management: πŸ‘¨β€πŸ’» Manages tasks as single processes.

07.01.2025 15:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

7️⃣ Port mapping: πŸ”Œ Expose everything through clear ports.
8️⃣ Concurrency: πŸ€Ήβ€β™‚οΈ Divide work into lightweight processes.
9️⃣ Disposability: ♻️ Processes that start and end without drama.

07.01.2025 15:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

4️⃣ Backing services: ☁️ Treat external services as pluggable resources.
5️⃣ Build, release, run: πŸ› οΈβž‘οΈπŸš€ A clean, automated flow.
6️⃣ Processes: πŸ”„ Stateless Apps, ready to scale.

07.01.2025 15:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

🌟 12 Factors for Building Modern Apps 🌟
Does your app comply with these principles? πŸš€

1️⃣ Code base: πŸ“‚ One repository, multiple deployments.
2️⃣ Dependencies: 🎁 Pack it all in, don't depend on surprises!
3️⃣ Configuration: βš™οΈ Keep configuration out of the code.

07.01.2025 15:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This is my compilation and recommendation of technologies that I will be working with in 2025.

Which one would you add to the list?

blog.khriztianmoreno.dev/en/posts/tec...

06.01.2025 14:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Wondering what the future of tech holds? Check out my latest blog post on the tech stack for 2025! From React to Prisma, I've got you covered. #techstack #webdev

blog.khriztianmoreno.dev/en/posts/tec...

04.01.2025 13:57 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 2

✨ Commenting your code is like cleaning your bathroom 🚽 - you never want to do it, but it really does create a more pleasant experience for you and your guests! ✨

04.01.2025 13:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Node.js Corepack: Version Control for Package Managers A blog about development and life, powered by Astro.

Tired of package manager version conflicts? Corepack is here to save the day! Learn how to manage your package managers effortlessly in my latest blog post: blog.khriztianmoreno.dev/en/posts/cor...

#nodejs #corepack #javascript

10.12.2024 20:33 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Fetching Data in React: A Beginner's Guide A blog about development and life, powered by Astro.

Discover the secrets of efficient data fetching. New blog post out now!

blog.khriztianmoreno.dev/en/posts/fet...

09.12.2024 22:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Un senior destaca por su forma de pensar, no de codear A blog about development and life, powered by Astro.

ΒΏLas entrevistas tΓ©cnicas actuales evalΓΊan realmente a un #seniorDeveloper? Creo que nos estamos perdiendo de mucho talento

Β‘Lee mi nuevo post y descubre por quΓ© debemos cambiar la forma en que evaluamos a los desarrolladores! #programacion #recursosHumanos

blog.khriztianmoreno.dev/es/posts/a-s...

02.12.2024 18:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
A senior stands out for his thinking A blog about development and life, powered by Astro.

Do current technical interviews really evaluate a #seniorDeveloper? I think we're missing out on a lot of talent. Read my new post and find out why we need to change the way we evaluate developers! #programming #humanresources

blog.khriztianmoreno.dev/en/posts/a-s...

02.12.2024 18:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
khriztianmoreno's Blog | A blog about development and life, powered by Astro. A blog about development and life, powered by Astro.

Join my JavaScript community and let's code together! #javascript #codingcommunity

blog.khriztianmoreno.dev

28.11.2024 21:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
a computer screen displays a dialogue progress screen ALT: a computer screen displays a dialogue progress screen

Netflix server

16.11.2024 04:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Β‘La asistencia de IA en DevTools se vuelve aΓΊn MÁS poderosa! πŸ”₯πŸ”‹ Ahora puedes hacer preguntas sobre los archivos fuente cargados por tu pΓ‘gina. Β‘Obtenga respuestas instantΓ‘neas y comprenda el cΓ³digo mΓ‘s rΓ‘pido que nunca en Chrome Canary ahora!

developer.chrome.com/docs/devtool...

14.11.2024 19:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

#OpenToWork is it something that works here?

14.11.2024 19:39 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Testing a React App in Chrome with Heroku CI Automate end-to-end testing for React apps with Heroku CI. See how to use the Chrome for Testing Heroku Buildpack for seamless browser testing integration.

Testing a React App in Chrome with Heroku CI

blog.heroku.com/testing-reac...

11.11.2024 16:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
React Compiler Beta Release – React The library for web and native user interfaces

Five months ago we got our first official introduction to React Compiler, a new approach to improving React app performance by optimizing code at build time. It’s now a step closer, and React 17+ users and library maintainers are encouraged to give it a spin.

react.dev/blog/2024/10...

31.10.2024 17:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Listen to "How to Lead Your Team when the House Is on Fire" by @CommitFm
https://podcasters.spotify.com/pod/show/khriztianmoreno/episodes/How-to-Lead-Your-Team-when-the-House-Is-on-Fire-e2ouli0

27.09.2024 14:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Un recurso interesante de un grupo de colaboradores prolΓ­ficos y productivos de Node.js. EstΓ‘ diseΓ±ado para actuar como una lista de verificaciΓ³n para identificar brechas en sus prΓ‘cticas de desarrollo de Node actuales, en particular al crear aplicaciones a gran escala.…

24.09.2024 15:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Bienvenido a Browser-Land

Es un lugar mΓ‘gico donde todos tus sueΓ±os mΓ‘s locos se hacen realidad, siempre y cuando tus sueΓ±os sean aprender sobre nuevas caracterΓ­sticas del navegador y nada mΓ‘s.

AsΓ­ que, por favor, mantΓ©n los brazos y las piernas dentro del tranvΓ­a en todo…

24.09.2024 12:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Listen to "Will you still be using client-side components in 2024?" by @CommitFm

https://podcasters.spotify.com/pod/show/khriztianmoreno/episodes/Will-you-still-be-using-client-side-components-in-2024-e2olpk3

21.09.2024 00:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Nadie recordarΓ‘:

- Tu salario
- Lo ""ocupado estabas""
- CuΓ‘ntas horas trabajaste

La gente recordarΓ‘:

- Ese PR con 14,276 cambios
- La vez que forzaste un push a main

20.09.2024 12:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Durante mucho tiempo ha sido motivo de discordia en la comunidad de JavaScript que Oracle sea el propietario de la marca registrada JavaScript, pero este es el primer esfuerzo verdaderamente serio para intentar cambiar eso.

Unete al esfuerzo "firmando" esta carta abierta, si…

17.09.2024 17:40 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Un breve documental de nueve minutos que explora los orΓ­genes de Deno con Ryan Dahl y Bert Belder.

Una buena y rΓ‘pida manera de ponerse al dΓ­a con las motivaciones detrΓ‘s del entorno de ejecuciΓ³n alternativo de JavaScript.

https://youtu.be/zxitJn9MwYs?si=lNuA0BjDuM_lCM_k

17.09.2024 17:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0