Search
Controversial Blockchain Voting App Used at Republican Convention
29.4.2020
Voatz app was praised by the Utah GOP chairman amid recent reports on their security flaws
The Kind of Development I Like
18.11.2019
I'm turning 40 next year (yikes!) and even though I've been making websites for over 25 years, I feel like I'm finally beginning to understand the kind of development I like. Expectedly, these are not new revelations and my views can be summed up by two older Computer Science adages that pre-date...
Create a Custom useFetch() React Hook
5.6.2019
A custom hook is a JavaScript function with a unique naming convention that requires -
the function name to start with use and
the function may call other Hooks
Berlin: Next month UNCHAIN Convention 2019 will set up a get-together with state of the art crypto voices again, amongst others Tone Vays and Brock Pierce
23.5.2019
June 14-15, Berlin: Pioneers and visionaries are welcomed to join UNCHAIN Convention 2019 for networking, business initiation and controversial discussions of the most exciting areas of crypto and blockchain technology real world utilisation. The second edition of the last year’s top-10 blockchain...
Revisiting the Rendering Tier
5.4.2019
Have you ever created a well-intentioned, thoughtful design system only to watch it grow into an ever-increasing and scary codebase? I've been working in sort of the opposite direction, inheriting the scary codebase and trying to create a thoughtful system from it.
Here's Alex Sanders on the topic...
Using React Portals to Render Children Outside the DOM Hierarchy
15.1.2019
Say we need to render a child element into a React application. Easy right? That child is mounted to the nearest DOM element and rendered inside of it as a result.
render() {
return (
<div>
// Child to render inside of the div
</div>
);
}
But! What if we want...
Specifika portálu pro konference: Jak vznikal nový web pro Prague Convention Bureau
8.3.2018
Cestovní ruch má svá specifika. Zaměřuje se totiž jak na argumenty, tak na emoce. Jak vznikal návrh portálu pro Prague Convention Bureau – organizaci, která pomáhá zajišťovat nejrůznější konference? Prague Convention Bureau zajišťuje podporu pro konference Své vlastní convention bureau mají všechna...