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 28 Janvier 2023 (79)

1: How to start your first React Native app and debugging '''!

https://bandyablogs.hashnode.dev/how-to-start-your-first-react-native-app-and-debugging

Hashnode - javascript (Javascript)

In this blog, we will be discussing how to start your first React Native app and debug it. Before diving into the process, it's important to note that you must have completed the installation process as mentioned in our previous blog post. If you hav...


2: ETL Overview with Python

https://machinesintheclouds.com/etl-overview-with-python

Hashnode - python (python)

ETL, or Extract, Transform, and Load, is a process used to collect and prepare data for analysis and reporting. The process involves extracting data from various sources, transforming it to fit the needs of the analysis, and loading it into a target ...


4: My first post using Github as source

https://blog.bhuwanupadhyay.com/my-first-post-using-github-as-source

Hashnode - python (python)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It h...


5: Introduction to Regular Expressions in Python

https://aadarshkannan.hashnode.dev/introduction-to-regular-expressions-in-python

Hashnode - python (python)

In Python, a regular expression (also called RegEx or RegExp) is a sequence of characters that define a search pattern. This search pattern can be used to match and extract information from text, such as matching specific characters, words, or patter...


6: CSS Box Model

https://moreshwar.hashnode.dev/css-box-model

Hashnode - javascript (Javascript)

Introduction The browser engine always renders the elements rectangular as per the CSS basics box model. This box ' consist of 4 parts content, padding, border and margin. Content It consists of the real content of the element i.e. text, image,...


7: Starting a Django Application

https://thecodingprocess.hashnode.dev/starting-a-django-application

Hashnode - python (python)

After we have created a Django Skeleton Project, we can go ahead to create an application for our project. In the project folder containing manage.py file, we would enter python manage.py startapp on the terminal. If we want our Django app...


8: My Altschool Blog Project Documentation

https://technoneira.hashnode.dev/my-altschool-blog-project-documentation

Hashnode - javascript (Javascript)

Altschool Africa is an institution that takes a non-traditional approach to learning by teaching courses directly connected with a selected track. I am a student of Altschool Africa enrolled in their school of engineering with the main focus of Backe...


9: Creating Advance Chrome Extension || Extension Development || Linkedin Liker and Commenter

https://knowinfo.hashnode.dev/creating-advance-chrome-extension-extension-development-linkedin-liker-and-commenter

Hashnode - javascript (Javascript)

Hello There! Hope You are doing extremely well, on this blog, I'm going to tell you how I build my advanced chrome extension on LinkedIn, liker and commenter. This Extension Will take the number of Likes and number of comments you want in your Linked...


10 / 79

10: Creating Advance Web Extension

https://knowinfo.hashnode.dev/creating-advance-web-extension

Hashnode - javascript (Javascript)

Hello There! Hope You are doing extremely well, on this blog, I'm going to tell you how I build my advanced chrome extension on LinkedIn, liker and commenter. This Extension Will take the number of Likes and number of comments you want in your Linked...


11: Getting Started with Django

https://thecodingprocess.hashnode.dev/getting-started-with-django

Hashnode - python (python)

Django is one of Python's popular web frameworks which is used for backend web development and for building and consuming APIs (application programming interfaces). To get started with the Django framework, we would have to create a virtual environme...


12: MERN stack in action: Understand the use case with an example | By Ankit Kumar

https://ankitkj1999.hashnode.dev/mern-stack-in-action-understand-the-use-case-with-an-example-by-ankit-kumar

Hashnode - javascript (Javascript)

The MERN stack is a combination of technologies used to develop web applications. It stands for MongoDB, Express.js, React and Node.js. Each of these technologies serves a specific purpose in the development of a web application. Here is an example o...


13: Converting a number to a short human-readable format

https://demibk.hashnode.dev/converting-a-number-to-a-short-human-readable-format

Hashnode - javascript (Javascript)

This blog aims to provide simple reusable functions you can use in your projects to build user-friendly web applications or mobile applications. This one does a straightforward job of converting a number it receives to the shortest human-readable f...


14: Design Patterns in JS: A Top 5 List

https://sandiphalder.hashnode.dev/design-patterns-in-js-a-top-5-list

Hashnode - javascript (Javascript)

1. The Module Pattern: The Module pattern in JavaScript is a design pattern that allows for the creation of private and public methods and variables within a single object. This is accomplished by creating an anonymous function and immediately invoki...


15: Building Tic Tac Toe with React using Typescript, Hooks, and Ant Design

https://thisisnitish30.hashnode.dev/building-tic-tac-toe-with-react-using-typescript-hooks-and-ant-design

Hashnode - javascript (Javascript)

We all have played this game in our life and it's so much fun. I always wanted to build a Tic Tac Toe game ever since I saw and played. Also, I wanted to explore React with Typescript. So, I realized that It will be a great idea to build Tic Tac Toe ...


16: Automating My Car Search - Python & GitHub Actions

https://datatribute.com/automating-my-car-search-python-github-actions

Hashnode - python (python)

I was rear-ended a few months ago, luckily no one was hurt. However, the car was totaled and it was time to search for a vehicle in a tough car market. There was very limited inventory everywhere due to COVID and folks were flush with cash. High dema...


17: Introduction to Lambda Functions in Python

https://kabinspace.hashnode.dev/introduction-to-lambda-functions-in-python

Hashnode - python (python)

Python is a popular programming language known for its simplicity and readability. One of the key features of Python is its support for functional programming concepts, such as lambda functions. In this article, we will take a closer look at lambda f...


18: LeetCode - Gray Code

https://alkesh26.hashnode.dev/leetcode-gray-code

Hashnode - javascript (Javascript)

Problem statement An n-bit gray code sequence is a sequence of 2^n integers where: Every integer is in the inclusive range [0, 2^n - 1], The first integer is 0, An integer appears no more than once in the sequence, The binary representation of ev...


19: Understanding the Different Types of Django Model Fields

https://nileshdarji.hashnode.dev/understanding-the-different-types-of-django-model-fields

Hashnode - python (python)

Django models are used to represent the data in a database and are defined as Python classes. Each field in a model represents a column in the corresponding database table. The following is a list of the most commonly used fields in Django models, al...


20 / 79

20: How to generate sitemap dynamically in NodeJS'

https://devkuldeep.hashnode.dev/how-to-generate-sitemap-dynamically-in-nodejs

Hashnode - javascript (Javascript)

Node js is an open-source, server-side runtime environment that is JavaScript based and used to run JavaScript-based applications. It can execute JavaScript code on a server hence useful for creating server-based web applications. Nodejs is very effi...


21: Optimizing Images for the Web: The Importance of Using WebP and Best Practices for SEO

https://blog.aadarshkashyap.com/optimizing-images-for-the-web-the-importance-of-using-webp-and-best-practices-for-seo

Hashnode - javascript (Javascript)

Introduction Search engine optimization, or SEO, is a crucial aspect of running a website. One of the most important things to consider when optimizing a website for search engines is image optimization. In this blog post, we will cover a technique t...


22: This will help you get started with LINUX.

https://carboncoffee.hashnode.dev/this-will-help-you-get-started-with-linux

Carbon coffee (Développement)

Let's start with some basic queries you might have! Why Linux though' First of all, it's Opensource and hence there is a lot of customization that we can do. There is good community support. It supports a wide variety of hardware. Most servers are running on Linux. Automation is very easy to do on Linux. Linux is considered a secure operating system. Linux Architecture What are the basic [...]


23: Most Boring Linux Article.

https://carboncoffee.hashnode.dev/most-boring-linux-article

Carbon coffee (Développement)

Let's start with some basic queries you might have!Why Linux though'First of all, it's Opensource and hence there is a lot of customization that we can do.There is good community support.It supports a wide variety of hardware.Most servers are running on Linux.Automation is very easy to do on Linux.Linux is considered a secure operating system.Linux ArchitectureWhat are the basic Linux Principles'E [...]


24: Day 13: Python and its Datatypes

https://amitmaurya.hashnode.dev/day-13-python-and-its-datatypes

Hashnode - python (python)

This is the Day 13 of the #90DaysOfDevOps challenge in which we had completed Linux, Git, and GitHub commands in brief. In today's blog, we are going to discuss Python and its datatypes that are important for DevOps Engineers for building logic and p...


25: JavaScript L-2

https://techbyjeevika.io/javascript-l-2

Hashnode - javascript (Javascript)

Functions in javascript. Functions are used to execute any task that repeats itself. //Declare Function function singHppyB(){ console.log("Happy Birthday!") } // Call Function singHppyB(); //Storing return value in new variable and calling it f...


26: Operators In JavaScript

https://soumyar.dev/operators-in-javascript

Hashnode - javascript (Javascript)

Arithmetic Operators: (+, -, * , /, %, **) Addition (+) Subtraction (-) Multiplication (*) Division (/) Modulo (%) (remainder) Exponential (**) Example: Comparison Operators: (, =, ==,===, !=, !==) In Comparison operators, the outp...


27: Doing animations in React with Framer Motion

https://zordcoder.live/doing-animations-in-react-with-framer-motion

Hashnode - javascript (Javascript)

To improve user experience, animations and micro-interactions are essential to many digital products today, and they bring more than just delight to users. Informative animations accompanying loading states, navigation, and others significantly impro...


28: URL Shortener Project with API

https://infiniteltd.hashnode.dev/url-shortener-project-with-api

Hashnode - javascript (Javascript)

Honestly, this project made me reconsider my decision in continuing as a tech person or not. Anyways, I believe the tougher the better with the situation of power and bandwidth in my country one has to go the extra mile for this skill. NB: Please if ...


29: Skills Needed to Get Hired as a Data Analyst in 2023

https://damylusi.hashnode.dev/skills-needed-to-get-hired-as-a-data-analyst-in-2023

Hashnode - python (python)

Who is a Data Analyst' A data analyst is an expert who gathers and examines data across the business to settle on informed decisions or help other colleagues and initiative in using wise judgment. Data analysts unify analysis, innovation and business...


30 / 79

30: Just another Calculator App'

https://davidbay.hashnode.dev/just-another-calculator-app

Hashnode - javascript (Javascript)

This week, I made a simple Calculator App. This might not seem as exciting as a lot of projects out there but it is a learning experience regardless. It is all too easy to structure a HTML Document in the layout of a basic calculator and use CSS to s...


31: Setting up your ReactJS project.

https://devwithavatar.hashnode.dev/setting-up-your-reactjs-project

Hashnode - javascript (Javascript)

By the way, there are multiple ways of writing code in react By importing specific react scripts, but becomes more complex as our project becomes more complex. Using a package manager may be Node or Yarn. The second method is better as we can set...


32: Making data fetching more verbose in JS

https://arnab.dev/making-data-fetching-more-verbose-in-js

Hashnode - javascript (Javascript)

Why Is Fetching Data Correctly Important' What do we all expect from a modern application' We only expect that the application is at least interactive and user-friendly. For maintaining interactive correctly fetching data plays the most important rol...


33: Web Development

https://websubdomain.hashnode.dev/web-development

Hashnode - javascript (Javascript)

Have you ever wondered what we are using websites or web applications such as WhatsApp, www.goindigo.in, youtube, etc' How it works. And whose hard work behind the scene. Now, web developers come into the picture. With the help of frameworks such as ...


34: Frontend, Backend or Full-Stack

https://oluwatrillions.hashnode.dev/frontend-backend-or-full-stack

Hashnode - javascript (Javascript)

The choices to choose from when embarking on the journey of web development can be quite daunting for a lot of beginners. Being torn in-between choosing to be a front-end developer or a back-end developer is enough confusion for many already, and the...


35: Javascript Array Some Method

https://fjolt.hashnode.dev/javascript-array-some-method

Hashnode - javascript (Javascript)

I've already covered in another article the Javascript every method. It's useful for when checking if every element matches a certain criteria. The some method differs in that it checks if only 'some' elements pass a criteria. If some do, then the ex...


36: Python Fundamentals: Printing, Inputs/Outputs and Variables

https://seaneaston.hashnode.dev/python-fundamentals-printing-inputsoutputs-and-variables

Hashnode - python (python)

Welcome to the first blog in this new series, "Python Playground" This series is designed for beginners who are new to programming and want to learn the basics of Python. In this blog post, we will explore some of the basic concepts of Python, includ...


37: Mid-point Project Progress Report

https://lovethomokaro.hashnode.dev/mid-point-project-progress-report

Hashnode - javascript (Javascript)

Hi everyone!! Welcome back to the fourth article in my series of articles as an Outreachy intern with Wagtail. Overview The goal of Introducing Stimulus into Wagtail is to refactor and maintain Wagtail's JavaScript utils, widgets and files. To achiev...


38: Building Portfolio Website Using HTML CSS & JavaScript Day103

https://dheerajy1.hashnode.dev/building-portfolio-website-using-html-css-javascript-day103

Hashnode - javascript (Javascript)

Today #Day103 of #100DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Buttons Styling buttons and add a hover effect, display inline-block will put elements side by side, .button{ display: inline-block; background-colo...


39: Most asked interview question in Javascript PT.2

https://jayakumar03.com/most-asked-interview-question-in-javascript-pt2

Hashnode - javascript (Javascript)

Intro about var, let and const var : The var keyword is used to declare variables in JavaScript. Before you use a variable in a JavaScript program, you must declare it. Variables are declared with the var keyword as follows. Storing a value in a vari...


40 / 79

40: 10 Reasons Why i believe TypeScript is the Future of JavaScript

https://sleektechnology.hashnode.dev/10-reasons-why-i-believe-typescript-is-the-future-of-javascript

Hashnode - javascript (Javascript)

If you're a JavaScript developer, you may have heard of TypeScript and wondered what all the fuss is about. TypeScript is a superset of JavaScript that adds optional static typing to the language. It may sound like a small addition, but it can have a...


41: Simplifying Data Sharing in React: An Introduction to the Context API

https://code-kage.hashnode.dev/simplifying-data-sharing-in-react-an-introduction-to-the-context-api

Hashnode - javascript (Javascript)

One of the features that make React powerful is its ability to manage and share states between components. The Context API is a way to share state between components without having to pass props down through multiple levels of the component tree. In ...


42: Basics of Functions in JavaScript

https://shivi.hashnode.dev/basics-of-functions-in-javascript

Hashnode - javascript (Javascript)

Functions are one of the most important fundamentals of JavaScript. Event Handling, Callbacks, Data Manipulation, Constructor & Factory Functions are just some examples of how Functions are used in JavaScript. This article will help you understand ev...


43: Implementing Recursive Algorithms in JavaScript: A Practical Guide

https://dramaqueen.hashnode.dev/implementing-recursive-algorithms-in-javascript-a-practical-guide

Hashnode - javascript (Javascript)

Introduction Explanation of what recursive algorithms are and their applications Recursive algorithms are a type of algorithm that call themselves, either directly or indirectly, in order to solve a problem. This allows them to break a problem down i...


44: React Native ( Installation and Prerequisite ) for MacOS

https://omyerawar.hashnode.dev/react-native-installation-and-prerequisite-for-macos

Hashnode - javascript (Javascript)

In this blog, we will be looking at what all are the prerequisites and tools that need to be installed for getting started with development using React Native on MacOS. NodeJS (LTS Recommended) NodeJS is a javascript runtime environment which we w...


45: JavaScript 101: The slice() Method Explained

https://mzaza.hashnode.dev/javascript-101-the-slice-method-explained

Hashnode - javascript (Javascript)

JavaScript's slice() method is a powerful and versatile method for working with arrays. This method can enhance your ability to manipulate arrays in different ways. In this post, we'll dive into the world of the slice() method and explore some of its...


46: Kotlin Data Classes 101: Understanding Syntax, Usage and Inheritance

https://hardiksachan.com/kotlin-data-classes-101-understanding-syntax-usage-and-inheritance

Hashnode - Kotlin (Mobiles)

Welcome back to this series of articles on Android Development with Kotlin and Jetpack Compose. In the previous article, we discussed the type system in Kotlin along with null safety. In this article, we will take a look at what data classes are, how...


47: Ces vêtements sont hideux, mais vous protègent de la reconnaissance faciale

https://www.lebigdata.fr/vetement-dejouer-reconnaissance-faciale

Le Big Data (dataviz)

Ces vêtements vous permettent-ils réellement de déjouer la reconnaissance faciale ' C'est en tout cas la promesse de ce label … Cet article Ces vêtements sont hideux, mais vous protègent de la reconnaissance faciale a été publié sur LeBigData.fr.


48: Understand Destructuring in JavaScript in 2 minute

https://codeplater.hashnode.dev/understand-destructuring-in-javascript-in-2-minute

Hashnode - javascript (Javascript)

Hi there, Are you having issues with understanding destructuring as a JavaScript developer, don't worry, you are just a minute and 55 seconds away from understanding it totally. It is a way to extract values from arrays or objects and assign them to ...


49: K Most Frequent Words

https://sandrana.hashnode.dev/k-most-frequent-words

Hashnode - javascript (Javascript)

Problem Description Problem Description You are given a list of words present in a book. Your younger brother is curious to know the K most frequent words in the book, you have to find them. Your answer should be sorted by frequency from highest to l...


50 / 79

50: The Ultimate Developers Handbook: 150+ Tips &, Tricks for Javascript, React, Node, CSS and Typescript

https://djaytechdiary.com/the-ultimate-developers-handbook-150-tips-tricks-for-javascript-react-node-css-and-typescript

Hashnode - javascript (Javascript)

Receiving requests that many of you wanted to have UPI and netbanking options for purchasing my e-book and am excited to announce that these options are now available for purchasing my e-book "''' '''''''' '''''''''' ''''''...


51: Liens vagabonds : Le NYT arrive sur TikTok, sérieusement

https://www.meta-media.fr/2023/01/28/liens-vagabonds-le-nyt-arrive-sur-tiktok-serieusement.html

Meta Media (Internet)

A RETENIR CETTE SEMAINE :  Le NYT arrive sur TikTok - Avec seulement trois ans de retard par rapport à ses principaux concurrents, le New York Times a finalement rejoint TikTok cette semaine. Lorsque le New York Times a lancé son TikTok le 24 janvier, il a commencé par des... The post Liens vagabonds : Le NYT arrive sur TikTok, sérieusement first appeared on Meta-media | La révolution de l'i [...]


52: Protection des données personnelles: sensibilisation pour tous

https://www.lemondeinformatique.fr/actualites/lire-protection-des-donnees-personnelles-sensibilisation-pour-tous-89361.html

Le monde informatique (Internet / Informatique)

Dans le cadre de la journée de la protection des données, nombreux sont les acteurs qui ont leur mot à dire. A l'occasion de (...)


53: Orchestration cloud : pourquoi Dell vient d'acquérir Cloudify pour 100 millions $ '

https://www.lebigdata.fr/orchestration-cloud-dell-cloudify

Le Big Data (dataviz)

La tendance des entreprises à adopter l’orchestration cloud pour gérer leurs infrastructures et leurs applications ne cesse de croître. Pour … Cet article Orchestration cloud : pourquoi Dell vient d’acquérir Cloudify pour 100 millions $ ' a été publié sur LeBigData.fr.


54: How I'm Learning Data Structures and Algorithms as a Newbie

https://alvinwanjala.hashnode.dev/how-im-learning-data-structures-and-algorithms-as-a-newbie

Hashnode - javascript (Javascript)

Data Structures and Algorithms is one of those things that you know you need to learn but never plan for it. Or just start and give up along the way because, let's be honest, DSA is tough. However, DSA can help in sharpening problem-solving skills, w...


55: Events in JavaScript

https://viji-portfolio-dev.netlify.app/events-in-javascript

Hashnode - javascript (Javascript)

What is an event' An event is a particular occurrence in the browser. Using JavaScript, we can tell how the element(s) in a webpage should "react" when this specific event occurs. Example: we can display an alert when the page loads. Events can be br...


56: Understanding `async/await` in NodeJS/Typescript

https://blog.mandraketech.in/understanding-asyncawait-in-nodejstypescript

Hashnode - javascript (Javascript)

Here is a Typescript example of evaluating, and understanding the behaviour of async/await in NodeJS. This example, triggers multiple async calls, without waiting ( testAwait ). testAwait in turn, awaits sayHello to execute. There is some additional ...


57: Sciences Po veut interdire ChatGPT : est-ce vraiment possible '

https://www.lebigdata.fr/sciences-po-interdire-chatgpt

Le Big Data (dataviz)

L’université Sciences Po Paris a récemment annoncé qu’elle interdit l’utilisation de ChatGPT par ses étudiants. ChatGPT est une intelligence artificielle … Cet article Sciences Po veut interdire ChatGPT : est-ce vraiment possible ' a été publié sur LeBigData.fr.


58: The Big 'O' of Javascript

https://blogs.utkarshrajput.com/the-big-o-of-javascript

Hashnode - javascript (Javascript)

Recap JavaScript was one of the first programming languages I picked up. Being an extremely powerful and omnipresent language, JavaScript has the potential to tap into so many popular industries like Machine Learning and Data Analysis and take over o...


59: How to Install React-Native in Linux

https://princekr-paswan.hashnode.dev/how-to-install-react-native-in-linux

Hashnode - javascript (Javascript)

Step 1: Install Node.js First, you will need to install Node.js on your Linux machine. You can download the installer from the official Node.js website and run it to install Node.js. Step 2: Install the React Native CLI Once Node.js is installed, ...


60 / 79

60: API's, Async Await, Promises and Callback functions.

https://efaystechspace.hashnode.dev/apis-async-await-promises-and-callback-functions

Hashnode - javascript (Javascript)

API is an acronym for "Application Programming Interface". It is a type of software interface that offers a service to other pieces of software. Using a restaurant setting as an example, the servers and waiters can be referred to as an API. Their job...


61: Baromètre Kantar-La Croix : La confiance des Français dans les médias remonte

https://www.meta-media.fr/2023/01/28/barometre-kantar-la-croix-la-confiance-des-francais-dans-les-medias-remonte.html

Meta Media (Internet)

Après une année 2022, où l'intérêt dans l'information était tombé au plus bas chez les 18-24 ans, plus de trois quarts des Français déclarent cette année suivre « avec un grand intérêt » l'actualité, selon le baromètre annuel de La Croix, réalisé avec Kantar Public et onepoint. Une proportion qui bondit... The post Baromètre Kantar-La Croix : La confiance des Français dans les [...]


62: Data Center : pourquoi Intel abandonne son laboratoire à 700 millions $ '

https://www.lebigdata.fr/data-center-intel-abandonne-laboratoire

Le Big Data (dataviz)

Intel, le géant de l’informatique et des technologies numériques, a annoncé l'annulation d’un projet de construction d'un data center. Ce … Cet article Data Center : pourquoi Intel abandonne son laboratoire à 700 millions $ ' a été publié sur LeBigData.fr.


63: The Dangers of Ignoring Z-Index: The Key to Ensure Proper Element Layering on Your Website

https://whiz-code.hashnode.dev/the-dangers-of-ignoring-z-index-the-key-to-ensure-proper-element-layering-on-your-website

Hashnode - javascript (Javascript)

Have you ever been scrolling through a website and noticed that a button or image appears to be floating on top of other elements' This is achieved through the use of the CSS property "z-index". There are countless elements to consider, from layout t...


64: Day 22 - f strings

https://viveky.hashnode.dev/day-22-f-strings

Hashnode - python (python)

String formatting in Python String formatting can be done in python using the format method. txt = "For only {price:.2f} dollars!" print(txt.format(price = 49)) f-strings in python It is a new string formatting mechanism introduced by the PEP 498. I...


65: ECMAScript -supports different browser

https://prajwal-dev.hashnode.dev/ecmascript-supports-different-browser

Hashnode - javascript (Javascript)

ECMAScript What it is' ECMAScript is a scripting language specification on which JavaScript is based. Ecma International is in charge of standardizing ECMAScript. ECMA International is an industry association dedicated to the standardization of infor...


66: The Beginner's Guide to Unity Certification

https://gamedevacademy.org/unity-certifications-tutorial/

Game dev academy (Jeux)

How does a Unity game developer prove their skills' Whether you’re just starting out or have been making games for a long time, this is a difficult question. However, it’s ... Read more


67: Advanced JavaScript Design Patterns: Part 5

https://djaytechdiary.com/javascript-revealing-module-pattern

Hashnode - javascript (Javascript)

The Revealing module pattern JavaScript is a powerful and versatile language that has become a mainstay in web development. One of the key features of the language is its ability to create modules, which are self-contained chunks of code that can be ...


68: Intro to TOML configuration file format

https://nikhilakki.in/intro-to-toml-configuration-file-format

Hashnode - python (python)

What is TOML' TOML (Tom's Obvious, Minimal Language) is a file format used for configuration files. It is designed to be easy to read and write and is similar in structure to INI files. The basic structure of a TOML file consists of key-value pairs, ...


69: Python Performance Optimization: Mastering the Art of Making Your Code Run Faster

https://kemoeverlyne.hashnode.dev/python-performance-optimization

Hashnode - python (python)

Imagine you are building a web scraping application that needs to collect data from a large number of websites. You've written a script using the popular Python library BeautifulSoup that can collect the data you need, but as you test it on more and ...


70 / 79

70: Modules and Pips in Python

https://pyeera.hashnode.dev/modules-and-pips-in-python

Hashnode - python (python)

What are Modules' Modules are the pre-written code in the programming language, which allows the user to use that code anywhere, anytime, and in any program! Modules help us more efficiently save time and sometimes file size too'. Two types of Modul...


71: Installation Guide for React Native

https://webginner.hashnode.dev/installation-guide-for-react-native

Hashnode - javascript (Javascript)

This guide will help you to get started using React Native on Windows to create a cross-platform app that will work on Android devices. The first thing we need to break the myth is that we don't need a high-end pc for the react-native installation w...


72: This day in search marketing history: January 28

https://searchengineland.com/search-marketing-history-january-28-392325

Search engine land (Référencement)

Featured snippets introduced, plus: Hamlet Batista passes away, Google buys DeepMind, Google ad labeling and more. The post This day in search marketing history: January 28 appeared first on Search Engine Land.


73: Importance Of Javasript In 2023

https://debmalyasen.hashnode.dev/importance-of-javasript-in-2023

Hashnode - javascript (Javascript)

JavaScript is a crucial programming language for the modern web. It allows for the creation of dynamic and interactive user interfaces, making websites more engaging and user-friendly. One of the most important features of JavaScript is its ability t...


74: Test My first post using Github as source

https://hash.hupili.net/post-from-github-as-source

Hashnode - python (python)

(test) Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen boo...


75: Golang vs Javascript Error Handling

https://tosinjs.hashnode.dev/golang-vs-javascript-error-handling

Hashnode - javascript (Javascript)

A few months ago, I had to make a switch from Javascript being my primary language to Golang. This series is meant to discuss some of the differences I noticed between both languages. Note that I am using Typescript-flavored Javascript, you should to...


76: Swastik Pattanaik's First Blog

https://swastikp.hashnode.dev/swastik-pattanaiks-first-blog

Hashnode - javascript (Javascript)

About Myself Hello, my name is Swastik Pattanaik and I am currently pursuing my BTech in Computer Science and Engineering. My passion for technology has led me to pursue a career as a Fullstack Web Developer. I am fascinated by the endless possibilit...


77: Debugging 101: Common Techniques and Tools

https://blog.ishaantek.com/debugging-101-common-techniques-and-tools

Hashnode - javascript (Javascript)

Debugging is an essential part of the software development process. It can be frustrating, and time-consuming, but it is also an opportunity to improve your code and make it more robust. In this blog post, we will explore some common techniques and t...


78: Visualizing the Odds of Dying from Various Accidents

https://www.visualcapitalist.com/visualizing-the-odds-of-dying-in-accidents/

Visual Capitalist (dataviz)

This infographic shows you the odds of dying from a variety of accidents, including car crashes, bee stings, and more. The post Visualizing the Odds of Dying from Various Accidents appeared first on Visual Capitalist.


79: Implement Default Splash Screen Prior to Android 12

https://vtsen.hashnode.dev/implement-default-splash-screen-prior-to-android-12

Hashnode - Kotlin (Mobiles)

If your app doesn't implement any splash screen, it is implemented by default in Android 12 (API level 31). In other words, there is a splash screen for Android 12 or later but not for Android 11 and older Android version. To stay consistent with th...




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