Being a developer, you are forced to work with many different languages and this makes it difficult to remember the words, the constructs, the semantics of each of them by heart, so you need useful cheat sheets for front-end developers. There are thousands of documents that can be consulted online, but examining them for every small problem can take a[…]
Read moreTag: Programming
Learn Javascript for free. The best online resources
Javascript is by far one of the most popular and popular programming languages, so learn Javascript for free, here you can find the best online resources. Being able to be used both front-end and back-end, its ductility is very high and in fact, it turns out to be one of the most requested languages to find work in computer science.[…]
Read moreMandelbrot. How to build an app to view a set
The Mandelbrot set is the set of complex numbers (c) for which repeatedly applying the function fc (z) = z2 + c produces values for which the modulus does not exceed a given value. It this has left you confused, I highly recommend this video which explains all of this is simple terms – there’s no point in me trying[…]
Read moreLearn functional Python in a fast way
I found a very useful resource: an article, where you’ll learn what the functional paradigm is as well as how to use functional programming in Python. You’ll also learn about list comprehensions and other forms of comprehensions. Functional paradigm, map and lambda expressions In a functional paradigm, you don’t tell the computer what to do but rather you tell it[…]
Read moreFree programming book from Stack Overflow Documentation
A free programming notes for professionals books made and based upon the original Stack Overflow Documentation. Not perfect books, not big Internet guru books, only the re-adapted notes caught from the documentation section of the Stack Overflow community. Programming Notes for Professionals books. They said Some months ago, on Hacker News, an interesting link appeared: Programming Notes for Professionals books.[…]
Read more