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


25 Février 2024 (49)

1: Day 46: Mastering ConfigMaps and Secrets in Kubernetes ''''

https://davender.hashnode.dev/day-46-mastering-configmaps-and-secrets-in-kubernetes

Hashnode - javascript (Javascript)

'' Congratulations! Yesterday, we conquered Namespaces and Services, paving the way for smoother communication within our Kubernetes cluster! '''' Now, let's dive deeper into the realm of configuration management with ConfigMaps and Secrets. Th...


2: My Frontend Development Starter Journey

https://blessingi.hashnode.dev/my-frontend-development-starter-journey

Hashnode - javascript (Javascript)

As a product designer, I didn't just want to stop at designing intuitive, seamless, and user-friendly products that meet user needs and business goals but I decided to go further to understand the technical feasibility of the products I get to design...


3: Comparing React, Angular, Vue, and Svelte: A Guide for Developers

https://blog.seancoughlin.me/comparing-react-angular-vue-and-svelte-a-guide-for-developers

Hashnode - vuejs (Javascript)

In the world of front-end development, four giants stand tall: React, Angular, Vue, and Svelte. Each of these frameworks has carved out its niche, with a dedicated following and unique strengths. As a software engineer, choosing the right tool for yo...


4: JSON to CSV in Python

https://blog.grippybyte.com/json-to-csv-in-python

Hashnode - python (python)

Converting JSON to CSV in Python can be done using the built-in json and csv modules, or by using the pandas library for more complex data structures. Here's a basic guide for both methods: Using json and csv Modules This method is straightforward fo...


5: Converting CSV to DataFrame in Python

https://blog.grippybyte.com/converting-csv-to-dataframe-in-python

Hashnode - python (python)

To convert a CSV file to a DataFrame in Python, we can use the pandas library. Here's a step-by-step guide to doing this: Install Pandas: If you haven't already installed pandas, you can do so by running the following command in your terminal or comm...


6: Virtual DOM and Render in React

https://tigerabrodi.blog/virtual-dom-and-render-in-react

Hashnode - javascript (Javascript)

Virtual DOM React optimizes webpage rendering through a concept called the Virtual DOM, which is a simplified, in-memory representation of the real Document Object Model (DOM). Instead of directly modifying the real DOM every time there's a change in...


7: Learn Route Parameters in Angular with Example

https://www.danywalls.com/learn-route-parameters-in-angular-with-example

Hashnode - javascript (Javascript)

When we build applications in Angular keep the communication of data between components or routes is important, sometimes we use a state manager, services or but take advantage of the url to provide information is a nice alternative. The url with com...


8: Day 8 Working with Strings in Python

https://poojadanu.hashnode.dev/day-8-working-with-strings-in-python

Hashnode - python (python)

Welcome to Day 8 of our Python blog series! Today, we'll dive into the world of strings in Python. Strings are fundamental data types in Python used to represent text data. Python provides a rich set of built-in methods and operators for working with...


9: Apple prépare iMessage pour l'ère des hackers quantiques

https://www.lebigdata.fr/imessage-quantique

Le Big Data (dataviz)

Cette semaine, Apple a annoncé un nouveau protocole pour iMessage. Il s'agit d'un protocole cryptographique post-quantique qui possèderait les propriétés … Cet article Apple prépare iMessage pour l’ère des hackers quantiques a été publié sur LEBIGDATA.FR.


10 / 49

10: Day 10: List Comprehensions and Generators in Python

https://himanshuchauhan.hashnode.dev/day-10-list-comprehensions-and-generators-in-python

Hashnode - python (python)

On the tenth day of my Python learning journey, I delve into the intricacies of List Comprehensions and Generators. While these topics share similarities, they also possess distinct differences, which I aim to elucidate in this blog post. List Compre...


11: Intel pousse ses Xeon pour faire de l'inférence auprès des entreprises

https://www.usine-digitale.fr/article/intel-pousse-ses-xeon-pour-faire-de-l-inference-aupres-des-entreprises.N2208287

L'usine-digitale (Informatique)

Pour Intel, pas besoin de débourser des milliards en GPU pour devenir une "entreprise d'IA". Ses CPU pour serveurs Xeon de nouvelle génération disposent de performances d'inférence suffisantes pour de nombreux cas d'usage. Il met en avant des noms bien connus comme Netflix ou OVHcloud pour le prouver.


12: Day - 28 of DevOps

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

Hashnode - python (python)

Hello Everyone, Welcome to Day 28 of DevOps Learning, Today we explore Python example programs using for loops with solutions. Example program 1: Count the number which is divisible by 3 and 5, Range(1 - 100) solution: Here we used the empty variabl...


13: How to use the "json" Module in Python

https://andrewdass.hashnode.dev/how-to-use-the-json-module-in-python

Hashnode - python (python)

Overview This article will explain what JSON is and how to use the "json" module in Python to convert a string data type to a dictionary data type and convert a dictionary data type to a string data type. Materials Computer Python Modules used: js...


14: Synchronous and Asynchronous Programming in JavaScript : Beginner guide

https://0ctober.hashnode.dev/synchronous-and-asynchronous-programming-in-javascript-beginner-guide

Hashnode - javascript (Javascript)

Welcome to an article which is not another guide with just syntax explanations. No, we are not going to discuss arrow functions and braces. Instead, we're set to an adventure. The purpose of this article ' To help you understand Synchronous and Async...


15: Le conseil municipal de Birmingham envisage d'abandonner un projet ERP Oracle après que le budget a atteint 131 millions de livres sterling, contre 20 millions qui étaient initialement prévus

https://oracle.developpez.com/actu/354572/Le-conseil-municipal-de-Birmingham-envisage-d-abandonner-un-projet-ERP-Oracle-apres-que-le-budget-a-atteint-131-millions-de-livres-sterling-contre-20-millions-qui-etaient-initialement-prevus/

sgbd (developpez.com) (base de données / Informatique)

Le conseil municipal de Birmingham envisage d'abandonner un projet ERP Oracle après que le budget a atteint 131 millions de livres sterling, contre 20 millions qui étaient initialement prévus Le conseil municipal de Birmingham envisage d'abandonner Oracle comme son principal logiciel de gestion des ressources humaines et de planification des ressources d'entreprise, après une mise en oeuvre [...]


16: Utiliser les Collections sur des tableaux d'objets

https://tainix.fr/code/PHP-Utiliser-les-Collections-sur-des-objets

Humancoders ()

Les Collections permettent de manipuler efficacement les tableaux en PHP. Cela fonctionne avec des tableaux d'objets aussi ! Commentaires L'article Utiliser les Collections sur des tableaux d'objets a été posté dans la catégorie PHP de Human Coders News


17: Comment découper un monolithe en microservices

https://thenewstack.io/4-strategies-for-migrating-monolithic-apps-to-microservices

Humancoders ()

Un article court qui résume en 4 étapes comment découper un monolithe en microservices Commentaires L'article Comment découper un monolithe en microservices a été posté dans la catégorie DevOps de Human Coders News


18: Les tendances de l'écosystème React pour 2024

https://www.robinwieruch.de/react-trends

Humancoders ()

Un article qui liste les tendances de l'écosystème React pour 2024 : Astro, tRPC, TanStack, etc. Commentaires L'article Les tendances de l'écosystème React pour 2024 a été posté dans la catégorie Dev. Front de Human Coders News


19: 5 Useful web APIs

https://imankit.hashnode.dev/5-useful-web-apis

Hashnode - javascript (Javascript)

1.ClipBoard API This API provides access to the operating system's clipboard. You can use it to build a copy button to copy/paste content const writeToClipBoard = async()=> { try{ await navigator.clipboard.writeText(userText); con...


20 / 49

20: What is a GraphQL Schema'

https://edunode.hashnode.dev/what-is-a-graphql-schema

Hashnode - javascript (Javascript)

In my previous Article. I talked about the basic understanding of Graph QL and why we need it. In the article we are going to understanding about schema and its first thing that is "type" in Graph QL schema. But before moving to let's understand What...


21: Embrace the power of python

https://neilakshcoder.hashnode.dev/embrace-the-power-of-python

Hashnode - python (python)

5 Reasons Why You Should Learn Today! Hey there, Python enthusiasts and aspiring developers alike! Today, I want to share with you five compelling reasons why learning Python could be one of the best decisions you make for your coding journey. Whethe...


22: An introduction to Django

https://sundaram.dev/an-introduction-to-django

Hashnode - python (python)

Pre-requisite: Basic knowledge of python. Django is a python web framework that enables rapid development of secure and maintainable websites and is open source. When a HTTPS request is received then application works out what is needed based on the ...


23: Unveiling the Efficiency: Understanding How React Apps Operate with React-scripts and Vite

https://react-scripts.hashnode.dev/unveiling-the-efficiency-understanding-how-react-apps-operate-with-react-scripts-and-vite

Hashnode - javascript (Javascript)

In the dynamic realm of web development, React stands tall as a powerful JavaScript library extensively used for crafting single-page web applications. A fundamental aspect of React's functionality lies in its ability to execute JavaScript seamlessly...


24: Webpack Explained

https://sololearner.hashnode.dev/webpack-explained

Hashnode - javascript (Javascript)

If you're a developer, you've likely heard of Webpack. It's that powerful tool sitting in your tech stack that bundles your modules, scripts, images and more. But let's be honest, it can seem a bit daunting, right' This article is here to change that...


25: Day 2: how many types of an Variables in Javscript'

https://jemin.hashnode.dev/day-2-how-many-types-of-an-variables-in-javscript

Hashnode - javascript (Javascript)

Variables:- Variables are containers for storing data (storing data values). Ways to Declare a JavaScript Variable: ' Using var ' Using let ' Using const ' Using nothing Example:- var x = 5; let b = 10; const a = 3; Always declare JavaScri...


26: Understanding the difference between Promises and async/await in JavaScript

https://sans.hashnode.dev/understanding-the-difference-between-promises-and-asyncawait-in-javascript

Hashnode - javascript (Javascript)

Understanding Promises ' Before the widespread adoption of async/await, Promises served as the primary solution for managing asynchronous tasks in JavaScript. A Promise in JavaScript acts as a representation of the eventual completion or failure of ...


27: Introduction to UI Automation with Nightwatch.js

https://pratikpz18.hashnode.dev/introduction-to-ui-automation-with-nightwatchjs

Hashnode - javascript (Javascript)

Hello everyone! ' In the dynamic realm of software development, UI automation stands as a crucial pillar in ensuring the seamless functionality and user experience of web applications. As technology continues to advance, so does the demand for effic...


28: Object Cloning in Javascript

https://nishchal.hashnode.dev/mastering-object-cloning-javascript-tips-and-tricks

Hashnode - javascript (Javascript)

While coding in Javascript have you ever encountered a situation where you needed to copy an object' and when you try to copy an object, you face some issues like all of the properties are not cloned, or when changing the copied object somehow the or...


29: Intricacies of Fail-Open Mechanism

https://kartikmehta.hashnode.dev/intricacies-of-fail-open-mechanism

Hashnode - javascript (Javascript)

In the digital age, where data breaches and cyber-attacks are increasingly common, the importance of robust authentication mechanisms cannot be overstated. These systems not only serve as the gateway guarding access to sensitive information and funct...


30 / 49

30: Free prépare une box 5G : une révolution après Freebox Ultra''

https://www.lebigdata.fr/free-box-wifi-5g

Le Big Data (dataviz)

Le géant français, Free, va encore surprendre ses abonnées avec la 5G. L'opérateur pourrait bien lancer cette offre d'ici peu. … Cet article Free prépare une box 5G : une révolution après Freebox Ultra'' a été publié sur LEBIGDATA.FR.


31: Material-UI

https://anitha.hashnode.dev/material-ui

Hashnode - javascript (Javascript)

What is :Material-UI is a popular open-source library for React developers that implemented by the Google company. Material-UI provides React components that follow these design principles, making it easier for developers to create visually appealing...


32: Python's inbuilt simple http server is extremely useful for front end developers

https://frontendengdev.hashnode.dev/pythons-inbuilt-simple-http-server-is-extremely-useful-for-front-end-developers

Hashnode - python (python)

Front-end development frequently involves working with static files, such as HTML structures, CSS stylesheets, and JavaScript code. To observe how these components interact and accurately visualize your work, you need a method to serve them as a typi...


33: JavaScript Most Popular Job Interview Challenge To Annex Your Coding Super-Power (1)

https://drmelchisedecbankole.hashnode.dev/javascript-most-popular-job-interview-challenge-to-annex-your-coding-super-power-1

Hashnode - javascript (Javascript)

Write a program that prints the numbers from 1 to 100. But for multiples of three print 'Fizz' instead of the number and for the multiples of five print 'Buzz'. For numbers which are multiples of both three and five print 'FizzBuzz.' JavaScript Solut...


34: Vue 2 reaches EOL, upgrade to Vue 3 now

https://blog.jobins.jp/vue-2-reaches-eol-upgrade-to-vue-3-now

Hashnode - vuejs (Javascript)

Vue 2 reached its end of life on December 31, 2023, It's been more than 3 years since Vue 3 was available, but still, there are a lot of Vue Js applications that are running in Vue 2. In this article, I will demonstrate two different approaches to up...


35: 'Day 22 - Getting Started with Jenkins

https://harshit03.hashnode.dev/day-22-getting-started-with-jenkins

Hashnode - python (python)

'What is Jenkins' Jenkins is an open-source automation server that helps automate the process of building, testing, and deploying software. It allows you to set up pipelines to automatically build your code, run tests, and deploy applications to var...


36: Unveiling React

https://riyabhandari.hashnode.dev/unveiling-react

Hashnode - javascript (Javascript)

React is JavaScript library for web and Native user interfaces. It is used for building user interfaces, particularly for creating interactive and dynamic single-page application (SPAs). It was developed and is maintained by Meta (Facebook). Inside R...


37: Creating a Simple Navbar - Day 1 of Challenge

https://antomervin.hashnode.dev/creating-a-simple-navbar-day-1-of-challenge

Hashnode - javascript (Javascript)

Navigation bars are an essential element of any website, serving as a roadmap for users to navigate through different pages or sections. In this challenge, we'll explore on creating a simple yet elegant navigation bar for our website. By following th...


38: Explained : Javascript 'this' keyword to a 12 year old!

https://justlifethings.hashnode.dev/explained-javascript-this-keyword-to-a-12-year-old

Hashnode - javascript (Javascript)

Hello, this is my first JS blog. Looking forward to the feedback. Please donot proceed if you are less than 12 year old. The concept of this has irritated me for a long time and messed up lot of my interviews. So I just tried to sit and console.log t...


39: Node.js vs. Bun: JavaScript Runtime Showdown

https://drmelchisedecbankole.hashnode.dev/nodejs-vs-bun-javascript-runtime-showdown

Hashnode - javascript (Javascript)

Both Node.js and Bun are popular JavaScript runtimes, but they offer different strengths and weaknesses. Choosing between them depends on your specific needs and priorities. Here's a breakdown of key differences: Engine: Node.js: Uses the V8 engine...


40 / 49

40: AWS EKS Installation

https://mdasad12.hashnode.dev/aws-eks-installation

Hashnode - javascript (Javascript)

IAM Create a user 'eks-admin' with AdministratorAccess Create Security Credentials Access Key and Secret access key EC2 Create an ubuntu instance (region us-west-2) ssh to the instance from local Install AWS CLI v2 curl "https://awscli.amazonaws.com/...


41: Knowing JS: Execution Context and Code Execution

https://abshukla.hashnode.dev/knowing-js-execution-context-and-code-execution

Hashnode - javascript (Javascript)

There's a famous phrase in JavaScript Ecosystem: "All code execution in JS happens inside an Execution Context " Now what is an Execution Context' As the name suggests, it's a context, an abstract environment where our code resides and executes Now ...


42: How to implement Fluter Bloc in your application

https://yogitaagarwal.hashnode.dev/how-to-implement-fluter-bloc-in-your-application

Hashnode - Flutter (Flutter)

State Management is a crucial part of Flutter Application Development, as without a managed state out data will be scattered everywhere which is very unmanagable specially in a large scale application.' BLOC stands for the Business Logic Components....


43: JavaScript Execution Context - How does JS work on behind'

https://soamtripathy.hashnode.dev/javascript-execution-context-how-does-js-work-on-behind

Hashnode - javascript (Javascript)

Welcome back to my blogs. Let's delve deeper into the JavaScript execution context with more detailed explanations and examples. JavaScript execution context is a fundamental concept that plays a crucial role in how JavaScript code is executed. It in...


44: How To: Simple Python Script to Upload File

https://swiftuser.hashnode.dev/how-to-simple-python-script-to-upload-file

Hashnode - python (python)

This is a small script that we can use to test uploading a file onto your backend. This comes in handy when trying to debug your code or a service. Here we set the endpoint, headers, and filename. Then we create a file_options object and then a file_...


45: AI In The Garden: Implementing Computer Vision To Classify Flower Breeds

https://pawelsiurek.hashnode.dev/ai-in-the-garden-implementing-computer-vision-to-classify-flower-breeds

Hashnode - python (python)

It's an amazing feeling to wake up to the sight of Sun gazing through the windows with the Spring just around the corner. One feels so much more energetic, and willing to productively fulfill your day in this great atmosphere :D So I thought to mysel...


46: Authenticate user via Facebook and generate a JWT token via Django Rest Framework

https://rcmisk.com/authenticate-user-via-facebook-and-generate-a-jwt-token-via-django-rest-framework

Hashnode - python (python)

I'm trying to build a server side application that will authenticate users via Facebook for what ever client side apps I want to develop. I was hoping to be able to simply authenticate users via Facebook from either an iOS/Android React Native app an...


47: Day 36 of 100days of code.

https://paks.hashnode.dev/day-36-building-a-book-store-application-part-two

Hashnode - javascript (Javascript)

MERN Stack Project Building a Book Store Application Part two - Add MongoDB and Mongoose to node JS Lets visit the MongoDB website www.mongodb.com. Sign in or create an account. Select build a database after login or signup. Select the free and 0 pla...




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