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

« Février 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


Vendredi 3 Février 2023 (142)

1: February JS Challenge 1!

https://lilkittykat.hashnode.dev/february-js-challenge-1

Hashnode - javascript (Javascript)

Hey and Happy February everyone! I'm in a Discord of like-minded enjoyers of coding, called StackUp. I've recently started challenging the community there to JS challenges and wanted to spread this here in case it interests the wider public! This wee...


2: What is JavaScript '

https://evcode.dev/what-is-javascript

Hashnode - javascript (Javascript)

JavaScript - Definition JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. It is an ...


3: Validating OpenAPI Specs in a CI/CD Pipeline: A Guide to Ensuring API Quality

https://blog.rama.io/continuously-validate-api-spec

Hashnode - python (python)

Where We've Been Expressing your API's intent enables product teams to verify that a critical gateway into your product's data operates as expected, and with integrity. Most broadly, this practices what Dr. Steven Spears calls a "problem-solving disc...


4: PHP: Two Ways to Check if Remote File Exists

https://wp-mix.com/php-check-remote-file-exists/

WP-mix.com (wordpress / PHP)

Working on my free WordPress plugin, Simple Download Counter, I needed a quick way to check if a remote file exists. As in, requesting the file returns a 200 “OK” response. Here are a couple of ways to do it via PHP. Check via get_headers() First way to check if an external/remote file exists is […]


5: Pros and cons of developing with no-code

https://abdulmumin.com/pros-and-cons-of-no-code

Hashnode - javascript (Javascript)

No-code tools are rising in popularity, and with the advancement of generative AI, these tools have the potential to gain more users and threaten the jobs of some developers out there. No-code platforms allows users whether technical, less or not tec...


6: Chrome Custom Tabs in Android using Kotlin

https://mansivaghela.hashnode.dev/chrome-custom-tabs-in-android-using-kotlin

Hashnode - Kotlin (Mobiles)

Chrome custom tabs give apps more control over their web experience. CustomTabs is a Chrome platform component. Chrome Custom Tabs are now generally available to all users of Chrome, on all of Chrome's supported Android versions (Jellybean onwards). ...


7: Chrome Custom Tabs in Android using Kotlin

https://blog.mansi.dev/chrome-custom-tabs-in-android-using-kotlin

Hashnode - Kotlin (Mobiles)

Chrome custom tabs give apps more control over their web experience. CustomTabs is a Chrome platform component. Chrome Custom Tabs are now generally available to all users of Chrome, on all of Chrome's supported Android versions (Jellybean onwards). ...


8: Making Life Easy with Python

https://swapnoneel.hashnode.dev/making-life-easy-with-python

Hashnode - python (python)

Introduction Python is a popular programming language that is easy to learn and nice to work with. In this guide, you will learn some simple yet helpful tips to take your Python skills to the next level by writing more readable and professional code....


9: Comms Chat Application

https://maaz-code.hashnode.dev/comms-chat-application

Hashnode - javascript (Javascript)

Hey y'all, I am back. This time with a new project of mine. Comms Introduction Started this open-source project not so long ago. Introducing a chat application that I was recently working on - "Comms". This is a communication web application where pe...


10 / 142

10: Comment gagner de l'argent avec ChatGPT ' Guide complet, vidéos et tutoriels

https://www.lebigdata.fr/gagner-argent-chatgpt

Le Big Data (dataviz)

Il existe de nombreuses méthodes pour gagner de l’argent à l’aide de ChatGPT, à condition de savoir l’utiliser à bon … Cet article Comment gagner de l’argent avec ChatGPT ' Guide complet, vidéos et tutoriels a été publié sur LeBigData.fr.


11: What are Pure functions'

https://iamvinayvk.hashnode.dev/what-are-pure-functions

Hashnode - javascript (Javascript)

While working on the projects we always get to hear the term Pure functions, but what are Pure functions and why should we use Pure Functions' Let's find out. Pure Functions are functions that have the following characteristics- Pure functions alway...


12: How to Resize an Image with OpenCV

https://www.jeremymorgan.dev/how-to-resize-an-image-with-opencv

Hashnode - python (python)

So you want to resize an image with OpenCV' You've found your answer. This tutorial will walk you through all the steps needed to do this. I will use Python in this example, but it's a similar process in many different languages. I often work with Op...


13: Charted: Tesla's Unrivaled Profit Margins

https://www.visualcapitalist.com/charted-teslas-unrivaled-profit-margins/

Visual Capitalist (dataviz)

This infographic compares Tesla's impressive profit margins to various Western and Chinese competitors. The post Charted: Tesla’s Unrivaled Profit Margins appeared first on Visual Capitalist.


14: Hoisting in JavaScript '(variables & functions)

https://nishant-ranjan.hashnode.dev/hoisting-in-javascript-variables-functions

Hashnode - javascript (Javascript)

Hoisting in JavaScript is the most famous Interview Question. And it is also one of the most misunderstood concepts in JS. Let's start with a very simple example. var x= 7; function getName(){ console.log("Let's Understand Hoisting in JS") } ...


15: Debouncing and Throttling

https://kamilapreetisamuel.hashnode.dev/debouncing-and-throttling

Hashnode - javascript (Javascript)

Debouncing and Throttling are techniques used in JavaScript to control the frequency at which an event or function is executed. Debouncing is a technique that delays the execution of a function until a certain period of time has passed after the last...


16: Dockerizing Django with PostgreSQL and Nginx: A Production Hosting Guide

https://techtitters.iamharsh.dev/dockerizing-django-with-postgresql-and-nginx-a-production-hosting-guide

Hashnode - python (python)

Yo, so this here post is all about how you can stick your Django apps on a fancy-pants production server. We're talking Docker, baby, with PostgreSQL as our database BFF. And we're using docker-compose as our wingman, 'cause that's where we keep all ...


17: What is StructuredClone in JavaScript'

https://victoriacheng15.hashnode.dev/what-is-structuredclone-in-javascript

Hashnode - javascript (Javascript)

What is structuredClone()' It is a method that creates a deep copy of a given value using the structured clone algorithm and without using a 3rd-party library like Lodash. This makes it much easier for developers to transfer data between different ap...


18: Synchronous and Asynchronous Programming in JavaScript

https://pieces.hashnode.dev/synchronous-and-asynchronous-programming-in-javascript

Hashnode - javascript (Javascript)

The majority of the code written in JavaScript is synchronous. However, this doesn't mean that JavaScript can't be executed asynchronously. Asynchronous programming in JavaScript is one of the most important components of the language because it cont...


19: A Journey Through JavaScript's History: Revealing the Past and Predicting the Future

https://awarehossain.com/a-journey-through-javascripts-history-revealing-the-past-and-predicting-the-future

Hashnode - javascript (Javascript)

Hello there! Today, I want to take you on a journey through time and talk about the history of one of the most influential programming languages of our era ' JavaScript. Whether you're a seasoned developer or a curious beginner, I'm sure you've heard...


20 / 142

20: Skills you need to become a Web developer

https://lianahblog.hashnode.dev/skills-you-need-to-become-a-web-developer

Hashnode - javascript (Javascript)

Many questions are asked when one wants to start a career in web development, and one of those questions is, "What are the key skills that I'll need for a web development qualification'." Knowing what a web developer does in their day-to-day job is e...


21: Why Python is essential in 2023'

https://computergeeks.com/why-python-is-essential-in-2023

Hashnode - python (python)

Python is an essential tool for anyone looking to stay ahead of the game in 2023. Are you ready to take your career to the next level' If so, then it's time to invest in your future by learning Python. Why is Python so important' For starters, it's o...


22: New Bingbot user-agent now fully live

https://searchengineland.com/new-bingbot-user-agent-now-fully-live-392665

Search engine land (Référencement)

After a couple years of testing, Microsoft has now stopped using the old BingBot user agent. The post New Bingbot user-agent now fully live appeared first on Search Engine Land.


23: Why Pytest'

https://computergeeks.com/why-pytest

Hashnode - python (python)

Pytest is a testing framework for Python that makes it easy to write and run tests for your applications. With its simple syntax, Pytest allows you to write tests quickly and easily, and it provides a wealth of tools to help you debug and diagnose an...


24: Scraping LinkedIn profiles using Selenium, BeautifulSoup and MongoDB with Python : Uncovering Trends and Insights

https://sejjari.iblogger.org/scraping-linkedin-profiles-using-selenium-beautifulsoup-and-mongodb-with-python-uncovering-trends-and-insights

Hashnode - python (python)

Data Scraping: Extracting LinkedIn Profile Information from ENSIAS Students In the modern era of data science and technology, LinkedIn has become an indispensable tool for job seekers and professionals to showcase their skills, achievements and conne...


25: Pour Thierry Breton, la législation européenne sur l'IA répondra aux inquiétudes liées à ChatGPT

https://www.usine-digitale.fr/article/pour-thierry-breton-la-legislation-europeenne-sur-l-ia-repondra-aux-inquietudes-liees-a-chatgpt.N2097441

L'usine-digitale (Informatique)

Le Commissaire européen Thierry Breton a assuré que la règlementation européenne sur l'intelligence artificielle devrait inclure une réponse aux préoccupations concernant les risques que soulèvent ChatGPT.


26: Microsoft attribue le piratage de Charlie Hebdo à un groupe iranien

https://www.usine-digitale.fr/article/microsoft-attribue-le-piratage-de-charlie-hebdo-a-un-groupe-iranien.N2097436

L'usine-digitale (Informatique)

L'entreprise américaine lie le vol de données dont a été victime Charlie Hebdo début janvier à une entreprise iranienne de cybersécurité, Emennet Pasargad, en réponse à un concours de caricature organisé par le journal moquant l'ayatollah Khamenei. Un échantillon de ces données, comprenant noms, téléphones, adresses et e-mails d'abonnés du journal, avait été proposé à la vente [...]


27: Build a Whiteboard in Flutter

https://mnnkhndlwl.hashnode.dev/build-a-whiteboard-in-flutter

Hashnode - Flutter (Flutter)

Whiteboards have been an essential tool for students and professionals alike to share ideas, brainstorm and jot down notes in real time. With the advent of technology, digital whiteboards have become increasingly popular, offering more features and f...


28: An app designer's guide to responsive mobile UX

https://blog.logrocket.com/ux-design/app-designers-guide-responsive-mobile-ux/

Log Rocket blog (Web 2)

Dive into the world of mobile UX design and explore the best practices, common challenges, and examples of apps that are doing it right. The post An app designer's guide to responsive mobile UX appeared first on LogRocket Blog.


29: How to draw 0909EIFFEL

https://feeds.feedblitz.com/~/726302045/0/tanglepatterns~How-to-draw-EIFFEL.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Mina Hsiao's Zentangle® pattern: 0909Eiffel. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


30 / 142

30: The 9 Flavors of Callable Objects in Python

https://algorystcorner.com/the-9-flavors-of-callable-objects-in-python

Hashnode - python (python)

In Python, a Callable is an entity that can be called similar to a function, which means the Parentheses () are used to call it too. Different Types of Callable Objects As of Python 3.9, there are 9 callable types: User-defined Functions: Functions ...


31: The only javascript constructor guide you'll ever need!

https://crashedfps.dev/the-only-javascript-constructor-guide-youll-ever-need

Hashnode - javascript (Javascript)

JavaScript has a number of built-in object types, such as: Math, Date, Object, Function, Boolean, Symbol, Array, Map, Set, Promise, JSON, etc. We call these objects native objects. Constructors are special functions that allow us to build instances ...


32: Multi-threaded React App using useWorker

https://nilanth.hashnode.dev/multi-threaded-react-app-using-useworker

Hashnode - javascript (Javascript)

As we all know, Javascript is a single-threaded language. So, if we do any expensive task, It will block UI interaction. And the user needs to wait till it completes to perform any other action, which gives a bad UX experience. To overcome and perfor...


33: Google search, network, and YouTube revenue all fell in Q4 2022

https://searchengineland.com/google-search-network-and-youtube-revenue-all-fell-in-q4-2022-392611

Search engine land (Référencement)

Google's Q4 earnings report showed a decline in ad revenue, missing analysts' expectations, due to challenges in the digital advertising market. The post Google search, network, and YouTube revenue all fell in Q4 2022 appeared first on Search Engine Land.


34: ChatGPT : faites très attention à ces clones voleurs de données

https://www.lebigdata.fr/chatgpt-clones

Le Big Data (dataviz)

Les clones de ChatGPT ont envahi le Play Store Android et l’App Store iOS. Ces applications trompeuses peuvent vous espionner, … Cet article ChatGPT : faites très attention à ces clones voleurs de données a été publié sur LeBigData.fr.


35: How To Harden the Security of Your Production Django Project

https://www.digitalocean.com/community/tutorials/how-to-harden-your-production-django-project

Digital Ocean Tutorials (Internet)

The author selected the COVID-19 Relief Fund to receive a donation as part of the Write for DOnations program. Introduction Developing a Django application can be a convenient experience because it's structured to be flexible and scalable. This premise extends to Django's security-oriented settings that can help you prepare your project for production. But there are several ways to further secure [...]


36: New Journey ..Towards Full Stack Web Development

https://visionarycoder.hashnode.dev/new-journey-towards-full-stack-web-development

Hashnode - javascript (Javascript)

Hello Everyone, I am Pratik Mahdik this is my journey or rather a new start to achieve what it means to be a Dream for me. In 2022, I completed my UG from Savitribai Phule Pune University in Mechanical Engineering with a 9.3 CGPA. During my undergrad...


37: How to use Android Debug Bridge for advanced troubleshooting

https://blog.logrocket.com/how-use-android-debug-bridge-advanced-troubleshooting/

Log Rocket blog (Web 2)

Learning how to use the Android Debug Bridge and its powerful features is a must for any serious Android developer. The post How to use Android Debug Bridge for advanced troubleshooting appeared first on LogRocket Blog.


38: Eisenhower Matrix: How to prioritize tasks (examples, template)

https://blog.logrocket.com/product-management/eisenhower-matrix-prioritize-tasks-examples-template/

Log Rocket blog (Web 2)

In this guide, we'll introduce you to the Eisenhower Decision Matrix and show you how to use it to prioritize your team's time and tasks. The post Eisenhower Matrix: How to prioritize tasks (examples, template) appeared first on LogRocket Blog.


39: How To Keep All Your Components Organized In React

https://theindexpage.hashnode.dev/how-to-organize-components-in-react

Hashnode - javascript (Javascript)

If you've ever organized components in React, then you no doubt you'll relate to this quote: "The more boxes you have, the harder it is to navigate." It's a fact of life that every developer has to learn at some point in their life. And, while there ...


40 / 142

40: A Fancy Hover Effect For Your Avatar

https://css-tricks.com/a-fancy-hover-effect-for-your-avatar/

css-tricks (CSS)

Do you know that kind of effect where someone's head is poking through a circle or hole' The famous Porky Pig animation where he waves goodbye while popping out of a series of red rings is the perfect example, and … A Fancy Hover Effect For Your Avatar originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


41: Build Better Python Web Apps With Your Data

https://codingwithryan.hashnode.dev/build-better-python-web-apps-with-your-data

Hashnode - python (python)

Do you want a quick introduction to Anvil's Data File service' Then check out our new 100 second video where we plot data from a CSV file using Pandas and Anvil's Data Files service. {% embed https://www.youtube.com/embed/TEUXht5kxgM %} Anvil is free...


42: pytest.mark.parametrize: Test Your Functions with Multiple Inputs

https://mathdatasimplified.com/2023/02/03/pytest-mark-parametrize-test-your-functions-with-multiple-inputs-2/

Math Data Simplified (data)

If you want to test your function with different examples, use the pytest.mark.parametrize decorator. My previous tips on testing. The post pytest.mark.parametrize: Test Your Functions with Multiple Inputs appeared first on Data Science Simplified.


43: 10 Essential Resources for Learning Flutter for Beginners

https://ankitkj1999.hashnode.dev/10-essential-resources-for-learning-flutter-for-beginners

Hashnode - Flutter (Flutter)

Flutter is an open-source mobile application development framework created by Google. It allows developers to build high-quality, visually appealing apps for iOS and Android with a single codebase. As a beginner in the world of mobile app development...


44: Creating a Simple Bot using Cogs

https://rolocodes.com/creating-a-simple-bot-using-cogs

Hashnode - python (python)

In this series, I'll explain the best ways to code your Discord bot in Python. We will be creating Slash Commands. I've learned these tips from making my own bots over the years. Before we start, make sure you've set up your bot from the Developer Co...


45: Should I learn Java or Python'

https://jagrat.hashnode.dev/should-i-learn-java-or-python

Hashnode - python (python)

When opting for a starting point, you should take your goals into account. Java is popular among programmers interested in web development, big data, cloud development, and Android app development. Python is favored by those working in back-end devel...


46: How Soft Skills Empowered My Code

https://svdcse.xyz/how-soft-skills-empowered-my-code

Hashnode - javascript (Javascript)

The Importance of People Skills in Software Development As a backend developer and technical writer, I have come to appreciate the crucial role that soft skills play in the software development process. In this article, I will share my personal exper...


47: Les sénateurs approuvent l'utilisation de systèmes "intelligents" pour surveiller les JO

https://www.usine-digitale.fr/article/les-senateurs-approuvent-l-utilisation-de-systemes-intelligents-pour-surveiller-les-jo.N2097351

L'usine-digitale (Informatique)

Un projet de loi sur les Jeux olympiques voté en première lecture au Sénat prévoit pour la première fois le recours à des techniques d'intelligence artificielle pour détecter les mouvements suspects. Les associations de défense des libertés individuelles s'inquiètent que l'"expérimentation" ne rentre par la suite dans le droit commun.


48: Le Sénat approuve l'utilisation de systèmes "intelligents" pour surveiller les JO

https://www.usine-digitale.fr/article/le-senat-approuve-l-utilisation-de-systemes-intelligents-pour-surveiller-les-jo.N2097351

L'usine-digitale (Informatique)

Un projet de loi sur les Jeux olympiques voté en première lecture au Sénat prévoit pour la première fois le recours à des techniques d'intelligence artificielle pour détecter les mouvements suspects. Les associations de défense des libertés individuelles s'inquiètent que l'"expérimentation" ne rentre par la suite dans le droit commun.


49: Simplify Your JavaScript with Arrays

https://saimounikaperi.hashnode.dev/simplify-your-javascript-with-arrays

Hashnode - javascript (Javascript)

What is an Array' Arrays are used to store multiple values in JavaScript. You can think of an array as an ordered list of values. Arrays organize their items in logical order or sequentially. Also, arrays have built-in methods that make it easy to lo...


50 / 142

50: JavaScript Scope: Your Key to Writing Clean and Effective Code

https://geniusprogrammer.hashnode.dev/javascript-scope-your-key-to-writing-clean-and-effective-code

Hashnode - javascript (Javascript)

JavaScript is a popular programming language used for web development, and its scoping rules play a crucial role in determining how variables and functions are accessible in a given context. Scoping rules determine where variables and functions are d...


51: Detect body gestures to control RPG game using Mediapipe

https://hoangnv.hashnode.dev/detect-body-gestures-to-control-rpg-game-using-mediapipe

Hashnode - python (python)

If you have ever played Nintendo Switch games, you are likely familiar with the game Ring Fit Adventure, an exercise-based video game that encourages physical activity. Or Mario Tennis and its swing mode, which allows players to swing the Joy-Con lik...


52: Getting started with Realm for React Native

https://blog.logrocket.com/realm-react-native/

Log Rocket blog (Web 2)

Learn how to get started with Realm and Realm Studio, an easier alternative to SQLite, for database management in React Native apps. The post Getting started with Realm for React Native appeared first on LogRocket Blog.


53: Why product-market fit is not enough: 4-fits framework

https://blog.logrocket.com/product-management/why-product-market-fit-is-not-enough-4-fits-framework/

Log Rocket blog (Web 2)

Everyone is talking about product-market fit (PMF) as if it's a silver bullet to building successful products. It's not. The post Why product-market fit is not enough: 4-fits framework appeared first on LogRocket Blog.


54: Meta : Des résultats financiers trimestriels et annuels mitigés pour 2022

https://www.realite-virtuelle.com/meta-des-resultats-financiers-trimestriels-et-annuels-mitiges-pour-2022/

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

Les revenus de Meta ont légèrement dépassé les attentes des analystes. C'est ce qui ressort […] Cet article Meta : Des résultats financiers trimestriels et annuels mitigés pour 2022 a été publié sur Réalité-Virtuelle.com.


55: Giggle With Deterministic Finite State

https://blog.jitpomi.com/deterministic-finite-state

Hashnode - vuejs (Javascript)

Recently, at our company, candidates were given a seemingly trivial but exciting challenge related to state management. The Challenge A light bulb can only be in 1 of 3 finite states at any time. Once broken*, it can neither be **lit nor unlit**. Wri...


56: DOM vs BOM. What gives'

https://dhawalpandya01.hashnode.dev/dom-vs-bom-what-gives

Hashnode - javascript (Javascript)

BOM (Browser Object Model) and DOM (Document Object Model) are both web technologies used to represent and manipulate the structure and content of a web page. However, they serve different purposes and are used in different ways. The BOM represents t...


57: How I developed an interest in being an Analytic Engineer.

https://emmadata.hashnode.dev/how-i-developed-an-interest-in-being-an-analytic-engineer-1

Hashnode - python (python)

How I developed an interest in being an analytical engineer Well, being a data analytic engineer was not a thing I thought of coming through immediately in my career. I am more of a software engineer. But as fate would have it, coming to the close of...


58: Google promet de se réinventer grâce à l'IA pour faire oublier des résultats publicitaires décevants

https://www.usine-digitale.fr/article/google-promet-de-se-reinventer-grace-a-l-ia-pour-faire-oublier-des-resultats-publicitaires-decevants.N2097341

L'usine-digitale (Informatique)

Les profits du groupe Alphabet sont en baisse sur l'année 2022, en raison d'un recul inhabituel pour l'entreprise de son chiffre d'affaires publicitaire. Les revenus restent en croissance, mais le ralentissement est palpable et s'est accentué au dernier trimestre.


59: Are You Fit to Be a Manager' Consider These 6 Things

https://www.bestfreewebresources.com/are-you-fit-to-be-a-manager-consider-these-6-things

Best Free Web Resources (Veille)

Hard work and dedication are both important work skills, but these don't necessarily make a manager. Managers require a special and specific set of skills, and more often than not, relevant qualifications too. If you're hoping to move up in your career into a management position, consider these six important things before broaching the topic […] The post Are You Fit to Be a Manager' Consider [...]


60 / 142

60: Grafana : tout savoir sur l'outil de visualisation de données

https://www.lebigdata.fr/grafana-visualisation-donnees

Le Big Data (dataviz)

Grafana est un puissant outil d'affichage et de surveillance des données utilisé par les professionnels en technologie de l'information. Il … Cet article Grafana : tout savoir sur l’outil de visualisation de données a été publié sur LeBigData.fr.


61: AR : découvrez le top des tendances 2023

https://www.realite-virtuelle.com/ar-top-tendances-2023/

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

La réalité augmentée fait partie des technologies les plus importantes actuelles. Et elle le restera […] Cet article AR : découvrez le top des tendances 2023 a été publié sur Réalité-Virtuelle.com.


62: International SEO: How to avoid common translation and localization pitfalls

https://searchengineland.com/international-seo-how-to-avoid-common-translation-and-localization-pitfalls-392510

Search engine land (Référencement)

Are you doing business in more than one language or more than one country' If you are, you'll want to avoid these common pitfalls. The post International SEO: How to avoid common translation and localization pitfalls appeared first on Search Engine Land.


63: Microsoft Bing's ChatGPT interface spotted in the wild

https://searchengineland.com/microsoft-bings-chatgpt-interface-spotted-in-the-wild-392646

Search engine land (Référencement)

We know Microsoft Bing is working towards integrating ChatGPT into its search interface. The post Microsoft Bing’s ChatGPT interface spotted in the wild appeared first on Search Engine Land.


64: ~Functions and Arguments~

https://yashk.hashnode.dev/functions-and-arguments

Hashnode - python (python)

Definition:- A function is simply a block of code designed to perform a specific task. We can call a function to print multiple things at once, calculate different numbers without having to repeat the operations again and again for each number, and s...


65: Galaxy S23 : les nouveaux smartphones Samsung sont enfin là !

https://www.tablette-tactile.net/phablette/galaxy-s23-presentation-1113282/

Tablette-tactile.net (Mobiles / Tablettes)

C'est lors du Galaxy Unpacked 2023 que Samsung a dévoilé ses nouveaux Galaxy S23. Voici tout ce qu'il faut en savoir !


66: Making the Flutter UI: From Fixed to Flexible

https://sitam.hashnode.dev/making-the-flutter-ui-from-fixed-to-flexible

Hashnode - Flutter (Flutter)

Learn how to make responsive screens with Flutter. If you are a Mobile Developer then you must know the importance of making responsive screens for sure. Also, it's a challenge for all of us developers to make screens responsive. Now the question is...


67: Let's make a conferencing app with Javascript!

https://blog.tiagorangel.com/lets-make-a-conferencing-app-with-javascript

Hashnode - javascript (Javascript)

In the previous article, I talked about making a live stream with javascript. Now, we're going to see how to make a real conferencing app that uses WebRTC and sockets! Setting up the WebRTC Connection The first step in creating a video conferencin...


68: Git Simplified: A Guide for Beginners

https://www.rahulbagal.software/git-simplified-a-guide-for-beginners

Hashnode - javascript (Javascript)

Welcome to "Git Simplified: A Guide for Beginners"! If you're just starting out with Git, or you're looking to improve your understanding of this powerful version control system, you've come to the right place. Git is a critical tool for modern devel...


69: Top 10 Flutter Development Companies in 2023

https://techeasy.hashnode.dev/top-10-flutter-development-companies-in-2023

Hashnode - Flutter (Flutter)

Photo by Rami Al-zayat on Unsplash Multiple tech frameworks exist today for building a robust app. Amongst them, Flutter is emerging as a rockstar. Some features that set Flutter apart from the competition: As a cross-platform software development k...


70 / 142

70: Classement : les 500 start-up françaises qui ont le plus recruté en 2022

https://www.usine-digitale.fr/article/classement-les-500-start-up-francaises-qui-ont-le-plus-recrute-en-2022.N2097296

L'usine-digitale (Informatique)

En 2022, parmi les start-up françaises, c'est Greenly qui a vu ses effectifs croître le plus significativement (+423%) et Doctolib qui a recruté le plus grand nombre de salariés (568). De manière globale, les start-up à impact ont beaucoup embauché, tout comme celles qui développent des logiciels SaaS.


71: Retrofit with MVVM in Jetpack Compose

https://saurabhjadhavblogs.com/retrofit-with-mvvm-in-jetpack-compose

Hashnode - Kotlin (Mobiles)

We will build simple app using jsonplaceholderAPI for this project and use Retrofit library with MVVM in JetPack Compose. So here are the files. Dependencies: Project Level Build.gradle: buildscript { ext { compose_ui_version = '1.1.1' ...


72: Making Use Of Comment In Python3

https://gentlegee.hashnode.dev/making-use-of-comment-in-python3

Hashnode - python (python)

COMMENTING IN PYTHON What Is Commenting' Commenting describes the functionality and explanation of your python code. Reasons for using comments. After knowing what a comment is, I guess you will be thinking about why we use it in our codes. Consider ...


73: Adding Vue Inspector in Quasar Framework

https://pratik227.hashnode.dev/adding-vue-inspector-in-quasar-framework

Hashnode - vuejs (Javascript)

vite-plugin-vue-inspector is a package that provides the ability to jump to the local IDE when you click the element of the browser automatically. It supports Vue2 & 3 & SSR. This Article is for Vue 3 and Quasar Framework 2. Installation npm install ...


74: Creating a Character Count Progress Bar in React

https://saleh.hashnode.dev/creating-a-character-count-progress-bar-in-react

Hashnode - javascript (Javascript)

Hello guys In this short tutorial, we will be looking into how to create a Character Count Progress Bar in React JS. Common uses of this are in notes and to-do list applications where you want to restrict user input to a fixed amount of characters. W...


75: React - Path dan Query Parameter dengan React Router (doc)

https://jvspwt.my.id/react-path-dan-query-parameter-dengan-react-router-doc

Hashnode - javascript (Javascript)

Path Parameter Properti path terdapat bagian nilai yang ditulis dengan :name. Artinya, path tersebut adalah parameter dan nilainya bersifat dinamis. Contoh, Anda bi...


76: Collective 750

https://tympanus.net/codrops/collective/collective-750/

Codrops (Internet / Design)

TresJS * Real-time hand tracking* Learn Images * Calligrapher.ai * Getlog * CSS color-mix()


77: Twitter Blue est disponible en France : accès, prix, fonctionnalités, tout savoir

https://www.blogdumoderateur.com/twitter-blue-disponible-france/

Blog du Moderateur ()

L'abonnement payant de Twitter est accessible à partir de 7 euros par mois.


78: React - Router (doc)

https://jvspwt.my.id/react-router-doc

Hashnode - javascript (Javascript)

Salah satu faktor terpenting ketika membuat Single-Page Application adalah memanfaatkan URL, karena website memanfaatkan URL dalam menampilkan konten. Meskipun SPA sangatlah interaktif, percuma jika pengguna tidak bisa memanfaatkan URL dalam mengatur...


79: Apple franchit un nouveau cap : 2 milliards d'appareils actifs dans le monde

https://www.blogdumoderateur.com/apple-nouveau-cap-2-milliards-appareils-actifs/

Blog du Moderateur ()

Malgré un chiffre d'affaires en baisse, 2 milliards d'appareils Apple sont désormais actifs dans le monde.


80 / 142

80: Résultats trimestriels : Apple plombé par la baisse des ventes d'iPhone à Noël

https://www.usine-digitale.fr/article/resultats-trimestriels-apple-plombe-par-la-baisse-des-ventes-d-iphone-a-noel.N2097201

L'usine-digitale (Informatique)

Les revenus et les bénéfices d'Apple sont en net recul au 4e trimestre 2022, et en dessous des prévisions des analystes. Une situation rare pour l'entreprise.


81: JavaScript Inheritance in the OLD EcmaScript 5

https://jnayden.hashnode.dev/javascript-inheritance-in-the-old-ecmascript-5

Hashnode - javascript (Javascript)

As you all know in JavaScript nowadays has classes and all crazy mambo jambo from other object-oriented programming languages. But this was not the case just a few years ago, and maybe it is not the case even today for you my dear reader so I would l...


82: Les gestionnaires de paquets pour Node : npm, yarn, pnpm

https://www.alsacreations.com/article/lire/1907-Les-gestionnaires-de-paquets-pour-Node--npm-yarn-pnpm.html

Alsacreations (Accessibilité / CSS)

Pour évoluer dans l'univers du développement JavaScript avec Node, les gestionnaires de paquets les plus courants sont : npm yarn pnpm Le choix parmi ces outils dépend de vos préférences personnelles et des quelques particularités affichées par chacun d'entre eux notamment côté performance. Vous êtes parfaitement libre de changer de gestionnaire de paquets mais si vous collaborez ave [...]


83: Les gestionnaires de paquets pour Node : npm, yarn, pnpm

https://www.alsacreations.com/article/lire/1907-LesgestionnairesdepaquetspourNodenpmyarnpnpm.html

Alsacreations (Accessibilité / CSS)

Pour évoluer dans l'univers du développement JavaScript avec Node, les gestionnaires de paquets les plus courants sont : npm yarn pnpm Le choix parmi ces outils dépend de vos préférences personnelles et des quelques particularités affichées par chacun d'entre eux notamment côté performance. Vous êtes parfaitement libre de changer de gestionnaire de paquets mais si vous collaborez ave [...]


84: L'API Twitter devient payante : quel impact pour les utilisateurs '

https://www.blogdumoderateur.com/api-twitter-payante-impact/

Blog du Moderateur ()

Twitter annonce la fin de son API gratuite, dans moins d'une semaine.


85: React - Implementasi React Router (doc)

https://jvspwt.my.id/react-implementasi-react-router-doc

Hashnode - javascript (Javascript)

SPA Dengan Mengubah State import React from 'react'; import { createRoot } from 'react-dom/client'; class App extends React.Component { constructor(props) { super(props); // inisialisasi state this.state = { page: '/' }; ...


86: Learn Flutter & Dart in 2022 or stick with React '

https://jnayden.hashnode.dev/learn-flutter-dart-in-2022-or-stick-with-react

Hashnode - Flutter (Flutter)

About the post Hello everyone, First of all I have to share I am a Java developer I do NOT do frontend (usually) I do not write mobile apps as well, however, I was very impressed by the Flutter presentations and the architecture of Flutter in fact fi...


87: Python Basics 1 - Introduction to Computation

https://aayushsinha.hashnode.dev/python-basics-1-introduction-to-computation

Hashnode - python (python)

Hey everyone '' The Pythonic way is a series that will teach you python right from basic understanding of computers to introduction of sorting algorithms. So let us start the series. WHAT DOES A COMPUTER DO' A computer performs calculations and do...


88: Tutorial: Test-Driven Development in Python

https://hojaleaks.com/tutorial-test-driven-development-in-python

Hashnode - python (python)

Test-driven development (TDD) is a software development process where developers write tests before writing the actual code. The tests check the functionality of the code, and the code is written to make the tests pass. TDD helps ensure that the code...


89: How to Build a Web Scraper With Python in Just 10 Minutes

https://blog.marzeta.pl/how-to-build-a-web-scraper-with-python-in-just-10-minutes

Hashnode - python (python)

A web scraper is a tool that automates the process of extracting data from websites. Python is a popular language for building web scrapers due to its ease of use, vast libraries, and strong community support. In this article, we will explore the bas...


90 / 142

90: React - PropsTypes API (doc)

https://jvspwt.my.id/react-propstypes-api-doc

Hashnode - javascript (Javascript)

PropTypes akan memberikan pesan warning sebagai sinyal bahwa penggunaan component tidak sesuai. Pasang package prop-types untuk menggunakan PropTypes npm install prop-types Jika menggunakan yarn yarn add prop-types Penggunaan: import React from 're...


91: Wonders of Google Street View

https://flowingdata.com/2023/02/03/wonders-of-google-street-view/

Flowing data (dataviz)

You know those funny or weird screenshots from Google Street View that enter…Tags: Google Streetview, Neal Agarwal, wonder


92: Le guide de la signature mail : conseils d'experts, designs inspirants et bonnes pratiques

https://www.blogdumoderateur.com/guide-signature-mail-conseils-experts-designs-inspirants-bonnes-pratiques/

Blog du Moderateur ()

Dans son dernier guide, Letsignit vous dévoile toutes les clés pour optimiser vos signatures mail et tirer profit de ce canal de communication privilégié pour votre entreprise.


93: Data Center : ce nouveau design va permettre à Meta d'économiser 4 milliards $

https://www.lebigdata.fr/data-center-nouveau-design-meta

Le Big Data (dataviz)

Meta a annoncé un pivot majeur dans sa stratégie de construction de Data Center en adoptant une approche « progressive … Cet article Data Center : ce nouveau design va permettre à Meta d'économiser 4 milliards $ a été publié sur LeBigData.fr.


94: React - Tips Penggunaan JSX (doc)

https://jvspwt.my.id/react-tips-penggunaan-jsx-doc

Hashnode - javascript (Javascript)

Variabel di JSX Setiap menggunakan JavaScript expression (sesuatu yang menghasilkan nilai) di JSX, perlu membungkus expression dalam kurung kurawal seperti ini. render() { const nama = 'John'; return ( Halo, {nama} ...


95: Making a DIY ChatGPT Using Python and Gradio '

https://noctkun.hashnode.dev/making-a-diy-chatgpt-using-python-and-gradio

Hashnode - python (python)

As the title said, we will be learning how to create our own DIY ChatGPT without any need to deploy the machine, we will be using OpenAI's 'text-davinci-003 ' model in this project. Speaking about the project, I will leave my GitHub Repo Link here fo...


96: Gmail : comment activer le suivi de livraison sur mobile

https://www.blogdumoderateur.com/gmail-comment-activer-suivi-livraison-mobile/

Blog du Moderateur ()

Gmail permet désormais de suivre vos colis en un coup d''il. Découvrez comment activer l'option sur votre smartphone.


97: How to build a basic todo app with Vanilla JavaScript

https://devlawrence.hashnode.dev/how-to-build-a-basic-todo-app-with-vanilla-javascript

Hashnode - javascript (Javascript)

It is often said that one of the ways to really get better at programming is by building projects. And CRUD (Create, Read, Update, and Delete) apps are one way to improve your coding skills as a developer. In this article, we are going to build a str...


98: Cette sitcom générée par l'IA n'a aucun sens, mais les internautes adorent

https://www.lebigdata.fr/sitcom-generee-ia

Le Big Data (dataviz)

Imaginez un monde où l’intelligence artificielle (IA) crée une série sans fin. C'est sûrement le rêve de tout amoureux de … Cet article Cette sitcom générée par l'IA n'a aucun sens, mais les internautes adorent a été publié sur LeBigData.fr.


99: Building Portfolio Website Using HTML CSS & JavaScript Day109

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

Hashnode - javascript (Javascript)

Today #Day109 of #365DaysOfCode, I am Building Portfolio Website Using HTML CSS & JavaScript. Scroll Sections Active Link JavaScript Go to this github [link] const sections = document.querySelectorAll('section[id]') function scrollActive(){ cons...


100 / 142

100: Objects, Sets And Maps

https://tanishka.hashnode.dev/objects-sets-and-maps

Hashnode - javascript (Javascript)

Objects An object is a datatype which stores various key-value pairs and more complex entities. Objects can be created using the Object() constructor or the object initializer / literal syntax. const person = { firstName : 'John', lastName : ...


101: JavaScript Arrays Made Easy!

https://steevelsharonsalis.hashnode.dev/javascript-arrays-made-easy

Hashnode - javascript (Javascript)

What is an Array' An array is a data structure that is used to store multiple values in a single variable. Each item in an array has a number attached to it called an index and it is used to access the items in an array. In Javascript, arrays start w...


102: Real DOM and Virtual DOM - Concept behind React

https://abhinandanmishra1.hashnode.dev/real-dom-and-virtual-dom-concept-behind-react

Hashnode - javascript (Javascript)

What is Real DOM or DOM' DOM refers to Document Object Model and it is a tree data structure that represents the HTML document and nodes of the tree are HTML tags or elements in the document. DOM is an abstraction of the HTML of web pages. Who Creat...


103: [Interview] Licenciements dans la cybersécurité : "On est sur du court-termisme, sans lien avec la technologie"

https://www.usine-digitale.fr/article/interview-licenciements-dans-la-cybersecurite-on-est-sur-du-court-termisme-sans-lien-avec-la-technologie.N2096956

L'usine-digitale (Informatique)

Les entreprises de cybersécurité américaines ont licencié une grande partie de leurs effectifs l'an passé. Le secteur se porte pourtant très bien, souligne Alain Bouillé, délégué général du Cesin, qui rappelle que la masse salariale est "la variable d'ajustement" par excellence de l'économie américaine, et que les entreprises françaises du secteur peinent au contraire à recruter.


104: Chars Léopard : comment les hackers russes se vengent sur l'Allemagne '

https://www.lebigdata.fr/chars-hackers-russes-allemagne

Le Big Data (dataviz)

Des groupes de hackers russes ont réagi à la décision de l’Allemagne d’envoyer des chars Léopard en Ukraine. La riposte … Cet article Chars Léopard : comment les hackers russes se vengent sur l'Allemagne ' a été publié sur LeBigData.fr.


105: Stay Ahead of the Game

https://blog.ahmedsuliman.com/stay-ahead-of-the-game

Hashnode - javascript (Javascript)

As a front-end developer, it's important to stay up-to-date with the latest technologies and best practices in order to create the most visually appealing, user-friendly, and efficient websites and applications. With new technologies and frameworks e...


106: Journey of HTTP

https://sujal.hashnode.dev/journey-of-http

Hashnode - javascript (Javascript)

HTTP 0.9'HTTP 1.0'HTTP 1.1'HTTP 2.0'HTTP 3.0 HTTP is a request-response protocol, which means that a client sends a request to a server, and the server returns a response. The client can make requests for resources such as HTML pages, images, and vid...


107: Problem: Transpose File Solution

https://mackph.hashnode.dev/problem-transpose-file-solution

Hashnode - python (python)

Given a text file, transpose its content. You may assume that each row has the same number of columns, and each field is separated by the ' ' character. Example: If file.txt has the following content: name age alice 21 ryan 30 Output the following: ...


108: Automate your personal CRM with Notion and Hazel Base

https://rohithgilla.hashnode.dev/automate-your-personal-crm-with-notion-and-hazel-base

Hashnode - javascript (Javascript)

Introduction Hazelbase and Notion are two powerful tools that can be used together to create a custom CRM system. With Hazelbase, you can organize data from the internet into an identity network with billions of records that anyone can use and contri...


109: OpenAI lance ChatGPT Plus, un abonnement à 20 dollars par mois

https://www.usine-digitale.fr/article/openai-lance-chatgpt-plus-un-abonnement-a-20-dollars-par-mois.N2096806

L'usine-digitale (Informatique)

La start-up OpenAI a lancé hier ChatGPT Plus, un service offrant un accès premium à son chatbot générateur de texte pour 20 dollars par mois.


110 / 142

110: Garantme, Black Tiger, Luna' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/garantme-black-tiger-luna-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2097001

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé plus de 62 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCAP PARTNER pour L'Usine Digitale.


111: 30 Days of Code Challenge

https://harshikaadblogs.hashnode.dev/30-days-of-code-challenge

Hashnode - javascript (Javascript)

Rules : 1)Commitment: Code at least an hour for the next 30 days. 2)Planning: Write it down on paper(To-do list) before going to bed. 3)Execution: "Need to get up and get stuff done". 4)Documentation: Post everyday progress.


112: Python Top Frameworks

https://shamnadsherief.tech/python-top-frameworks

Hashnode - python (python)

Python is a versatile and powerful programming language, which is widely used for various purposes such as web development, machine learning, data analysis, and more. To simplify the development process and to streamline the coding experience, there ...


113: This day in search marketing history: February 3

https://searchengineland.com/search-marketing-history-february-3-392610

Search engine land (Référencement)

How Google uses AI in search, plus: an unconfirmed Google algorithm update, Amit Singhal leaving Google, bad ads and more. The post This day in search marketing history: February 3 appeared first on Search Engine Land.


114: React - Controlled Component (doc)

https://jvspwt.my.id/react-controlled-component-doc

Hashnode - javascript (Javascript)

Controlled Component merupakan component yang me-render form, tetapi sumber datanya diambil dari component state, bukan DOM. Kengapa disebut controlled component karena React mengontrol data form. import React from 'react'; class NameForm extends Re...


115: Nested NavGraph in a Fragment

https://sagar0-0.hashnode.dev/nested-navgraph-in-a-fragment

Hashnode - Kotlin (Mobiles)

Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer. In this article, we will learn how you can Implement the Navigation component in a ...


116: ReactPlay presents 2PlaysAMonth for Web Developers

https://blog.reactplay.io/reactplay-presents-2playsamonth-for-web-developers

Hashnode - javascript (Javascript)

Hey There ' ReactPlay presents an exciting event #2PlaysAMonth for ReactJS/Web Developers to learn, build, and share. Oh yeah! Also to win some exciting prizes, too. The event starts Feb 1st 2023 and ends on Feb 28th 2023. You will be building 2 pro...


117: Getting Started with Fast-Api '' and Docker'

https://zoo.hashnode.dev/getting-started-with-fast-api-and-docker

Hashnode - python (python)

New month, New blog post... After the overwhelming response to my last post on Getting Started wtih Flask and Docker, I decided to write another one. This time I'm going to show you how to get started with Fast-Api and Docker. Our demo project will b...


118: Get closer to Closures'in JavaScript '' - Part 1

https://riyatiwari.hashnode.dev/get-closer-to-closuresin-javascript-part-1

Hashnode - javascript (Javascript)

Closures definition ' Just like we refer to the definition of any topic, let's take a moment to read the definition of Closures mentioned in the MDN. A closure is the combination of a function bundled together (enclosed) with references to its surr...


119: Starting Your Journey in Tech: Unleash Your Potential and Build a Better Future

https://justcodeit93.hashnode.dev/starting-your-journey-in-tech-unleash-your-potential-and-build-a-better-future

Hashnode - javascript (Javascript)

Tech is more than just a field of work. It's a journey of endless possibilities, creativity, and problem-solving. If you have a passion for innovation and are considering a tech career, you are about to embark on a journey that will turn your life ar...


120 / 142

120: Sundar Pichai confirms Google is working on AI search feature users can 'engage directly with'

https://searchengineland.com/sundar-pichai-confirms-google-is-working-on-ai-search-feature-users-can-engage-directly-with-392628

Search engine land (Référencement)

In the Google Q4 earnings call, Sundar Pichai confirmed the company's plans to deliver ChatGPT like features. The post Sundar Pichai confirms Google is working on AI search feature users can “engage directly with” appeared first on Search Engine Land.


121: Sergey Brin Is Coding at Google Again in 'Code Red' AI Effort

https://www.webpronews.com/sergey-brin-is-coding-at-google-again-in-code-red-ai-effort/

WebProNews SEO (Développement)

WebProNews Sergey Brin Is Coding at Google Again in ‘Code Red’ AI Effort After years of absence, Sergey Brin is once again back at Google and has just submitted his first code request. Sergey Brin Is Coding at Google Again in ‘Code Red’ AI Effort Staff


122: Day 5 - Altering and Deleting data

https://akashpugal.dev/day-5-altering-and-deleting-data

Hashnode - python (python)

Hello folks, I'm so happy to see you all in this blog series once again. As you know this is the Day 5 of the "My 7-day journey to Data Science" blog series.Till the previous blog, we came to know about, What is Numpy' What is Pandas' Datatypes an...


123: How I'm Slightly Pivoting my Career

https://theamazinraven.hashnode.dev/how-im-slightly-pivoting-my-career

Hashnode - python (python)

Hiii!! I'm back again! This time I'm here to talk about what I've been up to and how I'm slightly pivoting my learning goals. As a Junior DevOps professional (wow, it feels weird to say that!), I'm always interested in ways to improve and evolve my s...


124: Le microbiote : notre « second cerveau », acteur central de notre santé

https://www.rtflash.fr/microbiote-notre-second-cerveau-acteur-central-notre-sante/article

Tregouet.org ()

Le système nerveux entérique (SNE), est une des trois composantes du système nerveux autonome (avec le système nerveux sympathique et le parasympathique) qui se situe tout au long du tube digestif et contrôle directement et indirectement de nombreuses fonctions et activités métaboliques, endocriniennes, musculaires et neurologiques. [...]


125: Ways to remove event listeners

https://javascriptweekly.com/issues/624

javascriptweekly (Javascript)

#'624 ' February 3, 2023 Read on the Web JavaScript Weekly You've Got Options for Removing Event Listeners ' Unnecessary event listeners can cause all sorts of odd problems so it's good to clean them up when you don't need them anymore. How' There are several approaches and Alex looks at their pros and cons. (once is a good one to consider if your use case supports it as it' [...]


126: Recommended Reading

https://www.quastor.org/

pointer.io (Développement)

This is a cross-promotion with Quastor


127: APITable

https://github.com/apitable/apitable

pointer.io (Développement)

API-oriented low-code platform for collaborative apps. 


128: Corporate Legibility for Software Engineers

https://matt.blwt.io/post/corporate-legibility-for-engineers/

pointer.io (Développement)

"Corporate legibility is the art of making tasks, and their outcomes, easier to understand for those not directly involved. I'll help you understand why this is an important thing to be aware of and how to use it to help your career."


129: Rust's Ugly Syntax

https://matklad.github.io/2023/01/26/rusts-ugly-syntax.html#Rust-s-Ugly-Syntax

pointer.io (Développement)

"People complain about Rust syntax. I think that most of the time when people think they have an issue with Rust's syntax, they actually object to Rust's semantics. In this slightly whimsical post, I'll try to disentangle the two."


130 / 142

130: What's Identity-Native Infrastructure Access'

https://goteleport.com/teleport-connect-virtual-2022/?utm_campaign=eg&utm_medium=partner&utm_source=pointer

pointer.io (Développement)

Unlock all Teleport Connect sessions to learn about infrastructure access from DoorDash, Dropbox, Discord, Vonage, and others when you RSVP for the Feb 9th event.


131: Start Coding At The Point Of Least Certainty

https://swizec.com/blog/start-coding-at-the-point-of-least-certainty/

pointer.io (Développement)

"You know you can build a platform for monkeys to stand on. Plenty exist. You know you can build a flaming hoop for them to jump through. Plenty exist. You even know you can get a monkey. But can you train the monkey to jump through the hoop' Without the trained monkey, you have no spectacle. Nobody's gonna come watch a bunch of monkeys standing around a fire."


132: Setting Engineering Org Values

https://lethain.com/setting-engineering-org-values/

pointer.io (Développement)

Will discusses the following questions and the values he's found most effective: "What kinds of problems do values solve' Should engineering orgs have values at all' When does it make sense to establish values out' What makes values useful' How are engineering values distinct from a technology strategy' How should you roll out values'"


133: Various Ways Of Sending Mail Via SMTP

https://blog.bityard.net/articles/2023/January/various-ways-of-sending-mail-via-smtp.html

pointer.io (Développement)

"For better or worse, it turns out that the "simple" in SMTP is not as much of a lie as "lightweight" in LDAP, and you don't often need a lot of ceremony just to fire off a simple message or two for testing or notifications from a barebones system. This article describes a few methods for doing so."


134: BioGPT

https://github.com/microsoft/BioGPT

pointer.io (Développement)

GPT for biomedical text generation and mining.


135: Tag Systems

https://buttondown.email/hillelwayne/archive/tag-systems/

pointer.io (Développement)

"I've tried to write a blog post on tag systems for years now... The problem is that there's just so much to them, so many different approaches and models and concerns that trying to be comprehensive and rigorous is an exercise in madness... So screw it. These are my non-comprehensive, poorly-researched thoughts on tag systems. This is not about implementation of tag systems, just their design."


136: Ruff

https://github.com/charliermarsh/ruff

pointer.io (Développement)

An extremely fast Python linter, written in Rust.


137: Python's 'Disappointing' Superpowers

https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/

pointer.io (Développement)

"I'm worried that a de-facto move away from dynamic stuff in the Python ecosystem, possibly motivated by those who use Python only because they have to, and just want to make it more like the C# or Java they are comfortable with, could leave us with the very worst of all worlds."


138: var vs let vs const.

https://hsnmu.hashnode.dev/var-vs-let-vs-const

Hashnode - javascript (Javascript)

Here, I am going to share every piece of information I gain that sounds to be useful. Simple Compare:- var Creates a variable. Available since ... ever. Function & Global scope. let Creates a variable. Available since ES6. Block scope. cons...


139: How to Write like the Cool Techies

https://sopuruchi.hashnode.dev/how-to-write-like-the-cool-techies

Hashnode - python (python)

Have you ever read an article on the web and just thought to yourself how well put together the piece seemed' From the well-spaced-out paragraphs to ordered lists, to inline links that made reading seamless, amongst others. Well, kudos to lightweight...


140 / 142

140: How to Handle State Management in Your React Application Using Zustand

https://preciousodukwe.hashnode.dev/how-to-handle-state-management-in-your-react-application-using-zustand

Hashnode - javascript (Javascript)

State management is a fundamental aspect of building any React application. It is the storing and manipulating of the data used to render a web application's components. When working on a large project, state management can quickly become cumbersome ...


141: DAY 4 -Pandas(DataFrames)

https://akashpugal.dev/day-4-pandasdataframes

Hashnode - python (python)

Welcome back guys. It's the fourth day of the "My 7-day journey to Data Science" blog series. In the previous blog, we learned about the series datatype in the pandas library.Today we are going to learn about another important datatype in pandas. IND...




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