Search
CSS Environment Variables
4.5.2018
We were all introduced to the env() function in CSS when all that drama about "The Notch" and the iPhone X was going down. The way that Apple landed on helping us move content away from those "unsafe" areas was to provide us essentially hard-coded variables to use:
padding:
...
IP Geolocation with ipstack (Sponsored)
2.5.2018
Knowing where your web visitor is located is an incredible advantage to any website; you can show relative content like maps, pricing, and availability, output your content in their likely language, etc — I cannot overstate how useful that information is. Of course we have the HTML5...
Change Python Version
1.5.2018
Python plays a major role at Mozilla; much of our website backends and tooling are written in the powerful language. Want to build Firefox? You’ll need to make sure you have the proper Python version, which I recently found out had been upgraded. Despite installing and verifying I had...
Getting Started with Python and MongoDB
3.4.2018
You can get started with MongoDB and your favorite programming language by leveraging one of its drivers, many of which are maintained by MongoDB engineers, an
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...
Brněnský Language Hackathon propojuje přirozené a programovací jazyky, řešit se budou také chatboti
6.10.2017
Podzim přichází s řadou hackathonů a jedním z nich je i brněnský Language Hackathon, jehož protagonisty jsou jazyky. Tentokrát nejen programovací, ale i ty přirozené. Jeho cílem je přinést neotřelá řešení například na téma strojového překladu, machine learningu, zpracování přirozeného jazyka...
Brněnský Language Hackathon propojuje přirozené jazyky a technologie
4.10.2017
Unikátní propojení přirozených a programovacích jazyků nabízí Language Hackathon 2017, který se uskuteční o víkendu 13. a 14. října v brněnském Impact Hubu. Akce je zaměřená na strojové učení a strojový překlad, zpracování přirozeného…
Here's The Programming Game You Never Asked For
15.4.2016
You know what's universally regarded as un-fun by most programmers? Writing assembly language code.
As Steve McConnell said back in 1994:
Programmers working with high-level languages achieve better productivity and quality than those working with lower-level languages. Languages such as...