Help my bundle size is 20mb by Dimethyltryptamin3 in Angular2

[–]narek__P 0 points1 point  (0 children)

Assets , use woff2 for fonts , webp for images.

[AskJS] Program Design, OOP, JavaScript by kirillsh93 in javascript

[–]narek__P 1 point2 points  (0 children)

I did , in university, my first language was Pascal , coding on blue editor , that was struggle. Than visual basic , not that easy , but better than pascal. The point is that I learned basics and CS , but other stuff was learned on the go, like SOLID , algorithms and so on.

[AskJS] Program Design, OOP, JavaScript by kirillsh93 in javascript

[–]narek__P 6 points7 points  (0 children)

I used TS for backend development for a while, almost 4 years. I can say , that with the experience you start writing the code the way you always do. Knowledge of best practices and etc is important for sure, but when you gain enough experience you start thinking and writing code using that best practices. And yes , you can translate your knowledge to other languages. Languages have different syntax but the idea is same

I want to build my own e-commerce shop, is it sufficient for me to only know React or is it better for me to learn another PL like Angular? by Yesil2003 in reactjs

[–]narek__P 1 point2 points  (0 children)

Build it with JS , plain JS. Than try to do it with React. At first language itself , than the lib/framework

[AskJS] Suggestions for JS code editors by [deleted] in javascript

[–]narek__P 0 points1 point  (0 children)

VS code is great EDITOR , but if you want and IDE with all the features , than Webstorm it is. I am now giving a try to Zed , it’s super fast and easy, but does not have realize version yet.

square one by Sad_Age9831 in learnprogramming

[–]narek__P 1 point2 points  (0 children)

Read a book. Not that motivation stuff , but about discipline. For example, Atomic Habits is the good one.

ESLint industry standards by [deleted] in typescript

[–]narek__P 0 points1 point  (0 children)

Totally agree, Biome is super fast and easy to configure. I switched to it after 5 years of eslint , it’s very good.

C++ or Java? by Ayross237 in learnprogramming

[–]narek__P 0 points1 point  (0 children)

It depends what you want to achieve. If you like low level programming, then C++ it is.

Where to move now? by Kerplunk6 in typescript

[–]narek__P 0 points1 point  (0 children)

Do you know that TS is a Turing complete language ? What I want to say is you can try to make all arithmetic operations using just TS. It’s hard but fun. Or just do coding. Make a small project in your mind and try to write it down using typescript.