Search
5 Educational Resources That Will Level up Your Cryptocurrency Knowledge
2.10.2019
Crypto is a constant learning curve. Keeping pace with developments in bitcoin, blockchain, and the ever-evolving cryptocurrency ecosystem feels like a full-time job, and that’s just for experienced heads. For novices, it’s tough enough working out where to even start. While crypto...
React Starter: How does JSX make HTML elements?
3.7.2019
JSX makes making React components easier. Some may find JSX to have a high learning curve and that's totally understandable. It's not exactly HTML and it's not exactly JavaScript, so it can take so
React Starter: JSX Gotchas
20.6.2019
JSX is a very powerful technology. With all new things that we have to learn, there is a bit of a learning curve. Let's talk about some of the gotchas when using JSX. These are some common things t
Tron Price Analysis: Will The Million Dollars Lunch-Speed Up TRX’s Growth Curve?
16.6.2019
Tron’s Justin Sun’s power of one lunch will bear fruits of success soon TRX token is slowly heading towards growth trend but investors expect more Tron has been maintaining a steady growth trend but at a slow pace and the investors are now getting restless for the coin to perform better. The recent...
React Starter: JSX Basics
11.6.2019
JSX is the templating language for React. JSX is also one of the main reasons why devs say they dislike React at first.
As with all new tools, there will be a learning curve. JSX is no diffe
Collective #478
20.12.2018
#merryCSSmas * JavaScript Getter-Setter Pyramid * XmasTree Game * Ouch! * WakeLock API * Reversing an Easing Curve
Collective #478 was written by Pedro Botelho and published on Codrops
Reversing an Easing Curve
17.12.2018
Let’s take a look at a carousel I worked on where items slide in and out of view with CSS animations. To get each item to slide in and out of view nicely I used a cubic-bezier for the animation-timing-function property, instead of using a standard easing keyword.
See the Pen Carousel with reversed...
Building “Renderless” Vue Components
20.7.2018
There's this popular analogy of Vue that goes like this: Vue is what you get when React and Angular come together and make a baby. I've always shared this feeling. With Vue’s small learning curve, it's no wonder so many people love it. Since Vue tries to give the developer power over components...
Getting Started With Google Cloud Functions and MongoDB
22.6.2018
Serverless architectures are becoming increasingly popular, and with good reason. In my experience, container-based orchestration frameworks have a steep learning curve and are overkill for most co
The Ultimate Guide to Headless CMS
17.5.2018
(This is a sponsored post.)
The World Has Changed—So Must the CMS
Having a responsive website is no longer enough. Your audience expects a seamless and personalized customer experience across all their devices—the age of headless technology is coming.
Headless CMS is the next generation in content...
Conditional Routing with React Router v4
8.5.2018
When building React applications, one thing developers don’t like to utilize is routing in React - usually because of the assumed learning curve involved. In this article, we are going to debunk th