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


Mardi 3 Janvier 2023 (149)

1: The Way I See JS

https://harshleey.hashnode.dev/the-way-i-see-js

Hashnode - javascript (Javascript)

The way I see it, JavaScript is the most relatable programming language to learn. Not because it wouldn't drive you crazy and definitely not because it is very easy to learn (cause trust me, it has its struggles) but because compared to other languag...


2: Counting technical blessings of 2022 - Dev Retro 2022

https://codingstars.hashnode.dev/counting-technical-blessings-of-2022-dev-retro-2022

Hashnode - python (python)

Introduction It has always been a ritual for me to wind up the year by reflecting on my experiences, accomplishments, and failures through a blog post. That blog post, covering every aspect of my life, would always be published on my personal blog. I...


3: How to build an NFT Marketplace with NextJS and TypeScript

https://kamil.sh/how-to-build-an-nft-marketplace-with-nextjs-and-typescript

Hashnode - javascript (Javascript)

One reason to start a small NFT marketplace is to create a platform for artists and creators to sell their unique digital works. With the rise of blockchain technology and the increasing popularity of non-fungible tokens (NFTs), there is a growing de...


4: Top 5 JavaScript UI libraries for Web Developers in 2023

https://www.anythingprogramming.com/top-5-javascript-ui-libraries-for-web-developers-in-2023

Hashnode - javascript (Javascript)

Let me ask you, have you been in a state where you wish to add more cool features to your web development project' Or found yourself thinking about how to add fantastic dropdowns to your projects' Well, this is where JavaScript UI libraries come in. ...


5: Does the "switch case" feature exist in python'

https://albertgubanja.com/does-the-switch-case-feature-exist-in-python

Hashnode - python (python)

Many will probably say no. And they are not entirely wrong. Because there is nowhere they have seen switch case used in a python program. Indeed, switch case is a conditional feature that exists in most programming languages. In python, this feature ...


6: Webinar: Paid search tactics for brand dominance in 2023 by Cynthia Ramsaran

https://searchengineland.com/webinar-paid-search-tactics-for-brand-dominance-in-2023-390920

Search engine land (Référencement)

Monitor all competitive activity around your brand terms and increase profitability without hurting revenue. The post Webinar: Paid search tactics for brand dominance in 2023 appeared first on Search Engine Land.


7: What is HTML, CSS, and JavaScript'

https://jwashingtondev.hashnode.dev/what-is-html-css-and-javascript

Hashnode - javascript (Javascript)

Maybe you're starting out or at least considering embarking on the path of a web designer or developer. Or perhaps you're just curious as to what goes on behind the scenes of the websites you visit. As you start on your web development or coding jour...


8: How To Install and Configure Ansible on Debian 11

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. While there are many popular configuration management tools available for Linux systems, such as [Chef](https://www.chef.io/) and [ [...]


9: Commerce Components by Shopify gives large retailers new ways to use the platform

https://searchengineland.com/commerce-components-by-shopify-gives-large-retailers-new-ways-to-use-the-platform-390923

Search engine land (Référencement)

With CCS, retailers can choose which components of Shopify they want to integrate into their own systems. The post Commerce Components by Shopify gives large retailers new ways to use the platform appeared first on Search Engine Land.


10 / 149

10: How to Set Up Dante Proxy for Private Connections on Debian 11

https://www.digitalocean.com/community/tutorials/how-to-set-up-dante-proxy-for-private-connections-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction Proxy servers are a type of server application that functions as a gateway between an end user and an internet resource. Through a proxy server, an end user is able to control and monitor their web traffic for a wide variety of purposes, including privacy, security, and caching. For example, you can use a proxy server to make web requests from a different IP address than your own [...]


11: Issue 558 (Jan. 3, 2023)

https://pycoders.com/issues/558

pycoders (python)

#558 ' JANUARY 3, 2023 View in Browser » 2022 Real Python Tutorial & Video Course Wrap Up “It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python material this year. We added some new members to the team, updated the site’s features, and created new styles of tutorials and video [...]


12: JavaScript vs TypeScript: Which One is the Right Fit for Your Project'

https://adityakamat.hashnode.dev/javascript-vs-typescript-which-one-is-the-right-fit-for-your-project

Hashnode - javascript (Javascript)

As a developer, choosing the right programming language is an important decision that can have a significant impact on the success of your projects. While there are many options to choose from, two languages that are often compared are JavaScript and...


13: Learn JavaScript while Playing Games - Gamify Your Learning

https://hashnode.knulst.de/learn-javascript-while-playing-games-gamify-your-learning

Hashnode - javascript (Javascript)

Paul Knulst in Programming ' 6 min read Within this article, I want to showcase different websites you can use to learn JavaScript while playing games. This method is called gamification and is a well-known technique nowadays. Introduction Often if ...


14: How To Monitor System Authentication Logs on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-monitor-system-authentication-logs-on-ubuntu

Digital Ocean Tutorials (Internet)

## How To Monitor System Logins A fundamental component of authentication management is monitoring the system after you have configured your users. We will be exploring these concepts on a Ubuntu 22.04 server, but you can follow along on any modern Linux distribution. You can set up a Ubuntu 22.04 server for this tutorial by following our guide to [Initial Server Setup on Ubuntu 22.04](https://w [...]


15: How To Restrict Log In Capabilities of Users on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-restrict-log-in-capabilities-of-users-on-ubuntu

Digital Ocean Tutorials (Internet)

### Introduction A fundamental part of system administration is configuring and managing users and groups. Part of this task involves monitoring the log in capabilities of all system entities. In this guide, we will introduce the ideas behind user management and authentication logging. We will be exploring these concepts on a Ubuntu 22.04 server, but you can follow along on any modern Linux dis [...]


16: Video Calling in Flutter

https://blog.samarpandasgupta.in/flutter-video-calling

Hashnode - Flutter (Flutter)

Introduction: Don't have time to introduce video calling in your app from scratch' Don't worry. This blog is made for you. Learn to integrate video calling with a few lines of code within 30 minutes. Not believing it' No problem. Just go through the ...


17: Video Calling in Flutter

https://blog.samarpandasgupta.in/flutter-video-call

Hashnode - Flutter (Flutter)

Introduction: Don't have time to introduce video calling in your app from scratch' Don't worry. This blog is made for you. Learn to integrate video calling with a few lines of code within 30 minutes. Not believing it' No problem. Just go through the ...


18: How To View System Users in Linux on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-view-system-users-in-linux-on-ubuntu

Digital Ocean Tutorials (Internet)

### Introduction A fundamental part of system administration is configuring and managing users and groups. Part of this task involves monitoring the log in capabilities of all system entities. In this tutorial, you will review the ideas behind user management and authentication logging. We will be exploring these concepts on a Ubuntu 22.04 server, but you can follow along on any modern Linux di [...]


19: How to Set Up Squid Proxy for Private Connections on Debian 11

https://www.digitalocean.com/community/tutorials/how-to-set-up-squid-proxy-for-private-connections-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction Proxy servers are a type of server application that functions as a gateway between an end user and an internet resource. Through a proxy server, an end user is able to control and monitor their web traffic for a wide variety of purposes, including privacy, security, and caching. For example, you can use a proxy server to make web requests from a different IP address than your own [...]


20 / 149

20: Manage SEO in Next.js with Next SEO

https://blog.logrocket.com/manage-seo-next-js-with-next-seo/

Log Rocket blog (Web 2)

Learn how to use the Next SEO plugin so you can effectively manage your Next.js app's SEO without missing any properties. The post Manage SEO in Next.js with Next SEO appeared first on LogRocket Blog.


21: Are You Really Going to Get Paid at Skycrown Casino'

https://catswhocode.com/are-you-really-going-to-get-paid-at-skycrown-casino/

Cats who code (PHP / wordpress / Javascript)

  Contents Latest Skycrown Casino offering prompt payouts and withdrawals What do you mean by games' Explain to me how a cryptocurrency casino is different from a traditional casino Depositing money and taking it out Best casinos available to play at online in 2023 Bonuses that are being offered A look back at the history […]


22: How to Set Up Squid Proxy for Private Connections on Rocky Linux 8

https://www.digitalocean.com/community/tutorials/how-to-set-up-squid-proxy-for-private-connections-on-rocky-linux-8

Digital Ocean Tutorials (Internet)

### Introduction Proxy servers are a useful way of caching or obfuscating web traffic. This means that web requests can be served from different inbound or outbound addresses than they appear to be, by offloading the connection to intermediaries. For regular end users, this usually means allowing you to make web requests from a different IP address than your own. This can serve many purposes, suc [...]


23: How To Install Python 3 and Set Up a Programming Environment on Debian 11

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-debian-11

Digital Ocean Tutorials (Internet)

### Introduction A versatile programming language, Python can be used for many different programming projects. Inspired by the British comedy group Monty Python, the development team behind Python wanted to make a language that was fun to use. An increasingly popular language with many different applications, Python is a great choice for beginners and experienced developers alike. This tutorial [...]


24: How To Install Python 3 and Set Up a Programming Environment on Rocky Linux 8

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-rocky-linux-8

Digital Ocean Tutorials (Internet)

### Introduction A versatile programming language, Python can be used for many different programming projects. Inspired by the British comedy group Monty Python, the development team behind Python wanted to make a language that was fun to use. An increasingly popular language with many different applications, Python is a great choice for beginners and experienced developers alike. This tutorial [...]


25: 10 JavaScript & React questions you might encounter in your next front-end interview.

https://gurudattpuranik.hashnode.dev/10-javascript-react-questions-you-might-encounter-in-your-next-front-end-interview

Hashnode - javascript (Javascript)

Closures A closure in JavaScript is a combination of a function bundled with its lexical environment. Let's understand with an example. The above code snippet has a function named greet and a variable name is declared and initialized with a valu...


26: How To Make Karaoke Videos using Whisper and Spleeter Machine Learning

https://www.digitalocean.com/community/tutorials/how-to-make-karaoke-videos-using-whisper-and-spleeter-machine-learning

Digital Ocean Tutorials (Internet)

### Introduction Machine learning tools are useful for manipulating images, audio, or video to produce a novel result. Until recently, automatically editing images or audio was challenging to implement without using a significant amount of time and computing power, and even then it was often only possible to run turnkey filters to remove certain frequencies from sounds or change the color palette [...]


27: How To Make Karaoke Videos using Whisper and Spleeter AI Tools

https://www.digitalocean.com/community/tutorials/how-to-make-karaoke-videos-using-whisper-and-spleeter-ai-tools

Digital Ocean Tutorials (Internet)

Introduction AI tools are useful for manipulating images, audio, or video to produce a novel result. Until recently, automatically editing images or audio was challenging to implement without using a significant amount of time and computing power, and even then it was often only possible to run turnkey filters to remove certain frequencies from sounds or change the color palette of images. Newer a [...]


28: Introduction to Performance Testing with k6

https://blog.smaranjitghose.com/introduction-to-performance-testing-with-k6

Hashnode - python (python)

' Real World Scenario Let's consider you are a stealth mode entrepreneur' who is striving (alone or with a few of your co-founders) to translate a fantastic automation' idea into an MVP that you can ship' to potential clients as quickly as possib...


29: TikTok adds 5 new ways to enforce safety for teen users

https://searchengineland.com/tiktok-adds-5-new-ways-to-enforce-safety-for-teen-users-390917

Search engine land (Référencement)

Some of the policies were launched last year but have been improved with additional features to increase efficacy. The post TikTok adds 5 new ways to enforce safety for teen users appeared first on Search Engine Land.


30 / 149

30: Destructuring in JavaScript

https://krishwebdev.hashnode.dev/destructuring-in-javascript

Hashnode - javascript (Javascript)

Destructuring in JavaScript is a powerful and one of the coolest features of ES6. It gains importance especially when you move on from Vanilla JavaScript and start learning Frameworks like React where you will find destructuring used in almost every ...


31: How To View and Configure Linux Logs on Ubuntu, Debian, and CentOS

https://www.digitalocean.com/community/tutorials/how-to-view-and-configure-linux-logs-on-ubuntu-debian-and-centos

Digital Ocean Tutorials (Internet)

### Introduction Linux system administrators often need to look at log files for troubleshooting purposes. This is one of the first things a sysadmin would do. Linux and the applications that run on it can generate all different types of messages, which are recorded in various log files. Linux uses a set of configuration files, directories, programs, commands and daemons to create, store and re [...]


32: The U.S. Stock Market: Best and Worst Performing Sectors in 2022

https://www.visualcapitalist.com/best-and-worst-performing-us-stock-market-sectors-2022/

Visual Capitalist (dataviz)

The markets in 2022 were characterized by a lot more pain than gain. That said, there were winners to be found, even during a turbulent year The post The U.S. Stock Market: Best and Worst Performing Sectors in 2022 appeared first on Visual Capitalist.


33: Telex : SpaceX lève 750 M$, Un piratage de Deezer refait surface, Nvidia étoffe sa plateforme Omniverse 3D

https://www.lemondeinformatique.fr/actualites/lire-telex-spacex-leve-750-m%24-un-piratage-de-deezer-refait-surface-nvidia-etoffe-sa-plateforme-omniverse-3d-89090.html

Le monde informatique (Internet / Informatique)

- SpaceX lève 750 M$. La firme spécialisée dans les équipements spatiaux (lanceur d'engins et service Internet par (...)


34: Installing Visual Studio on Linux

https://twarga.hashnode.dev/installing-visual-studio-on-linux

Hashnode - python (python)

Visual Studio is a popular integrated development environment (IDE) used by developers to create a wide range of applications. In this tutorial, we will show you how to install Visual Studio on a Linux system. Before we start, make sure that your sys...


35: JavaScript Fundamentals: Objects 1

https://blog.mranand.com/javascript-fundamentals-objects-1

Hashnode - javascript (Javascript)

Today is the 13th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours t...


36: A Brief Introduction to JavaScript

https://manishsinghbisht.hashnode.dev/a-brief-introduction-to-javascript

Hashnode - javascript (Javascript)

What is JavaScript' JavaScript (JS) is a lightweight, interpreted, single-threaded, dynamic language with object-oriented capabilities.JavaScript is most commonly used as a part of web pages, whose implementations allow client-side scripts to interac...


37: Installing the Unity Game Engine on Arch Linux

https://twarga.hashnode.dev/installing-the-unity-game-engine-on-arch-linux

Hashnode - Unity (unity)

Unity is a popular game engine used by developers to create 2D and 3D games and applications. In this tutorial, we will show you how to install the Unity game engine on Arch Linux. Before we start, make sure that you have the required dependencies in...


38: Wireframing for responsive design and good UX

https://blog.logrocket.com/ux-design/wireframing-responsive-design-good-ux/

Log Rocket blog (Web 2)

With a knowledge of the types of fidelity and when to use each, you can create a wireframe for responsive design and good UX. The post Wireframing for responsive design and good UX appeared first on LogRocket Blog.


39: Create a Simple Game In Python.

https://codersden.hashnode.dev/create-a-simple-game-in-python

Hashnode - python (python)

simple game written in Python using the pygame library. This game is a basic "dodge the obstacles" game where the player controls a character that moves horizontally across the screen and must avoid obstacles that fall from the top of the screen. Fir...


40 / 149

40: How To Find the Length of a List in Python

https://www.digitalocean.com/community/tutorials/find-the-length-of-a-list-in-python

Digital Ocean Tutorials (Internet)

### Introduction There are several techniques you can use in Python to find the length of a list. The length of a list is the number of elements in the list. This article describes three ways to find the length of a list, however, the `len()` method is usually the best approach to get the length of a list because it's the most efficient. Since a list is an object, the size of the list if already [...]


41: Day 1/100 (100 days of learning to code!)

https://codingstevan.org/day-1100-100-days-of-learning-to-code

Hashnode - javascript (Javascript)

First day! Today was day 1 of my journey. Most of the day was dedicated to learning about promises and exception handling in javascript, also I watched a small crash course about the importance of teamwork. After that, I did small challenge on fronte...


42: Back Market licencie 13 % de ses effectifs en France

https://www.lemondeinformatique.fr/actualites/lire-back-market-licencie-13-de-ses-effectifs-en-france-89083.html

Le monde informatique (Internet / Informatique)

Après plusieurs années passées à soutenir la croissance de leurs poulains, les investisseurs leur demandent aujourd'hui de (...)


43: Retour sur les événements marquants de 2022

https://www.lemondeinformatique.fr/actualites/lire-retour-sur-les-evenements-marquants-de-2022-89081.html

Le monde informatique (Internet / Informatique)

L'année qui vient de s'écouler a mis en évidence la vulnérabilité du secteur IT face aux aléas de la situation (...)


44: Moonly weekly progress update 30

https://moonly.hashnode.dev/moonly-weekly-progress-update-30

Hashnode - javascript (Javascript)

Happy New Year to everyone, God bless you all! I hope you had a nice New Year's Eve, with your loved ones and in the circle of your family. I wish you lots of health, happiness, and love! Weekly devs progress: Write a script to simplify the new tx p...


45: Les onglets arrivent dans l'explorateur de fichiers de Windows

https://www.lemondeinformatique.fr/actualites/lire-les-onglets-arrivent-dans-l-explorateur-de-fichiers-de-windows-89087.html

Le monde informatique (Internet / Informatique)

Une fonction simple, mais qui facilite la vie. C'est un peu la promesse d'une fonctionnalité très demandée dans Windows : (...)


46: Un procédé prometteur pour produire de l'hydrogène vert à partir de LED et d'ammoniac

https://www.rtflash.fr/procede-prometteur-pour-produire-l-hydrogene-vert-partir-led-et-d-ammoniac/article

Tregouet.org ()

On imagine assez bien des voitures, utilitaires légers et même des poids lourds à PAC effectuer le plein de leurs réservoirs à partir de distributeurs en gaz H2 comprimé installés dans des stations finalement très proches de celles qui délivrent de l'essence et du gazole. Pour les gros bateaux et les avions, un tel scénario n'apparaît ni souhaitable, ni même envisageable. La place pris [...]


47: Les robots dirigeables souples pour aider des applications médicales

https://www.rtflash.fr/robots-dirigeables-souples-pour-aider-applications-medicales/article

Tregouet.org ()

Au cours des dernières décennies, la chirurgie par cathéter a transformé la médecine. C'est un moyen peu invasif qui permet aux médecins d'accomplir n'importe quel acte chirurgical, de la pose de stents et du ciblage des tumeurs à l'extraction d'échantillons de tissus et à l'administration d'agents de contraste pour l'imagerie médicale. Même si les cathéters actuels sont des dispositif [...]


48: Data Vis Dispatch, January 3

https://blog.datawrapper.de/data-vis-dispatch-january-3-2023/

Data Wrapper ()

The best of last week's big and small data visualizations


49: Nos premières expériences de vie auraient un impact durable sur nos gènes

https://www.rtflash.fr/nos-premieres-experiences-vie-auraient-impact-durable-sur-nos-genes/article

Tregouet.org ()

Des chercheurs de l'Université catholique de Louvain (UCL) ont montré que les premières expériences de notre vie pourraient avoir un impact à long terme sur l'activité de nos gènes et même affecter notre espérance de vie. Selon l'équipe à l'origine de l'étude, cette "mémoire" des gènes pourrait être une piste intéressante pour améliorer la santé en fin de vie. « La santé à [...]


50 / 149

50: La Chine mise sur les batteries au sodium

https://www.rtflash.fr/chine-mise-sur-batteries-sodium/article

Tregouet.org ()

Elle est moins chère mais reste performante : la batterie au sodium devrait arriver sur le marché l'an prochain, alors que le monde l'attendait pour les décennies à venir. C'est le géant chinois de la batterie CATL qui a annoncé que sa ligne de production était déjà prête pour ce type d'innovation. Des voitures électriques plus abordables, ce n'est plus un rêve mais bientôt une réali [...]


51: Une puce photonique qui permet d'amplifier la lumière

https://www.rtflash.fr/puce-photonique-qui-permet-d-amplifier-lumiere/article

Tregouet.org ()

Des scientifiques de l'EPFL ont mis au point des circuits intégrés photoniques qui ont démontré un nouveau principe d'amplification de la lumière sur une puce de silicium. Le fait de pouvoir réaliser une amplification à limite quantique des signaux optiques contenus dans les fibres optiques est sans doute l'une des avancées technologiques les plus importantes à l'origine de notre sociétà [...]


52: Why JavaScript Developers Should Learn Node.js and Backend Databases

https://andrewbaisden.hashnode.dev/why-javascript-developers-should-learn-nodejs-and-backend-databases

Hashnode - javascript (Javascript)

If you enjoy this topic, you will probably like my articles, tweets, and stuff. If you're wondering, check out my social media profiles and don't forget to subscribe and follow since I'm offering programming and motivating tools and information to he...


53: Mediarithmics lève 7 millions d'euros pour ses solutions de marketing en ligne

https://www.usine-digitale.fr/article/mediarithmics-leve-7-millions-d-euros-pour-ses-solutions-de-marketing-en-ligne.N2082091

L'usine-digitale (Informatique)

Mediarithmics lève 7 millions d'euros pour ses solutions de collecte et d'analyse des données clients qui permettent de segmenter les audiences et diffuser des publicités ciblées, améliorer le parcours client ou renforcer l'engagement.


54: LockBit pris de remords suite à une cyberattaque contre un hôpital pour enfants

https://www.usine-digitale.fr/article/lockbit-pris-de-remords-suite-a-une-cyberattaque-contre-un-hopital-pour-enfants.N2082096

L'usine-digitale (Informatique)

S'attaquer à un hôpital pédiatrique serait-il la limite à ne pas franchir pour le groupe criminel LockBit ' C'est en tout cas ce que porte à croire les excuses présentées par ce groupe spécialiste du "ransomware-as-a-service" suite à la paralysie du plus grand hôpital pour enfants du Canada. Les attaques contre les centres hospitaliers français, en revanche, ne semblent pas déranger ce [...]


55: Understanding neumorphism in CSS

https://blog.logrocket.com/css-neumorphism/

Log Rocket blog (Web 2)

Learn about neumorphism in CSS, a design style that allows you to create and edit user interface elements with a 3D appearance. The post Understanding neumorphism in CSS appeared first on LogRocket Blog.


56: Make your first Javascript mini-project

https://realrohankar.hashnode.dev/make-your-first-javascript-mini-project

Hashnode - javascript (Javascript)

"A simple background color changer" Not the fanciest javascript app out there but it's just enough to give you that taste of what Javascript is capable of. So let's get started right away. So what did you use to make this app' I used only HTML, CSS ...


57: Components in Nuxt 3

https://guillaumeduhan.hashnode.dev/components-in-nuxt-3

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=o4SkcTupZBo Components are a key part of any modern front-end JavaScript framework and Nuxt.js is no different. Nuxt.js makes it easy to create components that are useful on a wide variety of routes by abstracting th...


58: Cleaner JavaScript Code' Read this...

https://oluwatrillions.hashnode.dev/cleaner-javascript-code-read-this

Hashnode - javascript (Javascript)

As coding newbies, we all just want to write codes that work, to begin with, not minding the sanity of others who will read the codes now or later. The better we get at coding, the better we realize most of the codes we wrote in our early days were s...


59: Python Crash Course: Learn the Basics in a Flash

https://manangandhi.hashnode.dev/python-crash-course-learn-the-basics-in-a-flash

Hashnode - python (python)

Python is a high-level, interpreted programming language. It is widely used in web development, data analysis, scientific computing, and artificial intelligence. Here are some basic concepts in Python: Variables: In Python, you can use variables to ...


60 / 149

60: Objects in Javascript

https://amandevblog.hashnode.dev/objects-in-javascript

Hashnode - javascript (Javascript)

What is an object in Javascript' The object is a data structure that stores data in form of key and value pairs. const person={ firstName:"Aman", lastName:"Verma" } In the above example, person is an object which contains two pairs of keys and value...


61: Objects In JavaScript

https://amitprajapati.hashnode.dev/objects-in-javascript

Hashnode - javascript (Javascript)

What is an object in javascript' and what are their methods' What is an object' An object in JavaScript is a type of data that is declared with a variable. The object is used to store the collection of items. It stores the collection in the form o...


62: SvelteKit 1.0 apporte le full-stack à Svelte

https://www.lemondeinformatique.fr/actualites/lire-sveltekit-10-apporte-le-full-stack-a-svelte-89082.html

Le monde informatique (Internet / Informatique)

A la mi-décembre, Svelte a dévoilé la version 1.0 de son framework Sveltekit pour réaliser des applications full-stack. Les (...)


63: Quacking into a New Year: Reflections on 2022 and Plans for 2023

https://antetomic.hashnode.dev/quacking-into-a-new-year-reflections-on-2022-and-plans-for-2023

Hashnode - javascript (Javascript)

As 2022 came to the end and 2023 began, it is a perfect chance to reflect on 2022, talk about 2023 plans, and start with my developer blog. ' 2022: A year of many firsts In 2022, I had a few clear goals with the main one being growth. I am a young d...


64: Stock Information Application with Python

https://nirajs.hashnode.dev/stock-information-application-with-python

Hashnode - python (python)

Simple and interactive stock application using python streamlit Introduction In this tutorial, we'll use Python and the libraries streamlit and yfinance to create a stock information app. By entering a stock ticker user of this application can get re...


65: Master JavaScript dates and times with Moment.js: The ultimate guide

https://hashnode.techdevblog.io/master-javascript-dates-and-times-with-moment-js-the-ultimate-guide

Hashnode - javascript (Javascript)

Master JavaScript dates and times with Moment.js: The ultimate guide was initially published on Monday January 02 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit https://techdevblog.io and subscribe to our n...


66: iPhone 15 : date de sortie, prix, images, fiche technique, tout ce qu'il faut savoir

https://www.blogdumoderateur.com/iphone-15-tout-savoir/

Blog du Moderateur ()

Tour d'horizon des rumeurs concernant le prochain smartphone d'Apple : l'iPhone 15.


67: How to run a proper project kickoff meeting (with sample agenda)

https://blog.logrocket.com/product-management/project-kickoff-meeting-sample-agenda/

Log Rocket blog (Web 2)

Initiative kickoff is a critical event in product development. Do it well, and you'll increase your odds of succeeding. Do it poorly and, at the very best, you'll get off to a slow start. The post How to run a proper project kickoff meeting (with sample agenda) appeared first on LogRocket Blog.


68: Create an API in Rust with SQLite and Rocket

https://blog.logrocket.com/create-an-api-in-rust-with-sqlite-and-rocket/

Log Rocket blog (Web 2)

This tutorial shows how to build a to-do API using Rocket and Diesel. Learn how Rust handles connections to a SQLite database using Rocket. The post Create an API in Rust with SQLite and Rocket appeared first on LogRocket Blog.


69: Un datalab et 10 M' pour accélérer les projets data des ministères

https://www.lemondeinformatique.fr/actualites/lire-un-datalab-et-10-meteuro-pour-accelerer-les-projets-data-des-ministeres-89079.html

Le monde informatique (Internet / Informatique)

La direction interministérielle du numérique (Dinum) sait qu'elle doit avancer sur le sujet de la data au sein des Ministères. (...)


70 / 149

70: Experts' Advice on eCommerce Website Design

https://www.noupe.com/design/experts-advice-on-ecommerce-website-design.html

Noupe (conception)

E-commerce came along with the advent of the internet as marketers soon found the secrets of marketing using digital platforms. The E-commerce industry never looked back and is bestowing companies with huge profit growths that use e-commerce websites for their business. It also means that competition is tougher than ever. If you run an e-commerce... The post Experts’ Advice on eC [...]


71: Intel et Check Point musclent la sécurité anti-ransomware

https://www.lemondeinformatique.fr/actualites/lire-intel-et-check-point-musclent-la-securite-anti-ransomware-89077.html

Le monde informatique (Internet / Informatique)

Disponible pour ses plateformes vPro utilisées dans des PC professionnels, la technologie de détection des menaces d'Intel (Threat Detection (...)


72: Shopify mise sur la publicité pour gonfler ses revenus

https://www.usine-digitale.fr/article/shopify-mise-sur-la-publicite-pour-gonfler-ses-revenus.N2082041

L'usine-digitale (Informatique)

Avec le lancement d'Audiences l'année dernière Shopify a montré ses ambitions dans la publicité. Poursuivant dans ce secteur, l'entreprise canadienne a noué des partenariats avec Google et Meta, et assure pouvoir contourner la nouvelle politique restrictive d'Apple.


73: SEO content writing vs. content writing: The key difference

https://searchengineland.com/seo-content-writing-vs-content-writing-390270

Search engine land (Référencement)

While SEO content writing and content writing differ, one is not better than the other. Here's why you need both to succeed in marketing. The post SEO content writing vs. content writing: The key difference appeared first on Search Engine Land.


74: 13M accélère des projets d'inclusion numérique en France

https://www.lemondeinformatique.fr/actualites/lire-13m-accelere-des-projets-d-inclusion-numerique-en-france-89078.html

Le monde informatique (Internet / Informatique)

La Banque des territoires vient de lancer 13M, l'un des premiers accélérateurs nationaux de projets dédiés aux start-ups (...)


75: Une dépendance malveillante de PyTorch découverte

https://www.lemondeinformatique.fr/actualites/lire-une-dependance-malveillante-de-pytorch-decouverte-89074.html

Le monde informatique (Internet / Informatique)

Les utilisateurs de PyTorch ayant récemment installé la version nightly entre le 25 et le 30 décembre doivent se méfier. Une (...)


76: Step-by-Step NodeJS App Development for Frontend Developers

https://octagon.hashnode.dev/step-by-step-nodejs-app-development-for-frontend-developers

Hashnode - javascript (Javascript)

App development is the process of creating software applications that run on mobile devices, such as smartphones and tablets. These apps can be native, which means they are built specifically for a particular platform or device, or they can be cross-...


77: Change the color of elements using JAVASCRIPT

https://letsdodev.hashnode.dev/change-the-color-of-elements-using-javascript

Hashnode - javascript (Javascript)

Let's understand this with a simple program. Do you know that we can add or remove a class to an element by JAVASCRIPT. add : this will add that class to that element remove : this will remove the given class from that element toggle : this will a...


78: Best GitHub Repos That Every JavaScript Developer Must Know

https://sathyaanand.hashnode.dev/best-github-repos-that-every-javascript-developer-must-know

Hashnode - javascript (Javascript)

1.JavaScript30 This repository is created by Wes Bos, a Full-Stack Developer. In this repository, he created 30 Javascript challenges for 30 days. Stars: 22.5k Fork: 29.7k 2.Clean Code Javascript This repository includes a guide for producing readab...


79: When Should You Scale a Node.js App'

https://devcast.hashnode.dev/when-should-you-scale-a-nodejs-app

Hashnode - javascript (Javascript)

The theory around application scaling is a complex and interesting topic that continues to be refined and expanded. A comprehensive discussion of the topic will require several books, curated for different environments and needs. In this post, we wil...


80 / 149

80: Working with lists in Python

https://devtips.tk/working-with-lists-in-python

Hashnode - python (python)

A list in Python is a collection of items in a particular order, used to collect multiple units into a single variable making it easier to access and work with all together. A list is represented by square brackets - '[]' and contains comma-separated...


81: How we improved our Medusa documentation in 2022

https://medusajs.hashnode.dev/how-we-improved-our-medusa-documentation-in-2022

Hashnode - javascript (Javascript)

At Medusa, we strive to provide developers with the best experience. Documentation plays a huge role in it, as it guides developers in their journey with the software at hand. As a technical writer at Medusa, I am heavily involved in the development ...


82: Apple Increasing Battery Replacement Cost for Most iPhones

https://www.webpronews.com/apple-increasing-battery-replacement-cost-for-most-iphones/

WebProNews SEO (Développement)

WebProNews Apple Increasing Battery Replacement Cost for Most iPhones The majority of Apple iPhone users will have to pay significantly more for battery replacements on iPhone 13 and older models. Apple Increasing Battery Replacement Cost for Most iPhones Matt Milano


83: How to build counter app with useReducer hook in react

https://pjames.hashnode.dev/how-to-build-counter-app-with-usereducer-hook-in-react

Hashnode - javascript (Javascript)

Introduction React hooks gives room for a stateful component and manage the local state in it. Hooks are JavaScript functions that manage the state's behavior and side effects by isolating them from a component. In this article, we will be looking at...


84: What are the limitations of React'

https://chillkindcoder.hashnode.dev/what-are-the-limitations-of-react

Hashnode - javascript (Javascript)

React is a powerful and flexible JavaScript library for building user interfaces, but it does have some limitations that you should be aware of. Some of the main limitations of React include: React is a library for building user interfaces, and it d...


85: Most important concepts of React.js

https://mayurgayakwadblog.hashnode.dev/most-important-concepts-of-reactjs

Hashnode - javascript (Javascript)

What are the different ways to update the state with examples' What is the difference between client-side routing and server-side routing' Difference between class component & functional component. What are the different lifecycle methods in React...


86: What is create-react-app'

https://chillkindcoder.hashnode.dev/what-is-create-react-app

Hashnode - javascript (Javascript)

create-react-app is a command-line tool that helps developers to set up and configure a new React application. It is a quick and easy way to get started with a new React project, and it provides a number of useful features out of the box, such as a d...


87: Best Photography WordPress Themes in 2023

https://www.wpexplorer.com/wordpress-themes-photographer-designer/

WP Explorer (wordpress)

There are a lot of well-designed WordPress themes out there. Serving a lot of different purposes. There are even some that can pretty much carry a site design by themselves. But as a photographer, designer or visual artist, you don’t need the theme to stand out for you, you need a theme that lets your work […] The post Best Photography WordPress Themes in 2023 appeared first on WPExpl [...]


88: What are the features of React'

https://chillkindcoder.hashnode.dev/what-are-the-features-of-react

Hashnode - javascript (Javascript)

React is a JavaScript library for building user interfaces. Some of the key features of React include:- Declarative: React makes it easy to build interactive UIs by creating declarative components that describe the desired UI. Reusable components: ...


89: Day14 - Object-Oriented Programming in JavaScript

https://vaibzde.hashnode.dev/oops-in-javascript

Hashnode - javascript (Javascript)

Introduction to Object-Oriented Programming in JavaScript Welcome to the world of object-oriented programming (OOP)! OOP is a way of writing code that's organized, reusable, and easy to understand. It's like building with LEGOs: you have different "b...


90 / 149

90: How to write an effective About Us page (with 13 examples)

https://searchengineland.com/effective-about-us-page-examples-390207

Search engine land (Référencement)

Learn best practices for creating an About Us page that tells your brand's story, connects with the audience, and builds trust. The post How to write an effective About Us page (with 13 examples) appeared first on Search Engine Land.


91: Expérience employé : 4 apps mobiles à découvrir

https://www.lemondeinformatique.fr/actualites/lire-experience-employe-4-apps-mobiles-a-decouvrir-89075.html

Le monde informatique (Internet / Informatique)

Ces dernières années, les applications de productivité des employés sont devenues très populaires. Les outils de collaboration (...)


92: La formation de développeur React.JS d' O'clock

https://www.lebigdata.fr/formation-developpeur-react-js-d-oclock

Le Big Data (dataviz)

L'école de développement web O’clock propose une formation de développeur React.js. En open-source, cette bibliothèque JavaScript est gratuite. Cette formation … Cet article La formation de développeur React.JS d' O’clock a été publié sur LeBigData.fr.


93: Flutter BLoC- Easiest explanation

https://cleancodeflutter.hashnode.dev/flutter-bloc-easiest-explanation

Hashnode - Flutter (Flutter)

Flow: What are states and why states are important' Why do we need BLoC' What is BLoC' Creating a counter app using BLoC What are states: Whenever the increment button is tapped, the state of the screen changes, and the number gets incremented...


94: Binary search Explained! (In JavaScript)

https://vikramraja.com/dsainjs

Hashnode - javascript (Javascript)

Hello everyone, I've lately been brushing up on my knowledge of data structures and algorithms. And I got the great idea to publish my notes as blogs. So, let's get started learning about binary search and code samples in javascript. Introduction Bef...


95: Leetcode Daily Problem - 3 Jan 2023

https://abhinandanmishra1.hashnode.dev/leetcode-daily-problem-3-jan-2023

Hashnode - javascript (Javascript)

Problem Name - Delete Columns to Make Sorted Problem Link - https://leetcode.com/problems/delete-columns-to-make-sorted/description/ /** * @param {string[]} strs * @return {number} */ var minDeletionSize = function(strs) { const rows = strs.le...


96: ChatGPT : comment OpenAI compte lutter contre les abus de plagiat

https://www.blogdumoderateur.com/chatgpt-openai-lutter-abus-plagiat/

Blog du Moderateur ()

La société américaine veut ajouter un filigrane au sein des textes générés par ChatGPT.


97: Names that are more dog or more human

https://flowingdata.com/2023/01/03/names-that-are-more-dog-or-more-human/

Flowing data (dataviz)

There appears to be a trend of using human names for pets. Alyssa…Tags: dogs, names, Washington Post


98: Les 12 défis IT pour les DSI en 2022

https://www.lemondeinformatique.fr/actualites/lire-les-12-defis-it-pour-les-dsi-en-2022-89073.html

Le monde informatique (Internet / Informatique)

L'année écoulée a offert de nouveaux défis et opportunités aux dirigeants dans tous les secteurs.Cela a conduit les (...)


99: Passer à une informatique plus verte

https://www.lemondeinformatique.fr/actualites/lire-passer-a-une-informatique-plus-verte-88731.html

Le monde informatique (Internet / Informatique)

Simple outil de communication au début des années 2000, LMI avait d'ailleurs inauguré une rubrique sur ce sujet, le Green (...)


100 / 149

100: API Testing and Development with FastAPI

https://blstsecurity.com/api-testing-and-development-with-fastapi

Hashnode - python (python)

API testing and development can be a daunting task for even the most experienced developers. With the introduction of FastAPI, however, the process has become significantly easier and more efficient. FastAPI is a modern, fast (high-performance), web ...


101: 5 tendances pour optimiser votre stratégie e-commerce et retail en 2023

https://www.blogdumoderateur.com/5-tendances-ecommerce-2023/

Blog du Moderateur ()

Channable décrypte les grandes tendances du retail, et nous livre de nombreux conseils pour une stratégie efficace en 2023.


102: 5 formations pour se perfectionner en marketing digital

https://www.blogdumoderateur.com/selection-formation-marketing-digital-134/

Blog du Moderateur ()

Notre sélection de formations de la semaine est dédiée aux futurs experts du webmarketing.


103: How javascript really works

https://tarungupta2002.hashnode.dev/how-javascript-really-works

Hashnode - javascript (Javascript)

Javascript is one of the most used and popular languages in the world.But there is also a quote which is very famous for the javascript language. "Javascript is the most love and hate language in the world". but why it is so scary for people, most ...


104: Don't Miss Out on These Essential JavaScript Libraries for Frontend Developers (2022)

https://hashnode.techdevblog.io/dont-miss-out-on-these-essential-javascript-libraries-for-frontend-developers-2022

Hashnode - javascript (Javascript)

Don't Miss Out on These Essential JavaScript Libraries for Frontend Developers (2022) was initially published on Sunday January 01 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit https://techdevblog.io and s...


105: Evaluation of GANs Model

https://www.chalisebibek.com.np/evaluation-of-gans-model

Hashnode - python (python)

For classification in supervised learning, there are labels which make it easy to classify. But since GANs are unsupervised, it is not easy to decode the image generated from a random noise vector as real or fake. There is no clear 1 or 0. A discrimi...


106: En France, une soixantaine de salariés concernés par un plan de départs chez Back Market

https://www.usine-digitale.fr/editorial/en-france-une-soixantaine-de-salaries-concernes-par-un-plan-de-departs-chez-back-market.N2081906

L'usine-digitale (Informatique)

Back Market ouvre un plan de départs volontaires en France qui concerne 63 emplois. Le spécialiste des produits reconditionnés souhaite réduire ses effectifs globaux de 13%, soit un total de 93 salariés.


107: Building A Weather App In JavaScript Day 78

https://dheerajy1.hashnode.dev/building-a-weather-app-in-javascript-day-78

Hashnode - javascript (Javascript)

Today #Day78 of #100DaysOfCode, I am coding and explaining the 'How To Build A Weather App In JavaScript Without Needing A Server' project taught by [Web Dev Simplified] Rendering the API Data After that, head to the main.js file, modify the .then fu...


108: Effortlessly handle dates and times in JavaScript with Luxon

https://hashnode.techdevblog.io/experience-the-magic-of-luxon-the-go-to-library-for-handling-dates-and-times-with-ease-and-precision

Hashnode - javascript (Javascript)

Effortlessly handle dates and times in JavaScript with Luxon was initially published on Monday January 02 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit https://techdevblog.io and subscribe to our newslette...


109: L'écosystème des ransomwares plus diversifié en 2023

https://www.lemondeinformatique.fr/actualites/lire-l-ecosysteme-des-ransomwares-plus-diversifie-en-2023-89066.html

Le monde informatique (Internet / Informatique)

L'écosystème des ransomwares a fortement évolué en 2022, avec des cyberattaquants passés de grands groupes (...)


110 / 149

110: E-learning : 5 conseils pour créer des cours efficaces

https://www.blogdumoderateur.com/e-learning-conseils-creer-cours-efficaces/

Blog du Moderateur ()

Découvrez nos bonnes pratiques pour créer une formation e-learning !


111: init block in Kotlin

https://amitshekhar.hashnode.dev/init-block-in-kotlin

Hashnode - Kotlin (Mobiles)

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer...


112: How to Fetch Data From the GitHub API using ReactJS

https://dailytechbytes.hashnode.dev/how-to-fetch-data-from-the-github-api-using-reactjs

Hashnode - javascript (Javascript)

Fetching data from an external API is a common practice in building applications. In this guide, you will learn how to fetch JSON data from the GitHub REST API and render that data inside a ReactJS component by making asynchronous requests to the API...


113: E-commerce : 10 bonnes pratiques pour l'UX et les conversions

https://www.usabilis.com/e-commerce-10-bonnes-pratiques-ux-conversions/

Usabilis (ux)

Si vous possédez un site e-commerce, vous devez savoir que le succès de votre site dépend de l'expérience utilisateur car c'est l'un des facteurs clés pour la conversion. Mais avez-vous mis en place les bonnes pratiques pour optimiser cette expérience ' Passons en revue 10 bonnes pratiques UX qui ont fait leur preuve... Cet article E-commerce : 10 bonnes pratiques pour l'UX et les conversio [...]


114: Jérôme Zoïs (DSI de l'ADMR) élu stratège IT CIO de 2022

https://www.lemondeinformatique.fr/actualites/lire-jerome-zois-dsi-de-l-admr-elu-stratege-it-cio-de-2022-89072.html

Le monde informatique (Internet / Informatique)

Comme chaque année, nous avons proposé à nos lecteurs de choisir parmi 12 candidats DSI le stratège IT de l'année. Pour (...)


115: Meta : la résolution rétinienne en chemin

https://www.realite-virtuelle.com/meta-resolution-retinienne/

realite-virtuelle.com (Réalité Virtuelle)

La société de Mark Zuckerberg Meta prépare en ce moment la résolution rétinienne. Selon elle, […] Cet article Meta : la résolution rétinienne en chemin a été publié sur Réalité-Virtuelle.com.


116: A journey through state management and widget testing in Flutter

https://flutterwithdotnet.hashnode.dev/a-journey-through-state-management-and-widget-testing-in-flutter

Hashnode - Flutter (Flutter)

Introduction As a Flutter developer, you are undoubtedly familiar with the many challenges of building robust, scalable, and reliable mobile apps. One area that has garnered a lot of attention in the Flutter community is state management: the process...


117: Comment protéger votre site avec le plugin iThemes Security

https://wpmarmite.com/ithemes-security/

WP Marmite (wordpress)

Mont-de-Marsan. Maubeuge. Périgueux. Vous avez sûrement déjà vu ou entendu le nom de ces trois communes.  Leur point commun, à quelques détails près ' Elles comptent environ 30 000 habitants. Maintenant, imaginez que chaque habitant de l'une de ces villes... Comment protéger votre site avec le plugin iThemes Security est un article de WPMarmite, le blog qui vous aide à tirer le meill [...]


118: Understanding Higher Order functions in JS

https://blog.wemakedevs.org/understanding-higher-order-functions-in-js

Hashnode - javascript (Javascript)

JavaScript treats functions as First class citizens. When functions are treated as first-class citizens, these are some operations that can be performed on them. Assign them to a variable. Store them in arrays. Set them as object properties. It c...


119: Rachat d'Activision : audience préliminaire pour le procès opposant Microsoft à la FTC

https://www.usine-digitale.fr/article/rachat-d-activision-audience-preliminaire-pour-le-proces-opposant-microsoft-a-la-ftc.N2081836

L'usine-digitale (Informatique)

Microsoft sera-t-il en mesure d'user de pratiques anti-concurrentielles contre Sony et Nintendo s'il est autorisé à racheter Activision Blizzard ' C'est ce que compte prouver la FTC au tribunal dans une procédure qui débute aujourd'hui.


120 / 149

120: Array Methods in JavaScript

https://apj-cr.hashnode.dev/array-methods-in-javascript

Hashnode - javascript (Javascript)

What is Array' To store multiple values array is used. It allows storing duplicate elements and different datatypes. The array is changeable. An array can be empty also. Each element in an array has an index. This index starts from 0. The following d...


121: This day in search marketing history: January 3

https://searchengineland.com/search-marketing-history-january-3-389509

Search engine land (Référencement)

Learn what happened on Jan. 3 in SEO, PPC and digital marketing history, as reported by Search Engine Land. The post This day in search marketing history: January 3 appeared first on Search Engine Land.


122: What Are Some Methods Of Headhunting Blockchain Talent'

https://www.bestfreewebresources.com/what-are-some-methods-of-headhunting-blockchain-talent

Best Free Web Resources (Veille)

Blockchain technology is a decentralized, distributed ledger that enables secure and transparent record-keeping and transfer of data and value. It is a key enabling technology for the emergence of cryptocurrency, smart contracts, and other decentralized applications. At its most basic level, a blockchain is a database that stores a record of transactions. These transactions can […] The post [...]


123: How To Find An Estate Planning Lawyer In Phoenix

https://www.bestfreewebresources.com/how-to-find-an-estate-planning-lawyer-in-phoenix

Best Free Web Resources (Veille)

When you begin thinking of getting all of your affairs in order in case something happens to you and leaves you incapacitated or dead, then there are certainly some significant things that you will need to take care of. For example, you will need to carefully think about how to handle the management of your […] The post How To Find An Estate Planning Lawyer In Phoenix appeared first on Free [...]


124: 9 Ways Businesses Can Use Tech to reach more Customers

https://www.bestfreewebresources.com/9-ways-businesses-can-use-tech-to-reach-more-customers

Best Free Web Resources (Veille)

Technology has become an essential part of modern business. And it can be a powerful tool for reaching new customers. From social media and email marketing to websites and e-commerce platforms, there are many ways that businesses can use tech to connect with prospects and scale their customer base. In this article, we will explore […] The post 9 Ways Businesses Can Use Tech to reach more Cus [...]


125: Markdown Cheatsheet

https://gauravpatil.hashnode.dev/markdown-cheatsheet

Hashnode - javascript (Javascript)

What is the use of Markdown' Lightweight markup language with a plain text formatting syntax. Markdown is simply a file extension used to document your code using markdown language and is the default documentation option in most code repositories l...


126: JavaScript : Variables.

https://hashnodecoder.hashnode.dev/javascript-variables

Hashnode - javascript (Javascript)

Variables are used to store values in JavaScript. They can be created using the var, let, or const keywords. let, const and var The var keyword is used to declare a variable that is scoped to the nearest function or block. The let keyword is similar ...


127: Modules for Bundling Functions in Python

https://simpson.hashnode.dev/python-modules

Hashnode - python (python)

One of the benefits of creating functions in a Python program is to introduce modularity, which is the idea of separating the functionality of a program into independent, interchangeable blocks of code. This can make it easier to understand and maint...


128: Pagination in Vanilla JavaScript

https://stackabuse.com/pagination-in-vanilla-javascript/

Stack Abuse (Javascript)

In this comprehensive tutorial, we'll take a look at how to split the content up into individual pages in Vanilla JavaScript. We'll learn how to create pagination and how to navigate through the individual pages without the use of any external libraries.


129: What is NPM, truly'

https://dhawalpandya01.hashnode.dev/what-is-npm-truly

Hashnode - javascript (Javascript)

NPM stands for "Noob Playing Minecraft" because that's how it works basically. No it doesn't, 'tis a jest. But in all seriousness, NPM is actually, allegedly short for "Node Package Manager", which is a software that helps JavaScript developers manag...


130 / 149

130: Take Your Backend Development to the Next Level with These 10 Essential JavaScript Libraries

https://hashnode.techdevblog.io/take-your-backend-development-to-the-next-level-with-these-10-essential-javascript-libraries

Hashnode - javascript (Javascript)

Take Your Backend Development to the Next Level with These 10 Essential JavaScript Libraries was initially published on Sunday January 01 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit https://techdevblog.i...


131: Bring Your Objects to Life: Learn the Best Ways to Print JavaScript Objects

https://hashnode.techdevblog.io/take-your-object-printing-to-the-next-level-with-these-advanced-techniques-for-printing-javascript-objects-in-the-browser-and-in-node-js

Hashnode - javascript (Javascript)

Bring Your Objects to Life: Learn the Best Ways to Print JavaScript Objects was initially published on Monday January 02 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit https://techdevblog.io and subscribe t...


132: Next JS için Kulland'''m Paketler

https://dorukkaraboncuk.com/next-js-icin-kullandigim-paketler

Hashnode - javascript (Javascript)

Genel olarak client taraf'nda bir projeye ba'larken kulland'''m paketleri sizlerle payla'mak istedim. Yapaca''n'z i'lerin ço'u asl'nda birbirine çok benzeyen i'ler olacakt'r. Bu yüzden kendinize bir boilerplate haz'rlay'p arada s'rada paketlerinizi g...


133: Introduction to JSON

https://mrinnnmoy.hashnode.dev/introduction-to-json

Hashnode - javascript (Javascript)

In this article, we'll be focusing on the use of JSON in JavaScript. It can be widely used for: Storing Data. Configuring and Verification of Data. Generating data structures from user inputs. Data transfer from server to server, client to server...


134: Fingerprint Authentication for your Flutter Applications

https://openreplay.hashnode.dev/fingerprint-authentication-for-your-flutter-applications

Hashnode - Flutter (Flutter)

by Emmanuel Uchechukwu Fingerprint authentication has become an essential requirement in our mobile applications. It is the latest and the most reliable innovation in identity and access management. Fingerprint authentication is a form of biometric t...


135: Passwordless Authentication In Flutter Using Magic SDK

https://openreplay.hashnode.dev/passwordless-authentication-in-flutter-using-magic-sdk

Hashnode - Flutter (Flutter)

by Emmanuel Uchechukwu Passwordless Authentication is a security means or process by which users can gain access to an application or website without having to enter a password. It reduces your application's risk of security breaches and enhances use...


136: Merkle Trees and Creating a Merkle Tree Gift List

https://osmanozdemir.hashnode.dev/merkle-trees-and-creating-a-merkle-tree-gift-list

Hashnode - javascript (Javascript)

Hello and welcome back! This blog post is going to be about week 2 of the Alchemy University Ethereum developer Bootcamp and it will mainly focus on the weekly project like the previous blog post, rather than summarizing the entire week's curriculum....


137: Measuring An Engineering Organization

https://lethain.com/measuring-engineering-organizations/

pointer.io (Développement)

"There is no one solution to engineering measurement, rather there are many modes of engineering measurement, each of which is appropriate for a given scenario. Becoming an effective engineering executive is adding more approaches to your toolkit and remaining flexible about which to deploy for any given request." Will provides a template to work off of.


138: Burn

https://github.com/burn-rs/burn

pointer.io (Développement)

Complete deep learning framework with extreme flexibility written in Rust.


139: Which Meetings Should You Kill'

https://skamille.medium.com/which-meetings-should-you-kill-7430467c005b

pointer.io (Développement)

"I fear that the culprit is a surprising new factor, one that started before the pandemic but has gotten even more out of hand in the world of remote work: 1:1s." Camille discusses how group discussion topics have turned into 1:1 topics in the remote work era.


140 / 149

140: A Guide To Fixing Developer Posture

https://gaylelaakmann.substack.com/p/a-guide-to-fixing-computer-guy-posture

pointer.io (Développement)

"This post is about anterior pelvic tilt, the most common posture dysfunction... How do you know if you have an anterior pelvic tilt' Look at your belt. If you belt points towards the floor, you have an anterior pelvic tilt. Or, look sideways in the mirror. does your butt stick out' Chances are that you have an anterior pelvic tilt. I'm gonna break bad posture in 2 sections, lower body and upper b [...]


141: Microfeed 

https://github.com/microfeed/microfeed

pointer.io (Développement)

Lightweight cms self-hosted on cloudflare.


142: There Is No Secure Software Supply-Chain

https://onengineering.substack.com/p/there-is-no-secure-software-supply

pointer.io (Développement)

"The security of open source software is under threat and we're running out of people to reliably maintain those projects. And as our stacks get deeper, our dependencies become more interlinked, leading to terrifying compromises in the secure software supply-chain. For a perfect example of what's happening in the open source world right now, we don't need to look much further than the extremely po [...]


143: How GPT3 Works - Visualizations And Animations

http://jalammar.github.io/how-gpt3-works-visualizations-animations/

pointer.io (Développement)

"The dataset of 300 billion tokens of text is used to generate training examples for the model. For example, these are three training examples generated from the one sentence at the top. You can see how you can slide a window across all the text and make lots of examples."


144: The Worst-Selling Microsoft Software Product Of All Time: OS/2 For The Mach 20

https://devblogs.microsoft.com/oldnewthing/20221226-00/?p=107615

pointer.io (Développement)

"Because I'm not here to ridicule the lackluster sales of the Mach 20 hardware. I'm here to ridicule the lackluster sales of the Mach 20 software.... That leaves three customers who purchased a copy and didn't return it. And the support specialist had personally spoken with two of them."


145: nanoGPT

https://github.com/karpathy/nanoGPT

pointer.io (Développement)

The simplest, fastest repository for training / finetuning medium-sized GPTs.


146: Microfeatures I'd Like To See In More Languages

https://buttondown.email/hillelwayne/archive/microfeatures-id-like-to-see-in-more-languages/

pointer.io (Développement)

"Since I spend a lot of time in niche obscure languages, I also encounter a lot of cool QoL features that most people might not have seen before. Here's a few of them!" Hillel discusses: (1) Number representations. (2) Balanced string literals. (3) Generalized update syntax. (4) The Chapel power hour. And more.


147: Mastering the React Component Lifecycle

https://blog.rixlayer.dev/mastering-the-react-component-lifecycle

Hashnode - javascript (Javascript)

React is a powerful JavaScript library for building user interfaces, and a key concept to understand when working with React is the component lifecycle. Understanding it is like learning to ride a bike - it might seem intimidating at first, but once ...


148: Epic CEO: Fortnite Is Returning to iOS in 2023

https://www.webpronews.com/epic-ceo-fortnite-is-returning-to-ios-in-2023/

WebProNews SEO (Développement)

WebProNews Epic CEO: Fortnite Is Returning to iOS in 2023 Fortnite fans may be in for a nice surprise, with Epic CEO Tim Sweeney saying the game may come back to iOS in 2023. Epic CEO: Fortnite Is Returning to iOS in 2023 Matt Milano




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