What follows is part one in a series of articles in which I build a blog using both VueJS and Svelte. To be clear, I’m actually going to be building two blogs simultaneously — one for each framework. In the first part of this article, I’ll discuss the tools…
If you like fast JavaScript apps, you’ll love Svelte. It works a bit differently than some of the other frameworks that you may be familiar with. Instead of shipping a large runtime, Svelte is compiled. This means the code you end up with is optimized and dramatically reduced in…
One of the reasons I love writing about JavaScript frameworks is that they are incredibly impressive pieces of engineering. That, and the fact that they have made my life as a frontend developer much, much better. That said, there is always room for improvement…
Welcome to the first edition of a new feature here on JavaScript Report. Each month we’ll go over the important things you need to know about what’s happening with front end JavaScript frameworks. We’ll be covering usage, performance, conferences, trainings and more.…
This is a list of people who influence how I think, not only about JavaScript, but also about writing code for a living. If you don’t follow these folks, I encourage you to do so. For each person, I provide links to their Twitter profile as well as some…
I recently had the pleasure of interviewing Tom Dale, a member of the Ember.js core team who has been with the project since the very beginning. In our talk, we discuss how he got started as a programmer, a bit of JavaScript history. Using Node.js to create a bitcoin trading bot is a terrific approach to improve your coding skills. Existing bitcoin trading bots are typically (but not always) developed in Python, PHP, or Javascript (specifically Node.js), therefore you'll need a team of experienced engineers who are familiar with these languages. Python, Javascript, and PHP are the best three technologies for creating a cryptocurrency bot, as previously said. There's a good explanation behind this. These technologies are supported by Ccxt, the most popular bitcoin trading library. A simple bitcoin trading bot or a sophisticated automatic trading programme that can handle numerous currencies and exchanges are both necessary. It is now possible to buy bitcoin with a credit card. Check out this link to find out which platforms support purchasing bitcoin using credit cards through them …
In this article we’re going take a look at some libraries you can use to give your React app a big performance boost. When we’re talking about JavaScript frameworks and performance, we’re usually talking about one of two things — start up performance or UI performance. In this…
When I first saw Svelte, the first thing that struck me was that it reminded me a lot of Vue. As I dug into a bit more, I realized that despite many similarities, there were also some big differences.…
I spend a good deal of time thinking about JavaScript frameworks. One thing that I've been considering lately is if the default choices — React and Angular mostly, but also Vue — are really the best choices for many of the projects that end up using them. What follows are some of…
Over the past week or so there have been some conferences and workshops announced that look outstanding. They are mostly focused on the front end, but the last one on this list will have a lot of great sessions on Node.js and other back end topics…