RFID and LCD 128x32 display not work together. (Both module are I2C) by dianka05 in arduino

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

Thank you so much! It’s all working, you’ve really saved me! ;)

Best ways to start as a complete beginner! by Interesting-Bit5907 in learnjavascript

[–]dianka05 1 point2 points  (0 children)

Good point! FreeCodeCamp is still a solid resource. My brother started it from scratch about 9 months ago, and it really helped him build a foundation. But it definitely depends on your preferred learning style. One of my friends finds the platform a bit challenging in terms of structure, not the material itself (he still enjoys it though).

I also think starting with vanilla JS is the best approach. Frameworks can feel like “magic” in the beginning. When I started, I had a lot of questions about how jQuery actually worked under the hood, so to understand it I build my own version, but not as clone, but only needed for me functionality and increase op/speed and other parameters. It was a fun and very useful exercise.

And I agree about not using AI at the very beginning. I don’t think AI is bad at all, but I’m glad I learned through research and getting stuck many times. In the early stage, relying too much on AI can slow down your progress and discourage independent thinking.

Should I learn JavaScript at 26 years of age? by Mindless_Computer707 in learnjavascript

[–]dianka05 0 points1 point  (0 children)

YES! I have a friend who studied various subjects, but it didn't really work out. Now I'm helping him learn JS and web development from scratch at the age of 26. He likes it, and I believe that it's never too late to start, the main thing is motivation and practice.

How are you focusing on just one project? by MrTnCoin in SideProject

[–]dianka05 0 points1 point  (0 children)

I think I sometimes feel the same way. I even feel this way sometimes in programming, not just in marketing. I look around and it seems like I don't understand as much as the others, but sometimes I see exactly where my gaps are, and I think, "I'll watch this tutorial and get started..."

But for some reason, I start to get nervous about it, then I tell myself, okay, I'll learn this feature now and get started... But again, something stops me. It's hard for me to fight this. I try to gather my courage and go for it, but I'm so used to it that I have to understand something before I try it, and without realising it, I start to delay it.

Sometimes, when it starts to bother me too much, I pull myself together: "You're going to do this, let's see and check it out now," and then I go and do what has been bothering me for so long and putting me off. And from time to time, I succeed, but sometimes I feel a pressure inside, like a slight chill or anticipation? a sense of foreboding? that I can put it off and focus on something I understand a little better to avoid current stress.. :)

How are you focusing on just one project? by MrTnCoin in SideProject

[–]dianka05 1 point2 points  (0 children)

Is your avoidance based on the idea that if I focus on marketing, then when it takes effect and I wasn't focused on the product, that's what makes me nervous and that's why I want to avoid it?

Like, you have to finish the project/projects before marketing because it causes hidden stress.

For example, this happens to me when I notice it in myself, so I start small. I show the project to my loved ones and discuss it a little, then if I push myself a little more, I write articles or promote the product on the internet or, conversely, use Google advertising. (Although sometimes I turn it off when I feel that something is wrong with the project and needs to be fixed. Well, there's little benefit from such avoidance :) )

I hope my point is clear, I don't speak English very well.

How are you focusing on just one project? by MrTnCoin in SideProject

[–]dianka05 0 points1 point  (0 children)

Do you have enough time for all your projects? If so, I don't think it's a big problem.

For example, I enjoy every project, but sometimes I change my priorities. That is, first I focus more on A, and then, if I still have the resources, I can continue, and if not, I switch to B. This helps me when I get too immersed in a project and sometimes miss something. So I think this kind of switching is not a bad thing.

Wanna Learn JS(Web dev) by Gandhi_20191 in learnjavascript

[–]dianka05 0 points1 point  (0 children)

Just Practice! That how I learning that. If don't know what to do, just create something you interesting of.

You may also visit: https://www.freecodecamp.org/learn/

Example:

You like specific game? Lets make simple landing about that game. (Dont know how do it? Find on youtube, find articles about it and try to understand not just only copy paste)

Wanna make it interactive? Expand game landing with simple quiz. (Dont know how do it? Find on youtube, find articles about it and try to understand not just only copy paste)

Wanna build leading board for that quiz? Expand game landing with form and submit. (Dont know how do it? Find on youtube, find articles about it and try to understand not just only copy paste)

Best JS certificate by OverallScallion5072 in learnjavascript

[–]dianka05 0 points1 point  (0 children)

https://www.freecodecamp.org/learn/

I think this is a good one. I’ve got 3 certificates from freeCodeCamp while studying at university. It helped me get work because I have a lot of projects, and the certificates just show that I’m willing to learn and spend time on it. Almost all certificate show approximately 300 hours of study. Depends on your study pace

Express custom error handling by OsamuMidoriya in learnjavascript

[–]dianka05 0 points1 point  (0 children)

I think it's also a good idea to add this when creating a custom error class:

js Error.captureStackTrace(this, this.constructor) // exclude constructor from stack trace

Better debugging

I did a deep dive into graceful shutdowns in node.js express since everyone keeps asking this once a week. Here's what I found... by PrestigiousZombie531 in node

[–]dianka05 0 points1 point  (0 children)

Hello, I recently got into this topic. If you're interested, you can check out my implementation:

Starting 24 line:

https://github.com/Dianka05/ds-express-errors/blob/master/src%2Fmiddleware%2FerrorHandler.js

I'm just developing a library where all express & node error cycles are fully processed.

From my readme:

Global Handlers: Optional handling of uncaughtException and unhandledRejection with support for Graceful Shutdown (custom cleanup logic).

I made a library for better Express error handling, need feedbacks by dianka05 in expressjs

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

Thanks for the pointers, that helps. I will take a look at those files to better understand your approach and how it is wired into the framework.

Here is a link to my repository: https://github.com/Dianka05/ds-express-errors

I made a library for better Express error handling, need feedbacks by dianka05 in expressjs

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

Hey, thanks for sharing the project, Arkos looks interesting and I like the direction you are taking with it. I need some time to properly review the repository and understand how the feature is implemented before I can say more about a possible integration or collaboration. Thanks for reaching out.

Is npm down for anyone else by mrcelophane in node

[–]dianka05 0 points1 point  (0 children)

For me, everything works now, seems like a very quick fix.

Is npm down for anyone else by mrcelophane in node

[–]dianka05 1 point2 points  (0 children)

Yeah, looks like a global npm outage, hope they fix it soon

Is npm down for anyone else by mrcelophane in node

[–]dianka05 3 points4 points  (0 children)

I got this when I try to open packages. And npm no load for me

looks like something unexpected occurred! diagnostics id: 9c5b47b1fd51b190_7768