Search
Getting to Grips with the Airtable API
14.2.2019
The Airtable web app is pretty neat. You can use it like a spreadsheet but it’s useful for all sorts of other things too. The neatest thing about it for me is that it has an API so that you can treat it like a database.
I’ve been thinking about making weekly notes for the different teams I work...
Office 365 od Microsoftu zamířily do Mac App Store
29.1.2019
Office od Microsoftu si nedávno našly cestu do obchodu s aplikacemi v rámci Windows a nyní zamířily i do toho v rámci macOS. V Mac App Store naleznete kompletní balík Office 365, nechybí tak Word, Outlook, PowerPoint a OneNote.
Aplikace v balíku si můžete stáhnout jednotlivě, není tak nutné
Collective #487
28.1.2019
Webauthn.Guide * The "Bug-O" Notation * Terminal CSS * Destructuring * CloudQuery * Exclusive Design * Palettte App
Collective #487 was written by Pedro Botelho and published on Codrops
prefers-color-scheme: CSS Media Query
28.1.2019
One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented...
Building a RECIPE app using Prisma and React
21.1.2019
In the last couple of years, GraphQL has taken on the scene in terms of frontend development due to the various
Spoják – týden třetí. Blíží se DNS Flag Day. Články 11 a 13 se zatím neblíží. Nokia, Don’t kill my app.
21.1.2019
Heslovitě: AlaSQL. Don’t kill my app. Android Studio 3.3. Hackování Play with Docker. Hacknuté hostingy. Shape Detection API. Videa z OpenAlt 2018. Android na 64bit. MongoDB mizí ze svobodných distribucí. ???? CyberSecurity. Rust 1.32.0. Články 11 a 13 zatím neschváleny. DNS Flag Day
Getting started with Gateman.JS for Node app authorization
17.1.2019
Gatemanjs is an authorization system designed to manage roles and claims in node applications that use mongodb for data storage. It works together with mongoose to provide a fluent approach to mana
How I’ve Been Using Notion Personally and Professionally
16.1.2019
I use Notion quite a bit, both personally and professionally.
In a sense, it's just an app for keeping documents in one place: little notes, to-do lists, basic spreadsheets, etc. I like the native macOS Notes app just fine. It's quick and easy, it's desktop and mobile, it syncs... but there...
A Quick CSS Audit and General Notes About Design Systems
31.12.2018
I’ve been auditing a ton of CSS lately and thought it would be neat to jot down how I’m going about doing that. I’m sure there are a million different ways to do this depending on the size and scale of your app and how your CSS works under the hood, so please take all this with a grain of salt....
Two Ways to Build a Site That Seem Super Different But Weirdly Aren’t That Different
14.12.2018
Here are two ways to build a site (abstractly) that feel diametrically opposed to me:
Build a site as an SPA (Single Page App). The page loads a skeleton HTML page that executes JavaScript as quickly as it can. The JavaScript calls an API to get data, and then the page renders content. Navigation...
Convert Class Components to Functional Components in a React Project (Solution to Code Challenge #14)
14.12.2018
Last week on the code challenge we set out to refactor some class components in a create-react-app proj
Creating an Animated Login Form for TouchID
11.12.2018
I came across this amazing Dribbble shot by Jakub Reis a while back. It caught my eye and I knew that I just had to try recreating it in code. At that moment, I didn’t know how. I tried out a bunch of different things, and about a year later, I finally managed to make this demo.
I learned a couple...
Build a React To-Do App with React Hooks (No Class Components)
13.11.2018
Yes, a to-do app, seems like something we’ve all done in the past. The great thing about a to-do app is that it covers all 4 aspects of CRUD; Create, Read, Update, Delete. As a developer, we need t
Find and Change Default App for File Type from Command Line
23.10.2018
There are few things more frustrating to any computer user than files opening in an unwanted application. Sure you can use the Open menu item in the desired application but we all just want to double-click a file and see it open in the application we expect. I recently got to thinking about this...
Change System Volume from Command Line on Mac OS
15.10.2018
Oftentimes the awesome GUI applications we love are simply gloss over a command line functionality. While I do love a visual app, it’s always good to know how to do things from command line, if only for the sake of automation. I’ve covered loads of command line secrets, most notably...
The Easiest Way To Customize Bootstrap
22.8.2018
We take a look at Epic Bootstrap, an awesome web app for customizing Bootstrap 4
10 Awesome Web Dev Tools & Resources For August 2018
16.8.2018
A collection of our favorite web dev resources for August, featuring Google's new augmented reality app, a couple of UNIX terminal tools, and some helpful productivity booster apps
[článek] Evropa chystá pokutu pro Google, 10 let App Store a nejprodávanější hry na Steamu
15.7.2018
[11 minut čtení] Apple nasazuje 1Password, Yandex prý našel díru v Google, nebezpečné rozšíření Stylish, Groupon hledá kupce. Co ještě přinesl právě končící #tyden. Který prohlížeč je rychlejší? Google Chrome vs. Mozilla Firefox vs. Microsoft Edge v Browser benchmark battle July 2018: Chrome...
Building Text-to-Speech Apps for the Web
9.7.2018
Having interacted with several apps over the years, there is a very high chance that you have interacted with apps that provide some form of voice experience. It could be an app with text-to-speech
Build a Health Tracking App with React, GraphQL, and User Authentication
12.6.2018
I think you’ll like the story I’m about to tell you. I’m going to show you how to build a GraphQL API with Vesper framework, TypeORM, and MySQL. These are Node frameworks, and I’ll use TypeScript f