There are many articles out there that deal with standard optimization techniques like SSR, PWA, tree shaking and similar. This article is similar, but also different as it focuses on things unique to serverless environments, in this case, AWS Lambda specifically.
10 min read
#SSR #Serverless
10 min read
#SSR #Serverless
Medium
How to SSR in a serverless environment and make your visitors 400% happier! 🏎
Operating a multi-tenant serverless cloud platform comes with a unique set of challenges. There are many articles out there that deal with…
For a number of years I’ve been interested in the security provided by passwords, and the methods being developed to attack password-protected accounts. So I thought I’d see how successfully everyday developers, without specialist knowledge, could hack millions of passwords.
5 min read
#Security
5 min read
#Security
Medium
20 Hours, $18, and 11 Million Passwords Cracked
I thought I’d see how successfully everyday developers, without specialist knowledge, could hack millions of passwords.
🤖 Coding News ⚡️ pinned «I’ve been using Gatsby for the better part of 6 months and it’s quickly become my go-to for building static sites. The advantages are huge. 14 min read #Gatsby #Contentful #Netlify»
https://t.iss.one/nuxtjs_ru
Welcome to Nuxt.js community, for discuss related problems & solutions 🔥
ps. Also, we have a channel with latest(and not) news around Nuxt.js @nuxtjs_news
#ad
Welcome to Nuxt.js community, for discuss related problems & solutions 🔥
ps. Also, we have a channel with latest(and not) news around Nuxt.js @nuxtjs_news
#ad
Telegram
Nuxt.js | Vue SSR
Общаемся на темы посвященные серверному рендерингу для фреймворка Vue.js
Сайты на наксте: #builtwithnuxt
Перед тем как задать вопрос: https://bit.ly/370kY8O
-
Канал: @nuxtjs_news
ВК: https://vk.com/nuxtjs_ru
Сайты на наксте: #builtwithnuxt
Перед тем как задать вопрос: https://bit.ly/370kY8O
-
Канал: @nuxtjs_news
ВК: https://vk.com/nuxtjs_ru
State management has always been a vital yet somewhat dreadful aspect for working with React. Recently I’ve had the pleasure of talking to a few R&D teams, each of whom had an entirely different opinion about this topic.
9 min read
#React
9 min read
#React
Medium
State of React State Management for 2019
Observing state management in the wild… and the Store is open for business! 🐯
Today, we are going to explore it and develop a custom Hook to manage global states — an easier to use method than Redux, and more performant than Context API.
5 min read
#React
5 min read
#React
Medium
State Management with React Hooks — No Redux or Context API
React Hooks are more powerful than you think. Today, we are going to explore it and develop a custom Hook to manage global states, easier.
🤖 Coding News ⚡️ pinned «As a developer, you know that nothing can be quite so helpful as a well-placed comment. But on the other hand, nothing can be quite so damaging as an old comment that contains lies or misinformation. 4 min read #Programming»
Being a junior, mid-level, or senior developer doesn’t solely have to do with the years of programming experience that you have. A junior developer can even be older than a senior developer. It all comes down to skill. This doesn’t mean that a senior developer has to be an expert in everything, but it’s safe to say that senior developers are far more skilled than junior and mid-level developers.
6 min read
#Career #Skill
6 min read
#Career #Skill
Medium
The Differences Between a Junior, Mid-Level, and Senior Developer
And what you can do to get to the next level
In our busy work lives, we often forget to WhatsApp our loved ones. Looking at how regular my parents are in messaging me with inspirational quotes and health tips first thing in the morning, it was time to reciprocate.
7 min read
#Twilio #AWS #Lambda #WhatsApp #Python
7 min read
#Twilio #AWS #Lambda #WhatsApp #Python
Medium
I Wrote a Script to WhatsApp My Parents Every Morning in Just 20 Lines of Python Code
Step-by-step guide with walkthrough code
🤖 Coding News ⚡️ pinned «Serverless is more than a cloud computing execution model. It changes the way we plan, build, and deploy apps. But it also changes the way we test our apps. 11 min read #Serverless #Testing»
Some programmers are better than others. In fact, there’s a statistical distribution: a few are absolutely brilliant, some are good, most are at least competent, some are barely competent and a few are truly dire.
5 min read
#Programming #Productivity
5 min read
#Programming #Productivity
🤖 Coding News ⚡️ pinned «Services like OnLive have tried and failed. Stadia and xCloud should succeed. 6 min read #GameDevelopment»
The HTML 5.2 spec introduced a dialog element that makes it easy to implement native modals and pop-ups. Modals are an important part of almost any non-trivial web app, so it’s promising to think that there’s finally a way to implement one without re-inventing the wheel each time. You can click the button below for an example modal created using the dialog element
5 min read
#HTML
5 min read
#HTML
Recording audio involves a series of steps:
1) Start recording the audio
2) While recording, store the audio data chunks
3) Stop recording the audio
4) Convert the audio data chunks to a single audio data blob
5) Create a URL for that single audio data blob
6) Play the audio
4 min read
#Audio #JavaScript
1) Start recording the audio
2) While recording, store the audio data chunks
3) Stop recording the audio
4) Convert the audio data chunks to a single audio data blob
5) Create a URL for that single audio data blob
6) Play the audio
4 min read
#Audio #JavaScript
Medium
How to record and play audio in JavaScript
Recording audio involves a series of steps:
1) Start recording the audio
2) While recording, store the audio data chunks
3) Stop recording…
1) Start recording the audio
2) While recording, store the audio data chunks
3) Stop recording…
Detecting the location of your website’s users is useful for a variety of reasons.
You might, for instance, want to display different content, perhaps in different languages for people from different countries, or display targeted information to visitors from different locations.
3 min read
#JavaScript #API
You might, for instance, want to display different content, perhaps in different languages for people from different countries, or display targeted information to visitors from different locations.
3 min read
#JavaScript #API
Medium
How To Detect The Location of Your Website’s Visitors Using JavaScript
Detecting the location of your website’s users is useful for a variety of reasons. You might for instance want to display different…
🤖 Coding News ⚡️ pinned «JavaScript is one of the most popular programming languages in the world, and is now widely used also outside of the browser. The rise of Node.js in the last few years unlocked back-end development - once the domain of Java, Ruby, Python, PHP, and more…»
To simplify shopping for razors we built a performant, visually-appealing, and secure site. Our architecture performs well across browsers and devices, emphasizes developer ergonomics and modern tools, and lets us continuously deploy with confidence. We think shopflamingo.com can be a model for how to architect other e-commerce sites.
7 min read
#JAMstack #Gatsby #eCommerce
7 min read
#JAMstack #Gatsby #eCommerce
Medium
How We Used Gatsby.js to Build a Blazing Fast E-Commerce Site
How we used Gatsby.js to build a statically-generated, highly-performant e-commerce site.
In this article I am going to talk about two different ways of authentication: stateful and stateless authentication. If you have learnt about networking, you may already heard about stateful and stateless, but in this article I am going to give these two adjectives other meanings.
5 min read
#Auth #Security
5 min read
#Auth #Security
Medium
Stateful and stateless authentication
In this article I am going to talk about two different ways of authentication: stateful and stateless authentication. If you have learnt…