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

« Aout 2023 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Samedi 12 Aout 2023 (71)

1: Creating a Custom Dropdown with Icon Toggle using HTML, CSS, and JavaScript

https://iruemu.hashnode.dev/creating-a-custom-dropdown-with-icon-toggle-using-html-css-and-javascript

Hashnode - javascript (Javascript)

In this tutorial, we'll walk through the process of creating a custom dropdown menu with an icon toggle using HTML, CSS, and JavaScript. The result will be a user-friendly dropdown that opens and closes when clicked, with the icon changing to indicat...


2: 100 days of Python Exercise

https://brrrpcodes.hashnode.dev/100-days-of-python-exercise-1-1

Hashnode - python (python)

Day 9: Converting text to emoji Emojis play a pivotal role in conveying expressions and emotions across social media platforms. For many programmers, the intriguing prospect of crafting Python code to dynamically generate emojis has likely crossed th...


3: How to Create Python Functions that Accept a Variable Number of Arguments

https://ifedayo.hashnode.dev/how-to-create-python-functions-that-accept-a-variable-number-of-arguments

Hashnode - python (python)

Python functions are powerful tools that allow you to encapsulate a piece of code for reuse. However, sometimes you might not know in advance how many arguments you need to pass to a function. This is where *args and **kwargs come to the rescue. In t...


4: Exploring JavaScript : as I use knowledge of compiling language in it

https://kushagrablog.hashnode.dev/exploring-javascript-as-i-use-knowledge-of-compiling-language-in-it

Hashnode - javascript (Javascript)

1) Introduction In my previous blog, I started the journey into the vibrant world of JavaScript, unraveling its role as the driving force behind the dynamic web. I dived into alerts, data types, variables, and more, building a solid foundation for in...


5: Day 12 Of 30DaysOfJavaScript

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

Hashnode - javascript (Javascript)

Introduction Hey folks, I hope that you must have read my Day 11 Article on #30DaysOfJs. In case, if you haven't then make sure you give it a read by clicking here. Regular Expressions A regular expression or RegExp is a small programming language th...


6: Unveiling the Magic of NodeJS: Modules, REPL, and NPM

https://rajablog.hashnode.dev/unveiling-the-magic-of-nodejs-modules-repl-and-npm

Hashnode - javascript (Javascript)

' Hey everyone! Today marks a thrilling new chapter in my journey as I delve into the world of backend development using Node.js. I'm excited to share my insights, challenges, and triumphs with you all. Buckle up for a journey filled with coding dis...


7: Pagination in React with implementation

https://endeavourmonk.hashnode.dev/pagination-in-react-with-implementation

Hashnode - javascript (Javascript)

Pagination is a technique used in web development to divide a large set of content or data into smaller, more manageable sections or pages. This allows users to navigate through the content in a structured and organized manner, preventing overwhelmin...


8: Feature Engineering and Machine Learning

https://chukwuemekaejike.hashnode.dev/feature-engineering-and-machine-learning

Hashnode - python (python)

Feature engineering is a very important process in machine learning and building models. It involves using practical, statistical, and data science knowledge to select, transform or extract features or attributes from raw data. In building predictive...


9: Three ways to declare a variable in JavaScript.

https://thecodinggoat.hashnode.dev/three-ways-to-declare-a-variable-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a dynamically typed language which means it does not require you to specify a variable data type when declaring a variable. However they are three major ways a variable can be declared in JavaScript. Using the 'var' keyword The var ke...


10 / 71

10: 10 Tips & Tricks that will make you a better ReactJS Dev

https://www.rahulbagal.software/10-tips-tricks-that-will-make-you-a-better-reactjs-dev

Hashnode - javascript (Javascript)

Are you eager to enhance your ReactJS skills and become a more proficient developer' Look no further! In this article, we'll uncover 10 essential tips and tricks that will elevate your ReactJS game. Whether you're a beginner or have some experience u...


11: How to make a Timer in Python

https://andrewdass.hashnode.dev/how-to-make-a-timer-in-python

Hashnode - python (python)

Overview This article will explain how to write a Python script to create a countdown timer by using the "datetime" module. An optional module that is also used in this script is "time" which creates a delay between executing consecutive commands. Ma...


12: JavaScript Tutorial

https://techdecode.dev/javascript-tutorial

Hashnode - javascript (Javascript)

1. Basic JavaScript Introduction TopicExplanation 1. What is JavaScript'JavaScript is a high-level, interpreted programming language primarily used for web development. It allows you to add interactivity, manipulate HTML and CSS, and control t...


13: Unlocking Advanced JavaScript: Exploring Functions, Scope, and Closures on Day 2

https://aparna666.hashnode.dev/unlocking-advanced-javascript-exploring-functions-scope-and-closures-on-day-2

Hashnode - javascript (Javascript)

Hello fellows! Welcome to Day 2 of our "15 Days of JavaScript Mastery" series. In my last article, I talked about the basics like variables, data types, operators, and control structures and also gave some cool real-life examples that you can craft i...


14: Typescript: Basic CRUD Services using mongoDB

https://programmingmindset.com/typescript-basic-crud-services-using-mongodb

Hashnode - javascript (Javascript)

The major functionality of microservice involves interaction with the database, to save, fetch or manipulate the data. For basic setup steps- visit https://hashnode.com/post/cll3nf1gq000209mm2dv37o7e Once you are done with the basic setup of microser...


15: Troubleshooting "include errors detected" in VS Code

https://stackabuse.com/troubleshooting-include-errors-detected-in-vs-code/

Stack Abuse (Javascript)

Introduction When working with Visual Studio Code (VS Code), you might occasionally encounter an error message that reads #include errors detected. Please update your includePath. This error typically happens when the C/C++ extension in VS Code can't locate the header files included in your source code. This Byte will


16: Creating a Scalable Flask App with HarperDB and Deploying on Google Cloud: A Step-by-Step Guide

https://gursimar.hashnode.dev/creating-a-scalable-flask-app-with-harperdb-and-deploying-on-google-cloud-a-step-by-step-guide

Hashnode - javascript (Javascript)

Introduction In today's digital landscape, building scalable web applications is crucial for businesses and developers. Flask, a popular Python web framework, offers a lightweight and flexible solution for creating web applications. When combined wit...


17: A Beginner's Guide to Predictive Analytics and Machine Learning

https://acharoiro.hashnode.dev/a-beginners-guide-to-predictive-analytics-and-machine-learning

Hashnode - python (python)

Introduction Predictive analytics and machine learning play a pivotal role in extracting insights and making informed decisions from complex datasets. In this article, we'll take you on a journey through the fundamental concepts of predictive analyti...


18: ExpandableListView under 2 mins using jetpack compose

https://bawender.hashnode.dev/expandablelistview-under-2-mins-using-jetpack-compose

Hashnode - Kotlin (Mobiles)

Recently while working on a requirement I stumbled upon a task that needed the ExpandableListView functionality from the old XML days. This is when I realized that there isn't really a composable in the Jetpack compose library that provides this solu...


19: Beginner's Guide to Python API Frameworks: Flask, FastAPI, and Django Demystified

https://timocodes.hashnode.dev/beginners-guide-to-python-api-frameworks-flask-fastapi-and-django-demystified

Hashnode - python (python)

Create Your First API with Python: Flask, FastAPI, and Django Explained Introduction Welcome to the thrilling and dynamic realm of APIs! In this comprehensive, beginner-friendly guide, we will embark on a journey to discover how to construct a fundam...


20 / 71

20: DAY 22 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-22-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to remove duplicates from a given list: l=[2,3,4,5,6,4,2] print(list(set(l))) Output : [2, 3, 4, 5, 6] The code provided will remove duplicate elements from the list l and print the result. The set() function is used to creat...


21: Enhance User Experience with CSS Accordion FAQs

https://achaltechnologies.hashnode.dev/enhance-user-experience-with-css-accordion-faqs

Hashnode - javascript (Javascript)

Enhance User Experience with CSS Accordion FAQs In the world of web design, user experience is paramount. One of the ways to provide a seamless and engaging experience to your website visitors is by incorporating interactive and user-friendly element...


22: '''' JavaScript Basics: Variable and Scope Explained

https://thejrpranav09.hashnode.dev/javascript-basics-variable-and-scope-explained

Hashnode - javascript (Javascript)

Hey, there '' Web developers welcome to the first blog of the JavaScript series we are going to start from basics and go all the way to the top of the JavaScript mountain '. So, let's start ' ''''' What is a programming language' '' A program...


23: Node.js : A Beginner's Guide to Asynchronous Working and the Event Loop

https://fyzanshaik.hashnode.dev/nodejs-a-beginners-guide-to-asynchronous-working-and-the-event-loop

Hashnode - javascript (Javascript)

Node.js is a fascinating realm of possibilities that beckons both beginner developers and seasoned coders. In this blog post, we embark on an enlightening journey to uncover the inner workings of Node.js. We'll unravel its mysteries, explore how it o...


24: JavaScript Closures

https://piyushb9.hashnode.dev/javascript-closures

Hashnode - javascript (Javascript)

Let us study the closures in JavaScript in some detail and solve some problems which will hopefully clear your understanding of closures and their usage. What is closure' In JavaScript, a closure is a function that has access to the variables in its ...


25: Debouncing in JavaScript

https://indracit.hashnode.dev/debouncing-in-javascript

Hashnode - javascript (Javascript)

Sure! Debouncing is a technique in JavaScript used to control the frequency of a function's execution. It is commonly used in scenarios where a function is called multiple times in a short period, such as when handling user inputs like scroll events,...


26: Different types of native errors in JavaScript

https://akhtarvahid.hashnode.dev/different-types-of-native-errors-in-javascript

Hashnode - javascript (Javascript)

In every programming language, errors occur. We will focus on the types of errors that we may encounter during the development of something in Javascript. 1. Syntax error SyntaxError - This is done when you use an already pre-defined syntax in the wr...


27: Asynchronous Operation using Callback & Promises

https://tenacious.hashnode.dev/asynchronous-operation-using-callback-promises

Hashnode - javascript (Javascript)

Asynchronous operations provide a solution, allowing programs to execute tasks without blocking the main thread. This article delves into two widely used approaches for handling asynchronous operations: callbacks and promises. We explore how these te...


28: Why React renders'

https://sakshichaudhary.hashnode.dev/why-react-renders

Hashnode - javascript (Javascript)

We know that whenever there is a state change in React, it will result in a re-render. Recently, I came across a beautiful way to describe React in terms of the function of the state, which can be written as v=f(s), this means the view will only chan...


29: Polyfills for map, filter and reduce | JavaScript Interview

https://suveshmoza.hashnode.dev/polyfills-for-map-filter-and-reduce-javascript-interview

Hashnode - javascript (Javascript)

If you are preparing for JavaScript Interview, Frontend Interview or Backend Interview where most of the stuff is done using JavaScript, then there is a high possibility that you will be asked to implement your version(called Polyfill) of an inbuilt ...


30 / 71

30: Installing NuGet Packages in Visual Studio Code

https://stackabuse.com/installing-nuget-packages-in-visual-studio-code/

Stack Abuse (Javascript)

Introduction In this Byte we'll show you how to install NuGet packages in Visual Studio Code. NuGet is a popular .NET package manager, and in this article, we'll explore different methods of installing NuGet packages directly within VS Code. Installing NuGet Package with Package Manager GUI VS Code supports a


31: ' Day 16 of 100DaysOfCode: Resuming the Coding Odyssey After a College Quest ''

https://tejaswasnik.hashnode.dev/day-16-of-100daysofcode-resuming-the-coding-odyssey-after-a-college-quest

Hashnode - javascript (Javascript)

Greetings, fellow coders! A College Journey:The past 2-3 weeks have been a whirlwind of college hunting, attending counselling sessions, researching different options, and visiting campuses. The quest for the perfect college has been both exciting an...


32: Embracing the Magic of Dart: A Warm Welcome to Flutter's Loyal Companion '

https://raman04.hashnode.dev/embracing-the-magic-of-dart-a-warm-welcome-to-flutters-loyal-companion

Hashnode - Flutter (Flutter)

Greetings, fellow Flutter aficionados! ' Today, we're embarking on an exhilarating journey ' an initiation into the enchanting world of Dart, the beloved programming language that fuels the heart of Flutter development. If you're anything like me, t...


33: Gaining a Profound Understanding of Node.js: Foundational Concepts

https://crescent.hashnode.dev/gaining-a-profound-understanding-of-nodejs-foundational-concepts

Hashnode - javascript (Javascript)

Node.js has revolutionized server-side JavaScript development, offering a dynamic environment that empowers scalable and efficient applications. However, true mastery of Node.js involves delving into its underlying concepts, illuminating the architec...


34: Using Proto Datastore in Jetpack compose with Hilt

https://sagar0-0.hashnode.dev/using-proto-datastore-in-jetpack-compose-with-hilt

Hashnode - Kotlin (Mobiles)

What is Proto Datastore: One of the downsides of SharedPreferences and Preferences DataStore is that there is no way to define a schema or to ensure that keys are accessed with the correct type. Proto DataStore addresses this problem by using Protoco...


35: How to code a roulette payout simulation using Python

https://kaykay7.hashnode.dev/how-to-code-a-roulette-payout-simulation-using-python

Hashnode - python (python)

Introduction A roulette payout simulation is a computer-generated or mathematical model that simulates the outcomes of roulette bets over a large number of spins. This article is a tutorial on how to code a program that displays the following bets th...


36: Understanding Linear Regression: A Beginner-Friendly Guide

https://datafreek.hashnode.dev/understanding-linear-regression-a-beginner-friendly-guide

Hashnode - python (python)

Introduction: Linear regression is a fundamental concept in the field of machine learning and statistics. It's a versatile technique that helps us understand relationships between variables and make predictions based on those relationships. In this a...


37: Mastering Modern JavaScript: ES6 and Beyond

https://farhaanmalik.hashnode.dev/mastering-modern-javascript-es6-and-beyond

Hashnode - javascript (Javascript)

JavaScript, the dynamic and versatile programming language that powers the web, has evolved significantly over the years. With the introduction of ECMAScript 6 (ES6) and subsequent versions, modern JavaScript offers a wealth of powerful features and ...


38: How to build a snake game using JavaScript' | Techletter 41

https://prajwalhaniya.hashnode.dev/how-to-build-a-snake-game-using-javascript

Hashnode - javascript (Javascript)

Building a snake game is definitely not an easy thing. If you build it, will definitely understand a lot of JavaScript concepts. So, in this tech letter, I try to explain how you can build a simple snake game using javascript. Overview Before moving ...


39: Adding Comments in JSON: Best Practices and Techniques

https://sundaram-sharma.hashnode.dev/adding-comments-in-json-best-practices-and-techniques

Hashnode - javascript (Javascript)

JSON (JavaScript Object Notation) is a widely used data interchange format due to its simplicity and compatibility with various programming languages. One common challenge developers face is the absence of native support for comments within JSON. Whi...


40 / 71

40: Proxies and traps in Javascript: What & Why

https://devshekhawat.com/proxies-and-traps-in-javascript-what-why

Hashnode - javascript (Javascript)

In Javascript, everything is an Object. And, these objects have some fundamental operations like getting and setting a value. const student = { rollNo: 123, firstName: 'Dev', lastName: 'Shekhawat', marks: '68', maximumMarks: '100'...


41: Demystifying JavaScript's Single-Threaded Nature: Exploring setTimeout and Escaping Callback Hell

https://debasmitbiswal.hashnode.dev/demystifying-javascripts-single-threaded-nature-exploring-settimeout-and-escaping-callback-hell

Hashnode - javascript (Javascript)

Introduction: JavaScript, a versatile and widely-used programming language, is often praised for its asynchronous and non-blocking behaviour. One of its key characteristics is its single-threaded execution model, which means that it processes one tas...


42: Adding life to Android components: Adding Lifecycle events to components

https://bawender.hashnode.dev/adding-life-to-android-components-adding-lifecycle-events-to-components

Hashnode - Kotlin (Mobiles)

The main guideline for any Android application following the MVVM architecture pattern is separation of concerns. This means the Activity is to be used solely for UI-related tasks and all other business logic needs to be implemented in the ViewModel ...


43: Generic recyclerview for all occasions

https://bawender.hashnode.dev/generic-recyclerview-for-all-occasions

Hashnode - Kotlin (Mobiles)

RecyclerView with all its glory and advancements through which we can make complex lists is still too bloated and lengthy to write as a developer. I mean to say that writing an adapter class, then a viewholder class then defining the logic for click ...


44: Notorious phishing platform shut down, arrests in international police operation

http://www.crime-research.org/articles/4121/

CCRC - Articles (Criminalité)

SINGAPORE ''“ A notorious â''phishing-as-a-serviceâ'' (PaaS) platform known as â''16shop' has been shut down in a global investigation...


45: Flutter day32

https://shreshtxa.hashnode.dev/flutter-day32

Hashnode - Flutter (Flutter)

Getting back to my udemy flutter course.... So basically I am working on weather app, first thing which I did was to get the current location, For this I used geolocator package. import 'package:geolocator/geolocator.dart'; // the below function is...


46: Hoisting in JavaScript

https://njukicodes.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

Hoist means to lift, or raise something up Hoisting refers to variable and function declaration being raised to the top of the execution context. Before we begin it is important to understand the following terms: Scope Scope defines where variables...


47: Cet énorme monstre à 20 bras vient d'être découvert dans l'Antarctique

https://www.lebigdata.fr/monstre-20-bras-antarctique

Le Big Data (dataviz)

Près de l’Antarctique, des chercheurs à bord d’un navire de recherche ont trouvé une nouvelle espèce à 20 bras. L’Antarctique, … Cet article Cet énorme monstre à 20 bras vient d’être découvert dans l’Antarctique a été publié sur LEBIGDATA.FR.


48: Elle utilise ChatGPT et gagne 700 $ par mois avec cette technique toute bête

https://www.lebigdata.fr/chatgpt-gagner-700-dollars

Le Big Data (dataviz)

ChatGPT permet de gagner de l'argent. L'incroyable histoire de cette Américaine qui a profité de 700 dollars mensuels supplémentaires le … Cet article Elle utilise ChatGPT et gagne 700 $ par mois avec cette technique toute bête a été publié sur LEBIGDATA.FR.


49: Microsoft veut photographier tous les sites que vous visitez : comment l'empêcher '

https://www.lebigdata.fr/microsoft-photographier-sites

Le Big Data (dataviz)

 Microsoft Edge se réinvente, frôlant la polémique. Pour faciliter votre navigation, il capture des écrans pour un retour rapide aux … Cet article Microsoft veut photographier tous les sites que vous visitez : comment l'empêcher ' a été publié sur LEBIGDATA.FR.


50 / 71

50: The Scope of Kotlin: How to use the Kotlin scope operators correctly

https://bawender.hashnode.dev/the-scope-of-kotlin-how-to-use-the-kotlin-scope-operators-correctly

Hashnode - Kotlin (Mobiles)

The Kotlin standard library comes with some of the inbuilt scope functions which can be used to execute a block of code within the context of a receiving object. But often times it's a little confusing to select a specific one since they all have a l...


51: Liens vagabonds : Grâce à l'IA, les escrocs se mettent à l'écriture

https://www.meta-media.fr/2023/08/12/liens-vagabonds-grace-a-lia-les-escrocs-se-mettent-a-lecriture.html

Meta Media (Internet)

Des livres contrefaits générés par l'IA pullulent sur Amazon et Goodreads, un site web de critiques de livres appartenant à Amazon. C'est l'auteure Jane Friedman, qui a récemment tiré la sonnette d'alarme, dans un article de blog devenu viral et intitulé sobrement : 'Je préférerais voir mes livres être piratés... The post Liens vagabonds : Grâce à l'IA, les escrocs se mettent à l'éc [...]


52: Building Your Own Google Docs: Crafting a Dynamic Flutter Clone!

https://hasnainm.hashnode.dev/building-your-own-google-docs-crafting-a-dynamic-flutter-clone

Hashnode - Flutter (Flutter)

Introduction Hey everyone, I am Hasnain Makada and I am currently working as an Elite Junior Flutter Dev. at Showwcase. I also have an Open source project for my open-source community named Open-Source-With-Hasnain where I provide beginner-level to i...


53: UseCase driven development in Android: A step towards CLEAN Code.

https://bawender.hashnode.dev/usecase-driven-development-in-android-a-step-towards-clean-code

Hashnode - Kotlin (Mobiles)

While there are many architectural patterns in the market (MVVM, MVP), the need for a better approach is always there based on the use case of the application. Use case classes, which we will be looking at in this article are probably the most recogn...


54: Case Study: Debouncing in Flipkart's Autosuggest Feature

https://mayurpatil77.hashnode.dev/case-study-debouncing-in-flipkarts-autosuggest-feature

Hashnode - javascript (Javascript)

Introduction: In the rapidly evolving landscape of e-commerce, user experience plays a pivotal role in determining the success of an online platform. Flipkart, one of India's leading e-commerce giants, consistently strives to enhance its user experie...


55: Unlocking Time: How Python Automation Can Free You from Mundane Tasks

https://kmpersonalblog.hashnode.dev/unlocking-time-how-python-automation-can-free-you-from-mundane-tasks

Hashnode - python (python)

Introduction In today's rapidly evolving world, where time holds a value even greater than money, allocating it to mundane and repetitive tasks can seem not only boring but also robs us of opportunities for growth and creativity. However, with the ad...


56: Db Helpers Using Mssql In Apps Running On Express.js Backend.

https://mophat.hashnode.dev/db-helpers-using-mssql-in-apps-running-on-expressjs-backend

Hashnode - javascript (Javascript)

DB helpers, short for Database helpers, are functions or modules in a software application that provide a simplified and organized way to interact with a database. The primary purpose of DB helpers is to encapsulate the complexity of database operati...


57: Mastery Unveiled: Insertion Sort Explained with Code Examples and a LeetCode Challenge

https://ayeshairshad.hashnode.dev/mastery-unveiled-insertion-sort-explained-with-code-examples-and-a-leetcode-challenge

Hashnode - python (python)

Sorting algorithms are the backbone of data organization, and Insertion Sort is a methodical and adaptable technique. Its simplicity and versatility make it a valuable tool in a programmer's arsenal. In this SEO blog, we'll unravel the intricacies of...


58: JavaScript: You may have been trying wrongly...

https://sleekcodes.hashnode.dev/javascript-you-may-have-been-trying-wrongly

Hashnode - javascript (Javascript)

Hi, I'm Austin. Welcome to my series on Javascript. This series will teach you JavaScript in simple and relatable ways. Many years ago, during my primary school days (in Delta State, Nigeria), I discovered that I wasn't as fast a learner as some of m...


59: Title: Mastering HTML Attribute Manipulation in JavaScript

https://syedabdul.hashnode.dev/title-mastering-html-attribute-manipulation-in-javascript

Hashnode - javascript (Javascript)

Introduction: As web developers, understanding how to manipulate HTML attributes using JavaScript is essential for creating dynamic and interactive web pages. This article will delve into the various methods available for working with attributes, inc...


60 / 71

60: ' Discovering the Wonders of Python

https://nirmalpycloudops.hashnode.dev/discovering-the-wonders-of-python

Hashnode - python (python)

'Introduction: Namaste, readers! In this exciting blog, we're diving into the world of programming with a focus on Python - a language that has taken the tech world by storm. Whether you're an aspiring DevOps engineer or just someone curious about p...


61: Unit Testing In Nodejs

https://lasabi-olalekan.hashnode.dev/unit-testing-in-nodejs

Hashnode - javascript (Javascript)

Nodejs is a famous JavaScript library based on Chrome's V8 JavaScript engine. It is used to create server-side components for web applications. What is Unit Testing' Unit Testing is a testing technique where individual units/modules of software are t...


62: Converting An Image File Into PDF Using Python

https://ethan91.hashnode.dev/converting-an-image-file-into-pdf-using-python

Hashnode - python (python)

Introduction Hello! ' In this tutorial I will show you how you can easily convert an image file into a PDF file easily using Python. I recently had to do this for work so I thought I'd make my own tool. ' Creating The Virtual Environment First we ...


63: Day 0 of 100DaysOfCode

https://monkwrites.hashnode.dev/day-0-of-100daysofcode

Hashnode - javascript (Javascript)

What is this challenge' #100DaysOfCode is a popular challenge in the programming community where developers have to commit at least one hour of their time per day to programming. The challenge is a great way to build a consistent programming habit. T...


64: Introduction to Python Programming - part 3

https://akinmanuel.hashnode.dev/introduction-to-python-programming-part-3

Hashnode - python (python)

Hello, and welcome to Part 3 of the series 'Introduction to Python Programming.' If you have not gone through the previous episode, kindly find the links below. introduction to Python programming - part one Introduction to Python programming - part t...


65: Microsoft Unveils New Default Office Theme

https://www.webdesignerdepot.com/2023/08/microsoft-unveils-new-default-office-theme/

Webdesigner depot (Design)

Microsoft is in the process of beta-testing a new default theme for Office. The tech giant intends to release the change to the public in September 2023.


66: iOS 17's New Call Screen Leaves the World Confused

https://www.webdesignerdepot.com/2023/08/ios-17s-new-call-screen-leaves-the-world-confused/

Webdesigner depot (Design)

Apple's iOS17 offers a host of exciting new features, but users can't get over the new look call screen. Are we just adverse to change, or do we have good reason to be horrified'


67: 12 Different Ways to Organize the Periodic Table of Elements

https://www.visualcapitalist.com/different-periodic-table-visualizations/

Visual Capitalist (dataviz)

The periodic table of elements is widely recognized, but there are hundreds of beautiful and different periodic table reinterpretations. The post 12 Different Ways to Organize the Periodic Table of Elements appeared first on Visual Capitalist.


68: Title: Essential DOM Search Methods in JavaScript for Web Developers

https://syedabdul.hashnode.dev/title-essential-dom-search-methods-in-javascript-for-web-developers

Hashnode - javascript (Javascript)

Introduction: As web developers, understanding how to interact with the Document Object Model (DOM) is crucial for creating dynamic and interactive web pages. The DOM represents the structure of an HTML document and allows us to manipulate its elemen...


69: Building a Node.js API for Code Compilation using tmp and child_process, with Containerization

https://manishmadan.hashnode.dev/building-a-nodejs-api-for-code-compilation-using-tmp-and-childprocess-with-containerization

Hashnode - javascript (Javascript)

Virtual Compilers implement Code Compilation APIs to Compile and Execute the submitted Program. In this project let's understand the process of building a Code Compilation API that compiles programs in C++, C, Java, C#, Javascript and Python. We will...




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