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


Samedi 20 Janvier 2024 (56)

1: An Introduction to JavaScript: Unveiling the Core Features and Attributes

https://alfies.hashnode.dev/an-introduction-to-javascript-unveiling-the-core-features-and-attributes

Hashnode - javascript (Javascript)

JavaScript serves as a foundational element in the field of web development, driving the interactivity and dynamism that enrich our internet browsing experience. Initially created to elevate user engagement through client-side enhancements on web pag...


2: 8 Ways to Style the Shadow DOM

https://jordanbrennan.hashnode.dev/8-ways-to-style-the-shadow-dom

Hashnode - javascript (Javascript)

In the past, using shadow DOM meant compromising good CSS maintenance. This is no longer true. First, a quick introduction to shadow DOM, then we'll learn the eight ways you can style it. Brief Shadow DOM Intro HTML becomes DOM. See this W3Schools in...


3: Difference between Access Token and Refresh Token

https://mayanksharma.hashnode.dev/difference-between-access-token-and-refresh-token

Hashnode - javascript (Javascript)

Introduction In the ever-changing world of web development, authentication is a critical component for protecting sensitive information and guaranteeing secure interactions between users and apps. As online systems become more complex, the necessity ...


4: Decoding JavaScript: The Core of Execution Context.

https://siddheshshende.com/decoding-javascript-the-core-of-execution-context

Hashnode - javascript (Javascript)

Everything that happens in the world of JavaScript takes place inside the execution context. Think of it as a huge container that showcases your code. To get a better picture, let's dissect it into its most basic elements. Within the Container: Comp...


5: GitHub - CodeSpaces

https://sidduganeshsid.hashnode.dev/github-codespaces

Hashnode - javascript (Javascript)

What is GitHub CodeSpace ' GitHub Codespaces is a feature provided by GitHub that allows developers to create and manage development environments directly within the GitHub repository. With GitHub Codespaces, you can easily spin up a development envi...


6: Day 1 of 100days of code.

https://paks.hashnode.dev/day-1-of-100days-of-code

Hashnode - javascript (Javascript)

Fundamentals of Node JS Whats is Node JS and why do we need it' What is the advantage of using Node JS ' Where should we use Node JS and where not' What is Node JS' Node JS is a JavaScript runtime, built on Google's open source V8 engine. In eve...


7: JAVA says knock knock !

https://saurabht.hashnode.dev/java-says-knock-knock

Hashnode - javascript (Javascript)

Hi everyone! This is going to be my first ever blog and I'd love to share each step of my journey toward web development and related tech. But before we begin, allow me to describe myself in a brief so you can get familiar with my journey. About Me W...


8: Web Scraping in Python using Beautiful Soup

https://www.getodata.com/blog/web-scraping-in-python-using-beautiful-soup

Hashnode - python (python)

What is Beautiful Soup and what are it's features Beautiful Soup is a great Python library that allows you to parse the HTML content and extract the specific data that you need from the page source. Here are some of the main features that make Beauti...


9: Dart Packages: Writing package pages

https://vinitmepani.hashnode.dev/dart-packages-writing-package-pages

Hashnode - Flutter (Flutter)

Writing Package Pages for Your Dart Package Creating a comprehensive and well-organized package page for your Dart project on pub.dev is crucial for effectively communicating with potential users and contributors. Here's a guide on how to craft an in...


10 / 56

10: Weekend Reading ' Where's my car'

https://labnotes.org/weekend-reading-wheres-my-car/

Lab notes (Développement)

This week we find the missing car, test with cats, remember old computing machines, follow the layoffs on TikTok, ask the chicken the question, and build our Mac with Lego bricks.


11: Unleash the Power of AI in Your Flutter App with flutter_gemini

https://blog.hackunited.org/unleash-the-power-of-ai-in-your-flutter-app-with-fluttergemini

Hashnode - Flutter (Flutter)

The world of mobile development is constantly evolving, and Flutter has emerged as a powerful contender, captivating developers with its hot reload functionality and expressive UI. But what if you could infuse your Flutter app with the cutting-edge p...


12: Frontend developer role

https://arpanmukherjee.hashnode.dev/frontend-developer-role

Hashnode - javascript (Javascript)

Job Title: Frontend Developer (React/Next.js/Sevlet.js) About Us We are a dynamic startup seeking a talented and enthusiastic Frontend Developer to join our team. We are focused on the next big thing in the ecommerce market, specifically related to c...


13: Myth: "There is a Best Frontend Framework Out There, and Once I Find It, I Will Live Happily Ever After" '

https://ndeyefatoudiop.com/myth-there-is-a-best-frontend-framework-out-there-and-once-i-find-it-i-will-live-happily-ever-after

Hashnode - vuejs (Javascript)

Finding the best frontend framework is a myth. That's what I realized after 3+ years of frontend development experience. If there were an ultimate one, new frameworks wouldn't pop in so often, and we would all be using the same. Instead, follow these...


14: Exploring Gemini API in Flutter

https://blog.manangandhi.tech/exploring-gemini-api-in-flutter

Hashnode - Flutter (Flutter)

Setup If you are not living under a rock, you must have heard about the Gemini Nano, Gemini Prom and Gemini Ultra Large Language Models, developed by Google. The Gemini family of models are also the ones, which power Google Bard. Gemini Pro is curren...


15: Real-Time Apache Log Streaming with FastAPI

https://pythonislove.com/real-time-apache-log-streaming-with-fastapi

Hashnode - python (python)

Here, we're going to stream Apache logs by leveraging FastAPI, a high-performance Python framework. FastAPI is known for its speed and ease of use, making it a great choice for building APIs and handling real-time data streams. Let's get started on h...


16: Memoization: The TRUE Way To Optimize Your Code In Python

https://neuralrealm.hashnode.dev/memoization-the-true-way-to-optimize-your-code-in-python

Hashnode - python (python)

In this article, we will be discussing a common technique in Python known as memorization. This technique allows us to cache results and significantly speed up our functions. If we have a function that takes 30 seconds to execute, memorization can he...


17: Vous pensez savoir ce que Facebook sait sur vous ' C'est bien pire que vous l'imaginez

https://www.lebigdata.fr/partage-donnees-facebook

Le Big Data (dataviz)

Facebook collecte et partage les données de ses utilisateurs. Une bonne partie des utilisateurs sont déjà au fait de ces … Cet article Vous pensez savoir ce que Facebook sait sur vous ' C’est bien pire que vous l’imaginez a été publié sur LEBIGDATA.FR.


18: Testing Date Functions in Python: A Tale of Mocks and Realities

https://pythonislove.com/testing-date-functions-in-python-a-tale-of-mocks-and-realities

Hashnode - python (python)

Greetings, Python enthusiasts and curious coders! Today, I'm excited to share with you a tale from my coding adventures ' specifically, the intriguing challenge of testing a function that returns today's date in Python. It's a journey filled with pra...


19: Introduction to Python

https://navedwrites.hashnode.dev/introduction-to-python

Hashnode - python (python)

Use of Shell Scripting The primary purpose of shell scripting by DevOps engineers is to interact with Linux systems, because when you create an EC2 instance on AWS or a virtual machine on Azure, they are Linux based. Why Python' There are 2 reasons: ...


20 / 56

20: What really is a constant in Javascript with object '

https://blog.jobins.jp/what-really-is-a-constant-in-javascript-with-object

Hashnode - javascript (Javascript)

Introduction I have been working as a frontend developer in last 6 years of my full time job and using most recent ECMAScript standard and it has lots of advantages and new features. One of them is to able to define constants. In Javascript this was ...


21: Integrating OpenLayers and ol-ext with Next.js: A Step-by-Step Guide to Create a Dual Map Layout

https://shreyasingale.hashnode.dev/integrating-openlayers-and-ol-ext-with-nextjs-a-step-by-step-guide-to-create-a-dual-map-layout

Hashnode - javascript (Javascript)

As seasoned developers, we've all felt the rush and hurdles that come with crafting GIS web apps. Geospatial data can be a wild beast to tame, and creating interactive maps adds a layer of complexity. In this blog, we'll explore a basic use case of a...


22: Building a Node server in 4 minute

https://peteromeke.hashnode.dev/building-a-node-server-in-4-minute

Hashnode - javascript (Javascript)

Javascript is a very powerful programming language to work with reason being that it can be used to build our frontend application, Backend Application all at the same time. In this article, we will be building a Node server in four minutes. STEP1: D...


23: To-do application using Django and react

https://bisesh-blog.hashnode.dev/to-do-application-using-django-and-react

Hashnode - javascript (Javascript)

Join us on a learning adventure as our blog breaks down the fusion of Django's strong backend and React's cool front end. In the world of web development, finding easy tutorials for this combo can be tough, but our guide changes that. It's user-frien...


24: Sveltekit, the unknown warrior!

https://nitinreddy3.hashnode.dev/sveltekit-the-unknown-warrior

Hashnode - javascript (Javascript)

Introduction to SvelteKit for Beginners: A New Horizon in Web Development The world of web development is continuously evolving, with new tools and frameworks emerging to simplify the creation of fast, responsive, and interactive web applications. Am...


25: Must-Have Chrome Extensions for Frontend Developers

https://10xdev.codeparrot.ai/top-chrome-extensions-for-react-developers

Hashnode - javascript (Javascript)

Imagine spending hours poring over lines of code, only to miss a tiny yet crucial bug '. Or picture yourself manually optimizing every aspect of your React.js project, struggling to maintain efficiency. Does this sound familiar' But what if there we...


26: Welcome to My JavaScript Journey: Documenting Process and Best Practices

https://tundeakintola.hashnode.dev/welcome-to-my-javascript-journey-documenting-process-and-best-practices

Hashnode - javascript (Javascript)

Welcome to my blog, where I embark on an exciting journey in the world of JavaScript! As a newcomer to the language, I am eager to share my experiences, insights, and well-researched best practices with all the fellow JavaScript enthusiasts out there...


27: Understanding Variables In Python.

https://callumtrace.hashnode.dev/understanding-variables-in-python

Hashnode - python (python)

In the world of programming, where logic and creativity come together, Variables are one of the fundamental elements that stand as the basis of every script, algorithm, and application. This component plays a vital role in shaping the performance, ef...


28: Introduction to Prasad's DevFable

https://prasadalai.hashnode.dev/introduction-to-prasads-devfable

Hashnode - python (python)

Hello, Hashnode Community! I'm delighted to inaugurate my coding journey in this dynamic community of developers and tech aficionados. Allow me to introduce myself'I'm Prasad, a passionate individual with a profound interest in the world of technolog...


29: Local Storage in javaScript

https://mayank4647.hashnode.dev/local-storage-in-javascript

Hashnode - javascript (Javascript)

Real Life Example Suppose you log in to a web application for which you use your credentials and send the login request to the server you get logged in and now you change your tab but wait you have been asked to log in again but why''''' You might be...


30 / 56

30: Never Have I Ever Installed a Programming Language (I Just Did), Have You' How To Install Python and PyCharm.

https://raaymii.hashnode.dev/never-have-i-ever-installed-a-programming-language-i-just-did-have-you-how-to-install-python-and-pycharm

Hashnode - python (python)

In the ever changing world of software development, transitioning from frontend to backend can be quite of a confusing experience. As an ex-frontend developer, I can attest to the comfort of working within the confines of Visual Studio Code (VSCode) ...


31: How Many Ways to Iterate Over an Object'

https://akashthoriya.hashnode.dev/how-many-ways-to-iterate-over-an-object

Hashnode - javascript (Javascript)

Expert Answer In JavaScript, there are several ways to iterate over the properties of an object. These include: for...in loop: Iterates over all enumerable properties of an object. Object.keys(): Creates an array of an object's own enumerable prope...


32: Object Destructuring

https://akashthoriya.hashnode.dev/object-destructuring

Hashnode - javascript (Javascript)

Expert Answer Destructuring in JavaScript is a syntax that allows unpacking values from arrays or properties from objects into distinct variables. Creative Explanation Imagine destructuring as unpacking a suitcase after a trip. Items (values or prope...


33: Array Methods (map, filter, reduce, forEach)

https://akashthoriya.hashnode.dev/array-methods-map-filter-reduce-foreach

Hashnode - javascript (Javascript)

Expert Answer Array methods in JavaScript are functions that can be used to perform operations on arrays. These include map, filter, reduce, and forEach, each serving a different purpose. Creative Explanation Think of array methods as different kitch...


34: Immediately Invoked Function Expression (IIFE)

https://akashthoriya.hashnode.dev/immediately-invoked-function-expression-iife

Hashnode - javascript (Javascript)

Expert Answer An Immediately Invoked Function Expression (IIFE) in JavaScript is a function that is declared and executed at the same time. Also known as self-invoking functions. It is typically defined as an anonymous function and enclosed in parent...


35: This Keyword

https://akashthoriya.hashnode.dev/this-keyword

Hashnode - javascript (Javascript)

Expert Answer The this keyword in JavaScript refers to the object it belongs to. It has different values depending on where and how it's used. A method this refers to the owner object. Alone, this refers to the global object. In a function, this r...


36: Template Literals in ES6

https://akashthoriya.hashnode.dev/template-literals-in-es6

Hashnode - javascript (Javascript)

Expert Answer Template literals in ES6 are a significant enhancement for creating strings in JavaScript. They allow multiline strings, embedded expressions, and string interpolation. Enclosed by backticks (`), they make strings more readable and flex...


37: Difference Between == and ===

https://akashthoriya.hashnode.dev/difference-between-and

Hashnode - javascript (Javascript)

Expert Answer In JavaScript, == (equality operator compares two values for equality after performing type coercion if the types are different. === (strict equality operator) compares both the value and the type without type coercion. Creative Explana...


38: 5 cybermenaces à connaitre sur smartphone et comment s'en protéger

https://www.blogdumoderateur.com/5-cybermenaces-smartphone/

Blog du Moderateur ()

De nombreuses menaces peuvent atteindre votre smartphone. Découvrez 5 exemples et les meilleurs moyens de vous en prémunir.


39: ZOD Library: Mastering Input Validation

https://prayagblogs@hashnode.com/zod-library-mastering-input-validation

Hashnode - javascript (Javascript)

Before delving into ZOD, it's essential to understand the concepts of an input validator and schema. Input Validator: The tool that ensures the data provided meets specified criteria or rules, helping maintain accuracy and integrity. Schema: A schema...


40 / 56

40: How does prototypal inheritance differ from classical inheritance'

https://akashthoriya.hashnode.dev/how-does-prototypal-inheritance-differ-from-classical-inheritance

Hashnode - javascript (Javascript)

Expert Answer In JavaScript, prototypal inheritance is a mechanism by which objects can inherit properties and methods from other objects. This is different from classical inheritance, commonly found in languages like Java or C++, where classes inher...


41: Prototypes and Inheritance

https://akashthoriya.hashnode.dev/prototypes-and-inheritance-in-javascript

Hashnode - javascript (Javascript)

Expert Answer Prototypes are the mechanism by which JavaScript objects inherit features from one another. In JavaScript, every object has a prototype, and objects can inherit properties and methods from their prototype. Creative Explanation Consider ...


42: Constructors

https://akashthoriya.hashnode.dev/constructors-in-javascript

Hashnode - javascript (Javascript)

Expert Answer Constructors in JavaScript are special functions used to create instances of an object. They act like blueprints for creating multiple objects with similar properties and methods. Creative Explanation Imagine a constructor as a cookie c...


43: ''' Daily Code 44 | Count Vowels in ' Python and ' JavaScript

https://gregorschafroth.hashnode.dev/daily-code-44-count-vowels-in-python-and-javascript

Hashnode - javascript (Javascript)

Time for another simple exercise to be solved both in Python and JavaScript! Here is what I got from ChatGPT: Exercise: Count Vowels Write a program that counts the number of vowels in a given string. For this exercise, consider the vowels to be a, e...


44: The Rise of DevOps Culture: Bridging the Gap Between Development and Operations

https://sfcityhallphotographer.hashnode.dev/the-rise-of-devops-culture-bridging-the-gap-between-development-and-operations

Hashnode - javascript (Javascript)

With the emergence of DevOps culture, the dynamic field of software development has experienced a major shift in the way development and operations teams collaborate. This change has facilitated increased collaboration, quicker delivery, and overall ...


45: Demystifying Front-End Reconciliation: Unraveling the Magic Behind Seamless UI Updates

https://prajwalpandey.hashnode.dev/demystifying-front-end-reconciliation-unraveling-the-magic-behind-seamless-ui-updates

Hashnode - javascript (Javascript)

Introduction In the dynamic world of web development, creating smooth and responsive user interfaces is paramount. One of the key elements that contribute to this user experience is the front-end reconciler, a behind-the-scenes wizardry responsible f...


46: Decoding How UI Updates Work: Understanding Front-End Reconciliation

https://prajwalpandey.hashnode.dev/decoding-how-ui-updates-work-understanding-front-end-reconciliation

Hashnode - javascript (Javascript)

Introduction In the dynamic world of web development, creating smooth and responsive user interfaces is paramount. One of the key elements that contribute to this user experience is the front-end reconciler, a behind-the-scenes wizardry responsible f...


47: Basics of Regex in JS

https://cebuka.hashnode.dev/basics-of-regex-in-js

Hashnode - javascript (Javascript)

Introduction Regex in programming refers to regular expressions. Regular expressions are patterns of text that are used to search or match strings. They exist in many programming languages but our focus is on Javascript. In Javascript, they are used ...


48: Le président du Campus Cyber, Michel Van Der Berghe, rachète le spécialiste en cybersécurité Seclab

https://www.usine-digitale.fr/article/le-president-du-campus-cyber-michel-van-der-berghe-rachete-le-specialiste-en-cybersecurite-seclab.N2206823

L'usine-digitale (Informatique)

Michel Van Den Berghe, fondateur d'Atheos, Orange Cyberdefense et président du Campus Cyber a annoncé, jeudi 18 janvier, avoir finalisé l'acquisition de la pépite montpelliéraine Seclab. Une entreprise spécialisée dans la protection des réseaux et qui compte parmi ses clients EDF et certains ministères.


49: BMW déploie ce robot humanoïde dans ses usines : les ouvriers remplacés''

https://www.lebigdata.fr/robot-humanoide-figure-01

Le Big Data (dataviz)

Le robot humanoïde Figure 01 sera désormais un des employés de BMW. Cette prouesse technologique sera affectée dans une usine … Cet article BMW déploie ce robot humanoïde dans ses usines : les ouvriers remplacés'' a été publié sur LEBIGDATA.FR.


50 / 56

50: Votre prochaine maison sera construite par des robots : Voici comment

https://www.lebigdata.fr/robots-construire-maison

Le Big Data (dataviz)

Des robots pour construire votre maison. Cette startup américaine veut révolutionner la construction immobilière avec les dernières technologies robotiques. Directeur … Cet article Votre prochaine maison sera construite par des robots : Voici comment a été publié sur LEBIGDATA.FR.


51: Broadcasting Across Tabs with Local Storage and Storage Event

https://manojasarsa.hashnode.dev/broadcasting-across-tabs-with-local-storage-and-storage-event

Hashnode - javascript (Javascript)

So, recently I stumbled upon an interesting issue where a user kept encountering the HTTP Error 403'''Forbidden while making API calls. I digged in and found that user was logged in on two different tabs simultaneously. Later on, they logged out from...


52: An Introduction to SQLModel

https://nikhilakki.in/an-introduction-to-sqlmodel

Hashnode - python (python)

Introduction In the dynamic world of software development, efficiently managing databases is crucial for building robust applications. Python developers widely use SQL databases, and SQLModel has entered as a game-changer for those seeking simplicity...


53: Diving into Kubernetes: A Journey of Immersive Learning '

https://blog.prasadsuman.me/diving-into-kubernetes-a-journey-of-immersive-learning

Hashnode - python (python)

Introduction: ORIGINAL DOCUMENT LINK: must checkout ' https://www.linkedin.com/posts/aman-devops_kubernetes-notes-activity-7147149465307561984-7rA8'utm_source=share&utm_medium=member_desktop Embarking on the quest to understand Kubernetes, I stu...


54: JavaScript Concepts You Need To Learn Before Learning React

https://sodiari.hashnode.dev/javascript-concepts-you-need-to-learn-before-learning-react

Hashnode - javascript (Javascript)

Introduction Most times developers feel they need to know all of JavaScript or they contemplate how much of JavaScript they need to know before learning React . There are some key concepts of JavaScript that you need to understand before before learn...




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