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

« Janvier 2022 »

  • 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


16 Janvier 2022 (45)

1: Responsive CSS for Simple Ajax Chat

https://wp-mix.com/responsive-css-for-simple-ajax-chat/

WP-mix.com (wordpress / PHP)

Thank you to Benjamin S. for sharing this CSS snippet for my free WordPress plugin, Simple Ajax Chat. Simple Ajax Chat (SAC) provides a setting that makes it easy to add your own custom CSS/styles. So today we’re going to take advantage of that option to customize the appearance of the SAC chat box so […]


2: The BootCamper's Journey: Week 8

https://mohamedmohamud.hashnode.dev/the-bootcampers-journey-week-8

Hashnode - javascript (Javascript)

Hello good people, once again you get your weekly fix of the Bootcamper's journey! This week picked up right off from where we left off and it wasn't shy about it either. useEffect We went straight into React Advanced (last week was React Basics) and...


3: Is Javascript Compiled or Interpreted'

https://aniketparihar.hashnode.dev/is-javascript-compiled-or-interpreted

Hashnode - javascript (Javascript)

A piece of code tells the computer what to do when we run/execute the code. It generally has to be converted to machine-readable code to do so. This can be done in two ways, Compilation and Interpretation. When this conversion happens from top to bo...


4: Compilation VS Transpilation

https://aniketparihar.hashnode.dev/compilation-vs-transpilation

Hashnode - javascript (Javascript)

What is transpilation and how is it different from the compilation' Compiling is a general term for taking source code written in one language and transforming it into another language. This transformation happens between languages of two different ...


5: Learning Microservices with Weightlifting

https://blog.joshgrant.dev/learning-microservices-with-weightlifting

Hashnode - javascript (Javascript)

After several books and countless YouTube videos about microservices it is time to build my own. What better way to ensure my accuracy and understanding than documenting the creation and evolution of my first application using microservices. I will b...


6: The Dummies Guide to understanding Basic React Concepts

https://hashnode.com/post/the-dummies-guide-to-understanding-basic-react-concepts-ckyhm9rh60ak024s14fk84dw0

Hashnode - javascript (Javascript)

Prerequisite The reader should have basic knowledge of HTML, CSS and JavaScript as this is a buildup from these languages. Introduction When I started my journey into learning tech while still practicing optometry, learning programming-related concep...


7: Let, Const and The Temporal Dead Zone''

https://aryansblog.hashnode.dev/let-const-and-the-temporal-dead-zone

Hashnode - javascript (Javascript)

Okay so I know TDZ seems like an intimidating term in the beginning, but trust me it is not! So first let's understand the difference between var, let and const. SCOPE' 1. var The scope of var is global when it is not declared within a function. A...


8: "It All Started with Mr. Robot"

https://hack3rwes.hashnode.dev/it-all-started-with-mr-robot

Hashnode - javascript (Javascript)

Hi, Im Wezley im Originally From Spartanburg, South Carolina but moved to Atlanta my second semester of 11th grade. I was partially raised by my Grand parents who were very business oriented, my grand father Jesse Bell was Brick Mason, My Grandmothe...


9: What is Django and how to set up a Django project'

https://derrickkoko.hashnode.dev/what-is-django-and-how-to-set-up-a-django-project

Hashnode - python (python)

Introduction Web Development is one of the most popular fields in the world of programming. Beginners in programming often want to use Web development as a starter to reach where ever they want to go in Software development. But some people find Web ...


10 / 45

10: ''Temporal Dead Zone

https://hashnode.com/post/temporal-dead-zone-ckyhije5b09fm24s14d20gm58

Hashnode - javascript (Javascript)

Let's have a look on what exactly a Temporal or as I like to call it Terrifying Dead Zone is. Temporal Dead Zone is the time period between which a variable is declared , to the point where it is initialized. To understand it better, we first need to...


11: [Étude] 2021, année record pour la French Tech avec 11,56 milliards d'euros levés

https://www.usine-digitale.fr/article/etude-2021-annee-record-pour-la-french-tech-avec-11-56-milliards-d-euros-leves.N1773867

L'usine-digitale (Informatique)

Les start-up françaises ont levé 11,56 milliards d'euros en 2021, soit 115% de plus qu'en 2020, selon le baromètre EY du capital risque en France. L'année 2021 est celle des records, que ce soit au niveau des montants levés mais aussi du nombre de nouvelles licornes, puisque 12 start-up ont décroché une valorisation supérieure&nbs [...]


12: Dynamic property binding with vue router-link

https://tech.tham.xyz/dynamic-property-binding-with-vue-router-link

Hashnode - javascript (Javascript)

is a component for enabling page navigation in a router-enabled Vue application. It renders HTML element with the correct href configuration. But the router-link has lots of other advantages when compared with the HTML element ...


13: JS Higher-order functions

https://vkglobal.hashnode.dev/js-higher-order-functions

Hashnode - javascript (Javascript)

Youtube Twitter https://youtu.be/S15iU9O-QXg A function can take function as an argument and can return function as value is called higher-order function. const higherOrderFunc = function() { return function() { return 12; } } // ...


14: Hoisting in JavaScript

https://meinpkhoonpk.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

Hello Guys, I am here with my first topic which has troubled me a lot in my interviews and due to wrong information about hoisting, in one interview I said that let and const cannot be hoisted but after the interview was done I googled it and was sho...


15: How to Approach Rotate Image Slider in CSS

https://dp13creation.hashnode.dev/how-to-approach-rotate-image-slider-in-css

Hashnode - javascript (Javascript)

'STAY HUNGRY, STAY FOOLISH' ' Steve Jobs 'STAY LEARN, MORE EARN' ' Durai Prasanth Daily learn something.... Start to read my blog.... Image slider make websites look more polished and exciting, and help improve user experience. Explore how the combi...


16: Hyperscript - the hidden language of React

https://blog.fromaline.com/hyperscript-the-hidden-language-of-react

Hashnode - javascript (Javascript)

JSX is the starting point React uses JSX to make things easier for the developers. So when you write something like this. Hello! Babel with a react preset transforms it to this. React.createElement("div", { id: "foo" }, "He...


17: Tutorial - Correlation between Indian Bank Stocks (feat. Nifty Bank)

https://blog.amitwani.dev/tutorial-correlation-between-indian-bank-stocks-feat-nifty-bank

Hashnode - python (python)

Hello everyone, this article is about the tutorial on how to do the correlation analysis of Indian Bank stocks which was one done in this article . Where we compared major private and public banking stocks listed on the stock exchange. This is my fi...


18: Popular Design News of the Week: January 10, 2022 ' January 16, 2022

https://www.webdesignerdepot.com/2022/01/popular-design-news-of-the-week-january-10-2022-january-16-2022/

Webdesigner depot (Design)

Every day design fans submit incredible industry stories to our sister-site, Webdesigner News. Our colleagues sift through it, selecting the very best stories from the design, UX, tech, and development worlds and posting them live on the site. The best way to keep up with the most important stories for web professionals is to subscribe […] The post Popular Design News of the Week: January 10 [...]


19: This week in Flutter 37

https://mvolpato.hashnode.dev/this-week-in-flutter-37

Hashnode - Flutter (Flutter)

I have been impressed by the Wordle story this week. Wordle is a word game made by Josh Wardle, that became viral recently. After that, a lot of clones appeared on the mobile stores, trying to make money from its sudden success. And they did make mon...


20 / 45

20: How to rename default branch in Git and GitHub

https://amanhimself.hashnode.dev/how-to-rename-default-branch-in-git-and-github

Hashnode - javascript (Javascript)

I'm currently maintaining a GitHub repo that is grown over the last year. It primarily contains all the example code that I create when working on React Native and Expo articles and tutorials. Recently, I switched the default branch to main. Here are...


21: LeetCode - Spiral Matrix

https://alkesh26.hashnode.dev/leetcode-spiral-matrix

Hashnode - javascript (Javascript)

Problem statement Given an m x n matrix, return all elements of the matrix in spiral order. Problem statement taken from: https://leetcode.com/problems/spiral-matrix Example 1: Input: matrix = [[1, 2, 3], [4, 5, 6], [7, 8, 9]] Output: [1, 2, 3, 6, 9...


22: Access Modifiers in Python

https://jellis18.hashnode.dev/access-modifiers-in-python

Hashnode - python (python)

If you have stumbled across this post then you are probably coming to Python from another object oriented language that has real support for access modifiers. Python has almost no support for access modifiers at runtime but it does now have pretty go...


23: JS Closure

https://vkglobal.hashnode.dev/js-closure

Hashnode - javascript (Javascript)

Youtube Twitter https://youtu.be/V_Q2t_aHCKU Closure gives you access to an outer functions scope from inner function. function outer() { const name = 'test'; function inner() { // 'name' from outer function is accessible inside inner ...


24: ''''''-''''''''' ' '''''''''' ' Python

https://z0rr0.blog/python-class-iterators

Hashnode - python (python)

' ''''' '''''''''''''''' Python '''' ''''''' '''''''''' ' '''''''''''. ''' ''''''' '' ''''' ''''''' ' ''''' '''''''' '''''''' ''''''''' ''' ''''''''''''' '''''''''''''. '' ' '''''' '''''' ''''''' ''''''''' ''''''' '''''''' ''' ''''''''' '''''''' ''''...


25: Vue3 reactive() done right

https://tech.tham.xyz/vue3-reactive-done-right

Hashnode - javascript (Javascript)

ref() and reactive() are the two methods for introducing reactivity to your Vuejs application. I didn't face any challenges to introduce reactivity to simple variable types. But this was not true for JSON object or object variable types. Even tho...


26: Queue Implementation In Kotlin -Data Structure And Algorithms

https://abhiculous.hashnode.dev/queue-implementation-in-kotlin-data-structure-and-algorithms

Hashnode - Kotlin (Mobiles)

Queue are data structure that follows the FIRST IN, FIRST OUT (FIFO), ie the first element that is added to the queue is the first one to be removed. Elements are always added to the back and removed from the front. Think of it as a line of people, ...


27: Day 7: 100 Days of Code

https://maryambibi.hashnode.dev/day-7-100-days-of-code

Hashnode - python (python)

Built a Hangman project on day 7 with the help of flowchart programming where implemented all the concept that I have learned so far i.e., FOR / WHILE loop, IF/ELSE, Lists, strings, range function and modules. Project is on my GitHub repository give...


28: Here is a course that shows how to make a simple API calls with the fetch() method in Javascript

https://hashnode.com/post/here-is-a-course-that-shows-how-to-make-a-simple-api-calls-with-the-fetch-method-in-javascript-ckyh617jm05je24s11u1p4dsw

Hashnode - javascript (Javascript)

First, get the API you want to fetch Example : https://api.thecatapi.com/v1/images/search and pass it preferably under a variable, you will understand why Example : let apiCat = 'https://api.thecatapi.com/v1/images/search'; // I took the API in ...


29: How to create and use an Array '

https://hashnode.com/post/how-to-create-and-use-an-array-ckyh5sxhy05gq24s174iuc4mo

Hashnode - javascript (Javascript)

Array are like lists, you can list and modify the array. The length of an array may vary. There are many ways to create an Array in Javascript. let arr = new Array(); // An array has been created by 'new Array' let arr = []; // An array has been cre...


30 / 45

30: What is AJAX'

https://ungson.hashnode.dev/what-is-ajax

Hashnode - javascript (Javascript)

1. Gi'i thi'u: AJAX là vi't t't c'a Asynchronous Javascript and XML. 'ây là m't k' thu't trong Javascript, '''c dùng '' c'p nh't l'i d' li'u, giao di'n m't ph'n trên trang web mà không c'n t'i l'i toàn b' trang. Asynchronous, JavaScript, XML trong t'...


31: Open source : les développeurs se rebiffent, la Maison Blanche consulte

https://www.lemondeinformatique.fr/actualites/lire-open-source-les-developpeurs-se-rebiffent-la-maison-blanche-consulte-85456.html

Le monde informatique (Internet / Informatique)

En début de semaine, un développeur, Marak Squirres a décidé de saboter deux de ses librairies : Colors et Fakers qui (...)


32: I created Sweetgradients a Color gradient Ecosystem ' '

https://johnbabu.hashnode.dev/i-created-sweetgradients-a-color-gradient-ecosystem

Hashnode - javascript (Javascript)

SweetGradients -A Platform where you can find out color graidents easily Story behind SweetGradients -When i was looking for gradients to be used in a project i didn't find anything but finally i findout a web app called Uigradients built with Vue.js...


33: Different ways of making queries to Django Database

https://ubaydah.hashnode.dev//different-ways-of-making-queries-to-django-database

Hashnode - python (python)

Introduction After creating models and migrating them to the database, we make queries to the database to get meaningful information from it. A query is a request for data or information from a database table or group of tables. It is important to ma...


34: A quick introduction to python lists

https://erastus.hashnode.dev/a-quick-introduction-to-python-lists

Hashnode - python (python)

A list is a collection of items in a particular order enclosed in square brackets [ ]. A comma separates individual elements in a list and is a good practice to name your list in plural like usernames instead of username. A list can be of anything bo...


35: I created Quiz-app a quiz game ecosystem

https://johnbabu.hashnode.dev/i-created-quiz-app-a-quiz-game-ecosystem

Hashnode - javascript (Javascript)

I have created a quiz-app with Html and Javascript 4 months ago which i used to learn javascript intermediately it uses basic javascript queries This Application is best for beginners and Intermediate Javascript Learners Story so far when i was thin...


36: Simple REST API using Spring Boot and Kotlin [Part 2]

https://gintophilip.hashnode.dev/simple-rest-api-using-spring-boot-and-kotlin-part-2

Hashnode - Kotlin (Mobiles)

Creating model class Create a Kotlin class named Task in the same location where we created the SimpleRESTController class. This model class is used to represent a table in the database. data class Task( var taskId:Int=0, var taskName: String=...


37: Simple REST API using Spring boot and Kotlin [Part 1]

https://gintophilip.hashnode.dev/simple-rest-api-using-spring-boot-and-kotlin-part-1

Hashnode - Kotlin (Mobiles)

This and the following posts will show how to create a basic REST API using Kotlin with Spring Boot framework. Here I will implement a Tasks API which provides the following functionalities. In this post we will create the project and a REST controll...


38: Read and Write Data to Local JSON File with NodeJS

https://hashnode.com/post/read-and-write-data-to-local-json-file-with-nodejs-ckygsn85g02k124s12y626y62

Hashnode - javascript (Javascript)

While working with NodeJS, We may need to work with the local JSON file. In this article, We will see writing data to a local JSON file with NodeJS application. Let's start step by step: 1.Create an empty JSON file named posts.json { "posts": [] } ...


39: Linear Regression with PyTorch

https://wulfi.hashnode.dev/linear-regression-with-pytorch

Hashnode - python (python)

Linear regression is a linear approach ( we use a linear function) for modelling the relationship between two continuous variables, a dependent and an independent variable. The linear model allows us to find the value of an dependent variable when we...


40 / 45

40: A Quick Guide to Setup Python for Windows.

https://hashnode.com/post/a-quick-guide-to-setup-python-for-windows-ckygqscv3025f35s1fuhhauuv

Hashnode - python (python)

Python is an Object-Oriented-Programming (OOP) Language. It is free and easy to learn if you know where to start. To learn more about it please visit this Link . In this tutorial I'll be guiding you to quickly setup Python on your OS so you can join...


41: A Quick Guide to Setup Python for Windows.

https://umairmughal.hashnode.dev/a-quick-guide-to-setup-python-for-windows

Hashnode - python (python)

Python is an Object-Oriented-Programming (OOP) Language. It is free and easy to learn if you know where to start. To learn more about it please visit this Link . In this tutorial I'll be guiding you to quickly setup Python on your OS so you can join...


42: 3 Examples of Artificial Intelligence in Marketing

https://www.bestfreewebresources.com/3-examples-of-artificial-intelligence-in-marketing

Best Free Web Resources (Veille)

AI is being used in the marketing space in several places. Some of the industries in which artificial intelligence is being used on a large scale are financial services, government, entertainment industry, healthcare, retail, and more. In this article, we will mention a few applications of AI in the marketing domain. Below are the applications […] The post 3 Examples of Artificial...


43: Temporal Dead Zone

https://hashnode.com/post/temporal-dead-zone-ckygp8k7j01vm35s17n6a31bj

Hashnode - javascript (Javascript)

The Temporal Dead Zone (TDZ) is one of the important and advanced concepts of JavaScript, not explicitly defined in ECMA Script specifications. But programmers do understand this. The temporal dead zone is a behavior (in JavaScript) that occurs while...




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