Leap Micro 6.1 Release Candidate
Release Candidate images of Leap Micro 6.1 can be found at get.opensuse.org. At this point we’re only awaiting confirmation of the Leap Micro 6.1 maintenance setup prior making an official release; hopefully coming later this week. Please be aware th...
Cython tutorial: How to speed up Python
Python is a powerful programming language that is easy to learn and easy to work with, but it is not always the fastest to run—especially when you’re dealing with math or statistics. Third-party libraries like NumPy, which wrap C libraries, can im...
Intro to Express.js: Endpoints, parameters, and routes
Express.js is the most-used HTTP server and middleware platform for Node.js. Let’s take a hands-on look at what it brings to the table. Request handling with Express.js Handling requests over the Internet is one of the most frequent and common task...
Just say no to JavaScript
The JavaScript programming language has a lot of history, but it was created over about — yes — a week in 1995. It was first called LiveScript, but the name was changed to JavaScript to ride the bandwagon for Java, despite having nothing to do wi...