List of free (and legal) resources (textbooks, lectures notes, videos) to study mathematics: https://realnotcomplex.com
Hey, no, I have build a website with free mathematics resources for university students. I am getting good traffic and now I am looking for monetization options that would be non-invasive to the project (for example. I…
Ok, I will risk and jump in, because I am curious.
What do people mean EXACTLY when they speak about learning "sales"? What is an example of using "sales" knowledge in a sass application? Where exactly is the line between sales and marketing? Is copy on my landing page…
This advice does not work. I have been "giving it another week" for 3 weeks now, trying to figure out which direction it is going to go.
I am a polish native speaker and only after I have met my french-speaking girlfriend, I realized how insanelly difficult my language is, for all the reasons you have mentioned.
There is so much comments about whether the proposal is good or bad. But for me, without making usability tests, there is just no way to know if it's better. For me proposal for redesign without any experimental data…
It's funny how my experience is exactly reverse. Since I joined startup I learn much less, since we can't afford experimentation and there are no other front end devs here, so I don't get a chance to learn backend…
This is said so often and yet for me personally gym helps only very temporarily - just after workout I feel great, but the next day anxiety might kick-in again.
What would be your advice for older (25+) people who want to get into science? Is it even possible? Or should I just accept that the train has left and focus on something else? Can you develop your math/logic/critical…
Just to point out - RxJs 5 allows you to bundle only operators you need, thus significantly lowering output file size. You could actually ship to the browser only features equivalent to those of this library. Not sure…
I will just add that even though I disagree with proposition of that article, understanding this JS behavior is key in writing big redux apps, since it is main source of wasted renders optimizations. If you do it wrong,…
This is actually pretty bad. In redux dev tools you will not see if data is being fetched or failure occured. Also, if you serialize and deserialize state object - say save it in local storage - empty array will be…
List of free (and legal) resources (textbooks, lectures notes, videos) to study mathematics: https://realnotcomplex.com
Hey, no, I have build a website with free mathematics resources for university students. I am getting good traffic and now I am looking for monetization options that would be non-invasive to the project (for example. I…
Ok, I will risk and jump in, because I am curious.
What do people mean EXACTLY when they speak about learning "sales"? What is an example of using "sales" knowledge in a sass application? Where exactly is the line between sales and marketing? Is copy on my landing page…
This advice does not work. I have been "giving it another week" for 3 weeks now, trying to figure out which direction it is going to go.
I am a polish native speaker and only after I have met my french-speaking girlfriend, I realized how insanelly difficult my language is, for all the reasons you have mentioned.
There is so much comments about whether the proposal is good or bad. But for me, without making usability tests, there is just no way to know if it's better. For me proposal for redesign without any experimental data…
It's funny how my experience is exactly reverse. Since I joined startup I learn much less, since we can't afford experimentation and there are no other front end devs here, so I don't get a chance to learn backend…
This is said so often and yet for me personally gym helps only very temporarily - just after workout I feel great, but the next day anxiety might kick-in again.
What would be your advice for older (25+) people who want to get into science? Is it even possible? Or should I just accept that the train has left and focus on something else? Can you develop your math/logic/critical…
Just to point out - RxJs 5 allows you to bundle only operators you need, thus significantly lowering output file size. You could actually ship to the browser only features equivalent to those of this library. Not sure…
I will just add that even though I disagree with proposition of that article, understanding this JS behavior is key in writing big redux apps, since it is main source of wasted renders optimizations. If you do it wrong,…
This is actually pretty bad. In redux dev tools you will not see if data is being fetched or failure occured. Also, if you serialize and deserialize state object - say save it in local storage - empty array will be…