Search
Using Nuxt and Supabase for a Multi-User Blogging App
19.8.2021
Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.
I’ve been enjoying using frameworks like Nuxt and Next because they …
The...
onInput Event
3.8.2021
Coding HTML forms has been painful my entire career. Form controls look different between operating systems and browsers, coding client side and server side validation is a nightmare, and inevitably you forget something somewhere along the line. Some behaviors don’t act the way you’d...
Genshin Impact's Official Discord Hit Its Max User Capacity Forcing Devs To Create A Second Server
31.7.2021
I knew Genshin Impact was a popular game. I also knew it had a ton of active and ravenous players who can’t get enough of the free-to-play online RPG. But I had no idea it was so popular that it was pushing Discord to its limits and forcing the devs to start a second server for everyone.Read more
Minecraft’s 'Worst' Server Was Exploited So Hard, Griefers Could See The Future
30.7.2021
The tale of how hacker group Nerds Inc. took over 2b2t—Minecraft’s oldest so-called anarchy server—is convoluted and painstaking. It’s the story of how 300,000 players were constantly tracked, 15,000 bases discovered, and over 200 million items stolen. And it was all achieved exploiting not...
Someone Brought A Dream SMP Minecraft Flag To An Anti-Vax Rally
24.7.2021
Today in London, a large a rally was held as part of a series of global gatherings against masks, vaccine passports, and lockdowns. And for some reason, a person at Saturday’s event was spotted waving around a flag connected to a popular Minecraft roleplay server. Read more
Using Google Drive as a CMS
22.7.2021
We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll examine the step-by-step implementation, as well as how to utilize server-side caching to avoid the major pitfalls to avoid …
The post Using Google Drive as a...
GameStop's New Discord Haunted By Gamers, Stonk Bros
7.7.2021
GameStop decided to meet the gamers where they live today, opening a new Discord server where thousands are coming together under the enriching banner of a video game retailer. The community launched without a filter, as evidenced by a torrent of the n-word flooding chat on Tuesday night....
How to Upload a File via SSH and Command Line
28.6.2021
My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how...
Ubisoft vypnul server a lidé se nemohou dostat do hry, kterou si zakoupili
21.6.2021
Hráči sedm let starého RPG Might & Magic X se na vlastní kůži přesvědčili o nevýhodách digitální distribuce. Poté, co Ubisoft vypnul servery, na kterých běžela online podpora hry, se nemohou dostat k bonusovému obsahu, za který si zaplatili
So Many People Are Playing Battlefield 4 Again That EA Is Increasing Server Capacity
19.6.2021
Over on EA’s support website, the publisher explained that after the latest Battlefield was revealed at E3 2021, that a huge influx of players has hit Battlefield 4. This has led to extended queue and wait times for some folks jumping back in. To help alleviate that, EA is increasing the server...
Securing Your Website With Subresource Integrity
14.6.2021
When you load a file from an external server, you’re trusting that the content you request is what you expect it to be. Since you don’t manage the server yourself, you’re relying on the security of yet another third party …
The post Securing Your Website With Subresource Integrity appeared...
Rethinking Postgres in a Post-Server World
27.5.2021
Serverless architectures have brought engineering teams a great number of benefits. We get simpler deployments, automatic and infinite scale, better concurrency, and a stateless API surface. It’s hard to imagine going back to the world of managed services, broken local …
The post Rethinking...
[aktualita] Je možné vyhnout se útokům jako byly ty na Exchange Server? Přihlaste se na nový webcast
13.5.2021
Kvůli bezpečnostní díře v Microsoft Exchange Serveru se stovky tisíc malých a středních firem i státních institucí po celém světe staly v březnu cílem útoku hackerů. V Česku kromě soukromých firem mířil útok třeba i na pražský magistrát nebo ministerstvo práce a sociálních věcí. Je možné...
Path Of Exile Let Streamers Bypass Long Server Wait Times
19.4.2021
During the launch of its new expansion Ultimatum, Path of Exile’s servers were having some problems over the weekend, leaving players with wait times to get in that sometimes stretched into hours. Unless, that is, you were a streamer paid to broadcast the game, in which case you got straight...
Email server breach sees Celsians targeted by phishing attacks
16.4.2021
Celsius customers have been targeted with fraudulent SMS and email communications after a third-party email distribution server was compromised by hackers
Discord Blocks All iOS Users From Accessing NSFW Servers
13.4.2021
If an iPhone is your main window into Discord’s cacophonous void of yelling gamers, your options just got a lot more limited.Read more
SvelteKit is in public beta
7.4.2021
Rich Harris:
Think of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.
Great move. I find …
The post SvelteKit is...
Hackers Target Github Server Infrastructure to Mine Cryptocurrencies
7.4.2021
Github services is under investigation after a series of reports on attacks against one of its infrastructures by running unauthorized crypto mining apps. Cybercriminals allegedly exploited some security flaws that could have been exploited to mine cryptos illicitly. Attacks Exploit ‘Github...
Outriders Launches To A Day Of Server Problems, Like Every Other Online Game
2.4.2021
If you play video games in the 21st century, you’re no stranger to this: A popular game launches that demands an internet connection. Interested players buy it, can’t access the servers, and can’t play the thing they paid for. The latest offender is Outriders, a class-based loot shooter from...
Next.js on Netlify
28.2.2021
(This is a sponsored post.)
If you want to put Next.js on Netlify, here’s a 5 minute tutorial¹. One of the many strengths of Next.js is that it can do server-side rendering (SSR) with a Node …
The post Next.js on Netlify appeared first on CSS-Tricks.
You can support CSS-Tricks by being...