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

« Janvier 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


28 Janvier 2024 (58)

1: Authentication & Custom User Model In Django

https://blog.marwanfazora.com/authentication-custom-user-model-in-django

Hashnode - python (python)

Today, we will talk about the User model in Django. One of the most beautiful things about Django, frankly, is the authentication. Django literally handles everything for you while you're sitting back and relaxing. However, sometimes we need to make ...


2: State Management with Zustand

https://callmerachelyoung.hashnode.dev/state-management-with-zustand

Hashnode - javascript (Javascript)

'' Introduction In React applications we are dealing with state all of the time. Be it useState hook or useReducer hook, we always try to ensure our states are handled most efficiently. Redux and Redux toolkit are two libraries that help you manage...


3: Code Aid: Navigating Developer Support

https://starchild.hashnode.dev/code-aid-navigating-developer-support

Hashnode - Kotlin (Mobiles)

As someone who prides themselves on being fiercely independent, I've often found it challenging to ask for help. This trait has been a constant companion throughout my journey in the tech world, regardless of my level of expertise. Being a great deve...


4: Creating an Event Emitter in JavaScript with Pub/Sub: A Comprehensive Guide

https://mdtalha.hashnode.dev/creating-an-event-emitter-in-javascript-with-pubsub-a-comprehensive-guide

Hashnode - javascript (Javascript)

Events play a crucial role in JavaScript, allowing developers to create interactive and responsive applications. One powerful pattern for managing events is the Publisher-Subscriber (Pub/Sub) pattern. In this blog post, we'll explore how to create an...


5: Mastering Deep Equality in JavaScript: A Comprehensive Guide and Implementation

https://mdtalha.hashnode.dev/mastering-deep-equality-in-javascript-a-comprehensive-guide-and-implementation

Hashnode - javascript (Javascript)

Deep equality comparison is a common task in JavaScript, especially when dealing with complex data structures like objects and arrays. In this blog post, we'll explore how to implement a deep equality function in JavaScript, which can compare nested ...


6: Day 14 of 100days of code

https://kaylah.hashnode.dev/day-14-of-100days-of-code

Hashnode - javascript (Javascript)

Derived state in practice: So I'm going to start by adding some JSX to the Stats component. The footer''. Now, some JSX ''' Looks like this now'' Now, we need to find a way to figure out the number of items on our list and how many we have ...


7: Day 9 of 100days of code.

https://paks.hashnode.dev/creating-a-custom-module

Hashnode - javascript (Javascript)

As a frontend developer venturing into backend development with a solid foundation in frontend technologies, I am embarking on a journey to deepen my understanding of backend principles and practices. Lets Goooo''' Fundamentals of nodeJS Creating ...


8: Access Tokens and Refresh Tokens '

https://soumyaranjan.dev/access-tokens-and-refresh-tokens

Hashnode - javascript (Javascript)

Before going to the topic what is "Access & Refresh Token", The question might be in our mind that why we need that and what is the use case of Access & Refresh Token''. Mmm.. Interesting right '' So the answer to that question is Security Measure...


9: THE EXPRESS JOURNEY:''start your node.js/express.js server.

https://dedecodex.hashnode.dev/the-express-journey-start-your-nodejsexpressjs-server

Hashnode - javascript (Javascript)

Photo by Christopher Gower on Unsplash PREREQUISITES For this article, we'll need Node.js and node package manager(npm) installed on your local environment. Don't shiver if you're not sure or if you don't have them installed, I'm here for you. We'll...


10 / 58

10: ''' Daily Code 52 | +1 & -1 Buttons in ' JavaScript

https://gregorschafroth.hashnode.dev/daily-code-52-1-1-buttons-in-javascript

Hashnode - javascript (Javascript)

So today I just gave me a JS exercise so easy that I could do the whole thing without even opening ChatGPT once. And I was able to do it! It's a totally oversimplified calculator that can only do +1 and -1. Perhaps I should try to do more complicated...


11: CORE WEB VITALS - Explained in a better way

https://digantachaudhuri.hashnode.dev/core-web-vitals-explained-in-a-better-way

Hashnode - javascript (Javascript)

There are mainly 3 aspects when it comes to Web Vitals. If you can improve those aspects, your websites will be fast, improve user experience and it will improve SEO. WEB VITALS There are mainly 3 matric criteria to measure Web Vitals which are used ...


12: Mastering TypeScript: Boost your skills using the power of Typescript

https://techbolgsalihmza.hashnode.dev/mastering-typescript-boost-your-skills-using-the-power-of-typescript

Hashnode - javascript (Javascript)

A short Introduction: Welcome to the dynamic world of TypeScript'a powerful superset of JavaScript that enhances your coding experience with static typing and advanced features, offering robust type-checking capabilities, improved code maintainabilit...


13: How to Generate Unique QR Code Event Passes with Python

https://blog.learnhub.africa//how-to-generate-unique-qr-code-event-passes-with-python

Hashnode - python (python)

Event organizers require robust access management systems to facilitate entry for attendees securely. Traditional paper ticketing brings risks like counterfeiting, duplication, and lack of access controls after first use. Modern solutions like QR cod...


14: Python series launch | chai aur python for beginners

https://sidduganeshsid.hashnode.dev/python-series-launch-chai-aur-python-for-beginners

Hashnode - python (python)

https://youtube.com/playlist'list=PLu71SKxNbfoBsMugTFALhdLlZ5VOqCg2s&si=x2YHZoXTYzgRd_Vk programmers in there life explores different programming languages Python is simple and directly meant to code oriented (simple text like english)


15: Create your own React Library & JSX

https://keyran-kb.hashnode.dev/create-your-own-react-library-jsx

Hashnode - javascript (Javascript)

As we know that React provides many pre-defined libraries where you don't need to bother about the process that takes place behind the scene to populate the HTML code into webpage, because react can manage all the things at his end. But what if I say...


16: Arrays in JavaScript - introduction

https://nerdbash.hashnode.dev/arrays-in-javascript-introduction

Hashnode - javascript (Javascript)

The Array is a type of object in JavaScript which allows us to store a collection of multiple items under a single variable name. You can consider it as a list of elements. Each items of the array are reffered to as elements and the position of the e...


17: What is the best way to install python

https://sidduganeshsid.hashnode.dev/what-is-the-best-way-to-install-python

Hashnode - python (python)

offical website of python : https://www.python.org -> Downloads => download the python interpreter. (easy installation) extra = In windows you can use the git bash for linux cmds =>Python is an interpreted language when python migrated from python 2...


18: Conquering the Cloud: My Adventures with AWS

https://myblog.devjourney/conquering-the-cloud-my-adventures-with-aws

Hashnode - python (python)

Introduction: Welcome to the realm of cloud computing, where Amazon Web Services (AWS) stands tall as a pioneer, providing a robust and scalable infrastructure for businesses and developers worldwide. Whether you're a seasoned IT professional or a no...


19: Optimizing Python Virtual Environments

https://kpriyanshu.hashnode.dev/optimizing-python-virtual-environments

Hashnode - python (python)

Introduction Navigating the complexities of Python development often involves juggling various dependencies and project requirements. Fortunately, Python offers robust solutions for managing these challenges through virtual environments and tools lik...


20 / 58

20: Next.js starter template

https://skolaczk.hashnode.dev/nextjs-starter-template

Hashnode - javascript (Javascript)

Hi,I created a starter template for next.js, it also contains typescript, tailwind and the most popular UI component library in 2023 -shadcn/ui.Therefore, I would like to ask for feedback and any missing functionalities.If you liked the project, I wi...


21: JavaScript: The Comedic Evolution of Code

https://hellodevs.hashnode.dev/javascript-the-comedic-evolution-of-code

Hashnode - javascript (Javascript)

Once upon a time in the wild west of the internet, there was a scripting language called JavaScript. ' It wasn't the James Bond of programming, but more like the Deadpool'always breaking the fourth wall and making developers chuckle. ' Originally n...


22: React Hooks Demystified

https://callmerachelyoung.hashnode.dev/react-hooks-demystified

Hashnode - javascript (Javascript)

' Introduction In this article, we will be looking at the most common React hooks that are essential to developing seamless applications. ' What are Hooks' Hooks are special functions that you can use with React functional components. These hooks al...


23: Unveiling the Power of JavaScript: A Journey into Web Development

https://hellodevs.hashnode.dev/unveiling-the-power-of-javascript-a-journey-into-web-development

Hashnode - javascript (Javascript)

Welcome to "Unveiling the Power of JavaScript," an exciting blog series that aims to demystify the world of web development through the lens of JavaScript. Whether you're a budding developer, a seasoned programmer, or someone curious about the backbo...


24: Understanding "this" keyword in JavaScript: "call", "apply", and "bind"

https://bootspace.hashnode.dev/understanding-this-keyword-in-javascript-call-apply-and-bind

Hashnode - javascript (Javascript)

In JavaScript, the this keyword plays a crucial role in function context, and it can be dynamically scoped, leading to potential challenges. In this blog post, we'll explore the concepts of this, and how the methods call, apply, and bind can be used ...


25: Python - 5 Minute Entrance Guide

https://zogu.hashnode.dev/python-5-minute-entrance-guide

Hashnode - python (python)

Firstly , I'm going to dive in, no time wasting. Simple print statement and how it works:A print statement is a pre-defined function that outputs the text into the console (Example:) Console: Hello, students! Now that we have our mighty debugging ...


26: HybridApi for server side rendering and JSON API

https://vicks.blog/hybridapi-for-server-side-rendering-and-json-api

Hashnode - javascript (Javascript)

Welcome to the HybridApiSSR repository! This project provides a hybrid API for handling Server-Side Rendering (SSR) with support for both JSON and HTML content. The API is designed to offer flexibility and versatility in serving data for various web ...


27: JavaScript String Coding Interview Questions

https://themoizqureshi.hashnode.dev/javascript-string-coding-interview-questions

Hashnode - javascript (Javascript)

Here are 15 coding interview questions related to strings in JavaScript, along with sample solutions: Reverse a String: Write a function to reverse a string in-place. function reverseString(str) { return str.split('').reverse().join(''); } ...


28: JavaScript Interview Questions

https://themoizqureshi.hashnode.dev/javascript-interview-questions

Hashnode - javascript (Javascript)

In the dynamic world of web development, JavaScript serves as the backbone, molding interactive and responsive user interfaces. Whether you're a seasoned coder or just beginning your programming journey, the language's significance cannot be overstat...


29: Kitty shortcuts work only with Latin characters - How to fix'

https://jakeroid.hashnode.dev/kitty-shortcuts-work-only-with-latin-characters-how-to-fix

Hashnode - python (python)

If you are reading this probably you have the same issues as I faced before. I love Kitty terminal. It's fast and simple. At the same time, I use in my life following languages: Bulgarian, Ukrainian, and Russian. All of them use the Cyrillic alphabet...


30 / 58

30: Expanded widget tree of widget from packages in Flutter's Widget Inspector

https://blog.nintech.dev/expanded-widget-tree-of-widget-from-packages-in-flutters-widget-inspector

Hashnode - Flutter (Flutter)

Flutter's Widget Inspector is an indispensable tool when we develop applications with Flutter. Upon frequent usage, we will notice that sometimes when we want to see the deep structure of a widget, we cannot see the widget tree of the widget that we ...


31: How to add Web Push notifications using React and Node JS

https://sajibhsn.hashnode.dev/how-to-add-web-push-notifications-using-react-and-node-js

Hashnode - javascript (Javascript)

Web push notifications are the easiest way to send notifications to users completely free. In this article, we will learn how to implement web push notifications using React.js and Node.js. Frontend project setup Setup React JS using Vite js. Run th...


32: Intel Panther Lake: des performances IA doublées sur ce CPU

https://www.lebigdata.fr/gammes-cpu-panther-lake

Le Big Data (dataviz)

Tous les géants de la high-tech ont dévoilé des innovations en ces débuts d'année. Et Intel n'a pas raté ce … Cet article Intel Panther Lake: des performances IA doublées sur ce CPU a été publié sur LEBIGDATA.FR.


33: Unlocking DevOps

https://jayesh-kedar.hashnode.dev/unlocking-devops

Hashnode - python (python)

DevOps isn't just a fancy term; it's a game-changer in how we build and deliver software '. It's all about teamwork and tearing down barriers between developers and operations to make our lives easier and our software better. In DevOps, we use smart...


34: ES6 vs Common Javascript in node js

https://helpichirag.hashnode.dev/es6-vs-common-javascript-in-node-js

Hashnode - javascript (Javascript)

learn about Es6 modules and common js, after this no doubt ES6 modules are asynchronous loaded while, Common js modules are synchronous loaded How to work with common js const fs = require("fs") const fd = rs.readFileSync("filename.txt", "utf-8"...


35: How JavaScript Engine Works'

https://kirtiblog.hashnode.dev/how-javascript-engine-works

Hashnode - javascript (Javascript)

JavaScript is a high-level, interpreted programming language that is primarily used for building web-based applications. But how does JavaScript actually work' Let's break it down. Parser: The first step in the process is parsing where JavaScrip...


36: The most insightful stories about Kotlin

https://redhabayuanggara.hashnode.dev/the-most-insightful-stories-about-kotlin

Hashnode - Kotlin (Mobiles)

Overview Develop fully functional Android App in Android Studio using the power of Kotlin programming language. Chapter Develop a fully functional Android App Food Recipes Android app ROOM Database Dependency Injection - Dagger-Hilt Retrofit Of...


37: The most insightful stories about Kotlin

https://redhabayuanggara.id/the-most-insightful-stories-about-kotlin

Hashnode - Kotlin (Mobiles)

Overview Develop fully functional Android App in Android Studio using the power of Kotlin programming language. Chapter Develop a fully functional Android App Food Recipes Android app ROOM Database Dependency Injection - Dagger-Hilt Retrofit Of...


38: Données personnelles : 10 actions pour vous protéger des cybermenaces

https://www.blogdumoderateur.com/donnees-personnelles-10-actions-proteger-cybermenaces/

Blog du Moderateur ()

Découvrez 10 actions simples à mettre en place dans votre routine numérique pour vous prémunir de toute une variété de cybermenaces !


39: Introduction to JavaScript

https://shubhamkumarjha.hashnode.dev/introduction-to-javascript

Hashnode - javascript (Javascript)

JavaScript is a versatile programming language used for web development. It enhances websites with dynamic and interactive elements, such as form validation, DOM manipulation, and animation. JavaScript is essential for modern web development and Its ...


40 / 58

40: 'Build A Movie Search App Using Redux Toolkit And React Router 6'

https://blog.yogeshchavan.dev/build-a-movie-search-app-using-redux-toolkit-and-react-router-6

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=TrGfZPoJNAg In this 2 hour video, you will learn: ' How to use TMDB API to fetch the list of movies by search keyword ' How to mock API to avoid facing rate limiting issue ' How to use Debouncing to avoid extra...


41: Why Learning TypeScript in 2024 Is Essential for Modern Developers

https://everythingtypescript.in/why-learning-typescript-in-2024-is-essential-for-modern-developers

Hashnode - javascript (Javascript)

In the ever-evolving world of programming languages, TypeScript has emerged as a powerful tool that continues to gain popularity among developers. If you're wondering whether it's worth investing your time in learning TypeScript in 2024, this article...


42: Let's learn Python's re Module

https://ashfin.hashnode.dev/lets-learn-pythons-re-module

Hashnode - python (python)

Ever wished Python could effortlessly spot the details in a sea of text' Well, good news! Today, we're exploring the magic of re library. Ready to uncover the secrets' Let's dive in! re.match: Your Sidekick for Simple String Tricks re.match is a vers...


43: How to Use Let, Const and Var to Conquer the Temporal Dead Zone in JavaScript.

https://siddheshshende.com/how-to-use-let-const-and-var-to-conquer-the-temporal-dead-zone-in-javascript

Hashnode - javascript (Javascript)

Introduction Developers frequently face issues due to JavaScript's dynamic and adaptable nature. Some of the complexities include the distinctions between let and const declarations, as well as the Temporal Dead Zone (TDZ). In this guide, we'll look ...


44: How to return domain errors in Kotlin

https://roeniss.hashnode.dev/how-to-return-domain-errors-in-kotlin

Hashnode - Kotlin (Mobiles)

Our domain, business, or core logic should be able to handle multiple cases. For that, I wanted to use some easy, expressive, and consistent approaches for returning values in a domain context. Here are the things that I've found. tl;dr (1) null as f...


45: Weekly Indie Log 17

https://roehl.dev/weekly-indie-log-17

Hashnode - Flutter (Flutter)

As every week, let's start with celebrating the wins to keep myself motivated and accountable. This week I had the opportunity to enjoy two achievements: Reaching $5k MRR My app business crossed the magic number of $5,000 in monthly recurring revenue...


46: WebDesign Tutorial - Beyond borders

https://keepcodingblog.hashnode.dev/webdesign-tutorial-beyond-borders

Hashnode - javascript (Javascript)

This is part twelve. You can find the part twelve, Lowering the contrast, here Beyond borders The problem with borders is like the case with labels. They are even more associated with tables so many people consider them important because they bring ...


47: Mastering Express.js Middleware

https://devway.hashnode.dev/mastering-expressjs-middleware

Hashnode - javascript (Javascript)

Middlewares in express js are the functions which are used for performing tasks and handling routes via request response cycles. These functions can modify the request response objects, terminate req res cycle or pass control to the middleware functi...


48: TypeScript Mistakes To Avoid in 2024

https://codemuscle.hashnode.dev/typescript-mistakes-to-avoid-in-2024

Hashnode - javascript (Javascript)

Introduction: In the ever-evolving landscape of web development, TypeScript stands as a stalwart guardian, offering developers a robust system of static typing to catch bugs before they hatch. However, with great power comes the potential for great c...


49: Flutter On Rails

https://redhabayuanggara.hashnode.dev/flutter-on-rails

Hashnode - Flutter (Flutter)

This tutorial will walk you through how I built this application. Checkout the demo and the repos below base on your own behalf. Rails Repo => https://github.com/redhaanggara21/Fluttering_on_Rails_db Flutter Repo=> https://github.com/redhaanggara21/F...


50 / 58

50: Flutter On Rails

https://redhabayuanggara.id/flutter-on-rails

Hashnode - Flutter (Flutter)

This tutorial will walk you through how I built this application. Checkout the demo and the repos below base on your own behalf. Rails Repo => https://github.com/redhaanggara21/Fluttering_on_Rails_db Flutter Repo=> https://github.com/redhaanggara21/F...


51: Introduction NestJs and Kotlin Multi Platform | Part 1

https://redhabayuanggara.hashnode.dev/introduction-nestjs-and-kotlin-multi-platform-part-1

Hashnode - Kotlin (Mobiles)

API request in Android the easy way using Kotlin Chapters: Introduction Start Project Connecting Nestjs Using Typeform KMM Consume API Authencation Crud Operation Kotlin is a really powerful language aimed to write more code using less boiler...


52: Introduction NestJs and Kotlin Multi Platform | Part 1

https://redhabayuanggara.id/introduction-nestjs-and-kotlin-multi-platform-part-1

Hashnode - Kotlin (Mobiles)

API request in Android the easy way using Kotlin Chapters: Introduction Start Project Connecting Nestjs Using Typeform KMM Consume API Authencation Crud Operation Kotlin is a really powerful language aimed to write more code using less boiler...


53: Django Cassandra | Part 1

https://redhabayuanggara.hashnode.dev/django-cassandra-part-1

Hashnode - python (python)

In the tutorial, explaining how to implement Django RestAPIs CRUD Example with Cassandra database NoSQL using Django Rest Framework with Post, Get, Put, Delete requests. Chapters: Introduction | Part 1 Tensor Flow | Part 2 Python ML | Part 3 Terr...


54: Django Cassandra | Part 1

https://redhabayuanggara.id/django-cassandra-part-1

Hashnode - python (python)

In the tutorial, explaining how to implement Django RestAPIs CRUD Example with Cassandra database NoSQL using Django Rest Framework with Post, Get, Put, Delete requests. Chapters: Introduction | Part 1 Tensor Flow | Part 2 Python ML | Part 3 Terr...


55: Getting Started with Biopython Library (Part 1: Obtaining a Sample DNA Sequence)

https://bryaniumtechblog.com/getting-started-with-biopython-library-part-1-obtaining-a-sample-dna-sequence

Hashnode - python (python)

When it comes to learning the essentials of computational biology, or what we today refer to as "bioinformatics," Biopython is a very flexible Python library that can help life science enthusiasts and researchers to implement biological data retrieva...


56: Master JavaScript With Fun And Interactive Learning Games

https://aryansharma.hashnode.dev/master-javascript-with-fun-and-interactive-learning-games

Hashnode - javascript (Javascript)

We all love playing games! Right', But what about learning along with playing' It will be very cool, na! In this blog, we are going to know about the websites, you should go through to learn JavaScript by playing along with. What to wait' It is pret...


57: How to type fixed string value combinations with template literal types (snippet)

https://www.stefanjudis.com/snippets/template-literal-types/

Stefan Judis (Développement)

Sometimes, I'm surprised about how smart TypeScript is. Let's assume you want to type your app's release version numbers. The format is [releaseMonth]-[releaseYear]. There won't be a new version every month or year. How hard is it to define a type for this' It's not hard at all. js// define release yearstype releaseYear = '2022' | '2023' | '2024';// define release mon [...]


58: Web Weekly 121 (blogPost)

https://www.stefanjudis.com/blog/web-weekly-121/

Stefan Judis (Développement)

Guten Tag! Guten Tag! 'Non-Webkit engines coming to iOS (sorta)! What are numeric font variants' And when would you use scrollbar-gutter' Turn on the Web Weekly tune and find all the answers below. Enjoy! Aaron Ladage listens to "Waxahatchee (ft. MJ Lenderman) - Right Back to It" and says: &quo [...]




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