Search
What’s Next for Hybrid App Developers? (Sponsored)
5.6.2018
The story of hybrid application development is a never-ending one. Each framework has to continuously strive and innovate to remain relevant, and the discussion of which framework to use is a question often asked. Most hybrid applications are built using a combination of HTML, CSS, and JavaScript....
Rusko: Apple, varujeme vás. Smažte Telegram z App Storu!
30.5.2018
S požadavkem ruských úřadů, aby tamní internetoví operátoři začali blokovat šifrovaný komunikátor Telegram, to příliš nevyšlo, a tak Roskomnadzor to samé chtěl už dříve po Googlu a Applu.
Požádal je, ať mobilní aplikaci smažou z ruských verzí mobilních katalogů pro Android a iOS. Jenže se zdá,
What does the ‘h’ stand for in Vue’s render method?
30.5.2018
If you’ve been working with Vue for a while, you may have come across this way of rendering your app — this is the default in the latest version of the CLI, in main.js:
new Vue({
render: h => h(App)
}).$mount('#app')
Or, if you’re using a render function, possibly to take advantage...
Build a realtime polling web app with Next.js
29.5.2018
(This is a sponsored post.)
Learn to build a webapp that accepts user votes, using Next.js and Chart.js. Users can vote for their favorite pet, and the results are displayed in realtime on a graph in their browser using Pusher Channels.
Direct Link to Article — Permalink…
The post...
Jimmy Wales, Special App, and Startup Oscars: This Year BlockShow Is Gearing Up
25.5.2018
BlockShow brings many surprises and at least one huge reveal
Vývojáři iOS se spolčili a kladou podmínky Applu. Požadují změny v App Store
24.5.2018
Skupina vývojářů aplikací pro iOS založila organizaci The Developers Union, v rámci které chtějí získat silnější vyjednávací pozici vůči Applu, než kdyby vystupovali samostatně. Spojuje je společný cíl – chtějí změny v App Store.
Prvním požadavkem je zavedení bezplatného zkušebního (trial) módu
Dark theme in a day
21.5.2018
Marcin Wichary has written a great piece that dives into how he used CSS Variables to create a night mode and high contrast theme in an app. There’s so many neat tricks about how to use CSS Variables (Chris has also looked at theming) as well as how to organize them (Andras Galante has...
Page Transitions for Everyone
14.5.2018
As Sarah mentioned in her previous post about page transition using Vue.js, there is plenty of motivation for designers and developers to be building page transitions. Let's consider mobile applications. While mobile applications are evolving, more and more attention is given to the animation...
VS Code Can Do That?
7.5.2018
Clever microsite from Burke Holland and Sarah Drasner that highlights some of VS Code's coolest features. All fifteen of them are pretty darn cool. Here's a few other compelling features I've seen people use/love:
There is a terminal right in there, so you don't need a separate app.
The GitLens...
Láká vás mít doménu s koncovkou .app? Google je nyní uvolňuje k registraci
4.5.2018
Google aktuálně uvolnil k registraci nové domény druhého řádu s koncovkou .app v rámci předobjednávek, od 8. května pak budou dostupné všem. Koncovka je určená pro všechny tvůrce aplikací, na webu ale můžete mít cokoliv.
Kromě své koncovky je nová doména odlišná i požadavkem na weby, které na ní
Building a Weather App in Django
2.5.2018
In this article we'll build a simple Django app that displays the current weather for various cities. To get the current weather data, we'll use the Open We
Build an Amazon-Like Product Preview App using Vue.js
19.4.2018
If you have ever used online stores like Amazon or eBay, you have definitely used the preview feature. It shows you images or videos of the product so you know what to expect before making a purcha
Building a Mini Invoicing App with Vue and NodeJS : User Interface
13.4.2018
In the first
Počet aplikací v App Store poprvé po letech klesl
7.4.2018
Ohromná databáze aplikací App Store poprvé v loňském roce zažila své zmenšení. Celkem obchod přes rok přišel o 5 % aplikací. Můžou za to přísnější pravidla, která Apple nastavil a mazání starých nekompatibilních aplikací. Ukazují to čísla společnosti Appfigures.
App Store na začátku roku 2017
Building a Mini Invoicing App with Vue and Node : Database and API
6.4.2018
To get paid for goods and services provided, companies/freelancers need to send invoices to their customers informing them of the services that they will be charged for. Back then, people had paper
4 Things Every Progressive Web App Must Have
5.4.2018
A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users. It looks and behaves as if it is a mobile app and can be kinda installed. In t
Destructuring and Function Arguments
3.4.2018
The JavaScript language has benefitted from some really awesome new features over the past few years, including arrow functions, the spread operator, and default function argument values. Even if your browser doesn’t yet support proposed JavaScript API syntax additions, you can use a tool...
Build a SSR App With Preact, Unistore and Preact Router
3.4.2018
In this tutorial, we are going to explore how to build a server-side rendered app with Preact. preact-router
Building a NodeJS App with MongoDB Atlas and AWS Elastic Container Service – Part 2 (Sponsored)
20.3.2018
It’s that time of year again! This post is part of our Road to AWS re:Invent 2017 blog series. In the weeks leading up to AWS re:Invent in Las Vegas this November, we’ll be posting about a number of topics related to running MongoDB in the public cloud. See all posts here. In my last...
Building a NodeJS App with MongoDB Atlas and AWS Elastic Container Service – Part 1 (Sponsored)
13.3.2018
It’s that time of year again! This post is part of our Road to AWS re:Invent 2017 blog series. In the weeks leading up to AWS re:Invent in Las Vegas this November, we’ll be posting about a number of topics related to running MongoDB in the public cloud. See all posts here. Building apps...