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

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


7 Mai 2023 (61)

1: How to use AI models of OpenAI inside your Flutter app

https://gwhyyy.com/how-to-use-ai-models-of-openai-inside-your-flutter-app

Hashnode - Flutter (Flutter)

OpenAI has emerged as a prominent player in the tech industry, offering a suite of cutting-edge artificial intelligence (AI) technologies. Among its most notable contributions are realistic image generators, 3D-model creators, and the renowned ChatGP...


2: Day 1 - Todo Application: My 21-Day Frontend Development Challenge ''

https://vinishbhaskar.hashnode.dev/day-1-todo-application-my-21-day-frontend-development-challenge

Hashnode - javascript (Javascript)

Welcome to Day 1 of my 21-Day Frontend Development Challenge! ' In this challenge, I'll be diving deep into ReactJS and building a new project each day. Today, I completed the first project of the challenge, and I'm excited to share my progress with...


3: Planning Ahead: Goals for the Week

https://arashjangali.com/planning-ahead-goals-for-the-week

Hashnode - javascript (Javascript)

Hey everyone! It's Day 97 of my #100DaysOfCode challenge, and today I decided to switch things up a bit. Instead of diving into my main project, I shifted my focus to my blockchain course project and tackled some LeetCode problems. It was a refreshin...


4: What is JavaScript

https://codeauthor1.hashnode.dev/what-is-javascript

Hashnode - javascript (Javascript)

What is JavaScript' JavaScript often abbreviated as Js, is a lightweight programming or scripting language that is used to make dynamic and interactive web pages. It is also referred to as an object-based scripting language with first-class functions...


5: Comparing the Speed of Interest Rate Hikes (1988-2023)

https://www.visualcapitalist.com/interest-rate-hikes-1988-2023/

Visual Capitalist (dataviz)

The effective federal funds rate has risen nearly five percentage points in 14 months, the fastest interest rate hikes in modern history. The post Comparing the Speed of Interest Rate Hikes (1988-2023) appeared first on Visual Capitalist.


6: Day 3 Of 30DaysOfJavaScript

https://shivankkapur.hashnode.dev/day-3-of-30daysofjavascript

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 2 Article on #30DaysOfJs. In case, if you haven't read it then make sure you do give it a read by clicking here. Booleans Bullet Values: A boolean represents one of the two values either ...


7: Authentication in React Applications using Firebase and its services. Part 3

https://ayanwumi101.hashnode.dev/authentication-in-react-applications-using-firebase-and-its-services-part-3

Hashnode - javascript (Javascript)

Logging the user in Now that we are done signing the user up, and have signed the user out, the next thing is to log the user back in. Back to our Login component, let's see how we can achieve this with firebase.But first, we have to add states to ou...


8: How to build a music player with HTML, CSS and javascript

https://thembasishuba.hashnode.dev/how-to-build-a-music-player-with-html-css-and-javascript

Hashnode - javascript (Javascript)

In this tutorial I will show you how to build a simple music player which you can add to your portfolio. This is a great project to build if you are a beginner in web development because it will show how to use event listeners in javascript. Let's ge...


9: [Node.js] Using callback-based functions when the rest of the code uses Promises

https://blog.gaurang.page/nodejs-using-callback-based-functions-when-the-rest-of-the-code-uses-promises

Hashnode - javascript (Javascript)

Hey! My name is Gaurang and I've been working with Node.js for the past 4 years. This article is part of the "My Guide to Getting through the Maze of Callbacks and Promises" series. It's a 3-part series where I talk about writing asynchronous code wi...


10 / 61

10: JavaScript Overview

https://sagecode.hashnode.dev/javascript-overview

Hashnode - javascript (Javascript)

JavaScript is a high-level, dynamic, and interpreted programming language that was initially created to add interactivity to web pages. It is one of the core technologies of the World Wide Web and is supported by all modern web browsers. The language...


11: Tackling Browser Compatibility Issues: Tips for Web Developers

https://tracychan7.hashnode.dev/tackling-browser-compatibility-issues-tips-for-web-developers

Hashnode - javascript (Javascript)

As a web developer, ensuring your website performs well on all major web browsers is one of your biggest hurdles. Numerous web browsers are available, each with its own peculiarities and subtleties, making it challenging to create a website that appe...


12: Understanding useState in ReactJs

https://lovethomokaro.hashnode.dev/understanding-usestate-in-reactjs

Hashnode - javascript (Javascript)

Hello, fellow Reactêrs!! Welcome to the second article in our series on React. If you haven't read the first article on props, we recommend doing so since useState builds on the concepts covered in that article. In this article, we'll introduce useSt...


13: Product of Array Except Self

https://nileshsaini.hashnode.dev/product-except-self

Hashnode - javascript (Javascript)

This problem challenges us to find the product of all elements in an array except for the current element, without using division. While the brute-force approach of computing the product of all elements and then dividing by each element is straightfo...


14: Learn Next JS Server Actions with Books!

https://rkazi103.hashnode.dev/learn-next-js-server-actions-with-books

Hashnode - javascript (Javascript)

Vercel released Next JS 13.4 on 3 days ago (at the time of writing this article), and with that release came two huge announcements: the stability of the app router and a new alpha feature called server actions. Server actions allow you to write serv...


15: Importance of Writing Only A Single Task in a Function

https://henryeleonu.com/importance-of-writing-only-a-single-task-in-a-function

Hashnode - python (python)

I will be talking about the importance of writing only a single task in a function based on my recent experience in a project I was involved with. I was engaged in making some updates to simulation software for transport and logistics, and I noticed ...


16: [JavaScript] Understanding the Regular Expression - Explained with Examples.

https://jaylog.hashnode.dev/javascript-understanding-the-regular-expression-explained-with-examples

Hashnode - javascript (Javascript)

Introduction A regular expression is a pattern of characters. It is used to match with a certain string and see if it matches a certain condition. Because it is too complicated, most developers do not memorize it, but you need to be able to understan...


17: Day 04 | Day 05 of 30 Days Javascript

https://siddhantxh.hashnode.dev/day-04-day-05-of-30-days-javascript

Hashnode - javascript (Javascript)

Greetings Everyone, On the 29th April 2023, I'm publicly committed to "30 Days Javascript" - an in-depth blog series covering the fundamentals of #JavaScript, demystifying the language that powers the modern web. from variables and data types to APIs...


18: Improving React Performance with Bailout Techniques

https://devstation.hashnode.dev/improving-react-performance-with-bailout-techniques

Hashnode - javascript (Javascript)

When building a React application, ensuring it runs efficiently and doesn't waste resources is important. One way to do this is by using a technique called bailout. What is Bailout in React' When we talk about bailout in React, we're talking about pr...


19: 5 Essential Tips to Prevent Data Leak in Your React Application

https://vaibhav-hash.hashnode.dev/5-essential-tips-to-prevent-data-leak-in-your-react-application

Hashnode - javascript (Javascript)

Data leak is one of the most critical issues in web development that can compromise the security and privacy of users. React, being one of the most popular JavaScript frameworks for building user interfaces, also faces data leak vulnerabilities. In t...


20 / 61

20: Detailed explanation of the threshold function

https://data-intelligence.hashnode.dev/threshold-function-explained

Hashnode - python (python)

1. What is the threshold function' The threshold function is a mathematical function used in machine learning algorithms to transform a continuous input value into a binary output value. The threshold function applies a threshold to the weighted sum ...


21: Advanced Flutter Developer Interview

https://akashgkrishnan.hashnode.dev/advanced-flutter-developer-interview

Hashnode - Flutter (Flutter)

1. Types of Build Modes in Flutter Debug Mode This is the default mode when you run your app from the command line or an IDE. In debug mode, your app is compiled with additional code that enables features like hot reloading and debugging. This mod...


22: Day 2 | Day 3 of 30 Days Javascript

https://siddhantxh.hashnode.dev/day-2-day-3-of-30-days-javascript

Hashnode - javascript (Javascript)

Greetings Everyone, On the 29th April 2023, I'm publicly committed to "30 Days Javascript" - an in-depth blog series covering the fundamentals of #JavaScript, demystifying the language that powers the modern web. from variables and data types to APIs...


23: De-Proxifying JavaScript Proxy

https://anurag-dhamala.hashnode.dev/de-proxifying-javascript-proxy

Hashnode - javascript (Javascript)

What's so interesting about JavaScript Proxy' Why should I learn it' What is even a proxy in JavaScript' I've never heard about it. If these are some thoughts popping into your mind after reading the not-so-interesting title, you're on the right trac...


24: React Events

https://rajsarkar.hashnode.dev/react-events

Hashnode - javascript (Javascript)

One of the key features of React is its event handling system, which enables the user to interact with a webpage through specific events such as click or hover. In this blog, we'll explore React Events in detail and also highlight the differences bet...


25: Yet Another Newsletter LOL: You're Holding it Wrong

https://hashnode.iamdeveloper.com/yet-another-newsletter-lol-youre-holding-it-wrong

Hashnode - javascript (Javascript)

Another week, another newsletter. Let's get to it! Around the Web Wes Bos had a great talk at Reactathon on next-generation server-side JavaScript. JavaScript is in so many environments these days. Amelia Wattenberger put out a great blog post abou...


26: Creating a Smooth Image Transition Effect with HTML, CSS, and JavaScript

https://blog.hamzaa.dev/creating-a-smooth-image-transition-effect-with-html-css-and-javascript

Hashnode - javascript (Javascript)

While mindlessly surfing the web I stumbled upon this. On this site, there is a cool image transition effect that made me eager to recreate it. So without any further delay, I got my hands dirty with the code of this beautiful-looking image transitio...


27: Nibble 6

https://blog.aashutosh.dev/nibble-6

Hashnode - javascript (Javascript)

'' Namaste!Welcome to the #6 edition of Nibble. We tweaked the banner a bit to make 1001 it more visible and also, and the 0s were not nerdy enough, so now they are. ' In our defense, this was a busy and lazy weekend, plus had the content of two N...


28: 'Python: The Swiss Army Knife of Programming Languages

https://sarthakshri.hashnode.dev/python-the-swiss-army-knife-of-programming-languages

Hashnode - python (python)

Python is one of the most popular programming languages in the world today! Known for its simplicity, versatility, and ease of learning, it has become a go-to language for developers across different domains. From web development and data analysis to...


29: Prompt engineering - Instruction based LLM

https://vijendrarana.blog/prompt-engineering-instruction-based-llm

Hashnode - python (python)

Prompt engineering is a technique used to fine-tune and customize language models such as OpenAI's GPT-3 for specific tasks. This technique involves crafting prompts or inputs that guide the model toward generating more relevant and accurate outputs....


30 / 61

30: Some Best Practices for Improving Code Maintainability and Quality

https://henryeleonu.com/some-best-practices-for-improving-code-maintainability-and-quality

Hashnode - python (python)

I will discuss my experience while maintaining simulation software written in Python. I was engaged in making some updates to simulation software for transport and logistics, and I noticed that the transport and logistics department, which was suppos...


31: Functional programming in data engineering with Python - part 1

https://stephendavidwilliams.com/functional-programming-in-data-engineering-with-python-part-1

Hashnode - python (python)

Preface ' This is an introduction to a series on functional programming in data engineering using Python. Here I lay out some of the fundamental concepts and tools found in functional programming using Python code. What is functional programming'''...


32: Why I prefer Next.js for my next project'

https://sreenika.hashnode.dev/why-i-prefer-nextjs-for-my-next-project

Hashnode - javascript (Javascript)

As all of us know front-end stacks are changing rapidly except the fundamental ones (Html,Css,Js) (they are obviously the foundations and will never change) But the stacks that built upon the foundations can save you huge amount of time and double yo...


33: [JavaScript] Template Literal and Object Literal for Better Programming.

https://jaylog.hashnode.dev/javascript-template-literal-and-object-literal-for-better-programming

Hashnode - javascript (Javascript)

Introduction If you know how to use a template and object literal, your codes can be more readable. Especially, if you are working as a team, it is more important. The syntax is very simple and easy to learn, so let's get started. Template Literal I...


34: Google Search to become more 'visual, snackable, personal, and human'

https://searchengineland.com/google-search-to-become-more-visual-snackable-personal-and-human-411769

Search engine land (Référencement)

With Google I/O around the corner, we are all expecting big news from Google on how Google Search will change - here are some reported leaks on that news. The post Google Search to become more “visual, snackable, personal, and human” appeared first on Search Engine Land.


35: Python A-Z: Quick Notes

https://blog.unwiredlearning.com/python

Hashnode - python (python)

Introduction Installation To install Python on Windows and macOS, follow these steps: Windows: Visit the Python official website: https://www.python.org/downloads/ Download the latest version of Python for Windows by clicking on the "Download Pytho...


36: Object-Oriented Programming (OOP) Concepts in Python with Code Examples for your project

https://rhythmblogs.hashnode.dev/object-oriented-programming-oop-concepts-in-python-with-code-examples-for-your-project

Hashnode - python (python)

Object-oriented programming (OOP) is a programming paradigm that revolves around the concept of "objects," which are essentially instances of a class that encapsulate data and behaviour. Python, being an object-oriented programming language, has robu...


37: Maximizing User Experience

https://pulkitsingh.hashnode.dev/maximizing-user-experience

Hashnode - javascript (Javascript)

As a website owner or designer, you want your users to have the best experience possible when navigating your site. A good website navigation design can make a huge difference in the user experience, and ultimately, the success of your website. In th...


38: Unlocking Boundless Learning Potential: How Conversing with AI through Prompt Engineering Will Revolutionize Your Education

https://it-louange.me/unlocking-boundless-learning-potential-how-conversing-with-ai-through-prompt-engineering-will-revolutionize-your-education

Hashnode - python (python)

Introduction In today's fast-paced world, learning has become an essential part of life. We have access to a wealth of information, but it can be challenging to process and utilize this information effectively. One solution is to incorporate artifici...


39: How Python changed my views about programming

https://spaciouscoder78.hashnode.dev/how-python-changed-my-views-about-programming

Hashnode - python (python)

I've been using computers since I was 3. I was tech savvy since I was a child and I have a lot of knowledge about technology and computers. People used to consult me, a 10-year-old, for advice about their tech or technical problems and I was able to ...


40 / 61

40: [JavaScript] Async & Await - When to Use It. Explained with Examples.

https://jaylog.hashnode.dev/javascript-async-await-when-to-use-it-explained-with-examples

Hashnode - javascript (Javascript)

Introduction This article will be exploring async / await in JavaScript, and the purpose of using them when you communicate with a server. In asynchronous communication, the sequence of responses from the server is not known. For example, you sent re...


41: Find the Longest Valid Obstacle Course at Each Position

https://leeting-lcs.hashnode.dev/find-the-longest-valid-obstacle-course-at-each-position

Hashnode - python (python)

Problem Statement:- You want to build some obstacle courses. You are given a 0-indexed integer array obstacles of length n, where obstacles[i] describes the height of the ith obstacle. For every index i between 0 and n - 1 (inclusive), fin...


42: Frontend developer: one title, two specialisations

https://poletto.dev/frontend-developer-one-title-two-specialisations

Hashnode - javascript (Javascript)

Disclaimer: This article is highly opinionated on the role of a front-end developer. Although I have a decade of experience as a frontend developer and a few years as a manager, please keep in mind that these views are still my personal opinions. Als...


43: Useful Built-In JavaScript Web APIs

https://ra1nbow1.hashnode.dev/useful-built-in-javascript-web-apis

Hashnode - javascript (Javascript)

An Application Programming Interface (API) is a software interface that allows two or more programs to communicate by acting as an intermediary between them. All browsers have a set of built-in APIs that extend their functionality, usually by support...


44: Automating Your Python Application's Workflow: Creating a CI/CD Pipeline with GitHub Actions

https://salmansyyd.hashnode.dev/automating-your-python-applications-workflow-creating-a-cicd-pipeline-with-github-actions

Hashnode - python (python)

Introduction Deploying and testing a Python application can be a tedious task. In this article, we will see how to deploy a Python application on GitHub using GitHub Actions. We will create a simple Python application and then deploy it on GitHub usi...


45: [JavaScript] Fetch API - GET, POST, PUT, DELETE to Send a Request to the Server. Explained with Examples.

https://jaylog.hashnode.dev/javascript-fetch-api-get-post-put-delete-to-send-a-request-to-the-server-explained-with-examples

Hashnode - javascript (Javascript)

Introduction This article will be exploring four methods that you need, in order to communicate with the server. GET - to retrieve the data. POST - to send the data PUT - to replace the data DELETE - to delete the data At the end of this articl...


46: JavaScript

https://evolution709.hashnode.dev/javascript

Hashnode - javascript (Javascript)

JavaScript Objects A javaScript object is an entity having state and behavior (properties and method). For example: car, pen, bike, chair, glass, keyboard, monitor etc. JavaScript is an object-based language. Everything is an object in JavaScript. Ja...


47: Beyond API Frameworks: Essential Backend Development Principles You Need to Know

https://howtodoindev.hashnode.dev/beyond-api-frameworks-essential-backend-development-principles-you-need-to-know

Hashnode - javascript (Javascript)

After conducting research, I have determined that a proficient developer must possess knowledge not only in programming but also in the reasoning behind it. Thus, I have found that it is imperative to understand the fundamental principles of backend ...


48: Programming Languages for AI/ML Development

https://bharathkalyans.hashnode.dev/programming-languages-for-aiml-development

Hashnode - javascript (Javascript)

The most popular programming languages used in this Machine Learning Field are : 1. Python ' 2. R 3. Julia 4. Java 5. Scala 6. Javascript Python ' Python is a high-level, interpreted programming language that is widely used in AI/ML development. P...


49: Web Development Wonderland: Your Guide to MERN Stack Development

https://yuvrajshrirame.hashnode.dev/web-development-wonderland-your-guide-to-mern-stack-development

Hashnode - javascript (Javascript)

Are you tired of being a one-trick pony in the world of web development' Want to expand your skills and become a full-stack web developer' Well, look no further, because we've got a roadmap to guide you through the MERN stack and take your web develo...


50 / 61

50: 21-Day Frontend Development Challenge: Building React Projects Every Day! '

https://vinishbhaskar.hashnode.dev/21-day-frontend-development-challenge-reactjs

Hashnode - javascript (Javascript)

Introduction Hey there, fellow developers! I'm thrilled to announce my upcoming 21-Day Frontend Development Challenge. Over the next three weeks, I will be embarking on an exciting journey of building one React project every day. This challenge will ...


51: TypeScript with Node.js Express: Simplify Your Backend Development

https://visinigiri-aditya.hashnode.dev/typescript-with-nodejs-express-simplify-your-backend-development

Hashnode - javascript (Javascript)

Introduction In the world of web development, Node.js is a popular backend technology that allows developers to create scalable and high-performance web applications. Node.js is a JavaScript runtime that enables developers to build server-side applic...


52: Surviving React

https://jordanbrennan.hashnode.dev/surviving-react

Hashnode - javascript (Javascript)

I created this page to document all the times React abuses me. It's my therapy. 1. Using a Set in React is the goofiest, most unexpected code I think I've ever written. I worked with Vue for about 4 years and so the contrast between Vue and React in ...


53: How to Create EC2 Instance in AWS: Step by Step Tutorial

https://mrdevops.hashnode.dev/how-to-create-ec2-instance-in-aws-step-by-step-tutorial

Hashnode - python (python)

What is Amazon EC2 Instance' An EC2 instance is nothing but a virtual server in Amazon Web services terminology. It stands for Elastic Compute Cloud. It is a web service where an AWS subscriber can request and provision a compute server in AWS cloud....


54: Quick Python Primer: Master the Basics in 20 Minutes

https://neuronize.dev/quick-python-primer-master-the-basics-in-20-minutes

Hashnode - python (python)

Discover the essentials of Python programming in this comprehensive review and guide, designed to help you master the basics. Learn about variables, data types, string formatting, data structures, functions, conditionals, loops, modules, and classes ...


55: Conquering the Undo Functionality Challenge: Day 96 of 100DaysOfCode

https://arashjangali.com/conquering-the-undo-functionality-challenge-day-96-of-100daysofcode

Hashnode - javascript (Javascript)

On Day 96 of #100DaysOfCode, I conquered the undo functionality challenge! After hours of debugging, I successfully removed liked clients from the database, updated the user, and filtered the client cards. Buttons are now in the ClientDashboard compo...


56: Authentication in React Applications using Firebase and its services. Part 2

https://ayanwumi101.hashnode.dev/authentication-in-react-applications-using-firebase-and-its-services-part-2

Hashnode - javascript (Javascript)

Creating our react components Since we are building a small application, we don't really need lots of components, in this project we would be using three major components; Login, Signup, and Profile components. Next, let's set up our routing using r...


57: Authentication in React Applications using Firebase and its services. Part 1.

https://ayanwumi101.hashnode.dev/authentication-in-react-applications-using-firebase-and-its-services-part-1

Hashnode - javascript (Javascript)

Firebase is a platform created by Google that provides backend-as-a-service (BaaS) for mobile and web applications. It allows developers to build and deploy full-stack applications without worrying about server infrastructure and backend services. It...


58: Coroutines: Scope, Context, and Dispatchers

https://vkhooda24.hashnode.dev/coroutines-scope-context-and-dispatchers

Hashnode - Kotlin (Mobiles)

Scope Coroutines are launched within a coroutine scope, which sets the execution boundary. The coroutine scope acts as a platform, providing the necessary context for launching and managing coroutines. Context The coroutine context contains cruc...


59: Detecting Changes in HTML Attributes with JavaScript Mutation Observer

https://juansebastian.hashnode.dev/detecting-changes-in-html-attributes-with-javascript-mutation-observer

Hashnode - javascript (Javascript)

Detecting mutations in the DOM tree can be quite challenging in vanilla JavaScript, but thankfully, there's a constructor that makes it easier. In this article, we'll dive into the basics of Mutation Observer by driving you through the solution for a...




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