Search
Collective #504
1.4.2019
CodeSandbox v3 * codetalks.tv * Name It, and They Will Come * code-server * oneliners.js * VexChords
Collective #504 was written by Pedro Botelho and published on Codrops
A historical look at lowercase defaultstatus
1.4.2019
Browsers, thank heavens, take backward compatibility seriously.
Ancient websites generally work just fine on modern browsers. There is a way higher chance that a website is broken because of problems with hosting, missing or altered assets, or server changes than there is with changes in...
Hackeři napadli server Asusu, šířili přes něj malware. Firma už problém vyřešila
27.3.2019
Až tisíce počítačů značky Asus se nakazilo malwarem, který šířil vlastní aktualizační nástroj firmy. Začátkem týdne o tom informoval výrobce antivirů Kaspersky Lab. Jeho výzkumníci útok objevili v lednu poté, co se hackerům podařilo ovládnout Asus Live Update a distribuovat přes něj škodlivé
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...
Adding Search to Your Site with JavaScript
20.3.2019
Static website generators like Gatsby and Jekyll are popular because they allow the creation of complex, templated pages that can be hosted anywhere. But the awesome simplicity of website generators is also limiting. Search is particularly hard. How do you allow users to search when you have...
Write Your First Service Worker in 5 Minutes
18.3.2019
What is a service worker? A service worker is a little file that will allow you to cache files and other assets on a user’s machine. How is this different from server-side caching? Because the assets are stored on a user’s machine, rather than a server, there is no need to go across...
Setting Up a Node Project With Typescript
18.3.2019
Node, a run-time environment that makes it possible to write server-side JavaScript, has gained a lot of adoption since its release in 201
Sublime Text 3.2 Is Out! Git Integrated and Still Blazing Fast
14.3.2019
Sublime Text has a special place in my heart. It's the editor that made me love editors. Before that it was Notepad++ or Coda and trying to get files onto a server using FTP. Those were the days! W
Getting into GraphQL with AWS AppSync
12.3.2019
GraphQL is becoming increasingly popular. The problem is that if you are a front-end developer, you are only half of the way there. GraphQL is not just a client technology. The server also has to be implemented according to the specification. This means that in order to implement GraphQL into your...
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...
Průzkum: Technet.cz je nejdůvěryhodnější český IT server. Netušíme proč
6.3.2019
Podle nového průzkumu STEM/MARK pro iinfo.cz je Technet.cz nejdůvěryhodnější český IT server. Podle respondentů je nezávislý, přináší praktické informace a píší jej odborníci. Odpovídali lidé se zájmem o informační technologie. Čím si Technet.cz zasloužil nejlepší známku za důvěryhodnost, není...
Facebook po celém světě lobboval proti ochraně soukromí, tvrdí server
3.3.2019
Pracovníci největší sociální sítě světa v minulosti tlačili na politiky v desítkách zemí a výměnou za sliby o investicích či jiných krocích po nich žádali lobbování proti zákonům o ochraně soukromí na internetu. Vypovídají o tom uniklé interní dokumenty Facebooku, napsal list The Observer, což...
Collective #496
28.2.2019
Zero Server * React-three-fiber * Subsync * Space Type Generator * FrenchKiss.js * The CSS mental model
Collective #496 was written by Pedro Botelho and published on Codrops
I Spun up a Scalable WordPress Server Environment with Trellis, and You Can, Too
28.2.2019
A few years back, my fledgling website design agency was starting to take shape; however, we had one problem: managing clients' web servers and code deployments. We were unable to build a streamlined process of provisioning servers and maintaining operating system security patches. We had...
[aktualita] HN: DILIA uspěla s žalobou na Uloz.to, server má zabránit stahování filmů
26.2.2019
Agentura DILIA uspěla v první instanci ve sporu s úložištěm Uloz.to. Soud rozhodl, že Uloz.to musí zabránit tomu, aby uživatelé z jeho stránek mohli stahovat šestici konkrétních filmů. Informují o tom Hospodářské noviny. Má jít o populární tituly jako Pelíšky nebo Ostře sledované vlaky – podle...
[aktualita] HN: DILIA uspěla s žalobou na Uloz.to, server musí zabránit stahování filmů
26.2.2019
Agentura DILIA uspěla v první instanci ve sporu s úložištěm Uloz.to. Soud rozhodl, že Uloz.to musí zabránit tomu, aby uživatelé z jeho stránek mohli stahovat šestici konkrétních filmů. Informují o tom Hospodářské noviny. Má jít o populární tituly jako Pelíšky nebo Ostře sledované vlaky – podle...
The Cloud is Just Someone Else's Computer
17.2.2019
When we started Discourse in 2013, our server requirements were high:
1GB RAM
modern, fast dual core CPU
speedy solid state drive
I'm not talking about a cheapo shared cpanel server, either, I mean a dedicated virtual private server with those specifications.
We were OK with that, because we were
Designing for the web ought to mean making HTML and CSS
29.1.2019
David Heinemeier Hansson has written an interesting post about the current state of web design and how designers ought to be able to still work on the code side of things:
We build using server-side rendering, Turbolinks, and Stimulus. All tools that are approachable and realistic for designers...
[aktualita] Rasistický server registrovaný v USA zmizel z internetu po GDPR stížnosti ÚOOÚ
14.1.2019
Server white-media.info se v Česku „proslavil“ publikováním informací ze soukromých e-mailů českých politiků (včetně soukromých e-mailů tehdejšího premiéra Bohuslava Sobotky v roce 2016), podporou extremistických a xenofobních nebo sestavováním detailních seznamů „levicových nepřátel a zrádců“. ...
Build a Blog Using Express.js and React in 30 Minutes
14.1.2019
Building a web server sounds complicated, but it doesn't have to be! What if I told you that you can create a web server with just a couple lines of code? Yes! You can do things like this using Exp