Search
PSA: Linking to a Code of Conduct Template is Not the Same as Having a Code of Conduct
5.7.2019
Did you know we have a site that lists all upcoming conferences related to front-end web design and development? We do! If you're looking to go to one, check it out. If you're running one, feel free to submit yours.
Now that we're running this, I've got loads of Pull Requests for conferences...
Haunted: Hooks for Web Components
3.7.2019
I was just chatting with Dave and he told me about Haunted. It's hooks, but for native web components! Pretty cool. I think the existence of stuff like this makes using web components more and more palatable — particularly in that totally-native no-build-step-needed-at-all kinda way.
I...
Trying the New WSL 2. It's Fast! (Windows Subsystem for Linux)
2.7.2019
Windows Subsystem for Linux is the tool that was released by Microsoft to get a full UNIX system inside of Windows. Microsoft has put in some good initiatives for developers after purchasing GitHub
Facebook’s Libra Crypto Code Draws Critiques and Clones
29.6.2019
Would-be coders and eager trolls are digging into the early code for Facebook's Libra cryptocurrency
Microsoft zakázal zaměstnancům používat konkurenční produkty. Patří k nim Slack, Google Docs i Github
25.6.2019
Rivalita mezi technologickými firmami není nic nového, nyní ale Microsoft dospěl ke kroku, kdy svým zaměstnancům zakázal či „nedoporučil“ používání konkrétních služeb. Obejít se tak budou muset bez Slacku, nedoporučuje se používání Google Dokumentů, Amazon Web Services a dalších. Ve výčtu paradoxně
Managing State in React using Unstated-Next
17.6.2019
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React’s built-in setState to allow you create components that can consume state by subscribing to a provider — like the React’s Context API.
Well, we’re going to build off that last post by looking...
Game of Thrones Quiz Game with React and GraphQL: Setting up a React App
17.6.2019
To get started, we will use create-react-app to bootstrap our application. To create the application using the create-react app CLI, run:
Less Than 5% of Crypto Code Commits on Github Made By Women: Report
12.6.2019
Less than 5% of the code committed to the top 100 cryptocurrency projects on Github were contributed by women
Michael Ford Named Newest Bitcoin Core Code Maintainer
11.6.2019
Long-time Bitcoin Core contributor Michael Ford has been named the newest maintainer of the open-source software project
How to Use the Web Share API
6.6.2019
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to trigger the native share dialog of a device (or desktop, if using Safari) when sharing content — say a link or a contact card — directly from...
Creating Animations Using React Spring
4.6.2019
Have you ever needed animation in your React application? Traditionally, implementing animation has not an easy feat to accomplish. But now, thanks to Paul Henschel, we there’s a new React tool just for that. react-spring inherits from animated and react-motion for interpolations, optimized...
Meet the Multi-Level Security With Multi-Signature Support In The New Exa Wallet
4.6.2019
On 3rd June, Monero made an announcement on Twitter about the launch of its multi-signature backed Exa Crypto Wallet. It is a mobile wallet that is rich with a lot of features. The company has released the first main-net version of the mobile crypto wallet. iOS and Android Platforms and...
Telegram Launches Test Client Officially For Its Telegram Open Network
30.5.2019
As per the latest reports, Telegram has launched a Test Network Lite Client officially for its Telegram Open Network (TON) blockchain. Telegram is known for offering instant messaging service, which is popular due to its encrypted nature. All the files related to TON Test Network Blockchain Lite...
Class Components in Vue are No Longer Happening
30.5.2019
An upcoming Vue update was set to have classes implemented. In React and Angular, we can create components u
Unconfirmed: Telegram’s TON Testnet Blockchain Light Client Uploaded to GitHub
27.5.2019
The Telegram Open Network light client testnet has been seemingly uploaded by a GitHub user
Collective #519
27.5.2019
Subgrid is here * BioRender * React Vertex * Pointcloud effect in Three.js * GitHub Sponsors
Collective #519 was written by Pedro Botelho and published on Codrops
Getting Started with React Testing Library
22.5.2019
I can guess what you are thinking: another React testing library? So many have already been covered here on CSS-Tricks (heck, I’ve already posted one covering Jest and Enzyme) so aren’t there already enough options to go around?
But react-testing-library is not just another testing library. It’s...
React Starter: Using Create React App to Make React Applications
15.5.2019
Usually when you create a React application, you’ll be creating a single page app (SPA). In order to make setting up single page apps easier, a CLI tool called
Collective #515
13.5.2019
Into the Personal-Website-Verse * mailgo * Fontanello * GitHub Package Registry * What's new in JavaScript
Collective #515 was written by Pedro Botelho and published on Codrops
6 Best GitHub Alternatives for Source Code Management
25.4.2019
GitHub is currently the most popular source code management and hosting platform on the web. It allows you to store and manage code repositories online, using the Git version...
The post 6 Best GitHub Alternatives for Source Code Management appeared first on Onextrapixel