Search
Shipping Companies Raise Cargo Rates For Transporting Goods From The US To Venezuela
29.5.2019
According to three industry sources and two documents, the cargo rates for transporting goods from the United States to Venezuela has been raised by two major shipping company this month. The reason is said to be because the U.S has sanctioned limit transit between the two countries. Earlier on...
World’s Second and Fourth Biggest Shipping Firms Join Maersk’s Blockchain Platform
28.5.2019
The world’s second-and fourth-biggest shipping firms, MSC and CMA CGM, have joined the blockchain shipping platform developed by Maersk and IBM
IBM, Maersk Finally Sign Up 2 Big Carriers for Shipping Blockchain
28.5.2019
IBM and Maersk's shipping blockchain has finally recruited two major marine cargo carriers after early efforts floundered
Walmart Takes on Amazon; Executes One Day Free Shipping in Some Areas in US
14.5.2019
Two mega-corporations who have been involved in a tremendous feud for the better part of two decades are Amazon and Walmart. When Amazon was established, Walmart was already a behemoth yet, slowly but surely the former posed a threat that soon became an alarming one for the latter and ever since...
CSS Houdini Could Change the Way We Write and Manage CSS
28.3.2019
CSS Houdini may be the most exciting development in CSS. Houdini is comprised of a number of separate APIs, each shipping to browsers separately, and some that have already shipped (here's the browser support). The Paint API is one of them. I’m very excited about it and recently started to think...
Writing Tests for React Applications Using Jest and Enzyme
1.3.2019
While it is important to have a well-tested API, solid test coverage is a must for any React application. Tests increase confidence in the code and helps prevent shipping bugs to users.
That’s why we’re going to focus on testing in this post, specifically for React applications. By the end, you’ll...