Search
Demonstrating Reusable React Components in a Form
2.10.2019
Components are the building blocks of React applications. It’s almost impossible to build a React application and not make use of components. It’s widespread to the point that some third-party packages provide you with components you can use to integrate functionality into your application.
These...
Stop Installing Packages Globally
9.9.2019
These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I’ll see a recommendation to install a package like this. yarn global add <package> Or like this. npm install --global <package> In both...
Stellar (XLM) Price Analysis: Trends are Bullish, Released a New SDK Support for Dapps Packages
25.8.2019
Here is a piece of good news for dapps developers wishing to build on Stellar network. The Stellar Foundation has recently released new Horizon Go SDK along with JavaScript and Java packages to support the hosting of dapps. Not to forget that this is the third official SDK supported by the Stellar...
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
Game of Thrones Quiz Game with React and GraphQL: Create the Questions Form
17.6.2019
We’re going to make use of some new packages for creating questions. Open a terminal in your project folder and run the following command:
npm install react-mod
Huawei Reviewing Ties with FedEx After Diverted Packages Claim
28.5.2019
One of the big casualties of the trade war between the United States and China has been the Chinese tech giant Huawei. The company has not only been banned from supplying telecom equipment to US companies, but last week it was blacklisted as well, and before long, no American company will...
QB Exchange And SWFT Blockchain To Offer Co-Listing Packages
11.5.2019
Yesterday, SWFT Blockchain announced on Twitter that SWFT Blockchain and QB Exchange will soon start to offer “joint listing packages.” SWFT Blockchain is a platform that aims at offering a simpler, quicker and more secure base for money transfer. They describe themselves as- “one-stop cross chain...
3 Tools to Keep npm Packages Updated
12.3.2019
Keeping npm packages up to date is a chore. Sometimes it can turn into a disastrous chore since updating packages to a new major number could potentially break your apps.
Even with the
8 Best Atom Packages for Web Developers
1.7.2018
Atom is one of the most popular and feature-rich source code editors for web developers. Originally, Atom was GitHub’s internal tool. Later, they decided to open-source it for the...
The post 8 Best Atom Packages for Web Developers appeared first on Onextrapixel
Regain Disk Space from Homebrew
21.5.2018
One of my favorite utilities is Homebrew, the shell utility for installing and upgrading other utilities — it’s a lazy developer’s dream. Dreams can easily turn to nightmares, however, and I recently learned that Homebrew caches older versions of installed packages, leading...
Build Nodejs APIs Using Serverless
17.5.2018
Simona Cotin did a great talk at Microsoft Build about Serverless technologies, called "Build Node APIs Using Serverless." In this talk, she addresses pretty much every major gotcha that you might run into while creating Serverless infrastructure for JavaScript applications. Some of the topics...