Search
Hey, let’s create a functional calendar app with the JAMstack
3.7.2019
Hey, let's create a functional calendar app with the JAMstack
I’ve always wondered how dynamic scheduling worked so I decided to do extensive research, learn new things, and write about the technical part of the journey. It’s only fair to warn you: everything I cover here is three weeks of research...
Cardano Price Analysis: Cardano (ADA) Made A Positive Jump, Expected To Fetch Good Returns
12.6.2019
In the recent Fintech Meetup at Tokyo, the founder of Cardano (ADA), Charles Hoskinson, explained the future roadmap for the digital coin. In the meet, various Fintech leaders called for the promotion of a cashless society. They explained that the cashless economy would help in enhancing security...
Cardano Price Analysis: Trends are Bullish, Expected to Fetch Great Returns by the EOY
3.6.2019
After the 1.5 Shelly update, Cardano saw some good trading volume. The community is active, and developers of the coin have a good reputation when it comes to engagement with the users. ADA Coin Current Statistics: Cardano vs USD price is at 0.09255 USD, On June 03, at UTC 08:36. Against Bitcoin...
OmiseGO Price Analysis: Omesigo likely to fetch around 120% return again by end of 2019
29.5.2019
OmiseGo has launched its second version of the OMG network recently. It is one of the favorite Ethereum projects with the 6th highest market capitalization in cryptocurrencies. From its year low on February 1 in 2019 at 1.01 USD, OMG is now trading currently at 121 % higher. It even reached...
10 React Challenges (Beginner): Fetch and Display from an API
28.5.2019
A number of web applications and sites rely on third-party APIs and services for data.
In this React challenge, we will learn to make an API r
Earth day, API’s and sunshine.
1.5.2019
Cassie Evans showcases some really nifty web design ideas and explores using the API provided by the company her team over at Clearleft recently hired to cover their building's roof with solar panels. Cassie outlines her journey designing a webpage that uses the API to populate some light data...
Creating a Reusable Pagination Component in Vue
29.3.2019
The idea behind most of web applications is to fetch data from the database and present it to the user in the best possible way. When we deal with data there are cases when the best possible way of presentation means creating a list.
Depending on the amount of data and its content, we may decide...
React’s Experimental Suspense API Will Rock for Fallback UI During Data Fetches
2.2.2019
Most web applications built today receive data from an API. When fetching that data, we have to take certain situations into consideration where the data might not have been received. Perhaps it was a lost connection. Maybe it was the endpoint was changed. Who knows. Whatever the issue, it's...
Souhrn 49. a 50. týdne
17.12.2018
Flutter 1.0. Chrome 71. Firefox 64. WordPress 5.0. PHP 7.3. Babel 7.2. Electron 3.0. MS Edge s Chromium. Background Fetch. Magellan v SQLite. AI Index 2018
Build Custom Pagination with React
6.6.2018
Often times, we get involved in building web apps in which we are required to fetch large sets of data records from a remote server, API or some database sitting somewhere. If you are building a pa
WDRL — Edition 224: Abortable Fetch, A Lazy Loading Guide, And Scooped Corners
6.4.2018
Hey,
We often get new features, new JavaScript APIs and are excited about them but then put little attention to it or use it rarely. But only time and a lot of experiments show what these features are able to provide. Let’s take the Fetch API. It was built as a simple way to fetch content from...