Search
Non-Relational Databases and Supporting Mixed Workloads
30.5.2019
Suppose that you’re building an e-commerce platform and as part of the exercise, you need to come up with a new data architecture for inventory management. You need to support fast, transactional w
Creating Interactive Maps in WordPress with MapSVG
29.5.2019
The MapSVG plugin for WordPress allows you to create feature-rich, interactive maps quickly and through a smart admin UI. Interactive maps are a common request for projects when you need to visualize impact over particular locations. If you are already on WordPress, this comprehensive plugin could...
Share Bitcoin Cash Related Shortlinks Using BCH.gg
29.5.2019
Projects and members of the Bitcoin Cash community often need to share important information with other BCH enthusiasts. If you are involved with the cryptocurrency, there’s a website called BCH.gg you can use to shorten URLs, with each shortlink featuring the BCH name. Also read: How...
Dogecoin (DOGE) Price Analysis: Recent Addition on Paytomat Helped in Strengthening Grip, Still Need to Overcome Market Hiccups
27.5.2019
Digital asset giant, Paytomat, added Dogecoin on their network. The USD Vs. Dogecoin price also hiked and valued at USD 0.003110. It seems that finally, the market started to take Dogecoin seriously. Once at the verge of dying, Dogecoin (DOGE) started to break through its rough patches now,...
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Resolution Switching
26.5.2019
We need to learn that when it comes to responsive design, this doesn’t cut it for responsive images:
img {
width: 100%;
height: auto;
}
This is not a silver bulle
Determine Which Coins Can Bring You Profit With RSI Hunter
25.5.2019
Crypto markets, regardless of their bearish or bullish incline, offer plenty of opportunities to profit from trading. To take advantage of them, you need access to reliable market data and useful indicators. RSI Hunter is a platform that can help you to identify coins that have potential for growth...
Do We Really Need it? SEC Fuels Debate On Controversial Bitcoin ETF
21.5.2019
Source: iStock/Photographer, Filmmaker, Designer
The U.S. Securities and Exchange Commission (SEC) said it needs more time before making a final decision regarding Bitcoin ETF (exchange traded fund) and asked everyone for additional comments. And now the cryptoverse is yet again debating the need...
The “Inside” Problem
20.5.2019
So, you're working on a design. You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn’t necessarily need to be edge-to-edge. You want to:
Limit the width (for large screens)
Pad the edges
Center...
10 React Challenges (Beginner): DOM Movement with Events
20.5.2019
Styling elements or in some instances, components in a React project is essential. Sometimes, you need to make a change in the style of an element bas
A Better Approach for Using Purgecss with Tailwind
15.5.2019
Greg Kohn looks at how to use Purgecss — a tool that helps remove unused styles — and Tailwind — a utility-based CSS framework — and why we might want to pair these tools together:
Tailwind, by intention, is aiming to equip you with an arsenal of utility classes...
Integrating Third-Party Animation Libraries to a Project
14.5.2019
Creating CSS-based animations and transitions can be a challenge. They can be complex and time-consuming. Need to move forward with a project with little time to tweak the perfect transition? Consider a third-party CSS animation library with ready-to-go animations waiting to be used. Yet, you might...
Blockstack CEO Muneeb Ali: ‘You Don’t Need a Blockchain’ for All Dapps
14.5.2019
Apps across the space are putting too much reliance (and data) on blockchains, argued Blockstack CEO Muneeb Ali at Consensus 2019
Yes, You May Need a Blockchain
14.5.2019
Balaji S. Srinivasan is the former CTO of Coinbase, a Board Partner at Andreessen Horowitz and a member of CoinDesk’s advisory board. The following article originally appeared in Consensus Magazine, distributed exclusively to attendees of CoinDesk’s Consensus 2019 event. There’s a certain kind...
Track Rising Crypto Prices With Cryptowat.ch
12.5.2019
Cryptocurrency markets are booming this weekend and traders need adequate and timely information about prices and trends. Cryptowat.ch is an online platform that provides real-time market data and it’s highly customizable to suit the needs of different investors. Also read: Decryptionary...
Decryptionary Helps New Investors Understand Crypto Terms
11.5.2019
Rising cryptocurrency markets may once again arouse the interest of new investors. The crypto space has its specifics and it takes some effort to acquaint oneself with the terminology. Decryptionary has been created to impart the basic information you need to start understanding Bitcoin better....
Renewed Market Growth Has Sparked Demand for Crypto-Backed Loans
10.5.2019
With cryptocurrency markets back to life, hodling sounds like a smart strategy once again. Cryptocurrency owners are now more likely to pledge coins to borrow fiat if they need it, rather than sell their appreciating digital assets. The spread of crypto-backed loans could also be a good indicator...
The Thinking Behind Simplifying Event Handlers
9.5.2019
Events are used to respond when a user clicks somewhere, focuses on a link with their keyboard, and changes the text in a form. When I first started learning JavaScript, I wrote complicated event listeners. More recently, I've learned how to reduce both the amount of code I write and the number...
A CSS Golfing Exercise
6.5.2019
Code golfing is a type of programming where the goal is to accomplish a task using as few bytes as possible. CSSBattle is a code golfing battleground where players complete to recreate target images using CSS and HTML.
The rules are fairly simple:
No external resources (sorry, no <img...
Netlify Functions for Sending Emails
23.4.2019
Let's say you're rocking a JAMstack-style site (no server-side languages in use), but you want to do something rather dynamic like send an email. Not a problem! That's the whole point of JAMstack. It's not just static hosting. It's that plus doing anything else you wanna do through JavaScript...