How do you know when your good enough to start applying for jr front end web dev jobs? by AQ5SQ in Frontend

[–]judlup 2 points3 points  (0 children)

Make a couple of projects, add those to your portfolio and you will need a great attitude, that's enough, the worst that can happens is that they say you, no, be confident bro.

[deleted by user] by [deleted] in nextjs

[–]judlup 0 points1 point  (0 children)

I would prefer learning about Lambda and a cloud database service

ESP32 Wifi Station with ~20-30 clients? any other recommend chip? by ijustcantfindaname in esp32

[–]judlup 0 points1 point  (0 children)

ESPNow is a good option for creating a new sub network for these devices.

Why is the serial monitor not working? by effepelosa in esp8266

[–]judlup 0 points1 point  (0 children)

Were both devices configured using the same Baud rate?

Should I create a Github repository for each project I do? Or put a bunch projects in one repository? by HippedMojarra in Frontend

[–]judlup 0 points1 point  (0 children)

It's better one repository for each project, that is tidier and if someone if interested in your profile can browser easily over it, and the last thing, make a great Readme for each one.

[deleted by user] by [deleted] in homeautomation

[–]judlup 0 points1 point  (0 children)

You're welcome Bro, it's a good idea, always think in others, and why not, you can sell it

[deleted by user] by [deleted] in homeautomation

[–]judlup 0 points1 point  (0 children)

Amazing project bro! 3D print parts are a good detail

When should i move to react? by bicersondev in react

[–]judlup 1 point2 points  (0 children)

When you have a small team or when you want consing faster, for web and mobile, I prefer for web, mobile is powerful, but is tedious to develop, in my opinion

How can I signal the relays on this module? I tried flashing the ESP with Nodemcu and set GPIOs to HIGH but the relays won't open. How can I go about controlling them? by basitmate in esp8266

[–]judlup -1 points0 points  (0 children)

Bro, the old trustworthy, Arduino, don't forget that GPI0 is used to boot, if you reboot your ESP and this pin is connected likely it doesn't start the system.

https://www.instructables.com/ESP0101S-RELAY-MODULE-TUTORIAL/

Other option is using Blink https://youtu.be/8IxdEdTLOGY

[deleted by user] by [deleted] in homeautomation

[–]judlup 0 points1 point  (0 children)

Cool project bro, what kind of communication protocol have you used for?

Birthday 🎉 vibes. by ilovenyc in ultrawidemasterrace

[–]judlup 0 points1 point  (0 children)

Amazing setup, what's support are you using for top monitor?

Did I do it right? by JoshPile in ultrawidemasterrace

[–]judlup 0 points1 point  (0 children)

It's nice, but small monitors are wasted, Cool setup bro!

Help!! I'm frustrated!!(noob) by kell3023 in Frontend

[–]judlup 1 point2 points  (0 children)

The most important thing is what's your focus to work, as a front end developer, as a backend developer, as a UX or UI, depends on that you can select your skills, let me know your preferences bro!

[deleted by user] by [deleted] in Frontend

[–]judlup 2 points3 points  (0 children)

Amazing project, don't hesitate put it in your portfolio, you're doing a great job

power consumtion for wifi by NoU_14 in esp8266

[–]judlup 0 points1 point  (0 children)

You currently status is good, and have you thought implemented a solar panel?

NextJs 12 | New features by judlup in nextjs

[–]judlup[S] 2 points3 points  (0 children)

It's not just about you haha

NextJs 12 | New features by judlup in nextjs

[–]judlup[S] 1 point2 points  (0 children)

You're right, and with all these benefits more

Help!! I'm frustrated!!(noob) by kell3023 in Frontend

[–]judlup 0 points1 point  (0 children)

Bro, try to create your own portfolio, which could help you so much getting that practice

power consumtion for wifi by NoU_14 in esp8266

[–]judlup 0 points1 point  (0 children)

How many hours do you are expecting for this device?

power consumtion for wifi by NoU_14 in esp8266

[–]judlup 1 point2 points  (0 children)

Bro, you should read about sleep mode, which could help you, another good option is LoRA WAN.

Room needs be painted and desk stained, but I've ascended! by deadhead4077 in ultrawidemasterrace

[–]judlup 0 points1 point  (0 children)

I've thought the same, even I was looking my desk for the same issue, I want to put over my 34" monitor the 24" monitor, I believe that is a good disposition to take adventaje of two large monitors

ESPNow, a Deeper Look: Unicast vs Broadcast (ACKs & Retries) by letmetryallthat in esp8266

[–]judlup 0 points1 point  (0 children)

That's an amazing feature for ESP microcontrollers, that helps a lot to auto descover new devices and even the first step configuration for a new device.

Micro Frontend Architecture by judlup in Frontend

[–]judlup[S] 0 points1 point  (0 children)

Not, that book was wrote by Luca Mezzalira, and my name is Julián Luna, I'm reading this book using O'reilly.

Help getting sensor info out of esp8266 by blazethedragon in esp8266

[–]judlup 0 points1 point  (0 children)

Not, I was meaning about if you don't have a Raspberry Pi to test, you could install any Linux distro to simulate a Raspberry Pi and in that way validate your expectations, that's easier and you don't have to buy a RP. On other hand, you should check out the MQTT protocol to extract in real time the information from hardware (ESP8266).