Search
Incapsula Web Application Firewall (Sponsored)
29.3.2018
When I speak with people who have interviewed for front-end jobs at cryptocurrency exchanges, they always tell me how surprised they are that a majority of the interview questions are security-centric. Basic front-end security practices are fair game for all front-end developer interviews...
Set a Default Push Remote with git
27.3.2018
During my early days of git usage, my config allowed me to simply type git push instead of git push {origin} {branch_name} which I need to now. Up until recently I needed to type out the long version…(I know)…which was incredibly annoying because I like using detailed branch names....
5 Crucial Concepts for Learning d3.js and How to Understand Them
23.3.2018
You may have already heard about d3.js, the dazzling JavaScript library that lets you create beautiful charts and graphics with just a few lines of code. You might have seen some of the fantastic examples of D3 in action, or you may have heard that the New York Times uses it to create...
Exchange Rates and Currency Conversion with fixer.io (Sponsored)
22.3.2018
My most stressful tasks as a coder have always revolved around money. Whether you’re coding a site for a client, your own business, or your employer, you want to be damn sure that any handling of currency is accurate, secure, and localized. We always want our code to work but when...
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...
Script & Style Show: Episode 4: Tooling
19.3.2018
On this week’s episode: David starts the show by revealing he has a headache and an hour of discussing JavaScript tooling will not make it better. The show covers the history of JavaScript tooling (from nothing to JavaScript loaders, minifiers, webpack, and more), the pitfalls of popular...
React Video Player
14.3.2018
Streaming entertainment is a massive interest of mine as both a consumer and web developer. My love for streaming entertainment dates back to the early days of RealPlayer and the misery of a million codecs. Fast forward to today and I’m working a lot with ReactJS, as well as the dozens...
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...
Script & Style Show: Episode 3: Working Remotely
10.3.2018
On this week’s episode: Todd and I talk about working remotely, transitioning to being a remotee, keeping on task, and avoiding (or embracing) the hermit lifestyle! Next Episode: Q&A! Todd and I would like to host a Q/A session where we answer your questions! Please tweet us your...
Force a React Component to Re-Render
7.3.2018
The beauty of React components is that they automagically render and update based on a change in state or props; simply update the state from any place and suddenly your UI element updates — awesome! There may be a case, however, where you simply want to brute force a fresh render of a React...
Phone Number Validation with numverify (Sponsored)
6.3.2018
When we think about form validation, phone numbers aren’t the most pressing bit of information to validate, but if the phone number is absolutely critical to your business or application, you’ll want to do all you can to precisely ensure the number is correct. And the truth is most...
Minimalistická IDE konfigurace GNU Emacsu
19.2.2018
Konfigurace je založena na Language Server Protokolu a jeho implementaci v Emacsu, což nám umožní omezit množství konfigurace specifické pro jednotlivé jazyky na minimum. Předpokládám, že čtenáři nejsou úplní začátečníci. Pokud nevytváříte konfiguraci od nuly, první část můžete přeskočit. Příprava
Nová služba Amazonu Polly promění psaný blog v mluvené slovo
8.2.2018
Polly je nová služba Amazonu, která psaný text blogu převádí na podcast
Bezpečnostní problém internetových bankovnictví
8.2.2018
Společnost Google vyzývá k objevení bezpečnostních děr ve svých systémech a je ochotna za objevení takové díry zaplatit nemalé peníze. Já jsem takovou díru objevil (možná nejsem první), ale i vyzkoušel v praxi na člověku, který nemá sebereflexi a hrozí mi trestním oznámením za ověření...
HADOOP : Kdy už má cenu o něm uvažovat a kdy ještě ne.
7.2.2018
O experimentu získat představu o rychlosti zpracování dat s využitím technologie Hadoop a pak to srovnat s „klasickým způsobem” jsem přemýšlel už velmi dlouho. Vše začalo, když jsem se poprvé s Hadoopem seznámil. Experimentoval jsem s příklady úloh dle tutoriálů (map-reduce) a seznamoval se s vytvář
Proč by se měli vývojáři zajímat o GDPR?
22.1.2018
V oblasti softwaru a jeho vývoje se za posledních 20 let objevila celá řada nových zákonů a standardů. Když se ke mně tedy poprvé dostala informace o novém nařízení Evropské unie na ochranu osobních dat, GDPR (General Data Protection Regulation), zůstal jsem relativně klidný. Vždyť to přeci nebude...
Devět nejživějších wikiprojektů v medicíně
12.1.2018
Wikipedii zná dnes skoro každý. Wiki ale neznamená jen encyklopedii, wikiprojekty se postupně objevily i jako nástroj spolupráce na odborných portálech nebo jako úložiště dokumentace. Stejně tak to platí i pro wikiprojekty v medicíně. Pro ilustraci: v době, kdy před téměř deseti lety pomalu...
Co se mi osvědčilo v roce 2017
31.12.2017
Rychloposunem o pár programech a jiných nástrojích, díky kterým nebyl rok 2017 zas takový opruz… Travis CI Projekt bez CI je nefunkční projekt. Travis snadno dodá Continous Integration pro projekty na githubu. Jedno z nejlepších UX (a tím nemyslím jen vzhled) pro integraci dvou webových
To Serve Man, with Software
31.12.2017
I didn't choose to be a programmer. Somehow, it seemed, the computers chose me. For a long time, that was fine, that was enough; that was all I needed. But along the way I never felt that being a programmer was this unambiguously great-for-everyone career field with zero downsides. There
Jak přejít na Linux
12.12.2017
Rád bych se podělil o své zkušenosti s používáním systému Linux Xubuntu. Pokusím se stručně vysvětlit své důvody pro přechod na operační systém Linux, ale i důvody kdy nepřecházet. Článek obsahuje závěrem tipy na doporučené aplikace Úplné znění mého článku vyšlo na blogu iDnes, obsah byl cílený...