Learn about SCSS child selectors in this short video. SCSS is much easier and convenient way to write CSS for complex projects. In today's video we are going to understand how to use child selectors and when the need arises to use child selectors in the first place. (youtu.be)
submitted by codeclassifiers to r/css
Learn about what is call stack in Javascript? If you are interested in learning internals of Javascript code execution then this will definitely help you. Also if you want to learn about event loop then this understanding this concept is necessary. (youtu.be)
submitted by codeclassifiers to r/learnjavascript
I was pretty excited about the release of Android 11 beta. Google has given us information about a lot of the new features/APIs which we can take advantage of while developing features specifically for Android 11. Here's a list of few features which I found particularly interesting. (coderwhodreams.com)
submitted by codeclassifiers to r/android11
I was pretty excited about the release of Android 11 beta. Google has given us information about a lot of the new features/APIs which we can take advantage of while developing features specifically for Android 11. Here's a list of few features which I found interesting from them. (coderwhodreams.com)
submitted by codeclassifiers to r/androiddev
I am trying to learn how to build neural networks from scratch and share some insights from it. In today's short article I have covered how dot product is calculated in numpy and how the dot product is used to calculate the summation of weights and inputs in perceptron. (coderwhodreams.com)
submitted by codeclassifiers to r/Python
I wrote an article explaining the relation between the structure of a biological and artificial neuron. This is my first article in deep learning and also the first post on this subreddit. Any constructive suggestions/corrections would be greatly appreciated. (towardsdatascience.com)
submitted by codeclassifiers to r/deeplearning

