Blogs

Mais Recentes

  • Why I still use jQuery in 2021

    I use jQuery in specific use cases. One of those use cases is landing pages. When running advertisements on social media, native platforms etc. it’s paramount that the core behavior of the page works in every browser. We do get traffic from users using ancient browsers (IE 9 etc). Not only th...
  • An Intro to Python Editors

    The Python programming language comes with its own built-in Integrated Development Environment (IDE) called IDLE. The name, IDLE, supposedly came from the actor, Eric Idle, who was a part of the Monty Python troupe, which is what Python itself is named after. IDLE comes with Python on Windows ...