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

« Janvier 2023 »

  • 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 14 Janvier 2023 (93)

1: Visually Understanding JavaScript's Array.Map() method.

https://bugdodger.hashnode.dev/visually-understanding-javascripts-arraymap-method

Hashnode - javascript (Javascript)

Introduction Hi there my friend, I was writing a bit of code today and I noticed I was using the .map method more often than normal, so much it started to feel like a sign... A sign to save someone else from the confusion I had the first time I used ...


2: Everyday types in TypeScript

https://blog.wajeshubham.in/everyday-types-in-typescript

Hashnode - javascript (Javascript)

As we explored in the last article, we have learned about TypeScript, why we use it, how it differs from JavaScript, how to install, configure, and run TypeScript, and some basic types in TypeScript. In this article, we'll learn in-depth about some o...


3: How my weightlifting journey helped me with coding

https://velpsblog.com/how-my-weightlifting-journey-helped-me-with-coding

Hashnode - javascript (Javascript)

What's up guys :), Aman here. In today's blogpost I'm going to be talking about how my weightlifting journey helped me become a better developer. Hope you enjoy it! Physical fitness to me is a whole journey in itself. You get to understand more about...


4: JavaScript Variables Explained

https://godswillch.hashnode.dev/javascript-variables-explained

Hashnode - javascript (Javascript)

After reading this article, you will never struggle with javascript variables again. I explained javascript variables in this article in such a way that anybody can easily understand it. I did my best to relate this concept to real-life examples. Wha...


5: Getting Started with Python

https://botarmy.hashnode.dev/getting-started-with-python

Hashnode - python (python)

What is a programing language' An ordered set of instructions to be executed by a computer to carry out a specific task is a program. Computers understand the language of 0s and 1s (machine language), but it is difficult for humans to write instructi...


6: Javascript Array Data Structure

https://eddy.hashnode.dev/javascript-array-data-structure

Hashnode - javascript (Javascript)

INTRODUCTION A data structure is a method of organizing and storing data in a computer so that it can be accessed and modified efficiently. The specific implementation and properties of a data structure depend on the problem it is being used to solve...


7: How To Become a Web Developer In 2023

https://clericcoder.hashnode.dev/how-to-become-a-web-developer-in-2023

Hashnode - javascript (Javascript)

pick one of these programming Language to Become a Web Developer However, web development remains the most important element that drives modern technology and the Internet. Companies and industries still need websites to interact with customers, orga...


8: Using ChatGPT to Optimize your code.

https://oluwatrillions.hashnode.dev/using-chatgpt-to-optimize-your-code

Hashnode - javascript (Javascript)

The debate as to if ChatGPT will take our jobs as developers has been drumming up since OpenAI released its AI bot in November 2022. Well, as developers, I don't think we should be too worried about that and instead use it for our benefit. As technol...


9: Think About Your Audience

https://lovethomokaro.hashnode.dev/think-about-your-audience

Hashnode - javascript (Javascript)

Hi everyone!! Welcome back to the third article in my series of articles as an Outreachy intern with Wagtail. The Wagtail Community Wagtail is a free and open-source Content Management System (CMS) written in Python and built on the Django framework....


10 / 93

10: Circular Text Within an HTML5 Canvas

https://infallibly-fallible.hashnode.dev/circular-text-within-an-html5-canvas

Hashnode - javascript (Javascript)

Whilst working on a canvas-based HTML5 diagram module for an upcoming C++ post, I recently found myself in need of some circular text ' you know, the kind of 'bendy' goodness that wraps itself around the circumference of an arbitrary circle. As my kn...


11: Next parameter in node js

https://abskawser.hashnode.dev/next-parameter-in-node-js

Hashnode - javascript (Javascript)

Hi, you all. Today I write about the next() parameters. One of the most important parameters in Node.js is the "next" parameter, which is commonly used in middleware functions. Middleware functions are functions that have access to the request and re...


12: Python Programming Examples

https://aadarshkannan.hashnode.dev/python-programming-examples-part-1

Hashnode - python (python)

Get started Python is a powerful, versatile programming language that is widely used for web development, data analysis, artificial intelligence, and more. It's known for its simple and easy-to-learn syntax, making it a great choice for beginners. He...


13: Objects & Working with Objects in JavaScript

https://imbeshat.hashnode.dev/objects-working-with-objects-in-javascript

Hashnode - javascript (Javascript)

What is an object in JavaScript' An object is one of the type of data types present in JavaScript. An object is a standalone entity, with properties and type. It is a collection of properties that stores various key-value pairs. For example - if we w...


14: Limitations of 'Pandas'

https://rohan-anand.com/limitations-of-pandas

Hashnode - python (python)

Introduction Pandas is a popular and powerful library for data manipulation and analysis in Python. It provides easy-to-use data structures and data analysis tools for handling and manipulating numerical tables and time series data. The two primary d...


15: What is EDA (Exploratory Data Analysis)'

https://www.writtenbykaushal.com/what-is-eda-exploratory-data-analysis

Hashnode - python (python)

Let me start with how it was created. So long before you and I were born in around 1970 John Tukey proposed this term. EDA stands for exploratory data analysis is a statistical approach to analyzing the data. While working with a Machine Learning or ...


16: [DIY] Scraping Tables From A PDF

https://blog.anjann.dev/diy-scraping-tables-from-a-pdf

Hashnode - python (python)

Recently I had a problem, scraping the forex card rates from a PDF published by SBI on their website and converting the same to a CSV file. This PDF is updated on the same link every day. As quoted by the final source where I got the code from - Exp...


17: How to A/B test your Python application

https://codedbychavez.com/how-to-ab-test-your-python-application

Hashnode - python (python)

Will showing the number of book copies sold on my website encourage more people to buy it' To answer this question confidently, I can rely upon A/B testing for guidance. This method of testing allows us to evaluate two versions of a website or app by...


18: CSS Media Queries

https://ashishkumar25.hashnode.dev/css-media-queries

Hashnode - javascript (Javascript)

CSS Media Queries are used to define different styles rules for different screen sizes. like-laptop,mobiles,Desktops,smart watches etc. Media Queries Syntax:- @media only screen and (screen size){ code... } Value all -- used for all media type d...


19: Input Elements in HTML

https://moreshwar.hashnode.dev/input-elements-in-html

Hashnode - javascript (Javascript)

Form in HTML are the interactive documents, which will help to collect the data from the user. It also has various attributes like action, autocomplete, method (get,post, dialog). action : Here there will be the URL where the form data will be submit...


20 / 93

20: Day 1 of 100DaysOfCode

https://tanishastechhaven.com/day-1-of-100daysofcode

Hashnode - javascript (Javascript)

Today I Learned Basics of JavaScript Arrays Loops Objects and Methods (ES6) You can check out the code here: GitHub-Day-1 Tech Treat of The Day Neumorphism.ioThis is a CSS tool that lets you play around with different styles for a particular el...


21: Exploring the Kotlin Type System and understanding Null Safety

https://hardiksachan.hashnode.dev/exploring-the-kotlin-type-system-and-understanding-null-safety

Hashnode - Kotlin (Mobiles)

Welcome to the fourth article in this series on Android Development. In the previous articles, we covered some basics of Kotlin and OOPS. In this article, we're going to dive deep into Kotlin's type system and learn all about null safety. First, let'...


22: Exploring the Kotlin Type System and understanding Null Safety

https://blog.hardiksachan.com/exploring-the-kotlin-type-system-and-understanding-null-safety

Hashnode - Kotlin (Mobiles)

Welcome to the fourth article in this series on Android Development. In the previous articles, we covered some basics of Kotlin and OOPS. In this article, we're going to dive deep into Kotlin's type system and learn all about null safety. First, let'...


23: Exploring the Kotlin Type System and understanding Null Safety

https://hardiksachan.com/exploring-the-kotlin-type-system-and-understanding-null-safety

Hashnode - Kotlin (Mobiles)

Welcome to the fourth article in this series on Android Development. In the previous articles, we covered some basics of Kotlin and OOPS. In this article, we're going to dive deep into Kotlin's type system and learn all about null safety. First, let'...


24: Mastering Recursion in Python: A Comprehensive Guide

https://soamtripathy.hashnode.dev/mastering-recursion-in-python-a-comprehensive-guide

Hashnode - python (python)

Recursion is a programming technique in which a function calls itself in order to solve a problem. It is a powerful tool that allows for elegant and efficient solutions to certain types of problems, but it can also be difficult to understand and debu...


25: Custom training with TensorFlow - part I

https://hossamasaad.hashnode.dev/custom-training-with-tensorflow-part-i

Hashnode - python (python)

Introduction TensorFlow is a Python-friendly open-source library for numerical computation that makes machine learning and developing neural networks faster and easier. Keras is a high-level neural network library that runs on top of TensorFlow. Kera...


26: day13 of 90daysofdevops

https://charanwrites.hashnode.dev/day13-of-90daysofdevops

Hashnode - python (python)

Hello ' all, Today we are going to learn about python. Before start learning about python first, let's learn about the difference between scripting language and programming language. What is the difference between scripting language and programming ...


27: Redirecting Standard Output using StringIO and Sys module - Python

https://musoye.hashnode.dev/redirecting-standard-output-using-io-and-sys-module-python

Hashnode - python (python)

Sometimes, when writing a program there could be a reason not to like writing into a file directly. In programming, one of the practices is to write data into a file because after a program runs finish all the data is lost, to prevent this, programme...


28: A simple guide to switching to Typescript for Javascript Developers

https://tobiojuolape.hashnode.dev/a-simple-guide-to-switching-to-typescript-for-javascript-developers

Hashnode - javascript (Javascript)

Introduction Introduction Throughout my programming career, I've always been a fan of Javascript because I consider it to be a fun and versatile programming language. If you want to quickly become a full-stack software engineer and build products for...


29: How to set up your flutter development environment

https://geekaid.hashnode.dev/how-to-set-up-your-flutter-development-environment

Hashnode - Flutter (Flutter)

'For the best return on your money, pour your purse into your head' Hurry! now you have decided to learn flutter and it will be a good decision. Your journey will be full of hurdles but the whole community and I are here to help you out so relax. The...


30 / 93

30: JavaScript: What's New in ECMAScript 2020

https://myblog.atom/javascript-whats-new-in-ecmascript-2020

Hashnode - javascript (Javascript)

ECMAScript 2020, also known as ES2020, is the latest version of the JavaScript programming language. This version brings several new features and improvements to the language, making it more powerful and efficient than ever before. In this blog, we w...


31: Parent Them Don't Accuse Them

https://ojionubenjamin.com/parent-them-dont-accuse-them

Hashnode - javascript (Javascript)

A young boy of about sixteen years old once asked his mom why she married his dad if she knew he didn't have a job. Instead she replied his question with a question, saying don't people change''. Her ideology of change is one that has made her live a...


32: Using Beautiful Material Themes from Material Theme Builder in Stylify CSS

https://machy8.hashnode.dev/using-beautiful-material-themes-from-material-theme-builder-in-stylify-css

Hashnode - javascript (Javascript)

Material Theme Builder is a tool with which you can easily generate Material Theme color palettes and typography sizes for your website. Features: ' Theme colors can be generated from an uploaded image or by using their color picker. ' Configured t...


33: Array Operations in JavaScript

https://blog.nrknithin.com/array-operations-in-javascript

Hashnode - javascript (Javascript)

JavaScript provides a wide range of array operations that allow developers to manipulate and work with arrays in various ways. Understanding how to use these methods can greatly simplify your code and make it more efficient. In this post, we'll cover...


34: Building an Airport Flight status widget with API Day89

https://dheerajy1.hashnode.dev/building-an-airport-flight-status-widget-with-api-day89

Hashnode - javascript (Javascript)

Today #Day89 of #100DaysOfCode, I am coding and explaining by 'Building an Airport Flight status widget with API' using JS, Node.js, and an API taught by [Ania Kubów]. JavaScript define the table body by picking the elementbyid, const tableBody = doc...


35: Building a Basic Kafka Application with Python

https://blog.mounirmesselmeni.de/building-a-basic-kafka-application-with-python

Hashnode - python (python)

Kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming apps. It is a powerful tool that can handle high volumes of data and allows for the storage and processing of streams in a fault-tolerant and s...


36: En partageant son GPU, Stable Horde génère des images à base d'IA

https://www.lemondeinformatique.fr/actualites/lire-en-partageant-son-gpu-stable-horde-genere-des-images-a-base-d-ia-89080.html

Le monde informatique (Informatique / Internet)

Mettre ses ressources au service de l'art IA. C'est l'idée qui a germé récemment avec le lancement d'une initiative populaire permettant (...)


37: Creating and Downloading a CSV File Using Pure JavaScript - A Step by Step Guide

https://hat52.hashnode.dev/creating-and-downloading-a-csv-file-using-pure-javascript-a-step-by-step-guide

Hashnode - javascript (Javascript)

CSV files are an essential part of computer programming. There might some cases when there is some data and you want the user to be able to download it. In that case, CSV file helps the programmer to use them to download data from the browser. Cav fi...


38: En"Rich" your Python console scripts

https://srvzblogs.hashnode.dev/enrich-your-python-console-scripts

Hashnode - python (python)

Recently I wrote a post on Python GUI using ttkbootstrap, a GUI definitely provides better UX(User Experience) and makes our application/script easy to use. However, a lot of times we don't need a GUI in the first place for example, in Dev and Produc...


39: JavaScript Functions

https://shekharcodes.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

A JavaScript function is a block of code designed to perform a particular task. A JavaScript function is executed when "something" invokes it (calls it). JavaScript Function Syntax A JavaScript function is defined with the function keyword, followed ...


40 / 93

40: How to Choose the Best JavaScript Framework: React, Angular or Vue'

https://gravitsingh.hashnode.dev/how-to-choose-the-best-javascript-framework-react-angular-or-vue

Hashnode - javascript (Javascript)

Introduction If you are looking for a new framework to develop your next project, there is no shortage of options. In this article, we will look at each of these frameworks in depth and discuss how they compare to one another. Vue is a popular progre...


41: JavaScript Object and it's method

https://shekharcodes.hashnode.dev/javascript-object-and-its-method

Hashnode - javascript (Javascript)

JavaScript object is a non-primitive data-type that allows us to store multiple collections of data. Here is an example of a JavaScript object. // object const student = { firstName: 'ram', class: 10 }; Here, student is an object that stores...


42: 5 Recommendations for all Young Developers.

https://stylnode.com/5-recommendations-for-all-young-developers

Hashnode - javascript (Javascript)

The technology environment is intimidating. Software architecture is difficult to learn. At first, everything seems overwhelming. mostly because it is '. With practice, the answer will emerge. Here are my top five tips for any aspiring junior develo...


43: merge object in javascript

https://fuzailkhan.hashnode.dev/merge-object-in-javascript

Hashnode - javascript (Javascript)

merge object using spread operator summary : in this tutorial , you will learn how to merge two or more object and create new object that combine all properties of all objects. ES6 introduce spread oprator(...) which can be used to merge two or more ...


44: Prototype in JavaScript

https://site02.in/prototype-in-javascript

Hashnode - javascript (Javascript)

Objective- Understanding the prototype in JavaScript with the help of examples Prototypes are the mechanism by which JavaScript objects inherit features from one another. prototype property of Javascript allows you to add new properties and methods ...


45: Supporting Multiple Languages With NextJS

https://ethan91.hashnode.dev/supporting-multiple-languages-with-nextjs

Hashnode - javascript (Javascript)

Introduction Hello! Recently I added multiple languages to my site, so I will show you how to do it in this short tutorial. ' Setting up the project First we need to actually set up the project, run the following command: yarn create next-app Give...


46: A practical method for managing environment variables in microservices running on AWS ECS

https://asifroyal.hashnode.dev/a-practical-method-for-managing-environment-variables-in-microservices-running-on-aws-ecs

Hashnode - javascript (Javascript)

There are several methods for managing environment variables in AWS ECS microservices. To store and manage your environment variables, one common method is to use AWS Systems Manager Parameter Store. You can store sensitive information, like database...


47: Effortlessly Understanding JavaScript Promises

https://ashuraturiblogs.hashnode.dev/effortlessly-understanding-javascript-promises

Hashnode - javascript (Javascript)

Promises in JavaScript can be a tricky concept to grasp, but with the right understanding, it can become a powerful tool in your programming arsenal. By reading this article, you'll gain a deeper understanding of promises and how they work, making it...


48: LeetCode - Partition List

https://alkesh26.hashnode.dev/leetcode-partition-list

Hashnode - javascript (Javascript)

Problem statement Given the head of a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the original relative order of the nodes in each of the two partitions. Pr...


49: LeetCode - Factorial Trailing Zeroes

https://alkesh26.hashnode.dev/leetcode-factorial-trailing-zeroes

Hashnode - javascript (Javascript)

Problem statement Given an integer n, return the number of trailing zeroes in n!. Note that n! = n (n - 1) * (n - 2) * ... * 3 * 2 * 1*. Problem statement taken from: https://leetcode.com/problems/factorial-trailing-zeroes Example 1: Input: n = 3 O...


50 / 93

50: LeetCode - House Robber

https://alkesh26.hashnode.dev/leetcode-house-robber

Hashnode - javascript (Javascript)

Problem statement You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent houses have security systems connecte...


51: LeetCode - Search in Rotated Sorted Array

https://alkesh26.hashnode.dev/leetcode-search-in-rotated-sorted-array

Hashnode - javascript (Javascript)

Problem statement There is an integer array nums sorted in ascending order (with distinct values). Prior to being passed to your function, nums is possibly rotated at an unknown pivot index k (1


52: LeetCode - Unique Binary Search Trees

https://alkesh26.hashnode.dev/leetcode-unique-binary-search-trees

Hashnode - javascript (Javascript)

Problem statement Given an integer n, return the number of structurally unique BST's (binary search trees) which has exactly n nodes of unique values from 1 to n. Problem statement taken from: https://leetcode.com/problems/unique-binary-search-trees....


53: Node.js: An Introduction to the JavaScript Runtime and its Strengths and Weaknesses

https://techbot.hashnode.dev/nodejs-an-introduction-to-the-javascript-runtime-and-its-strengths-and-weaknesses

Hashnode - javascript (Javascript)

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to run JavaScript on the server side, creating server-side applications with JavaScript. One of the strengths of Node.js is its ability to handle a large num...


54: Composition and Configuration patterns for building flexible components

https://chrisdinh.hashnode.dev/composition-and-configuration-patterns-for-building-flexible-components

Hashnode - javascript (Javascript)

Building reusable components supporting a lot of different variants and elements is not easy. There are two common approaches, composition and configuration. The composition encourages building functionality by composing multiple components together....


55: Testing File Upload Component with RTL

https://omar-b.hashnode.dev/testing-file-upload-component-with-rtl

Hashnode - javascript (Javascript)

React Testing Library React Testing Library is a testing framework for React applications that helps you test the behaviour of your components rather than their implementation details. It is built on top of DOM Testing Library, which is a set of util...


56: Comment réussir le recrutement d'un freelance informatique '

https://newflux.fr/2023/01/14/comment-reussir-le-recrutement-dun-freelance-informatique/

New Flux ()

Vous désirez acheter les services d'un freelance informatique et vous vous demandez comment en choisir un de compétent ' Le domaine du freelancing est bondé de faux experts et il peut être très difficile de déceler les vrais spécialistes. C'est pourquoi nous vous exposons ici quelques étapes à suivre pour choisir un freelance informatique de […]


57: Automated Testing

https://svdcse.xyz/automated-testing

Hashnode - javascript (Javascript)

What is Automated Testing' Automated testing is the practice of writing code to test our code, and then running those tests in an automated fashion. With automated testing, you write code and directly call a function with different inputs and verify ...


58: Understanding and Using Sealed Classes in Kotlin

https://nitishbhatt.hashnode.dev/understanding-sealed-classes-in-kotlin

Hashnode - Kotlin (Mobiles)

Kotlin sealed classes are a powerful tool for creating restricted class hierarchies in which an object can only have one of the specified types. They are similar to Enums in Java, but with additional features. A sealed class is defined by using the "...


59: Scope of Data Science with Python Course

https://datasciencewithpython.hashnode.dev/scope-of-data-science-with-python-course

Hashnode - python (python)

When it comes to Data Science, professionals have to work with a combination of different technologies. There is no doubt that Python is the most popular and widely used programming language in the Data Science field. That's why learners are enrollin...


60 / 93

60: Flask-Pydantic For Data Validation

https://gagan29.hashnode.dev/flask-pydantic-for-data-validation

Hashnode - python (python)

Hello Folks, This is My First Blog on Hash node. Hope you will enjoy the read. Introduction Of Flask-Pydantic Extension Before knowing about Flask-Pydantic Extension, I want you all to know about what is pydantic' pydantic package is used for data va...


61: Save time by using array functions in Javascript

https://zidev.hashnode.dev/save-time-by-using-array-functions-in-javascript

Hashnode - javascript (Javascript)

Array transformation functions are valuable tools for Javascript developers. They allow us to easily manipulate the elements of an array and transform them according to our needs. In this article, we will explore three of these functions: map, filter...


62: How to use Chart.js to create a Chart for Your Project

https://zordcoder.live/how-to-use-chartjs-to-create-a-chart-for-your-project

Hashnode - javascript (Javascript)

Data visualization is a powerful tool for interpreting large and complex data sets. It involves creating graphical representations that give detailed information and can be used to generate insights into a given topic. It can be as simple as a graph ...


63: Python, its history and popularity!

https://siddharthballure.hashnode.dev/python-its-history-and-popularity

Hashnode - python (python)

Learning something is of great importance and that is what I too believe in. What I believe is, know just a little more about what we are learning can make it fun and bolster our determination in choosing and learning that thing. When we know somethi...


64: React Breakdown: useState

https://princecodes.hashnode.dev/react-breakdown-usestate

Hashnode - javascript (Javascript)

Introduction Hi there! Are you ready to learn about React's useState hook' Great! useState is a fun and useful tool that helps us make our React apps do cool things. First, let's talk about what React is. React is a way to make websites and apps that...


65: React Breakdown: Virtual DOM

https://princecodes.hashnode.dev/react-breakdown-virtual-dom

Hashnode - javascript (Javascript)

In this article, we will explore the virtual DOM, a key concept in the React JavaScript library. We will explain what the virtual DOM is, how it works, and why it is an important part of React. By the end of this article, you will have a better under...


66: Object in JavaScript

https://sdutta.hashnode.dev/object-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, an object is a collection of properties, and a property is an association between a key and a value. The object represents a non-primitive datatype in JavaScript. Object in Javascript is different from objects in other languages. It is...


67: A Complete Introduction to Front-End Development

https://codingmaestro.hashnode.dev/a-complete-introduction-to-front-end-development

Hashnode - javascript (Javascript)

Always wondered what front-end development is as a craft' Then you're on the right page. Whether you're looking to become a developer or are already on the journey to becoming one, understanding the fundamental concept of front-end development and th...


68: How to handle reactivity in VueJs

https://michellead.hashnode.dev/how-to-handle-reactivity-in-vuejs-clcvodu6u000508ktfuuk5d9v

Hashnode - vuejs (Javascript)

One of the distinct features of single-page application frameworks and libraries like Vue is the inbuilt reactivity functions. Reactivity is important as it helps prevent hot reloads to handle state change in an application. Before we go on; Prerequi...


69: React Hooks Explained

https://dumebi.hashnode.dev/react-hooks-explained

Hashnode - javascript (Javascript)

Hello and welcome!! Today, I'd be sharing my knowledge on three of my favorite React hooks I have learned. I will try my best to explain this as simply as I can, the way that I understand it. Hopefully, this can help fuel your understanding. Please n...


70 / 93

70: Create a React App under 1 minute

https://timmydahunsi.hashnode.dev/create-a-react-app-under-1-minute

Hashnode - javascript (Javascript)

If you're new to React and have been wondering how to get started, this tutorial is for you. We'll be showing you how to create a React app in just a couple of minutes using a handy tool called "create-react-app." By the end of this guide, you'll hav...


71: How can I learn Python in a week'

https://ridhisingla001.hashnode.dev/how-can-i-learn-python-in-a-week

Hashnode - python (python)

Learning a programming language in a week is ambitious, but it is possible to make significant progress in that time frame with a dedicated effort. Here are a few tips to help you learn Python in a week: Focus on the basics first: Make sure you unde...


72: Using hooks and sharing data between components using props in reactjs

https://pcodesdev.hashnode.dev/using-hooks-and-sharing-data-between-components-using-props-in-reactjs

Hashnode - javascript (Javascript)

Using hooks In React, hooks are functions that allow you to use state and other React features in functional components, instead of having to use class components. There are several built-in hooks, such as useState and useEffect, that can be used to ...


73: Liens vagabonds : Après DALL-E, voici VALL-E, ou comment l'IA crée une nouvelle réalité

https://www.meta-media.fr/2023/01/14/liens-vagabonds-apres-dall-e-voici-vall-e-ou-comment-lia-cree-une-nouvelle-realite-a-partir-de-3-secondes.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE :  VALL-E et la réalité parallèle - L'essor des IA créatives comme DALL-E, ChatGPT, divers algorithmes deepfake et d'innombrables autres semble avoir atteint un point d'inflexion au cours des derniers mois, commençant à sortir des laboratoires pour entrer dans le monde réel. Le dernier en date... The post Liens vagabonds : Après DALL-E, voici VALL-E, ou comment l'I [...]


74: Hoisting Your Code in JavaScript

https://pandatechblog.hashnode.dev/javascript-hoisting

Hashnode - javascript (Javascript)

Hoisting in JavaScript may seem like an intimidating concept at first, however, it is fairly simple to understand when explained. According to MDN (Mozilla Development Network), hoisting "refers to the process whereby the interpreter appears to move ...


75: Unlocking the Power of Array Methods: A Comprehensive Guide to map, filter, and reduce in JavaScript.

https://piyushtyagidev.hashnode.dev/unlocking-the-power-of-array-methods-a-comprehensive-guide-to-map-filter-and-reduce-in-javascript

Hashnode - javascript (Javascript)

Introduction JavaScript offers a variety of array methods that can be used to manipulate data in arrays. Three of the most powerful and versatile methods are map, filter, and reduce. These methods can be used to transform and extract data from arrays...


76: Call, Apply, Bind & their Polyfills

https://bobby-sadhwani.hashnode.dev/call-apply-bind-their-polyfills

Hashnode - javascript (Javascript)

What is call(), apply() & bind() ' call(), apply() & bind() are inbuilt JavaScript methods available to all JavaScript functions. These methods are used to define the context of this keyword or to change the context of this keyword. Suppose this keyw...


77: La NASA a dépensé 15 millions de dollars en licences Oracle inutilisées, parce qu'elle craignait qu'un audit ne lui coûte plus cher

https://oracle.developpez.com/actu/340343/La-NASA-a-depense-15-millions-de-dollars-en-licences-Oracle-inutilisees-parce-qu-elle-craignait-qu-un-audit-ne-lui-coute-plus-cher/

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

La NASA a dépensé 15 millions de dollars en licences Oracle inutilisées, parce qu'elle craignait qu'un audit ne lui coûte plus cherLa NASA serait nulle en matière de gestion des actifs logiciels, parce qu'elle n'a pas mis en oeuvre les directives du gouvernement fédéral sur la manière de s'y prendre et, par conséquent, elle dépense trop pour du code qu'elle n'utilise pas - dont 15 milli [...]


78: Serve your ML models in GraphQL with a Rust backend in one line of code

https://djfresh.hashnode.dev/serve-your-ml-models-in-graphql-with-a-rust-backend-in-one-line-of-code

Hashnode - python (python)

Happy new year folks! As 2022 drew to a close, I was spending a lot of my free time helping out the Stable Diffusion community with ideas for how to publish APIs around their Stable Diffusion Model. While thinking about how researchers prototype thei...


79: Five Medical Technologies To Watch Out For

https://www.bestfreewebresources.com/five-medical-technologies-to-watch-out-for

Best Free Web Resources (Veille)

The rise in the expansion of the medical field calls for updated technologies in the industry. With the rising concern for healthcare, the increasing aging population, the COVID-19 pandemic, and other outbreaks, the World Economic Forum predicts the use of medical technologies by over a billion people by 2030. This statistic reflects the importance of […] The post Five Medical Technologies T [...]


80 / 93

80: Universal Render Pipeline in Unity

https://blog.vnshkumar.com/universal-render-pipeline-in-unity

Hashnode - Unity (unity)

Hey Readers, Today we are going to talk about Universal Render Pipeline. The Unity Engine's Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline (SRP) that is optimized for delivering high-quality graphics on a wide range of platf...


81: The Importance of Data-Driven Decision-Making in Digital Marketing

https://www.bestfreewebresources.com/the-importance-of-data-driven-decision-making-in-digital-marketing

Best Free Web Resources (Veille)

Throughout history, intuition has gained immense respect and significance in society. While intuition can be a powerful tool in business, it is not the sole instrument to make decisions, particularly when marketing your product. The conventional marketing approach is based on the results of market studies combined with the gut feeling of the marketers and […] The post The Importance of Data- [...]


82: Mastering JavaScript: A Guide to String Manipulation Techniques

https://shbhuvnesh.hashnode.dev/mastering-javascript-a-guide-to-string-manipulation-techniques

Hashnode - javascript (Javascript)

This blog discusses the different string manipulation methods available in javascript. Strings in JavaScript Strings are the sequence of characters which is used to store the data in the form of "text". In JavaScript, Strings are derived data type wh...


83: This day in search marketing history: January 14

https://searchengineland.com/search-marketing-history-january-14-391800

Search engine land (Référencement)

What happened when we turned off AMP, plus: Shopify's chat bug, comment spam, mobile first, missing tweets and more. The post This day in search marketing history: January 14 appeared first on Search Engine Land.


84: Unleashing the Power of Python: A Beginner's Guide to the Popular Programming Language

https://yashrajsinghnegi.hashnode.dev/unleashing-the-power-of-python-a-beginners-guide-to-the-popular-programming-language

Hashnode - python (python)

Python is one of the most widely-used programming languages in the world. It's known for its simplicity, readability, and flexibility, making it a great choice for beginners and experienced programmers alike. In this blog post, we'll take a look at s...


85: How the work Rest and Spread Operator

https://teckash.hashnode.dev/how-the-work-rest-and-spread-operator

Hashnode - javascript (Javascript)

How ... works in Javascript The ... operator that arrived to javascript with ES6 is really handy, and can be used in quite a lot of situations. Technically it is two different things; a Rest parameter and a spread operator. Let's take a look at how t...


86: ' What is JavaScript typeof'

https://zordcoder.live/what-is-javascript-typeof

Hashnode - javascript (Javascript)

Checking data types for variables is vital in any programming language to ensure a smooth and error-free development process'. However, this becomes even more essential for accuracy when it comes to dynamically typed languages such as Javascript. In...


87: JavaScript Functions

https://tewocodes.hashnode.dev/javascript-functions

Hashnode - javascript (Javascript)

JavaScript functions are a fundamental building block of the language. They are used to define a block of code that can be executed multiple times with different inputs. A JavaScript function can be defined using the "function" keyword followed by th...


88: FarmBot : l'IA qui gère votre potager

https://larevueia.fr/farmbot/

La revue IA (data)

FarmBot est un projet open-source innovant qui vise à révolutionner l’agriculture en utilisant des technologies de pointe telles que la robotique et l’intelligence artificielle. L'objectif de FarmBot est de permettre de planter, cultiver et récolter des fruits et légumes de manière plus efficace et précise, tout en réduisant les coûts et en optimisant le rendement. […] L' [...]


89: Clockify API to Automate Tasks Tracking

https://ujangmumu.com/clockify-api-to-automate-tasks-tracking

Hashnode - python (python)

This post is about how to use the Clockify API to start a timer for a specific project. Clockify is a time-tracking and project management tool that allows users to track the time spent on different tasks and projects. This is useful for freelancers,...


90 / 93

90: Animated Chart: The Rise and Fall of Music Sales, by Format (1973-2021)

https://www.visualcapitalist.com/cp/visualized-the-rise-and-fall-of-music-sales-by-format/

Visual Capitalist (dataviz)

50 years in music has seen consumption change from vinyl and cassettes to CDs and streaming. This video highlights sales of music formats over time. The post Animated Chart: The Rise and Fall of Music Sales, by Format (1973-2021) appeared first on Visual Capitalist.


91: What is Delegation Interface in Kotlin'

https://vtsen.hashnode.dev/what-is-delegation-interface-in-kotlin

Hashnode - Kotlin (Mobiles)

You may be familiar with delegated properties in Kotlin, but have you heard of delegation interface' This is one of the features other programming languages do NOT have. Standard Interface Implementation Let's say you have 2 interfaces below - Interf...




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