Материалы по теме 'astro' | DevsDay.ru

IT-блоги Материалы по теме 'astro'

IT-блоги Материалы по теме 'astro'


Разработка dev.to 1 июня 2024 г. 16:49

Here's how you can build your framework tied to the requirements of your projects (based on JavaScript/TypeScript) *************** BACKEND PART *************** Backend Framework: Express (API) or NestJS (Microservices) Language: TypeScript Database...... читать далее

webdev javascript typescript

Разработка dev.to 31 мая 2024 г. 13:56

Hi everyone! Last week we got great announcements from Vercel Ship and App.js conferences. I also found the community blog posts very interesting this week! There's a lot of good content to read here. The one about memory leak is quite scary 😅. I...... читать далее

react reactnative

Разработка dev.to 30 мая 2024 г. 5:44

This blog post originally posted at programmingly.dev/awesome-javascript-frameworks-that-make-workflow-simple-and-easy In my previous blog i have explained why we should learn JavaScript framework helps you understand, why JavaScript frameworks have...... читать далее

javascript jsframeworks frontend webdev

Разработка dev.to 28 мая 2024 г. 3:36

Take full control of your website, and following along with our how-to guide. Benefits of building and deploying a website from scratch: Own the code and control it as you see fit Learn AWS and how to deploy a website to AWS S3 Understand DNS and...... читать далее

aws devops webdev beginners

Разработка dev.to 24 мая 2024 г. 4:04

For quite some time the thought of whether my site may be a bit too over-engineered lingered my mind. For a website that just displays blogs I definitely had a ton of javascript I've recently undertaken the task of rebuilding my site, transitioning...... читать далее

webdev javascript astro nextjs

Разработка dev.to 23 мая 2024 г. 2:32

I have spent today learning the new Astro SSG. You can read about it at https://astro.build/ or better yet you can get started with it at https://docs.astro.build/en/install/auto/. While Visual Studio isn't exactly a SSG, they way you code with it ca...... читать далее

compare static site ide

Разработка dev.to 22 мая 2024 г. 21:41

Introducción: En este tutorial, aprenderemos cómo cambiar el favicon de un sitio web basado en el esquema de color del sistema del usuario. Esto significa que el favicon se mostrará de manera diferente según si el sistema está en modo claro u oscuro...... читать далее

Разработка dev.to 22 мая 2024 г. 13:40

This article is a summarized version of the original version in devaradise.com As a library, React doesn't provide a built-in setup to create a React app. They let us decide how we want to set up our React app. As a result, new developers are often...... читать далее

webdev javascript react beginners

Разработка dev.to 22 мая 2024 г. 7:49

Implementing Server-Side Rendering (SSR) with Astro JS is a great way to improve performance and SEO for your web applications. Astro is designed to support SSR out of the box, making it relatively straightforward to set up. Here’s a basic guide on h...... читать далее

astro express

Разработка dev.to 21 мая 2024 г. 22:00

Tailwind CSS has rapidly become one of the most popular utility-first CSS frameworks, making it easier than ever to create beautiful and responsive designs with minimal effort. To help you get started on your next project, I've compiled a list of out...... читать далее

webdev tailwindcss beginners

Разработка dev.to 21 мая 2024 г. 18:20

Introdução De idas e vindas acabei trabalhando muito tempo com elixir no VS Code. Até então tudo certo. De um tempo para cá, comecei a sentir lentidão no autocomplete e dificuldade de utilizar algumas ferramentas. Isso me levou a fazer essa pergunt...... читать далее

elixir

Разработка dev.to 21 мая 2024 г. 2:46

I remember when the Astro team first announced Starlight, their documentation framework. The timing was perfect. I had been meaning to overhaul the docs for JamComments and TypeIt, but didn’t want to do so on the shoddy setups they were using at the...... читать далее

comments documentation jsonld

Разработка dev.to 19 мая 2024 г. 19:01

In this tutorial, you will learn how I increased the flexibility and performance of my Astro-powered blog by integrating Couchbase. We will walk through the step-by-step process in transforming your Astro static blog into one that leverages a NoSQL d...... читать далее

tutorial webdev database

Разработка dev.to 18 мая 2024 г. 2:27

Nos últimos tempos, ouvi falar bastante sobre o Astro! Um case recente que achei bem interessante foi a versão lite do site de noticías americano NBC news, que foi criado usando esse framework com a finalidade de ser bem mais performático e acessível...... читать далее

webdev astro beginners

Разработка dev.to 17 мая 2024 г. 7:45

Recreating the sidebar navigation that we did with Alpinejs but this time with Tailwind CSS and JavaScript. see it live and get the code What is a sidebar? Sidebars are a common feature in web applications, providing a way for users to n...... читать далее

webdev javascript tutorial programming

Разработка dev.to 16 мая 2024 г. 16:11

Before I dive into the development journey of my new blog, you might want to check it out first at my blog. Back in 2020, React introduced Server Components. I was amazed by the possibility of writing asynchronous components. Writing async componen...... читать далее

webdev nextjs react blog

Разработка dev.to 16 мая 2024 г. 10:10

Are you ready to take your JavaScript development to the next level? Look no further than Astro JS, a groundbreaking framework that empowers developers to unleash the cosmic potential of their web applications project or blog. With its cutting-edge f...... читать далее

Разработка dev.to 16 мая 2024 г. 6:41

This is a roundup of the best websites where you can find and download free HTML templates built with vanilla CSS and also every major framework. These high quality items will power up your websites, landing pages, blogs, portfolios, ecommerce and da...... читать далее

html css webdev frontend

Разработка dev.to 14 мая 2024 г. 19:04

Eleventy is a fast and versatile static site generator (SSG). Out of the box, it is most likely to appeal to developers used to earlier Python- or Ruby-based web frameworks and SSGs (e.g. Django, Flask, or Jekyll). I've used Eleventy for a personal...... читать далее

eleventy 11ty typescript zod

Разработка dev.to 14 мая 2024 г. 3:17

Recientemente me encontré con un problema en la que tuve que usar un componente de React para controlar un formulario con react-hook-form y usarlo dentro de astro, mi problema era como re-dirigirlo luego de enviar los datos y llevarlo a la pagina de...... читать далее