Search
[aktualita] Polda má problémy na App Store a Google Play. Autor mluví o novodobé cenzuře
9.5.2019
Série úspěšných českých adventurních her Polda se postupně vrací ve formě verzí pro chytré telefony. Na těchto platformách ale také naráží na problémy, které jsou spojené se specifickým stylem humoru, jenž Polda obsahuje. Třetí díl byl už dříve stažen z App Store kvůli karetní hře prší...
Currently Reading: Progressive Web Apps by Jason Grisby
3.5.2019
I’ve been reading Jason Grigsby’s new book on progressive web apps this past week and it’s exciting. Jason explains what PWAs are and how they work while while doing a bang-up job covering the business case for using them them, too. But perhaps you might be thinking that a PWA isn’t necessary...
Apple zavařil drobné konkurenci: Z App Store odstranil aplikace měřící čas strávený u mobilu
2.5.2019
Apple v rámci svého iOS drží pevnou ruku nad tím, jaké aplikace jsou dostupné uživatelům ke stažení a každou pečlivě kontroluje. Hlavním důvodem je bezpečí uživatelů. Již dříve se ale objevily případy, kdy Apple tímto způsobem znepříjemňoval život konkurenci. Z toho je nařčen i nyní, protože z
Build a Slack App in 10 Minutes with MongoDB Stitch
30.4.2019
Slack is not only the fastest growing startup in history, but it's
create-react-app v3, What's new?
29.4.2019
When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as
PragueJS #4 – Build a fullstack GraphQL app with Prisma, Apollo and React
26.4.2019
Další z řady setkání PragueJS se blíží. 30. dubna si můžete přijít poslechnout tři zajímavé přednášky. První z nich bude od Pavla Kepky z Blueberry. Pavel nám vysvětlí proč by nás REST API…
[aktualita] O2 umožňuje platit v App Store, iTunes či Apple Music pomocí vyúčtování
25.4.2019
O2 v Česku spouští novou službu, v rámci které je možné za nákupy v elektronických obchodech Applu platit pomocí běžného měsíčního vyúčtování od samotného operátora. Týká se to obchodů App Store, iTunes, Apple Books (dříve iBooks) a Apple Music. „Zákazníci s Apple ID si v nastavení svého účtu...
How to Get a Progressive Web App into the Google Play Store
19.4.2019
PWA (Progressive Web Apps) have been with us for some time now. Yet, each time I try explaining it to clients, the same question pops up: "Will my users be able to install the app using app stores?" The answer has traditionally been no, but this changed with Chrome 72 which shipped a new feature...
Remove Recent Applications from Dock
19.4.2019
A Mac user’s dock is a sacred place. We customize our dock to no end, and if you’re ultra organized like me, you even use dock separators to group your app icons. Apple recently implemented a feature which displays three recently used apps in the dock. For basic users that’s...
Getting started with visual testing in 5 minutes
16.4.2019
There are tons of tools out there that help you make sure your app is functioning perfectly, but how do you catch bugs that are purely visual?
A Website is a Car and Not a Book
15.4.2019
I’ve been wondering for a good long while why it feels like web design and development isn’t respected as much as native app development= and why the front-end role in many organizations is seen as a nice-to-have rather than a vital part of the business. Why is it so hard to see that this gig...
Set Branch Alias with Git
28.3.2019
Version control systems can be difficult to use, especially when you don’t use a UI app. Just think about main branch or revision names: svn uses “trunk”, git uses “master”, and mercurial (hg) uses “tip”. I need to switch between mercurial and...
Better Than Native
27.3.2019
Andy Bell wrote up his thoughts about the whole web versus native app debate which I think is super interesting. It was hard to make it through the post because I was nodding so aggressively as I read:
The whole idea of competing with native apps seems pretty daft to me, too. The web gives us...
Buddy: 15 Minutes to Automation Nirvana
26.3.2019
(This is a sponsored post.)
Deploying a website to the server in 2019 requires much more effort than 10 years ago. For example, here's what needs to be done nowadays to deliver a typical JS app:
split the app into chunks
configure webpack bundle
minify .js files
set up staging environment
upload...
Using Local with Flywheel
19.3.2019
Have you seen Local by Flywheel? It's a native app for helping set up local WordPress developer environments. I absolutely love it and use it to do all my local WordPress development work. It brings a lovingly designed GUI to highly technical tasks in a way that I think works very well. Plus...
Startup weekend oslavil desáté jubileum: Vítězem se stal Ench App, aplikace propojující influencery na sociálních sítích
12.3.2019
Startup Weekend je akce, která se z USA rozšířila po celém světě. Pomáhá lidem během 54 hodin osvojit dovednosti pro budování digitálních produktů, navázat přátelství a nechat se inspirovat nápady ostatních. Po těchto dovednostech je velká poptávka, jak dokazuje výzkum společnosti LMC, která...
Using React Loadable for Code Splitting by Components and Routes
7.3.2019
In a bid to have web applications serve needs for different types of users, it’s likely that more code is required than it would be for one type of user so the app can handle and adapt to different scenarios and use cases, which lead to new features and functionalities. When this happens, it’s...
The Client/Server Rendering Spectrum
6.3.2019
I've definitely been guilty of thinking about rendering on the web as a two-horse race. There is Server-Side Rendering (SSR, like this WordPress site is doing) and Client-Side Rendering (CSR, like a typical React app). Both are full of advantages and disadvantages. But, of course, the conversation...
Authentication and Authorization With Flask-Login
20.2.2019
Allowing users to login to your app is one of the most common features you'll add to a web app you build. This article will cover how to add simple authentication to your Flask app. The main packag
Building a modern app using Nest.js, MongoDB and Vue.js
19.2.2019
Introduction
Nest.js introduces a modern way of building Node.js apps by giving it a proper and modular structure out of the box. It was fully built with TypeScript but still preserves com