wwwdev | Technologies

Telegram-канал wwwdev - Web Development 👩‍💻👨🏽‍💻

1335

@wwwdev #web #python #rust #go #cli #vuejs #laravel #php #js #css #nodejs We focus on sharing great links for Web Developers.

Subscribe to a channel

Web Development 👩‍💻👨🏽‍💻

https://github.com/sinaatalay/rendercv

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://dev.to/composiodev/13-hidden-open-source-libraries-to-become-an-ai-wizard-4ng9

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://dev.jimgrey.net/2024/07/03/lessons-learned-in-35-years-of-making-software/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://bessey.dev/blog/2024/05/24/why-im-over-graphql/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://github.com/meshery/meshery

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://zed.dev/linux

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://alvaromontoro.com/sansjs/demos/batman-comic-css/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://cssgridgarden.com/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://youtu.be/LKCVKw9CzFo

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

Resumo do artigo "jj init" por Chris Krycho:

🔧 Jujutsu: Novo sistema de controle de versão que pode substituir o Git
🧠 Abordagem inovadora com design cuidadoso de interface e implementação
🔄 Compatível com repositórios Git existentes
🌟 Principais conceitos:
• Mudanças distintas de revisões
• Conflitos como itens de primeira classe
• Interface de usuário intuitiva
👨‍💻 Desenvolvido no Google para substituir sistemas internos
🔍 Revisions e revsets como elementos fundamentais
📊 Comando "log" mais informativo que o Git
🧩 Linguagem funcional para seleção de revisões

Jujutsu oferece uma experiência melhorada mantendo compatibilidade com Git, potencialmente representando o futuro do controle de versão.

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://dev.to/raajaryan/top-9-websites-for-remote-developer-job-opportunities-3d4i

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://www.ntietz.com/blog/til-uses-for-the-different-uuid-versions/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

Summary of the article:

🧑‍💻 Programmers share what rekindled their passion for programming after losing enthusiasm:

• 🛠️ Personal projects and pressure-free side projects
• 🤖 Playing with hardware like Raspberry Pi
• 🎨 Generative art and plotters
• 📝 Writing about programming
• 🧩 Learning new languages like Rust, Elixir, Go
• 🏫 Teaching programming to others
• 🔧 Creating tools to solve own problems
• 🏢 Switching to better companies/work environments
• 📚 Rereading classic programming books
• 🤝 Working on open source projects

Most emphasize the importance of regaining fun and creativity, without external pressures.

Many also mentioned the importance of disconnecting from technology sometimes, having hobbies unrelated to programming. This helps refresh the mind and bring a new perspective when they return to coding.

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

Summary of the article: "JavaScript Logical OR vs. Nullish Coalescing Operator"

The article explains the differences between the Logical OR (||) operator and the Nullish Coalescing (??) operator in JavaScript:

- 🔍 Logical OR (||) Operator
- Used to return the first "truthy" value.
- Can behave unexpectedly with values like 0, '', or false.

- 🔍 Nullish Coalescing (??) Operator
- Returns the first value that is not null or undefined.
- Ideal for cases where 0, '', or false are valid values.

- 🔧 Examples
- let result = userInput || 'default';
- let result = userInput ?? 'default';

- 🌟 Conclusion
- Logical OR (||) is useful when falsy values need to be replaced.
- Nullish Coalescing (??) is preferable when only null and undefined should be considered as "absent" values.

Additional Tips:
- Performance: Both operations are quick in execution.
- Compatibility: Check for ?? support in older environments.

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://htmx.org/posts/2024-06-17-htmx-2-0-0-is-released/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://github.com/darrenburns/posting

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://tuamaeaquelaursa.com/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://jviide.iki.fi/http-redirects

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://variantvault.chrisabdo.dev/text-variants

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://github.com/florinpop17/app-ideas

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://affinity.serif.com/trial/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://dev.to/dimdev/performance-benchmark-of-php-runtimes-2lmc

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

fengruohang/postgres-is-eating-the-database-world-157c204dcfc4" rel="nofollow">https://medium.com/@fengruohang/postgres-is-eating-the-database-world-157c204dcfc4

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

Here's a summary in English:

🔧 Jujutsu: New version control system that could replace Git
🧠 Innovative approach with careful interface and implementation design
🔄 Compatible with existing Git repositories
🌟 Key concepts:
• Changes distinct from revisions
• Conflicts as first-class items
• Intuitive user interface
👨‍💻 Developed at Google to replace internal systems
🔍 Revisions and revsets as fundamental elements
📊 More informative "log" command than Git
🧩 Functional language for revision selection

Jujutsu offers an improved experience while maintaining Git compatibility, potentially representing the future of version control.

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://v5.chriskrycho.com/essays/jj-init/

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://brandur.org/fragments/dark-mode-notes

Implementação de modo escuro:

• 🌓 Três estados: claro, escuro e automático
• ⚡ Evitar oscilação na carga inicial
• 🖥️ Sincronizar entre abas abertas
• 🔄 Responder a mudanças no sistema operacional
• 🎨 Destaque de sintaxe adaptável com Shiki

A chave é usar armazenamento local e APIs de mídia do navegador para uma experiência fluida.


Dark mode implementation:

• 🌓 Three states: light, dark, and auto
• ⚡ Avoid flicker on initial load
• 🖥️ Sync across open tabs
• 🔄 Respond to OS-level changes
• 🎨 Adaptive syntax highlighting with Shiki

Key is using local storage and browser media APIs for a seamless experience.

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://news.ycombinator.com/item?id=40793293

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

Resumo do artigo:

🧑‍💻 Programadores compartilham o que reavivou sua paixão pela programação após terem perdido o entusiasmo:

• 🛠️ Projetos pessoais e side projects sem pressão
• 🤖 Brincando com hardware como Raspberry Pi
• 🎨 Arte generativa e plotters
• 📝 Escrever sobre programação
• 🧩 Aprender novas linguagens como Rust, Elixir, Go
• 🏫 Ensinar programação a outros
• 🔧 Criar ferramentas para resolver problemas próprios
• 🏢 Mudar para empresas/ambientes de trabalho melhores
• 📚 Reler livros clássicos de programação
• 🤝 Trabalhar em projetos open source

A maioria enfatiza a importância de recuperar a diversão e criatividade, sem pressões externas.

Complemento:

Muitos também mencionaram a importância de desconectar-se da tecnologia às vezes, tendo hobbies não relacionados à programação. Isso ajuda a renovar a mente e trazer uma nova perspectiva quando voltam a programar.

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://dev.to/taipy/17-developer-tools-that-keep-me-productive-37e2

Читать полностью…

Web Development 👩‍💻👨🏽‍💻

https://longform.asmartbear.com/avoid-blundering/

Читать полностью…
Subscribe to a channel