Search
Co je to GitHub a proč za něj Microsoft utratil miliardy dolarů?
9.6.2018
Co je to GitHub? • Proč za něj Microsoft utratil 7,5 miliard dolarů? • Opustí jej Google?
Microsoft kupuje za 7,5 miliardy dolarů vývojářskou firmu GitHub
4.6.2018
Americká softwarová společnost Microsoft kupuje za 7,5 miliardy USD (164,6 miliardy korun) soukromou firmu GitHub, která se specializuje na vývoj softwaru. GitHub provozuje platformu, která umožňuje vývojářům sdílet navzájem kódy, a označuje se za jedničku ve svém oboru
Microsoft koupí programátorský nástroj GitHub. Zaplatí 165 miliard
4.6.2018
Společnost Microsoft byla dlouhodobě největší přispěvatel do projektů hostovaných na GitHubu. Nyní platformu kupuje za v přepočtu 165 miliard korun. Někteří programátoři se však velkého obchodu obávají.Další články k tématu:Svatá válka programátorů má vítěze: mezery vydělají více...
Combining the Powers of SEM and BIO for Improving CSS
4.6.2018
CSS is easy, some might argue, but that "easiness" can cause messy code. This is especially true through power of preprocessors like Sass or Less where, if you aren’t careful, your CSS can become harder to deal with instead of easier. Sass? Harder? This Gist shows a great example of Sass nesting...
A je to oficiální! Microsoft za GitHub zaplatí 7,5 miliard dolarů v akciích
4.6.2018
Z dopolední šuškandy se stala realita. Microsoft opravdu koupil GitHub, za který zaplatil pohádkových 7,5 miliard dolarů ve svých akciích! GitHub patří k největším a nejoblíbenějším úložištím zdrojového kódu, přičemž v bezplatném režimu na něm můžete archivovat veřejný kód se svobodnou licencí.
[aktualita] Potvrzeno, Microsoft za 7,5 miliardy dolarů kupuje GitHub
4.6.2018
Víkendové neoficiální informace se dnes potvrdily a Microsoft kupuje společnost GitHub. Hodnota obchodu je nakonec solidních 7,5 miliardy dolarů v akciích. Po poslední investici byl GitHub oceněn na dvě miliardy dolarů. Ročními tržby dělaly kolem 200 milionů dolarů, firma nebyla v zisku. ...
Microsoft hodlá koupit populární službu GitHub. K čemu mu bude?
4.6.2018
Společnost Microsoft údajně získala GitHub, přičemž podrobnosti celé transakce mají být zveřejněny v průběhu dnešního dne. Informaci přineslo hned několik zahraničních médií na základě vlastních zdrojů. Bloomberg uvádí, že GitHub souhlasil s odkoupením částečně díky generálnímu řediteli Satya
[aktualita] Microsoft chce údajně koupit populární GitHub
3.6.2018
Microsoft má zájem koupit populární službu GitHub. Business Insider informuje, že Redmond kolem služby krouží už nějakou dobu, v poslední době ale mají být hovory více vážné. Není, jasné, jaká by měla být odkupní cena. GitHub od založení v roce 2008 nasbíral na investicích 350 milionů dolarů a...
Managing State in React With Unstated
29.5.2018
As your application becomes more complex, the management of state can become tedious. A component's state is meant to be self-contained, which makes sharing state across multiple components a headache. Redux is usually the go-to library to manage state in React, however, depending on how complex...
Solving Life’s Problems with CSS
28.5.2018
Or: When all you have is a CSS hammer, the world looks like a CSS nail.
Whenever I hear a perfectly nice comment like, "Yeah, representing the tech field!" in response to my pure-CSS art, I get a sharp feeling of panic.
Like many people who work on UIs for a living, I have difficulty applying...
Learning Gutenberg: Setting up a Custom webpack Config
24.5.2018
Gutenberg introduces the modern JavaScript stack into the WordPress ecosystem, which means some new tooling should be learned. Although tools like create-guten-block are incredibly useful, it’s also handy to know what’s going on under the hood.
Article Series:
Series Introduction
...
Learning Gutenberg: React 101
23.5.2018
Although Gutenberg is put together with React, the code we’re writing to make custom blocks isn’t. It certainly resembles a React component though, so I think it’s useful to have a little play to get familiar with this sort of approach. There’s been a lot of reading in this series so far, so let’s...
Learning Gutenberg: A Primer with create-guten-block
22.5.2018
Welcome back! We’ve just taken a look at what Gutenberg is and how it operates from the admin side. Gutenberg is certainly going to have a massive impact on the WordPress world. If you are just arriving here and have no idea what we’re talking about, I recommend at least skimming Part 1 to make...
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...
Github má problém: ukládal obnovená hesla uživatelů jako prostý text
2.5.2018
Github ukládal hesla uživatelů v čitelném formátu • Chybu odhalil během pravidelného auditu • Co mají uživatelé dělat?
CSS Blocks
27.4.2018
A new entry into the CSS-in-JS landscape! Looks like the idea is that you write an individual CSS file for every component. You have to work in components, that's how the whole thing works. In the same isle as styled-components, css-modules, and glamorous.
Then you write :scope { } which is...
Password Strength Meter In React
23.4.2018
Some time ago I developed a tutorial showing how to create a password strength meter in an AngularJS application using the zxcvbn Ja
Native-Like Animations for Page Transitions on the Web
23.4.2018
Some of the most inspiring examples I’ve seen of front-end development have involved some sort of page transitions that look slick like they do in mobile apps. However, even though the imagination for these types of interactions seem to abound, their presence on actual sites that I visit do not....
Collective #409
23.4.2018
Permit * React in patterns * Sketchize * GitHub Learning Lab * Slugify * pico.js * BBC Sound Effects * VS Code can do that?!
Collective #409 was written by Pedro Botelho and published on Codrops
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