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


1 Janvier 2023 (86)

1: How the Event loop and Asynchronous Programming work in JavaSroript.

https://akangbe.hashnode.dev/how-the-event-loop-and-asynchronous-programming-work-in-javasroript

Hashnode - javascript (Javascript)

JavaScript is a single-threaded programming language, which means that it can only execute one piece of code at a time. This can make it difficult to write code that needs to perform complex or time-consuming tasks because the rest of the program wil...


2: Abstract Classes, Inheritance, and Sorting Algorithms in Python

https://albexl.hashnode.dev/abstract-classes-inheritance-and-sorting-algorithms-in-python

Hashnode - python (python)

Recently I found myself revisiting my knowledge of data structures and algorithms. I was also trying to improve my skills in Python, so I decided to give it a try at implementing some sorting algorithms from scratch. Here is how I did it. Sorting Alg...


3: Concepts and Features of Next.js 3

https://obasivera.hashnode.dev/concepts-and-features-of-nextjs-3

Hashnode - javascript (Javascript)

Hello, hurray, and welcome to a new year '' Welcome to yet another episode on the features and concepts of next.js, the first and second publications could be found in https://obasivera.hashnode.dev/concepts-and-features-of-nextjs and https://obasi...


4: The Trials and Tribulations of Tech and Self-Worth

https://dominickjmonaco.hashnode.dev/the-trials-and-tribulations-of-tech-and-self-worth

Hashnode - javascript (Javascript)

I started this year not knowing how to write HTML: By the middle of January I thought I was a wizard for being able to write this: The backround of this text will be red Being able to affect the DOM,...


5: Understanding asynchronous javascript

https://devmedic.hashnode.dev/understanding-asynchronous-javascript

Hashnode - javascript (Javascript)

Introduction You may have come in contact with applications that become unresponsive when a long-running task is executing, this is because the application is running a synchronous task that blocks the execution of subsequent tasks, which result in a...


6: Create Python Code to implement a deep learning convolutional neural network for MNIST

https://thomascherickal.hashnode.dev/create-python-code-to-implement-a-deep-learning-convolutional-neural-network-for-mnist

Hashnode - python (python)

Sure! Here is some sample Python code that you can use to implement a deep learning convolutional neural network (CNN) for the MNIST dataset: codeimport tensorflow as tf # Load the MNIST dataset (x_train, y_train), (x_test, y_test) = tf.keras.datase...


7: Splitter un tableau en Ruby

https://www.bootrails.com/blog/ruby-split-array/

Humancoders ()

Split est une méthode commune à (presque') tous les languages de programmation. Un zoom sur cette méthode pour les tableaux en Ruby. Commentaires L'article Splitter un tableau en Ruby a été posté dans la catégorie Ruby de Human Coders News


8: Simplifier les commandes Rails

https://www.bootrails.com/blog/rails-console-command-made-easier/

Humancoders ()

Un petit article pour expliquer comment combiner les alias et la ligne de commande Rails. Commentaires L'article Simplifier les commandes Rails a été posté dans la catégorie Ruby de Human Coders News


9: Astuce Go : récupérer le nom d'un dépôt Git '

https://blog.jbriault.fr/go-recuperer-le-nom-dun-depot-git/

Humancoders ()

Il peut être parfois intéressant d'avoir à récupérer le nom du dépôt Git dans lequel vous travaillez. Commentaires L'article Astuce Go : récupérer le nom d'un dépôt Git ' a été posté dans la catégorie Go de Human Coders News


10 / 86

10: Array and Array Methods in JavaScript.

https://moreshwar.hashnode.dev/array-methods-javascript

Hashnode - javascript (Javascript)

What is an Array in JavaScript' An array is where you can store the collection of multiple items under/in one variable and has members for performing common array operations. Why do we use Arrays' They are useful to store the value of different data ...


11: Comment gérer plusieurs versions des CLI avec direnv et asdf !

https://blog.stephane-robert.info/post/devops-asdf-direnv/

Humancoders ()

asdf le maxi couteau suisse couplé à direnv permet de gérer facilement les versions des CLI et application utiles au Devops pour chaque projet Commentaires L'article Comment gérer plusieurs versions des CLI avec direnv et asdf ! a été posté dans la catégorie DevOps de Human Coders News


12: Gérer finement vos secrets avec Mozilla SOPS

https://blog.stephane-robert.info/post/devops-secret-sops/

Humancoders ()

Comment simplifier la gestion des secrets avec Mozilla SOPS' Commentaires L'article Gérer finement vos secrets avec Mozilla SOPS a été posté dans la catégorie DevOps de Human Coders News


13: AWS - Accèdez à une instance EC2 dans un réseau privé avec SSM

https://blog.stephane-robert.info/post/aws-system-management-ssm/

Humancoders ()

AWS - Comment se passer de bastion avec SSM pour se connecter à des instances AWS provisionné dans un réseau privé. Commentaires L'article AWS - Accèdez à une instance EC2 dans un réseau privé avec SSM a été posté dans la catégorie Cloud de Human Coders News


14: Introduction à Hare

https://www.synbioz.com/blog/tech/introduction-hare

Humancoders ()

Présentation du langage de programmation Hare développé par Drew Devault Commentaires L'article Introduction à Hare a été posté dans la catégorie Open source de Human Coders News


15: Pages with Nuxt 3

https://guillaumeduhan.hashnode.dev/pages-with-nuxt-3

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=tdgUDuD3fS4 Routing in Nuxt.js is based on the Vue Router library, and allows you to define routes for your application that map to the different pages in your application. In Nuxt.js, routes are automatically genera...


16: Promises: Visualize the benefit of async/await

https://mreed.hashnode.dev/promises-visualize-the-benefit-of-asyncawait

Hashnode - javascript (Javascript)

I'm taking several JavaScript courses, including a course by Jad Joubran. The chapter I am on is teaching async/await, and how they are syntactic sugar on top of a Promise. Jad's course provides the learner with a sandboxed practice environment. When...


17: Your Roadmap to becoming a Full Stack Dev in 2023

https://blogs.rayanabid.com/your-roadmap-to-becoming-a-full-stack-dev-in-2023

Hashnode - javascript (Javascript)

What's up my fellow brogrammers hope you guys are doing well. A lot of new developers are starting to learn to code every single day, and that means a lot of people don't know what to do or where to start, So I decided to compile a list for such peop...


18: 5 most common usage of React useEffect hook

https://shbhuvnesh.hashnode.dev/5-most-common-usage-of-react-useeffect-hook

Hashnode - javascript (Javascript)

React hooks lets you use state and life cycle features from functional components and Its been popular among the react developers community since its advent in react version 16.8. So useEffect is generally used for performing some side effects like f...


19: 18 Best Community WordPress Themes 2023

https://www.wpexplorer.com/community-wordpress-themes/

WP Explorer (wordpress)

Community, forums and social sites drive a lot of traffic from user interaction. This means you need to offer your users a great experience and what better way to do that than with one of the best community WordPress themes' In this post, we list 18 of the best (in our opinion) community WordPress themes […] The post 18 Best Community WordPress Themes 2023 appeared first on WPExplorer.


20 / 86

20: Create your Promises.

https://chawlamayur.hashnode.dev/create-your-promises

Hashnode - javascript (Javascript)

This blog mainly focuses on the creation of promises, rather than the explanation of promises, but here is a quick intro. What is a promise' Definitions from web-dev sites : MDN Docs: The Promise object represents an eventual completion(or failure)...


21: sys Module in Python

https://soamtripathy.hashnode.dev/sys-module-in-python

Hashnode - python (python)

The sys module in Python is a built-in library that provides access to various parameters and functions used or maintained by the Python interpreter. It is a package that provides various tools for interacting with the interpreter and the Python runt...


22: AWS S3 Presigned URL Upload Tutorial in Python

https://amirghanem.hashnode.dev/aws-s3-presigned-url-upload-tutorial-in-python

Hashnode - python (python)

What are the signed URL' Pre-signed URLs are useful if you want your user/customer to be able to upload a specific object to your bucket, but you don't require them to have AWS security credentials or permissions. When you create a pre-signed URL, yo...


23: Python Scope

https://mochatek.hashnode.dev/python-scope

Hashnode - python (python)

The scope of a name defines the area of a program in which you can unambiguously access that name, such as variables, functions, objects, and so on. An identifier will only be visible to and accessible in its scope and it is the scope that rules how ...


24: Import vs Require in JavaScript. CommonJS vs ES modules.

https://tldrnotes.net/import-vs-require-in-javascript-commonjs-vs-es-modules

Hashnode - javascript (Javascript)

Introduction If you are new to javascript and/or node and have been confused by keywords like import, export , module.exports and require, then you are not alone. In this short piece, I want to clear that up for you. CommonJS: Introduced in 2009, the...


25: for, forEach , for of and for in loops in JavaScript

https://devatif.hashnode.dev/for-foreach-for-of-and-for-in-loops-in-javascript

Hashnode - javascript (Javascript)

You probably know the for and forEach loop but you may not know about for of and for in loops'. for of and for in are actually new in JavaScript and their usage is not so frequent yet.Let's talk about all of these four loops one by one... for loop L...


26: React Context API Demystified: A Beginner's Guide

https://blog.ehoneahobed.com/react-context-api-demystified-a-beginners-guide

Hashnode - javascript (Javascript)

I started learning to use the MERN stack for building web applications a few days ago. After successfully hosting my first web app built with this stack, I couldn't help but notice that some of the most confusing parts of this stack for beginners hav...


27: Create your first React app in minutes: A comprehensive tutorial

https://codersden.hashnode.dev/create-your-first-react-app-in-minutes-a-comprehensive-tutorial

Hashnode - javascript (Javascript)

Are you ready to get started with React, the popular JavaScript library for building user interfaces' In this tutorial, we'll walk you through the process of creating your first React app from scratch. By the end of this guide, you'll have a fully fu...


28: simple backend server in Dart using the dart: io

https://www.ssekizinvu.com/simple-backend-server-in-dart-using-the-dart-io

Hashnode - Flutter (Flutter)

In this tutorial, we will create a simple HTTP server in the Dart programming language. To start, we need to import the 'dart:io' library, which provides access to various I/O-related functions, including the HttpServer class. import 'dart:io'; Next...


29: Web Development 101

https://azizobouha.hashnode.dev/web-development-101

Hashnode - javascript (Javascript)

Web development is a critical skill for anyone looking to build a website or web application. In this blog post, we'll introduce the basics of web development, including the main technologies used and some popular frameworks. We'll also offer some ti...


30 / 86

30: Javascript object and its method

https://anjalisaini.hashnode.dev/javascript-object-and-its-method

Hashnode - javascript (Javascript)

Objects An object is a built-in data type for storing key-value pairs. Data inside objects are unordered, and the values can be of any type. Accessing non-existent JavaScript properties When trying to access a JavaScript object property that has not ...


31: Introduction to React.js

https://blog.rixlayer.dev/introduction-to-reactjs

Hashnode - javascript (Javascript)

React.js is a magical library of JavaScript that can transform your UI into something from a fairy tale! It efficiently and flexibly builds widgets and components with reusable code, saving you time and making your user experience consistent and ench...


32: Fixie.ai CEO: AI Will Lead to 'The End of Programming'

https://www.webpronews.com/fixie-ai-ceo-ai-will-lead-to-the-end-of-programing/

WebProNews SEO (Développement)

WebProNews Fixie.ai CEO: AI Will Lead to ‘The End of Programming’ Matt Welsh, CEO of Fixie.ai, has made the bold prediction that AI will lead to "the end of programming." Fixie.ai CEO: AI Will Lead to ‘The End of Programming’ Staff


33: Web Workers - How are they different & why should we use them'

https://blog.cyberlord007.live/web-workers-how-are-they-different-why-should-we-use-them

Hashnode - javascript (Javascript)

Since the birth of the mighty warrior who conquered the web as if it was nothing, now known as Javascript, there's a saying that has been going on ever since... "Javascript is a synchronous and single-threaded programming language." The majority of...


34: The benefits of knowing two high demand programming languages

https://andrewbaisden.hashnode.dev/the-benefits-of-knowing-two-high-demand-programming-languages

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...


35: Let's Talk About DevRel

https://patilganesh1010.hashnode.dev/lets-talk-about-devrel

Hashnode - javascript (Javascript)

DevRel in depth with the tools and resources you need! DevRel Introduction The Developer Relationship (DevRel) field is rapidly growing in the tech industry and open-source communities. Building and scaling high-level open-source products you need a ...


36: Why Kotlin Sealed Class exists'

https://learndroid.hashnode.dev/why-kotlin-sealed-class-exists

Hashnode - Kotlin (Mobiles)

Introduction Kotlin, being an emerging open-source programming language provides lesser boilerplate and also some additional features which help manage the code flow better. A significant addition to kotlin is Sealed Class which was not seen in Java....


37: How to LeetCode as a Rookie'

https://bharathkalyans.hashnode.dev/how-to-leetcode-as-a-rookie

Hashnode - javascript (Javascript)

Leetcode ' is one of the best platforms out there to practice interview questions. I have solved around 550+ problems on LeetCode[Profile] for a year now. So I think I am eligible enough to guide you. And NO, you don't need to solve 500+ questions...


38: Dependency Injection with Hilt in Android

https://dhina17.hashnode.dev/dependency-injection-with-hilt-in-android

Hashnode - Kotlin (Mobiles)

Basics What is Dependency Injection' Consider this example, you are an Android Developer who drinks coffee. To drink coffee, you need a cup (of course xD). Implement this concept in the code class Developer() { fun drinkCoffee() { // ste...


39: Day12 - Fundamentals of Objects in JavaScript

https://vaibzde.hashnode.dev/basics-of-objects-in-javascript

Hashnode - javascript (Javascript)

Introduction Objects are a fundamental concept in JavaScript and are used to store data as key-value pairs. They can represent real-world objects and have properties that describe their characteristics and methods that define their behaviour. Just li...


40 / 86

40: The Beginner's Guide to Front-end Development

https://toluwalase.hashnode.dev/the-beginners-guide-to-front-end-development

Hashnode - javascript (Javascript)

It's a new year and I know you have that goal in mind to become a frontend developer but have no idea where to start. In this article, I'll be explaining how I went from a complete noob to being able to understand and implement lines of code in about...


41: What exactly is BuildContext in Flutter'

https://nsikak.hashnode.dev/what-exactly-is-buildcontext-in-flutter

Hashnode - Flutter (Flutter)

BuildContext is present everywhere in Flutter. It is used in the build method of StatelessWidgets and State classes. It is also used in different scenarios like: When calling Navigator.of(context) to navigate to a different screen. When calling Sca...


42: What are rest APIs '

https://technicave.hashnode.dev/what-are-rest-apis

Hashnode - python (python)

API stands for "Application Programming Interface." In web development, an API is a set of rules that specifies how two software programs should interact with each other. APIs allow different software systems to communicate with each other and exchan...


43: Exploring the World of JavaScript: A Beginner's Guide to the Essential Web Development Language

https://alzywelzy.hashnode.dev/exploring-the-world-of-javascript-a-beginners-guide-to-the-essential-web-development-language

Hashnode - javascript (Javascript)

JavaScript: A Fundamental Language for the Web JavaScript is a programming language that is widely used on the web, and is an essential tool for any web developer. It is used to add interactivity and functionality to websites, and is supported by all...


44: Exploring the Capabilities and Uses of Python: A Versatile and Powerful Programming Language

https://alzywelzy.hashnode.dev/exploring-the-capabilities-and-uses-of-python-a-versatile-and-powerful-programming-language-1

Hashnode - python (python)

Python: A Powerful and Versatile Programming Language Python is a popular and widely-used programming language that is known for its simplicity, flexibility, and powerful capabilities. It is used in a variety of fields, including web development, dat...


45: Why To-Do List should be your first web-app

https://divyanshchahar.hashnode.dev/why-to-do-list-should-be-your-first-web-app

Hashnode - javascript (Javascript)

If you have just started to venture into the world of JavaScript projects, you must have come across a lot of tutorials that explain how to make a To-Do list app. The same can be said even if you are looking for beginner-friendly project ideas for ei...


46: ' Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 3

https://saileshdahal.com.np/building-a-fullstack-app-with-dartfrog-and-flutter-in-a-monorepo-part-3

Hashnode - Flutter (Flutter)

In the previous part, we set up models, data sources, repositories, and failures for the full-stack to-do application. In this part, we will: Make changes to the failure classes Create new failures RequestFailure ValidationFailure ServerFailure ...


47: Beginner: Use of basic console module in NodeJS

https://dev-and-me.hashnode.dev/beginner-use-of-basic-console-module-in-nodejs

Hashnode - javascript (Javascript)

Hello learners and welcome to my first blog of the year. In this blog, we are going to learn how to use the most common console module to display output on the command line in NodeJs. NodeJs is an open-source runtime environment for Javascript. Nod...


48: Getting started with Node.js

https://blogs.arasharora.com/getting-started-with-nodejs

Hashnode - javascript (Javascript)

Node.js is a JavaScript runtime that extends its capability to the server side. It is built on Chrome's V8 JavaScript Engine. Node is an event-driven, non-blocking IO model. This means it's asynchronous and doesn't block itself for one request (but r...


49: A Burned-Out Developer to Indie-Hacker Dev Retro 2022

https://thelearning.dev/a-burned-out-developer-to-indie-hacker-dev-retro-2022

Hashnode - javascript (Javascript)

I always wanted to be a techie. Right from when I knew Software engineering was a profession. Someone who can master any technology, spin up any system, break open an old system, and add cool features to them. I used to think it would take a lifetime...


50 / 86

50: Getting started with Next.js

https://blogs.arasharora.com/getting-started-with-nextjs

Hashnode - javascript (Javascript)

Introduction to Next.js Next.js is a robust JavaScript framework that has gained a lot of popularity in recent years due to its focus on server-rendered React applications and its strong emphasis on performance. If you're a developer looking to build...


51: 2023: Automating the year '

https://adedamolablog.hashnode.dev/2023-automating-the-year-clcdb1sau000j08mk9d3kcyru

Hashnode - javascript (Javascript)

It's a new year everyone and I am really glad you made it here --inserts hugs -- This promises to be a short read, most likely your shortest read of the year' It's common practice for every business outfit to change its copyright year at the beginni...


52: 5 Tips for Successfully Learning Your First Programming Language

https://vipindevelops.com/5-tips-for-successfully-learning-your-first-programming-language

Hashnode - javascript (Javascript)

Learning your first programming language can be intimidating, but it is also a rewarding and exciting experience. If you are just starting out on your programming journey, here are five tips to help you set yourself up for success: Choose the right ...


53: What is Modern Mode/ Strict Mode in JS

https://prashantt.hashnode.dev/what-is-modern-mode-strict-mode-in-js

Hashnode - javascript (Javascript)

So what is this 'use Strict' mode as the name suggests it enables the strict mode when we write JS code. Before 2009, there were some bugs in JavaScript to solve these bugs JavaScript team come up with the "use Strict" mode in 2009 with an ES5 update...


54: Engine Station by MONOGRID: A 3D Experiential E-Commerce Destination

https://www.awwwards.com/engine-station-by-monogrid-a-3d-experiential-e-commerce-destination.html

awwwards (Internet)

When Engine, the organic Italian gin with an 80s motorsports-inspired aesthetic, approached us at MONOGRID looking to create a disruptive and fun online...


55: JavaScript Closure 101: An Introduction to the Fundamentals

https://tiennguyen.hashnode.dev/javascript-closure-101-introduction

Hashnode - javascript (Javascript)

JavaScript's closure feature enables developers to compose functions with access to variables beyond their scope. This makes it perfect for creating both private data and functions, as well as callable objects that can be used in different contexts. ...


56: Exploring the Substring: A Beginner's Guide to JavaScript

https://sense.hashnode.dev/exploring-the-substring-a-beginners-guide-to-javascript

Hashnode - javascript (Javascript)

What Is the JavaScript Substring' The JavaScript substring() method returns a subset of a given string between one index and another, or through the end of the string. The substring begins at the specified start index and extends to the character at ...


57: What is Machine Learning'

https://viscabar.hashnode.dev/what-is-machine-learning

Hashnode - python (python)

Machine learning is a way for computers to learn without being explicitly told what to do. It's like a computer having a teacher to show it things and help it learn new things on its own. Types of Machine Learning Supervised learning: This is when t...


58: Animation Techniques with anime.js: Timing, Easing, and Keyframes

https://blog.dotenx.com/animation-techniques-with-animejs-timing-easing-and-keyframes

Hashnode - javascript (Javascript)

Welcome to the second tutorial in this series on animating with anime.js! In the previous post, "Become an Animation Master with Anime.js - Setting up the Environment and Basic Animations", we went through setting up the environment for creating anim...


59: How To Create Login & Registration Form Using HTML CSS & JavaScript Step By Step For Beginners

https://soudemy.hashnode.dev/how-to-create-login-registration-form-using-html-css-javascript-step-by-step-for-beginners

Hashnode - javascript (Javascript)

https://www.youtube.com/watch'v=j5jSUIc_VTc&list=PLHrQQgsVLvqvpwYPqE1WhigKdHY7Q8hXe&index=2&t=674s Hi Guys, today we want to show how to make Login & Registration Form Using HTML, CSS, and JavaScript step by step from scratch. Please, if you love i...


60 / 86

60: The Journey of a Line of Code

https://kalashsharma.hashnode.dev/the-journey-of-a-line-of-code

Hashnode - javascript (Javascript)

Introduction This is the first blog in my new JavaScript series. In this blog, we are going to learn about how code executes in JavaScript. JavaScript is a lightweight scripting language used to provide interactivity in web applications. But it can a...


61: The Essential Guide to Object-Oriented Programming in Kotlin

https://hardiksachan.hashnode.dev/the-essential-guide-to-object-oriented-programming-in-kotlin

Hashnode - Kotlin (Mobiles)

Introduction In the previous article, we learned the foundations of object-oriented programming with Kotlin. We set up our development environment, installed Android Studio and the Android SDK, and explored the basic syntax of Kotlin, including varia...


62: The Essential Guide to Object-Oriented Programming in Kotlin

https://blog.hardiksachan.com/the-essential-guide-to-object-oriented-programming-in-kotlin

Hashnode - Kotlin (Mobiles)

Introduction In the previous article, we learned the foundations of object-oriented programming with Kotlin. We set up our development environment, installed Android Studio and the Android SDK, and explored the basic syntax of Kotlin, including varia...


63: The Essential Guide to Object-Oriented Programming in Kotlin

https://hardiksachan.com/the-essential-guide-to-object-oriented-programming-in-kotlin

Hashnode - Kotlin (Mobiles)

Introduction In the previous article, we learned the foundations of object-oriented programming with Kotlin. We set up our development environment, installed Android Studio and the Android SDK, and explored the basic syntax of Kotlin, including varia...


64: Python Program To Reverse a Sentence

https://codewithjohn.hashnode.dev/python-program-to-reverse-a-sentence

Hashnode - python (python)

To reverse, a string in python follows the following steps. Convert the sentence into a list of words. Then reverse the list Join the reversed list Here is an example sentence = "The quick brown fox jumps over the lazy dog" word_list = sentence....


65: How to create Chrome extension using Flutter'

https://narayann.hashnode.dev/chrome-extension-using-flutter

Hashnode - Flutter (Flutter)

What is Chrome extension '' : here What is Flutter '' : here So First, create ' a project in flutter flutter create app_name if flutter web is not enabled, then enable it by flutter config --enable-web to run the flutter app on the web ', use flut...


66: Complete Introduction to JavaScript

https://themujahidkhan.com/complete-introduction-to-javascript

Hashnode - javascript (Javascript)

Alright, so you have decided to become a JavaScript developer in 2023. That's the best decision one can make. And it's my job to make this journey easy for you. If you directly landed on this article, this article is a part of the JavaScript 0 -1 ser...


67: Role of Front End Developers

https://nayabatir1.hashnode.dev/role-of-front-end-developers-1

Hashnode - javascript (Javascript)

Introduction Front end development is the area of web development that focuses on the user interface. It is all about converting the backend code into a graphical interface. The front end makes the data easy to read and understand. Who is Front End D...


68: Dark Sky Weather App Is Officially Dead

https://www.webpronews.com/dark-sky-weather-app-is-officially-dead/

WebProNews SEO (Développement)

WebProNews Dark Sky Weather App Is Officially Dead The highly-rated Dark Sky weather has reached the end of its life, with January 1, 2023 marking the end of its path. Dark Sky Weather App Is Officially Dead Matt Milano


69: Printing Numbers in Reverse Order using a Python While Loop

https://codecaliper.me/printing-numbers-in-reverse-order-using-a-python-while-loop

Hashnode - python (python)

Have you ever needed to print out a series of numbers in reverse order in Python' It's a simple task, and can be accomplished using a while loop. To start, we initialize a variable i with the value 10. Then, we use a while loop to iterate as long as ...


70 / 86

70: Day 1-Data Structures

https://harshankumarhrk.hashnode.dev/day-1-data-structures

Hashnode - python (python)

A data structure is a collection of data pieces that offers the simplest means of storing and carrying out various operations on computer data. Effective execution of a number of crucial processes is made possible by the selection of an appropriate d...


71: Displaying Lines from a Text File in Python

https://codecaliper.me/displaying-lines-from-a-text-file-in-python

Hashnode - python (python)

Have you ever needed to display the contents of a text file in Python' It's a common task, and can be easily accomplished using a few simple lines of code. To start, we'll need to open the text file in read mode. We can do this using the built-in ope...


72: Building A Weather App In JavaScript Day 76

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

Hashnode - javascript (Javascript)

Today #Day76 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] HTML Templates All that is left to create in the HTML file are templates for the...


73: This day in search marketing history: January 1

https://searchengineland.com/search-marketing-history-january-1-389505

Search engine land (Référencement)

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


74: How to use gravatar API to render user public avatar

https://blog.sachinchaurasiya.dev/how-to-use-gravatar-api-to-render-user-public-avatar

Hashnode - javascript (Javascript)

Introduction ' Many applications provide an option for users to upload a profile picture for their profile, but not all users opt for uploading a custom profile picture so in such cases, applications should have some mechanism to show a default pict...


75: How to kickstart Javascript in 2023'

https://blog.atharvahinge.com/how-to-kickstart-javascript-in-2023

Hashnode - javascript (Javascript)

Why Javascript' I don't think anyone in the development domain will have any questions about why to learn javascript, but if any, here's the list of applications where Javascript can be used: Web apps Game development smartwatch apps Android apps...


76: Symfony Station Communiqué ' 30 December 2022

https://atomicdesign.hashnode.dev/symfony-station-communique-30-december-2022

Hashnode - javascript (Javascript)

This article originally appeared on Symfony Station, your source for Symfony, PHP, and Cybersecurity news. Welcome to this week's Symfony Station Communiqué. It's your review of the essential news in the Symfony and PHP development communities. We al...


77: Ultimate Guide to Python One-Liners

https://blogs.shenyien.cyou/ultimate-guide-to-python-one-liners

Hashnode - python (python)

Have you ever come across a fancy one-liner in Python that can do what supposedly 10-20 lines of code do' Here's a simple example: ## Printing triangle in one-liner height = 10 [print("".join(x)) for x in [[" " if i < k else "#" for i in range(height...


78: Become an Animation Master with Anime.js - Part 1: Setting up the Environment and Basic Animations

https://blog.dotenx.com/become-an-animation-master-with-animejs-part-1-setting-up-the-environment-and-basic-animations

Hashnode - javascript (Javascript)

Animations, if used wisely, can take the user experience of your websites to a whole different level, and while it might sound intimidating at first, thanks to libraries like anime.js you can create amazing effects with a little practice. Welcome to ...


79: Become an Animation Master with Anime.js - Setting up the Environment and Basic Animations

https://blog.dotenx.com/become-an-animation-master-with-animejs-setting-up-the-environment-and-basic-animations

Hashnode - javascript (Javascript)

Animations, if used wisely, can take the user experience of your websites to a whole different level, and while it might sound intimidating at first, thanks to libraries like anime.js you can create amazing effects with a little practice. Welcome to ...


80 / 86

80: 8 Tips for Becoming a Better Software Engineer in 2023

https://gain.hashnode.dev/8-tips-for-becoming-a-better-software-engineer-in-2023

Hashnode - javascript (Javascript)

Since the field of software engineering is constantly changing in response to emerging technologies and trends, it is essential for software engineers to continue their education and work toward improving their skill sets in order to maintain a compe...


81: Why have I started blogging on Hashnode'

https://mohitmandalia.hashnode.dev/why-have-i-started-blogging-on-hashnode

Hashnode - Kotlin (Mobiles)

Hi Folks, Welcome to my blog. I am Mohit Mandalia an Android Developer. I will be documenting my journey as an Android Developer and will share whatever I learn throughtout my journey. As a developer, I have faced many challenges and spent hours tryi...


82: React Native Debugger: A Complete Guide

https://metered.hashnode.dev/react-native-debugger-a-complete-guide

Hashnode - javascript (Javascript)

A complete guide to debugging react native applications This guide was originally published on the DeadSimpleChat Blog: https://deadsimplechat.com/blog/react-native-debugger/ In this guide we will learn how to debug react native applications and th...


83: Bonne année 2023...

http://amisdekervoyal.viabloga.com/news/bonne-annee-2023

Amis de Kervoyal (Divers...)

... avec des moments de magie... Cliquer pour agrandir Photos de Rose-Marie-Perron Cliquer pour agrandir ... dont ceux offerts par le patrimoine naturel...




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