Accès réservé...
Log Pwd
Pour s'inscrire ?

« Février 2024 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Samedi 24 Février 2024 (49)

1: Operators in JavaScript

https://oofeyang.hashnode.dev/operators-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a powerful programming language for developing dynamic and interactive online applications, and operators are important in JavaScript. Operators are special symbols or keywords that execute value operations. In this article, we will loo...


2: Day 45: Mastering Kubernetes Services - Building Stable Network Identities! '

https://davender.hashnode.dev/day-45-mastering-kubernetes-services-building-stable-network-identities

Hashnode - javascript (Javascript)

Congratulations on mastering Deployments in Kubernetes on Day 44! ' Now, let's dive deeper into the Kubernetes ecosystem and unravel the mysteries of Services. Services are essential objects that provide stable network identities to Pods, making com...


3: 14 Steps to Set up a Professional Backend in Node JS

https://techbylakshay.hashnode.dev/14-steps-to-set-up-a-professional-backend-in-node-js

Hashnode - javascript (Javascript)

Step 1: Initialize Your Project with npm Begin by creating an empty folder for your project. Then, start the setup process by initializing a new npm package using the following command: npm init Follow the prompts to provide the necessary informatio...


4: Server Side Kotlin-19

https://devnation.joshisfitness.com/server-side-kotlin-19

Hashnode - Kotlin (Mobiles)

List Operations If the list size is less than the specified index, an exception is thrown. However two functions can avoid such exception.getOrElse():It calculate the default value to return if the index is absent in the collection.getOrNull(): retu...


5: How to Find and Lock Your Lost Windows Device'

https://www.smashingapps.com/how-to-find-and-lock-your-lost-windows-device/

Smashing apps (Design / Internet)

Imagine this: you’re navigating through your day, tackling tasks with finesse, when suddenly you realize […]


6: kbar-svelte-mini - ctrl+k menu for your Svelte website

https://www.abdulmumin.com/kbar-svelte-mini-ctrlk-menu-for-your-svelte-website

Hashnode - javascript (Javascript)

Recently I was working on a project, and I want to have the super nice ctrl+k or cmd+k (for mac users) navigation/menu on the website, but there is a problem, similar to why most use shadcn-ui, I also want something that is gives great result with le...


7: Weekend Reading ' Places where I've lost my glasses

https://labnotes.org/weekend-reading-places-where-ive-lost-my-glasses/

Lab notes (Développement)

This week we catalog the risks we're addressing, run Postgres in the browser, modernize our app using generative AI, learn about focus and ADHD, stop trusting product reviews from Google search, and keep the operating room free of cats.


8: Day 7: List Comprehensions in Python

https://poojadanu.hashnode.dev/day-7-list-comprehensions-in-python

Hashnode - python (python)

Welcome to Day 7 of our Python blog series! Today, we'll learn a powerful and concise feature of Python: list comprehensions. List comprehensions provide a compact and expressive way to create lists in Python. Let's dive in and explore how they work:...


9: Adapter Design Pattern Also known as Wrapper.

https://stepbystepcode.in/adapter-design-pattern-also-known-as-wrapper

Hashnode - Kotlin (Mobiles)

ProblemImagine you're developing a fitness tracking application that gathers workout data from various fitness devices in XML format and generates detailed performance summaries for users.As you strive to enhance the app's capabilities, you contempla...


10 / 49

10: Day - 27 of DevOps

https://gokuldevops.hashnode.dev/day-27-of-devops

Hashnode - python (python)

In Python, loops are used to execute a block of code repeatedly. There are two main types of loops: for loops and while loops. Each type of loop serves a different purpose and is used in different scenarios. For Loops: A for loop is used to iterate o...


11: TypeScript: 5 Essential Interview Questions

https://patrickkarsh.hashnode.dev/typescript-5-essential-interview-questions

Hashnode - javascript (Javascript)

TypeScript, a superset of JavaScript, has become a cornerstone in modern web development, offering type safety and enhanced code structuring capabilities. As more companies adopt TypeScript for their projects, understanding its nuances and features i...


12: Day 9: String Manipulation and Formatting

https://himanshuchauhan.hashnode.dev/day-9-string-manipulation-and-formatting

Hashnode - python (python)

On my ninth day of learning Python, I'm excited to delve into string manipulation and formatting in this blog post. Together, we'll explore this fundamental data type, and the string, and uncover its intricacies. Let's embark on a journey to deepen o...


13: Unraveling the Power of JavaScript: Why It's the Best Language for Coding

https://sarahgrace.hashnode.dev/unraveling-the-power-of-javascript-why-its-the-best-language-for-coding

Hashnode - javascript (Javascript)

Introduction: In the dynamic realm of programming languages, JavaScript stands out as a versatile and powerful tool. From its inception, JavaScript has evolved into a cornerstone language for web development, demonstrating its prowess not only in the...


14: Swapping Two Numbers

https://srujanmelam.hashnode.dev/swapping-two-numbers

Hashnode - javascript (Javascript)

Using a temp variable int a = 5; int b = 10; int temp = a; a = b; b = temp; System.out.println("a = " + a); // Output: a = 10 System.out.println("b = " + b); // Output: b = 5 Without Using a temp variable (using addition and subtraction): int a = ...


15: CRUD em Python com MySQL

https://blog.rsviana.com.br/crud

Hashnode - python (python)

Neste artigo, vamos explorar como desenvolver um CRUD (Create, Read, Update, Delete) básico em Python utilizando um banco de dados MySQL. O CRUD é uma das operações fundamentais em sistemas de gerenciamento de banco de dados, permitindo criar, ler, a...


16: What Is Python'

https://innerworkingofpython.hashnode.dev/what-is-python

Hashnode - python (python)

Similar to Java, Python is an object-oriented programming language. One term for Python is an interpreted language. Functional programming languages typically used a single, lengthy list of instructions; Python, on the other hand, used interchangeabl...


17: Do's & Don'ts in React (Part I)

https://wosmo.hashnode.dev/dos-and-donts-in-react-part-i

Hashnode - javascript (Javascript)

Hey, fellow devs! ' no doubt React.js is frequently commended for its grace and simplicity, it is a very sophisticated UI toolkit that has grown cumbersome over the past ten years. Even if more recent frameworks are making an effort to surpass it, R...


18: The Brick Survivors: Hosting and joining game

https://deltianstudio.com/the-brick-survivors-hosting-and-joining-game

Hashnode - Unity (unity)

In this module, you'll implement hosting and joining multiplayer game with temporary UI buttons for hosting and joining game and spawning player objects in the scene. We will start first from creating the NetworkManager singleton. Create NetworkManag...


19: X et Midjourney : vers un partenariat officiel entre Elon Musk et l'IA''

https://www.lebigdata.fr/partenariat-x-midjourney

Le Big Data (dataviz)

Elon Musk, et sa passion pour la haute technologie connaîtra un tout autre niveau. Le multimilliardaire prévoit d'associer son réseau … Cet article X et Midjourney : vers un partenariat officiel entre Elon Musk et l'IA'' a été publié sur LEBIGDATA.FR.


20 / 49

20: How to use Lottie animations in Flutter 3.16

https://songyang.hashnode.dev/how-to-use-lottie-animations-in-flutter

Hashnode - Flutter (Flutter)

In this tutorial, we go over the basics of Lottie animations and their use inside Flutter. We will see how Lottie animation files are represented in JSON and .lottie (DotLottie) formats. Then, we will put them into practice in a Flutter mobile app. T...


21: How I stopped infinite re-renders in React using useMemo !

https://abbash.hashnode.dev/how-i-stopped-infinite-re-renders-in-react-using-usememo

Hashnode - javascript (Javascript)

I had read about useMemo before and have also tried some tutorial-based examples but never really got the scenario where it would come to my rescue and solve whatever problem I am facing, until recently. It was when I had to manage some role-access b...


22: Kubernetes 101: Part 1 - Understanding the Fundamental Concepts

https://explorefarhan.hashnode.dev/kubernetes-101-part-1-fundamentals

Hashnode - javascript (Javascript)

Hello Everyone!! Hope y'all doing great in your life and upskilling everyday. Today, I will be writing up about Kubernetes. In this blog, I will be covering basic concepts of kubernetes. Before you start diving into I would like to mention that this ...


23: Ce magnat du cinéma ferme son studio, choqué par OpenAI Sora

https://www.lebigdata.fr/openai-sora-cinema

Le Big Data (dataviz)

Sora, la nouvelle IA générative d'OpenAI, ne passe pas auprès de tout le monde. Certes, la majorité des adeptes est … Cet article Ce magnat du cinéma ferme son studio, choqué par OpenAI Sora a été publié sur LEBIGDATA.FR.


24: Dynamic Routing in Next.js

https://opyjo2.hashnode.dev/dynamic-routing-in-nextjs

Hashnode - javascript (Javascript)

Next.js offers a powerful way to create applications that can seamlessly handle different URL patterns. Its dynamic routing feature lets you create routes that are adaptable and can be generated based on data. This is perfect for websites that have c...


25: Caching API calls for better performance

https://blog.shubhaw.com/caching-api-calls-for-better-performance

Hashnode - javascript (Javascript)

Caching API calls is one of the most important aspects of a life of a frontend developer. And as you grow in your career, you must know some caching techniques to make your website more performant. Here, I am going to explain one very simple way to a...


26: Navigating Kotlin's "suspend" and "runBlocking": A Cautionary Tale.

https://aahlad-kethineedi.hashnode.dev/navigating-kotlins-suspend-and-runblocking-a-cautionary-tale

Hashnode - Kotlin (Mobiles)

Similar to threads in Java, Kotlin uses coroutines to run the tasks in the background. In Kotlin, you can use coroutines in few predefined methods like : runBlocking launch suspend coroutineScope async Based on each keyword the usage and imple...


27: Building an API Rate Limiter with Token Bucket Algorithm

https://enigma52.hashnode.dev/building-an-api-rate-limiter-with-token-bucket-algorithm

Hashnode - javascript (Javascript)

In the realm of APIs and distributed systems, ensuring fair usage and preventing abuse is paramount. Rate limiting, a technique to control the rate of incoming requests, plays a vital role in maintaining system stability and optimizing resource utili...


28: Develop and Publish your own CLI app within minutes (ClackJS + Node + NPM) '

https://maaz-code.hashnode.dev/develop-and-publish-your-own-cli-app-within-minutes-clackjs-node-npm

Hashnode - javascript (Javascript)

Introduction CLI (Command Line Interface) is simply a text-based interface used to interact with computer systems and software by entering commands. Instead of using a graphical user interface (GUI) with icons and buttons, users interact with the sys...


29: Building a Powerful Inventory Management System with Python

https://manavcodaty.com/building-a-powerful-inventory-management-system-with-python

Hashnode - python (python)

Introduction Keeping track of your inventory can be a daunting task, especially as your business grows. A well-designed inventory management system can streamline operations, save costs, and improve efficiency. In this article, we'll guide you throu...


30 / 49

30: Javascript is not single threaded! ' '

https://10xdev.codeparrot.ai/javascript-worker-threads

Hashnode - javascript (Javascript)

What if I say you that JavaScript is not strictly single-threaded and that there's a way to harness the power of multithreading through worker threads' Intrigued' Let's dive deeper into this topic. The Myth of Single-Threaded JavaScript ' JavaScript...


31: Javascript Made Me Cry

https://durosinmivictory.hashnode.dev/javascript-made-me-cry

Hashnode - javascript (Javascript)

No, this is not a clickbait! Learning Javascript did make me cry. Today, I won't be writing on React hooks, javascript array methods, or CSS frameworks. I'll be taking you on a brief journey of my tech career, the transition, the pains, the wins. Gra...


32: react useDebounce

https://dayvster.hashnode.dev/react-usedebounce

Hashnode - javascript (Javascript)

What is debounce' Debouncing is a programming practice used to ensure that certain events do not fire too often, this could be anything from a button click to a search input. The idea is to limit the number of times a function is called to improve pe...


33: Building a Simple Todo API with Express.js

https://vaibhav09.hashnode.dev/building-a-simple-todo-api-with-expressjs

Hashnode - javascript (Javascript)

In this blog post, we will be building a simple Todo API using Express.js. This API will allow us to create, read, update, and delete todos. Setting Up the ServerFirst, we need to set up our server. We will be using Express.js, a fast, unopinionated,...


34: Python Basics for Machine Learning and Data Science

https://ajikadev.hashnode.dev/python-basics-for-machine-learning-and-data-science

Hashnode - python (python)

With the current trends of technology, I am certain you have ever heard of the terms Machine Learning and Data Science and wondered what the h*ll is this thing. how is it all done' Does it require programming' And more questions. Yeah, you are readin...


35: Liens vagabonds': Le contenu ou la vie, quelle nouvelle économie des médias face à l'IA générative '

https://www.meta-media.fr/2024/02/24/liens-vagabonds-le-contenu-ou-la-vie-quelle-nouvelle-economie-des-medias-face-a-lia-generative.html

Meta Media (Internet)

A la Silicon Valley, les accords se multiplient pour permettre aux entreprises technologiques de se servir légalement des contenus disponibles sur Internet pour nourrir leurs IA. Le dernier en date aurait été signé entre Google et Reddit. Le géant du numérique compterait verser 60 millions de dollars par an au... The post Liens vagabonds': Le contenu ou la vie, quelle nouvelle économie des [...]


36: Comment savoir si on vous a bloqué sur Snapchat

https://www.blogdumoderateur.com/comment-savoir-bloque-snapchat/

Blog du Moderateur ()

Si Snapchat n'indique pas explicitement si vous avez été bloqué, vous pouvez le deviner à l'aide de quelques astuces.


37: Move Your Node.js App to Bun: A Beginner's Guide

https://annshiv.me/blog/move-your-nodejs-app-to-bun-a-beginners-guide

Hashnode - javascript (Javascript)

Node.js has been a popular choice for beginners and startups in web development. But since September 2023, Bun has been gaining attention for its lightning-fast performance. What's Node.js' Node.js lets you run JavaScript outside of web browsers, mak...


38: JavaScript vs TypeScript: Is It Time to Switch Sides'

https://withaarzoo.hashnode.dev/javascript-vs-typescript-is-it-time-to-switch-sides

Hashnode - javascript (Javascript)

Feeling like your JavaScript code could use a little more structure and predictability' Enter TypeScript, the sheriff who rides into town to tame the wild west of JS! But is it time to abandon your six-shooters and switch sides' Let's unpack the show...


39: Multi-stage Dockerization of Deno.js Application

https://lingarajtechhub.com/multi-stage-dockerization-of-denojs-application

Hashnode - javascript (Javascript)

Multi-stage Docker builds help make Docker images smaller and safer by splitting the build area from the runtime area. Here's an example of multi-stage Dockerization for a Deno.js app. This example thinks you have a Deno.js app with a file called app...


40 / 49

40: Creating a simple Weather App Using HTML CSS & Javascript

https://hardikhasani.hashnode.dev/creating-a-simple-weather-app-using-html-css-javascript

Hashnode - javascript (Javascript)

Crafting the Framework: Let's dive into the creation of our weather app by laying down the groundwork with HTML. The core structure of our web page is like setting the stage for a captivating play. It's here that we define the elements and structure ...


41: How to get api fetch in react js

https://ancienttrip.com/how-to-get-api-fetch-in-react-js

Hashnode - javascript (Javascript)

import React, { useState, useEffect } from 'react'; function MyComponent() { const [data, setData] = useState(null); const [loading, setLoading] = useState(true); useEffect(() => { const fetchData = async () => { try { ...


42: Ansible Cheat Sheet with Real-Time Use Cases - Part 3'

https://blog.prasadsuman.me/ansible-cheat-sheet-with-real-time-use-cases-part-3

Hashnode - python (python)

Introduction: These advanced scenarios cover a range of use cases from environment-specific configurations to CI/CD pipeline integration and advanced error handling. Feel free to adapt and customize them based on your specific automation needs. 41. M...


43: 'Day 21 - Docker Important Interview Questions

https://harshit03.hashnode.dev/day-21-docker-important-interview-questions

Hashnode - python (python)

Introduction: Welcome to Day 21 of our Devops journey! As you dive deeper into Docker, it's essential to equip yourself with the knowledge needed to ace Docker-related interviews. In this article, we'll explore crucial Docker interview questions that...


44: How To Maximize The Key Trends Shaping Modern Software Development

https://drmelchisedecbankole.hashnode.dev/how-to-maximize-the-key-trends-shaping-modern-software-development

Hashnode - javascript (Javascript)

Several key trends are shaping modern software development. These trends collectively drive innovation, efficiency, and competitiveness in software development, shaping the way applications are designed, built, and deployed in the modern era. Emergin...


45: Why I love Jotai

https://dayvster.hashnode.dev/why-i-love-jotai

Hashnode - javascript (Javascript)

I still remember the first time I encountered a massive big corporate grade level application that used that acursed state management library that we've all grown to hate. I think every seasoned react developer knows precisely what library I'm talkin...


46: How to build: an AI-powered PowerPoint generator (Next.js, OpenAI, CopilotKit)

https://thegreatbonnie.hashnode.dev/how-to-build-an-ai-powered-powerpoint-generator-nextjs-openai-copilotkit

Hashnode - javascript (Javascript)

TL;DR In this article, you will learn how to build an AI-powered PowerPoint application using Nextjs, CopilotKit & OpenAI. We will cover: Leveraging ChatGPT to create your PowerPoint presentation' Chatting with your PowerPoint presentation' Addi...


47: Test-Blog: A blog template for Github Pages

https://ibowankenobi.hashnode.dev/test-blog-a-blog-template-for-github-pages

Hashnode - javascript (Javascript)

I have procrastinated this idea for some time. The idea is to use GitHub's API to facilitate a blog. You fork the repo, and the start creating markdown, simple text, xml, svg or html files under static/md (or any location of your choice). These are f...




La veille     Haut de page     Lendemain



Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.

Présentation

Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?

Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.

Richard Carlier

Des mots,
toujours des mots...

Collaboration Partage Pagerank Donnees Echange RSS Standards Web Design CSS Participation Accessibilite Mashup Convergence Standardisation Utilisateurs Web 2.0