936 private links
Conditional rendering in React allows you to display different UI elements based on conditions. This is useful for handling authentication states, user permissions, loading states, and more.
Just like JavaScript provides if-else, ternary (? :), logical AND (&&), and switch-case, React also uses these methods for rendering components conditionally.
In this post, you’ll learn about all these techniques, their best use cases, and best practices.
Les deux députés chargés de l'auditer n'ont identifié qu' « un cas seulement où la vidéoprotection algorithmique a été utile et encore c'était un ramasseur de champignons qui s'était égaré ». Initialement censée se terminer fin mars 2025, elle vient d'être prolongée jusqu'à fin mars 2027, dans le cadre d'une proposition de loi relative au renforcement de la sûreté dans les transports, afin que la SNCF et la RATP, notamment, puissent continuer à l'expérimenter. Philippe Latombe avance qu'il va saisir le Conseil constitutionnel.
Alors oui, techniquement les conversations de WhatsApp sont chiffrées de bout en bout et Meta n’a pas accès aux données. Il y a deux problèmes à cette affirmation :
- nous n’avons pas accès au code source de l’application mobile. Il est donc impossible de vérifier l’implantation du chiffrement, même si celui-ci est décrit dans papier technique.
- plus grave, dans la version de 2017 de ce papier, il était dit : « En aucun cas le serveur n’a accès aux clefs privées du client » (ce qui assure bien la confidentialité des échanges). Cette mention a disparu dans la version de 2020 (et n’a pas reparu dans la dernière version.
Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your systems to support system hardening and compliance testing. The project is open source software with the GPL license and available since 2007.
Security is essential for a GNU/Linux VPS (virtual private server) because attackers actively search for vulnerable servers to exploit.
Imagine hosting a website or some other service hosted on a VPS, and an attacker guesses the default password or exploits a known vulnerability, installs malware, and now what? Your customers’ data might be in danger, and you risk damaging your reputation.
In this post, you will explore the ways to secure a GNU/Linux VPS to ensure that you and your customers are safe.
Printing the planet, one layer at a time.
Text fragments allow linking directly to a specific portion of text in a web document, without requiring the author to annotate it with an ID, using particular syntax in the URL fragment. Supporting browsers are free to choose how to draw attention to the linked text, e.g. with a color highlight and/or scrolling to the content on the page. This is useful because it allows web content authors to deep-link to other content they don't control, without relying on the presence of IDs to make that possible. Building on top of that, it could be used to generate more effective content-sharing links for users to pass to one another.
Example:
https://git-scm.com/docs/git-reset#:~:text=The%20HEAD%40{1}%20is,any%20other%20valid%20commit%20reference.
(result)
Access 271+ ready-to-use components and code snippets for HTML, React, CSS, and Tailwind CSS. Save development time with these pre-built solutions.
The system is designed to allow users to support their favorite creators in their activities, rather than being a 3D model marketplace. This core idea is reflected in many of the features.
Explorez notre catégorie « Tous », qui regroupe l'ensemble de notre collection de modèles d'impression 3D en un seul endroit. Parcourez notre gamme variée de modèles et trouvez celui qui convient parfaitement à votre projet ou à votre usage personnel. Commencez à découvrir et à créer avec nos modèles d'impression 3D dès aujourd'hui !
Vous recherchez un outil open source pour nettoyer et optimiser Windows 11 ? Alors WinScript devrait vous plaire ! Cet outil personnalisable contient plusieurs fonctionnalités pour faciliter la suppression des applications préinstallées sur Windows 11 (debloat) et optimiser le système d'exploitation de Microsoft.
Windows 11 est un système d'exploitation moderne, mais il intègre de nombreux services et applications qui ne sont pas toujours utiles à tous les utilisateurs. Ces composants superflus peuvent ralentir le système, augmenter la consommation des ressources, notamment l'espace disque, et poser des problèmes de confidentialité.
WinScript est une application open source disponible à la fois en version installable et portable. L'interface graphique de WinScript contient plusieurs catégories de fonctionnalités, notamment pour effectuer le Debloat du système et ajuster les paramètres de confidentialité. En fonction des options choisies par l'utilisateur, WinScript va générer un script prêt à l'emploi et que vous n'aurez plus qu'à exécuter. Ce fonctionnement en fait un outil très modulable.
In this blog we are going to learn the format of systemd timers and their onCalendar field. You can find what systemd timers are and why they are a better alternative to cron over here
Si tu es nouveau ou nouvelle sur Mastodon ou si tu souhaites faire découvrir ce réseau social autour de toi ,
voici quelques ressources qui pourraient être utiles:
Présentation générale : c'est quoi Mastodon ?
https://tutox.fr/wp-content/uploads/conferences/mastodon_conference.html
Conseils pour utiliser mastodon:
https://fedi.tips/
Mastodon vs twitterX :
https://video.passageenseine.fr/w/iV5HFFbpXD8JoRdWnysq55
Créer un compte de secours :
https://tutox.fr/2023/09/23/deux-mammouths-valent-mieux-quun/
Have you ever wanted a quick view of your responsive breakpoints? This tool helps you see the relationship between breakpoints for dialing in UI. Change the breakpoints to fit your needs. Change text and color and make it your own.
Features Include
- All Javascript is wrapped in an Immediately Invoked Function Expression (IIFE) for you
- Javascript linting
- Multiline cursor
- Javascript intellisense
- Code is automatically minified and uglified
- Works great on mobile devices
En tant que développeurs, mathématiciens et autres, nous souhaitons que vous compreniez pourquoi on dit "chiffrer", mais pas "crypter". Partout, dans les médias classiques, dans les films, séries et sur Internet, les gens se trompent. Il est temps d'informer. D'ailleurs, merci Canal+ de parler de chaines cryptées, ça n'aide pas notre cause.
Konva : une library JavaScript permettant de manipuler le Canvas HTML5 avec des fonctionnalités avancées comme l'interactivité, la gestion des couches, les animations et les événements.
jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application.
If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.
Part 3 of my in depth tutorial series on building a modern full-stack web app, using Java with Spring Boot, Javascript with Vue and NuxtJS, Docker, Heroku, Gitlab CI/CD. The goal of this part is that we want to prepare our web-apps for easy and modern deployment. We want to be able to quickly run our front- and backend on any machine and have the ability to scale the application if needed.
At this point we have a front- and backend that runs perfectly on our local machine. While this tutorial will make more sense if you completed the previous parts, it can also be helpful in general. The goal of this part is that we want to prepare our web-apps for easy and modern deployment. We want to be able to quickly run our front- and backend on any machine and have the ability to scale the application if needed. As with everything else there are plenty of ways to accomplish it. For this series we will work with Docker as it has gained incredible popularity over the past years. This tutorial is split into four subparts:
- What is Docker?
- Dockerizing the frontend
- Dockerizing the backend
- Running it all at once
Création digitale
Dj Galactique 🎧 📀 🇨🇱
✴️ CEO Les Éditions Grandpamini ✍🏻
✴️ Nimp Games creator ⏳🧨
✴️ Co-Founder @mueveloparis 🍑🔥
LIVRE DISPO ⬇️⬇️⬇️📖
https://grandpamini.bigcartel.com/
https://www.thebookedition.com/fr/les-editions-grandpamini-p-407359.html?sharing=70149fc06b9c5f7db0ee8b720d52ee31