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

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


18 Juin 2023 (85)

1: Reviewing "npm i ai"

https://willholmes.hashnode.dev/reviewing-npm-i-ai

Hashnode - javascript (Javascript)

Recently Vercel has published a new npm package to make building applications with AI easy. That package is simply called "ai". I like how they were able to get that! Having built an app previously with OpenAI and hooking everything up manually, I wa...


2: Trajectory Stabilization using LQR

https://blog.sackarias.se/trajectory-stabilization-using-lqr

Hashnode - python (python)

The Cart-Pole project is continuing at a steady pace. At the moment, however, I am busy working as a Robotics Intern, so the development is a little bit slower than usual. The physical system is being built by me and a friend which I will hopefully s...


3: Day 5 of learning JavaScript: People Counter App - Save Button

https://svensblog.hashnode.dev/day-5-of-learning-javascript-people-counter-app-save-button

Hashnode - javascript (Javascript)

Today I wanted to finish the people counter app. So at first, I created the save button in the HTML document, which would save the previous entries. I also created an h2 element underneath, where the previous entries were shown:


4: Deep Dive into Data structures using Javascript - AVL Tree

https://sahinarslan.hashnode.dev/deep-dive-into-data-structures-using-javascript-avl-tree

Hashnode - javascript (Javascript)

AVL Tree, also known as height-balanced Binary Search Tree (BST) is a genius invention by Adelson-Velsky and Landis, hence the acronym "AVL". Similar to Red-Black Trees, AVL Trees are designed to maintain balance, which guarantees consistent and reli...


5: Building a Vision Transformer from Scratch in PyTorch'

https://akshayballal.hashnode.dev/building-a-vision-transformer-from-scratch-in-pytorch

Hashnode - python (python)

Introduction In recent years, the field of computer vision has been revolutionized by the advent of transformer models. Originally designed for natural language processing tasks, transformers have proven to be incredibly powerful in capturing spatial...


6: Why Java is More Robust in Production than JavaScript

https://13x.hashnode.dev/why-java-is-more-robust-in-production-than-javascript

Hashnode - javascript (Javascript)

While JavaScript has become extremely popular, especially for front-end web development, Java remains the go-to choice for many large-scale, robust production systems. Here are some of the main reasons why: 1. Strict Typing JavaScript is a dynamicall...


7: Essential Data Structures for your upcoming Android interview - Part 2

https://satyajitdas.tech/essential-data-structures-for-your-upcoming-android-interview-part-2

Hashnode - Kotlin (Mobiles)

If you haven't read Part One yet, click here to read it. 4. Sets In simple terms, a set is a data structure that represents a collection of unique elements. It's like a container that can hold different objects, but it only keeps track of each object...


8: Yet Another Newsletter LOL: AI and Pandas

https://hashnode.iamdeveloper.com/yet-another-newsletter-lol-ai-and-pandas

Hashnode - javascript (Javascript)

Another week, another newsletter. Let's get to it! Around the Web An interesting read from the GitHub blog, Survey reveals AI's impact on the developer experience The folks at builder.io have a new post out that's worth a look. 50+ ChatGPT Prompts ...


9: Demystifying GitHub Actions: Automate Your CI/CD Workflow

https://harshvardhan082.hashnode.dev/demystifying-github-actions-automate-your-cicd-workflow

Hashnode - Flutter (Flutter)

Introduction GitHub Actions is a robust and flexible automated workflow service provided by GitHub. It enables developers to streamline their software development processes by automating tasks such as building, testing, and deploying code on various ...


10 / 85

10: JavScript Spread Vs Rest vs Set Vs Map - Amazing Facts & Cheat code

https://visionarycoder.hashnode.dev/javscript-spread-vs-rest-vs-set-vs-map-amazing-facts-cheat-code

Hashnode - javascript (Javascript)

To Understand the above concepts we need to know what are Arrays ' We can simply say that Array is a bag that contains different elements. JavaScript uses three dots (...) for both the rest and spread operators. But these two operators are not the sa...


11: JavaScript Spread Vs Rest vs Set Vs Map - Amazing Facts & Cheat code

https://visionarycoder.hashnode.dev/javascript-spread-vs-rest-vs-set-vs-map-amazing-facts-cheat-code

Hashnode - javascript (Javascript)

To Understand the above concepts we need to know what are Arrays ' We can simply say that Array is a bag that contains different elements. JavaScript uses three dots (...) for both the rest and spread operators. But these two operators are not the sa...


12: Unveiling the Secrets of JavaScript's call(), apply(), and bind() Methods.

https://ajayravi.hashnode.dev/unveiling-the-secrets-of-javascripts-call-apply-and-bind-methods

Hashnode - javascript (Javascript)

Introduction: JavaScript's function manipulation capabilities are taken to new heights with the call(), apply(), and bind() methods. In this comprehensive blog post, we'll delve into the intricacies of each method, explore their distinct use cases, a...


13: Javascript Arrays

https://jaymalde.hashnode.dev/javascript-arrays

Hashnode - javascript (Javascript)

What are Arrays in Javascript' A javascript Array is a single variable which is used to store elements of different data types. Arrays start with index 0. Different ways to Declare Arrays 1st Way // Initializing while declaring let numberList = [1,2,...


14: Using LocalStorage to store data

https://colthedeveloper.hashnode.dev/using-localstorage-to-store-data

Hashnode - javascript (Javascript)

Introduction Local storage is a web storage API for storing data locally on the user's computer. Local storage can only store string data and the data is only accessible to JavaScript within that domain that is each website has personal local storage...


15: Day 8 Of 30DaysOfJavaScript

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

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 7 Article on #30DaysOfJs. In case, if you haven't then make sure you give it a read by clicking here. Scope A variable is a fundamental part of JavaScript. We declare variables to store di...


16: Le cofondateur d'Oracle Larry Ellison détrône Jeff Bezos et devient la 3e personnalité la plus riche au monde, tandis que les actions de son entreprise atteignent des sommets sans précédents

https://oracle.developpez.com/actu/345626/Le-cofondateur-d-Oracle-Larry-Ellison-detrone-Jeff-Bezos-et-devient-la-3e-personnalite-la-plus-riche-au-monde-tandis-que-les-actions-de-son-entreprise-atteignent-des-sommets-sans-precedents/

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

Le cofondateur d'Oracle Larry Ellison détrône Jeff Bezos et devient la 3e personnalité la plus riche au monde, tandis que les actions de son entreprise atteignent des sommets sans précédents Le cofondateur d'Oracle, Larry Ellison, est devenu la troisième personne la plus riche du monde mercredi, selon les calculs de Forbes. Grâce à la hausse de près de 5 % de l'action Oracle, la fort [...]


17: Mastering MultiIndexes in Pandas: A Powerful Tool for Complex Data Analysis

https://blog.glennviroux.com/mastering-multiindexes-in-pandas-a-powerful-tool-for-complex-data-analysis

Hashnode - python (python)

Pandas is a widely used data manipulation library in Python that offers extensive capabilities for handling various types of data. One of its notable features is the ability to work with MultiIndexes, also known as hierarchical indexes. In this blog ...


18: DART 3.0 NEW UPDATES(Flutter)

https://fluttermaster.hashnode.dev/dart-30-new-updatesflutter

Hashnode - Flutter (Flutter)

Google has announced the launch of Dart 3, the most significant update to the Dart programming language yet. This latest version heralds three major advancements: complete null security, major new language features for records, patterns, and class mo...


19: What is a Singleton Pattern in JavaScript'

https://blog.tamalchowdhury.com/what-is-a-singleton-pattern-in-javascript

Hashnode - javascript (Javascript)

A singleton lets you create only one instance of a class that you will use globally throughout your application. With the help of an external variable, instance you will store the instance in it for checking. This will prevent anyone from creating a...


20 / 85

20: Adding Audio Visualizers to your Website in 5 minutes!

https://getschwfty.hashnode.dev/adding-audio-visualizers-to-your-website-in-5-minutes

Hashnode - javascript (Javascript)

''''' It's been a while since I shared. In my most recent adventure, I wanted to add good-looking audio visualizers to my project and I didn't want to make any effort to understand audio principles. So I went scrounging GitHub for some good librari...


21: EXTENSIONS IN DART(Flutter)

https://fluttermaster.hashnode.dev/extensions-in-dartflutter

Hashnode - Flutter (Flutter)

Extension methods add functionality to existing libraries. You might use extension methods without even knowing it. For example, when you use code completion in an IDE, it suggests extension methods alongside regular methods. For example, consider th...


22: Exploring Data Science: Applications, Tools, and Techniques

https://pinakdatta.hashnode.dev/exploring-data-science-applications-tools-and-techniques

Hashnode - python (python)

Introduction to Data Science Data science is an interdisciplinary field that involves extracting insights and knowledge from data through scientific methods, processes, algorithms, and systems. It combines elements of mathematics, statistics, program...


23: STREAMS IN DART(Flutter)

https://fluttermaster.hashnode.dev/streams-in-dartflutter

Hashnode - Flutter (Flutter)

Futures play an integral part in asynchronous programming in Dart. They return single data or error events asynchronously. Streams function in a similar way, but they deal with sequences of events instead of single events. So, streams are to future o...


24: Integrate Nodemailer with React.js

https://blog.learnhub.africa/integrate-nodemailer-with-reactjs

Hashnode - javascript (Javascript)

Sending emails from a React.js application is a common requirement in many web projects. Nodemailer, a powerful and flexible email-sending library for Node.js, can be seamlessly integrated with React.js to handle email functionality efficiently. Thi...


25: Integrate Nodemailer with React.js

https://blog.learnhub.africa//integrate-nodemailer-with-reactjs

Hashnode - javascript (Javascript)

Sending emails from a React.js application is a common requirement in many web projects. Nodemailer, a powerful and flexible email-sending library for Node.js, can be seamlessly integrated with React.js to handle email functionality efficiently. Thi...


26: Best Practices for Python Development

https://ayeshasiddiqha.hashnode.dev/best-practices-for-python-development

Hashnode - python (python)

Introduction: Python is a sophisticated and versatile programming language noted for its ease of use and readability. Best practices must be followed to guarantee clean, efficient, and maintainable code. This tutorial will go over a collection of sug...


27: Essential Data Structures for Your Upcoming Android Interview

https://satyajitdas.tech/essential-data-structures-for-your-upcoming-android-interview

Hashnode - Kotlin (Mobiles)

The first round of an Android interview focusing on DSA helps employers assess a candidate's foundational knowledge, problem-solving abilities, and potential for developing efficient and scalable Android applications. It is a crucial step in identify...


28: Essential Data Structures for your upcoming Android interview - Part 1

https://satyajitdas.tech/essential-data-structures-for-your-upcoming-android-interview-part-1

Hashnode - Kotlin (Mobiles)

The first round of an Android interview focusing on DSA helps employers assess a candidate's foundational knowledge, problem-solving abilities, and potential for developing efficient and scalable Android applications. It is a crucial step in identify...


29: How to Sort in JavaScript using Selection Sort: Made Easy

https://shivankjshacker.hashnode.dev/how-to-sort-in-javascript-using-selection-sort-made-easy

Hashnode - javascript (Javascript)

This article is a part of my series on JavaScript sorting algorithms. I've written a blog about Bubble Sort as well, so check it out to add another sorting algorithm to your bag! How does selection sort work' Let's say we have a list/array of numbers...


30 / 85

30: Build a Dashboard app with React, Vite and Tauri ' '

https://techispapa.hashnode.dev/build-a-dashboard-app-with-react-vite-and-tauri

Hashnode - javascript (Javascript)

In this article, we are going to create a basic Dashboard layout, app shell, window menu, some graphs and a table to show the orders. I think this will give you some confidence and then you are good to go There are a lot of good libraries out there t...


31: Beginner's Guide to Node Mailer with Node.js

https://blog.learnhub.africa/beginners-guide-to-node-mailer-with-nodejs

Hashnode - javascript (Javascript)

Sending emails is a fundamental part of many web applications, and Node.js provides a powerful solution. This article will explore nodemailer, a popular Node.js library that simplifies sending emails from your applications. Whether you're a beginner...


32: Beginner's Guide to Node Mailer with Node.js

https://blog.learnhub.africa//beginners-guide-to-node-mailer-with-nodejs

Hashnode - javascript (Javascript)

Sending emails is a fundamental part of many web applications, and Node.js provides a powerful solution. This article will explore nodemailer, a popular Node.js library that simplifies sending emails from your applications. Whether you're a beginner...


33: Day 26 of 100daysofjs

https://arpanmukherjee.hashnode.dev/day-26-of-100daysofjs

Hashnode - javascript (Javascript)

Interaction: alert, prompt and confirm alert: Used to invoke a mini window with a message alert ("Hello") prompt: Used to take user input as a string inp = prompt ("Hi", "No") // no is the optional default value. confirm: shows a message and waits fo...


34: Multiple files in Python

https://smavisswag.hashnode.dev/multiple-files-in-python

Hashnode - python (python)

By now, you have written some pretty big programs with lots of lines of code. This can get pretty cumbersome to deal with. Lots of scrolling to find the right bit... One of the ways to overcome this is to split the code into multiple files. That's ri...


35: Learn Variable Scopes In JavaScript

https://aryansharma.hashnode.dev/learn-variable-scopes-in-javascript

Hashnode - javascript (Javascript)

Hey Everyone,Welcome to this blog, I am Aryan Sharma and this blog is part of the JavaScript Course. What is variable scope' Scope tells us about the visibility and accessibility of a variable. JavaScript has three scopes: The global scope Loca...


36: Unleashing the Power of Promise.allSettled()

https://techwithvincent.com/unleashing-the-power-of-promise-allsettled

Hashnode - javascript (Javascript)

Introduction In the fast-paced world of JavaScript development, we're always on the lookout for tools that can help us write cleaner, more efficient code. Asynchronous operations, a staple in modern applications, are often handled with promises. But ...


37: Defer vs Async vs Default Browser Behavior

https://justmyahia.hashnode.dev/defer-vs-async-vs-default-browser-behavior

Hashnode - javascript (Javascript)

Default Behavior: html is getting parsed EVENT: it gets across script element html parsing stops js file is getting downloaded js file is parsed and executed html continues getting parsed DEFER html is getting parsed EVENT: it gets across scr...


38: The Battle of the JS: Node.js vs Vanilla JavaScript

https://blog.lyncteck.com/nodejs-vs-vanilla-javascript

Hashnode - javascript (Javascript)

JavaScript has become one of the most popular programming languages in the world and for a good reason. People just fuckin love it...It's JS man you can code your entire website from frontend to backend using only JavaScript, but... There's always a ...


39: Write a function that returns a promise and resolves after a specified delay. Use it to simulate asynchronous operations.

https://startdev.hashnode.dev/write-a-function-that-returns-a-promise

Hashnode - javascript (Javascript)

The delay the function takes an argument ms representing the delay time in milliseconds. It creates a new Promise and uses setTimeout to delay the resolution of the promise by the specified duration. After the delay, the promise is resolved. You can ...


40 / 85

40: Retrieving User IP Address and Geolocation in JavaScript

https://kiplagatitus.hashnode.dev/retrieving-user-ip-address-and-geolocation-in-javascript

Hashnode - javascript (Javascript)

Introduction In today's blog post, we will explore how to retrieve a user's IP address and geolocation information using JavaScript. We will discuss two methods: one using an IP geolocation API and another utilizing the browser's built-in geolocation...


41: Generate QR Code Using JavaScript

https://vineethdshetty.hashnode.dev/generate-qr-code-using-javascript

Hashnode - javascript (Javascript)

In this article, we will learn one of the easiest and simplest ways to create a QR Code with the help of JavaScript. Firstly let's speak about QR codes. QR Code known as Quick Response Code is a two-dimensional barcode. QR contains machine-readable i...


42: A Complete Guide to CSS Grid

https://yuvrajshrirame.hashnode.dev/a-complete-guide-to-css-grid

Hashnode - javascript (Javascript)

Introduction: In the world of modern web development, creating flexible and responsive layouts is essential to provide an optimal user experience across various devices. CSS Grid, a powerful layout system introduced in CSS3, has revolutionized the wa...


43: Zoom sur les dix vulnérabilités critiques ciblant les LLM

https://www.lemondeinformatique.fr/actualites/lire-zoom-sur-les-dix-vulnerabilites-critiques-ciblant-les-llm-90647.html

Le monde informatique (Internet / Informatique)

L'Open Worldwide Application Security Project (OWASP) a publié les 10 vulnérabilités les plus critiques souvent observées (...)


44: Unlocking the Power of Express.js: A Step-by-Step Guide to Installing and Creating a Simple Web Server

https://emilegreyling.hashnode.dev/unlocking-the-power-of-expressjs-a-step-by-step-guide-to-installing-and-creating-a-simple-web-server

Hashnode - javascript (Javascript)

Introduction Creating a web server is a fundamental step in web development, and Express.js has become one of the most popular frameworks for building server-side applications with Node.js. In this blog post, I will walk you through the process of in...


45: NodeJs made easier with Express

https://nikk.hashnode.dev/nodejs-made-easier-with-express

Hashnode - javascript (Javascript)

Introduction Node.js has gained immense popularity in recent years due to its scalability, efficiency, and ability to build fast and robust web applications. However, writing code in Node.js can sometimes be challenging, especially when dealing with ...


46: DART FUTURES(Flutter)

https://fluttermaster.hashnode.dev/dart-futuresflutter

Hashnode - Flutter (Flutter)

A future is a valuable construct that allows asynchronous programming in Dart. Asynchronous programming is programming that caters to delayed operations. These delayed operations happen when you need to fetch data over a server, write to a database, ...


47: Closures in JavaScript

https://chandrakalap.hashnode.dev/closures-in-javascript

Hashnode - javascript (Javascript)

The closure is the feature in JavaScript in which an inner function from the outer function has access to all the variables and parameters in the parent scope. Before knowing about closures, we should know what exactly the lexical scope in javascri...


48: DART FILE OPERATIONS(Flutter)

https://fluttermaster.hashnode.dev/dart-file-operationsflutter

Hashnode - Flutter (Flutter)

While programming, you might run into some sort of situation, where you need to work on a file stored at a specific location, maybe write something on it, read it or anything else. Dart supports working with files as well. In order to start working, ...


49: Comment Google gère sa dette technique

https://newsletter.abinoda.com/p/measuring-and-managing-tech-debt

Humancoders ()

Get a behind-the-scenes look at how Google approaches technical debt. Commentaires L'article Comment Google gère sa dette technique a été posté dans la catégorie Agile de Human Coders News


50 / 85

50: Dart Exception Handling (Flutter)

https://fluttermaster.hashnode.dev/dart-exception-handling-flutter

Hashnode - Flutter (Flutter)

An exception is an error that takes place inside the program. When an exception occurs inside a program the normal flow of the program is disrupted and it terminates abnormally, displaying the error and exception stack as output. So, an exception mus...


51: How to Setup a Server Using Express'

https://edunode.hashnode.dev/how-to-setup-a-server-using-express

Hashnode - javascript (Javascript)

Step 1: For making the simple server in express you have to first install the node js in your machine. By clicking the link you can download it. official website of Nodejs Step 2: After installing the node js check whether it is downloaded or not for...


52: DART 'ENUMERATION' (Flutter)

https://fluttermaster.hashnode.dev/dart-enumeration-flutter

Hashnode - Flutter (Flutter)

Enumerated types, often called enumerations or enums, are a special kind of class used to represent a fixed number of constant values. Declaring an enum To declare a simple enum, you use the enum keyword and list some values you want to be enumerated...


53: React Native Safe Area View Fix For Android

https://ekowenu.hashnode.dev/react-native-safe-area-view-android

Hashnode - javascript (Javascript)

HOW TO USE SAFE AREA VIEW ON ANDROID- REACT NATIVE. To implement a safe area view for Android in React Native, you can make use of the react-native-safe-area-context library. This library helps you handle safe area insets for different devices, ensur...


54: Asynchronous programming in JavaScript

https://chandrakalap.hashnode.dev/asynchronous-programming-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a single-threaded programming language which means only one thing can happen at a time. The JavaScript engine can only process one statement at a time in a single thread. As we all know javascript is a synchronous programming language, ...


55: Building a CRUD App with Flask and SQLAlchemy

https://ezzeddin.hashnode.dev/crud-flask-app-sqlalchemy

Hashnode - python (python)

A CRUD app is a web app that allows you to create, read, update, and delete things. It is a very common task in web development and very useful for learning how to build web apps. In this tutorial, you will learn how to build a CRUD application in Fl...


56: Speeding up Data Retrieval: How Multithreading Reduced FTP Access Time by 92%

https://empirical.hashnode.dev/speeding-up-data-retrieval-how-multithreading-reduced-ftp-access-time-by-92

Hashnode - python (python)

In this blog post, I will share how I significantly improved the efficiency of a code snippet that retrieves data from an FTP server. By implementing multithreading, I achieved parallel processing, resulting in a remarkable 92% reduction in the time ...


57: Unlocking Flexibility and Maintainability with Dependency Injection in JavaScript

https://hossainchisty.hashnode.dev/unlocking-flexibility-and-maintainability-with-dependency-injection-in-javascript

Hashnode - javascript (Javascript)

In JavaScript software development, dependency injection is a valuable design pattern that promotes modularity and loose coupling between components. It allows for flexible management and injection of dependencies, enhancing code readability, testabi...


58: Unleash Your Inner Marvel Enthusiast: Embracing SOLID Principles in JavaScript

https://sriya.hashnode.dev/unleash-your-inner-marvel-enthusiast-embracing-solid-principles-in-javascript

Hashnode - javascript (Javascript)

As developers, we yearn for code that assembles like the Avengers, each piece playing its part flawlessly. In the realm of JavaScript, the SOLID principles offer the superpowers needed to craft maintainable and extensible code. Let's embark on a thri...


59: Custom Hook to get the window's width and height in React dynamically.

https://payalsasmal.hashnode.dev/custom-hook-to-get-the-windows-width-and-height-in-react-dynamically

Hashnode - javascript (Javascript)

Hey Everyone!, Today we are going to discuss how to get a window's width and height with a custom hook. This coding exercise was asked of me in one of my interviews. The interviewer asked me, Payal, create one custom hook (for reusing the code) to ge...


60 / 85

60: Building a Simple Car Control Program in Python: Start, Stop, and Quit

https://bigsmoke.hashnode.dev/building-a-simple-car-control-program-in-python-start-stop-and-quit

Hashnode - python (python)

Introduction: In this article, we'll explore how to build a simple car control program using Python. The program allows users to start, stop, and quit the car's functionality. This beginner-friendly code will help you understand the basics of user in...


61: Unleashing the Power of macOS for Python Development: A Comprehensive Guide

https://bigsmoke.hashnode.dev/unleashing-the-power-of-macos-for-python-development-a-comprehensive-guide

Hashnode - python (python)

Introduction: macOS, with its elegant design and powerful capabilities, provides an exceptional platform for Python development. Whether you're a beginner or an experienced programmer, harnessing the full potential of macOS can greatly enhance your P...


62: How to Optimize Your JavaScript Website for SEO: A Step-by-Step Guide

https://abhaysinghr.hashnode.dev/how-to-optimize-your-javascript-website-for-seo-a-step-by-step-guide

Hashnode - javascript (Javascript)

How to Optimize Your Website for SEO Using JavaScript Hello, aspiring JavaScript developers! We all want our websites to reach as many people as possible. This is where Search Engine Optimization, or SEO, comes into play. SEO is a set of techniques a...


63: Madlibs (1/25) Getting started with python

https://dkties.hashnode.dev/madlibs-125-getting-started-with-python

Hashnode - python (python)

The first project done. So the first project in my journey of 25 dirty hands project journey is done.For me, it was not a too complicated project itself, but mostly it was a good chance to get Python up and running on my Ubuntu and start playing a li...


64: How Python for loop works

https://kmanwani.hashnode.dev/how-python-for-loop-works

Hashnode - python (python)

for loop in any language has almost the same syntax but in Python, it is slightly different. for var in seq: condition or statement here seq is any sequence that can be generated from any iterator object. iterator objects in Python are those obje...


65: Understanding the 'byte' Type in Go

https://dhawalpandya01.hashnode.dev/understanding-the-byte-type-in-go

Hashnode - javascript (Javascript)

When transitioning from JavaScript to Go, one encounters various differences in language syntax and data types. One such type in Go that might seem unfamiliar to JavaScript developers is the 'byte' type. It is an alias for the uint8 type. Memory Repr...


66: Learning DOM Manipulation in Javascript

https://balochcode.hashnode.dev/learning-dom-manipulation-in-javascript

Hashnode - javascript (Javascript)

In the field of web development, Javascript remains the best and most versatile and powerful programming language on earth. One of the basics of Javascript is DOM(Document Object Model) which allows developers to interact and engage which webpage. As...


67: CSS Lists

https://codemarch.hashnode.dev/css-lists

Hashnode - javascript (Javascript)

CSS Lists Different List Item Markers The list-style-type property specifies the type of list item marker. An Image as The List Item Marker The list-style-image property specifies an image as the list item marker: Position The List Item Markers The...


68: From Text to Understanding: How Large Language Models Decode Human Language

https://akarsh.hashnode.dev/from-text-to-understanding-how-large-language-models-decode-human-language

Hashnode - python (python)

Introduction In recent years, the field of artificial intelligence (AI) has witnessed a remarkable surge in the development and application of large language models. These models have become an essential component in the quest to understand and proce...


69: Learn Linear Algebra For Machine Learning with Python

https://neuronize.dev/learn-linear-algebra-for-machine-learning-with-python

Hashnode - python (python)

Introduction Oh my goodness, Linear Algebra is this absolutely amazing branch of mathematics that dives into the fantastic world of vectors, vector spaces, linear transformations, and systems of linear equations! It offers such an incredible framewo...


70 / 85

70: Life as an Engineering Manager

https://sumitmupadhyay.hashnode.dev/life-as-an-engineering-manager

Hashnode - javascript (Javascript)

Although I've been an IC for about 10 years I never considered myself less than any Manager '. I'd always thought being a Manager wasn't particularly a hard thing. All you needed to do was come early check mails attend standups give high-level f...


71: 2023: The year of mastery.

https://blog.thisisrahmat.com/2023-the-year-of-mastery

Hashnode - javascript (Javascript)

My career/technical goal for the year 2023 was to improve my skills in two languages that I have dabbled in but am not too familiar with: Golang Typescript/Javascript I think Golang is becoming more of a requirement for most DevOps roles and whil...


72: Stock Price Alert Using Python.

https://mobolajo.hashnode.dev/stock-price-alert-using-python-clj0o8yh2036rl4nv87ioftsg

Hashnode - python (python)

Building a Python stock alert is easy with this step-by-step guide. ' Don't Miss the Profit Train! There are quite a number of reasons why you should set up a Stock price alert. Reasons may include: '' Timely Decision-Making. '' Seize Profitabl...


73: **Title: Fidgeting and Stack Data Structures: The Hidden Connection**

https://akshaylingamaneni.hashnode.dev/title-fidgeting-and-stack-data-structures-the-hidden-connection

Hashnode - python (python)

Introduction: We all fidget, whether it's tapping our feet, clicking pens, or opening countless browser tabs. But have you ever wondered why we fidget and how it relates to software development concepts like stack data structures' In this blog post, ...


74: Avast Antivirus Alternatives

https://catswhocode.com/avast-antivirus-alternatives/

Cats who code (PHP / Javascript / wordpress)

Avast is mostly a reliable piece of software to safeguard your laptop or computer and keep the files protect. However , when you wish more features and improved spyware and adware detection rates, there are best online virtual space other options on the market. This article will check out several avast alternatives that provide better … Avast Antivirus Alternatives Read More »


75: Conversation and Data Storage Program

https://catswhocode.com/conversation-and-data-storage-program/

Cats who code (PHP / Javascript / wordpress)

Communication and data safe-keeping platform assists you to save digital information, letting it be gathered for use. This may include paperwork, videos, music, user personal preferences and options, and other info. Data storage alternatives have evolved to provide forward-thinking and detailed options intended for storing a huge volume of info. There are many different strategies … Convers [...]


76: The Different Types of information Room Solutions

https://catswhocode.com/the-different-types-of-information-room-solutions/

Cats who code (PHP / Javascript / wordpress)

Online www.digitsecrets.net/fix-quot-windows-modules-installer-worker-quot-tutorial data room technology is used to share secret files during important organization events like due diligence, M&As, IPOs and private equity agreements. Companies, law firms and even gov departments use this answer to streamline cooperation with other partners and stakeholders. Moreover, various non-profit establ [...]


77: Features of Data Via the internet Storage

https://catswhocode.com/features-of-data-via-the-internet-storage/

Cats who code (PHP / Javascript / wordpress)

Data on the web storage enables users to store files upon remote servers, accessible via an internet connection. It is actually used to retail outlet a variety of digital content which includes documents, video tutorials and photographs. Unlike local or portable storage products that www.thedataroom.website/docsend-chrome-extension-setting-up-guide/ can easily be shed or harmed, cloud-based storag [...]


78: Web Accessibility- best practices

https://kaykay7.hashnode.dev/web-accessibility-best-practices

Hashnode - javascript (Javascript)

Web accessibility refers to the practice of designing and developing websites and web applications that can be accessed and used by all individuals, regardless of their disabilities, situational disabilities, and socio-economic restrictions on bandwi...




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