Skip to main content

Posts

Showing posts with the label programming

Resources

What is an resource page? An asset page is basically a page on your blog that features valuable posts and data about a specific theme you blog about. The thought is to make a go-to asset with the goal that perusers can locate your absolute best substance rapidly. Afterward, in the models segment, you'll see an assortment of approaches to set up your own page, yet despite the fact that the pages themselves appear to be unique, their objective continues as before, give significant data to your perusers in an effectively edible manner. Before we go into making a page, I needed to specify the way that a ton of bloggers, and perhaps you, are taking care of your old posts at this moment. It's a typical practice to make what's known as a classification page (or a name page in case you're on Blogger.com.) This kind of page would be loaded up with every one of your posts from a given class and show presents from most on least later, with the latest posts appearing fi...

Programming Notes 001

My advice: the basics of programming don't require any math past algebra. You want to make websites? You're fine. You want to wire some libraries together and make it so the light turns green when the camera sees motion? You're fine. Basically zero math required. 95% of what a programmer does requires practically zero understanding of math or, honestly, how computers work. But so many of the interesting things, the complex things, the neat things, these require math in spades. You want to master machine learning? Math by the bucketfull. You want to come up with your own data compression algorithm? Math. Want to implement some sort of physics simulation? Math. Improve on the video codec used to encode those YouTube videos? Math. Want to understand the theoretical parts of computer science? Get into reasoning about computability? Math. But the thing is, none of those things are necessary to learn to program. You can write programs for your whole career and ne...