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

« Décembre 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 23 Décembre 2023 (73)

1: EditorExportPlugin in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplugin-in-godot-complete-guide-2/

Game dev academy (Jeux)

Embarking on a new development project is nothing short of an adventure, especially when the tools at our disposal empower us with the freedom to shape our digital worlds. As ... Read more


2: EditorExportPlatformWindows in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformwindows-in-godot-complete-guide-2/

Game dev academy (Jeux)

Embarking on the journey of game development can often feel like charting a course through a wondrous new galaxy. Every game you craft is a unique constellation, and tools like ... Read more


3: EditorExportPlatformWeb in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformweb-in-godot-complete-guide-2/

Game dev academy (Jeux)

Embarking on the journey of game development is an exciting quest filled with creativity, engineering, and endless possibility. Within this journey lies the power of tools like Godot Engine, a ... Read more


4: Arrays in Javascript: Its Methods and Properties in Depth

https://techthinkers.dev/arrays-in-javascript-its-methods-and-properties-in-depth

Hashnode - javascript (Javascript)

What is an array' Arrays in JavaScript are a fundamental data structure that allows you to store and manipulate collections of data. They are objects in JavaScript, and the elements in an array can be of any data type (numbers, strings, objects, or e...


5: EditorExportPlatformPC in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformpc-in-godot-complete-guide-2/

Game dev academy (Jeux)

Exporting games is a crucial step in the game development process. It’s the stage where your creativity and hard work materialize into a playable game that can reach the audience’s ... Read more


6: EditorExportPlatformMacOS in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformmacos-in-godot-complete-guide-2/

Game dev academy (Jeux)

Welcome to this comprehensive guide on using **EditorExportPlatformMacOS** in Godot 4. If you’re a Godot developer aiming to polish and share your game with Mac users, you’re in the right ... Read more


7: EditorExportPlatformLinuxBSD in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformlinuxbsd-in-godot-complete-guide-2/

Game dev academy (Jeux)

Welcome to a deep dive into the world of game exportation with Godot 4, focusing specifically on the EditorExportPlatformLinuxBSD class! Stepping into the world of game development offers an exhilarating ... Read more


8: EditorExportPlatformIOS in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformios-in-godot-complete-guide-2/

Game dev academy (Jeux)

Exporting your game to various platforms is a necessary step in the development process, enabling you to share your creations with the world. For iOS developers, mastering this process is ... Read more


9: EditorExportPlatformAndroid in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatformandroid-in-godot-complete-guide-2/

Game dev academy (Jeux)

When embarking on the journey of Android game development in the Godot engine, mastering the export process is a vital step. With the highly anticipated Godot 4, understanding the intricacies ... Read more


10 / 73

10: EditorExportPlatform in Godot ' Complete Guide

https://gamedevacademy.org/editorexportplatform-in-godot-complete-guide-2/

Game dev academy (Jeux)

Learning to export projects effectively is a cornerstone in the journey of any game developer. When working with Godot 4, understanding the EditorExportPlatform class is crucial for taking your games ... Read more


11: EditorDebuggerSession in Godot ' Complete Guide

https://gamedevacademy.org/editordebuggersession-in-godot-complete-guide-2/

Game dev academy (Jeux)

Learning to navigate and utilize the tools of any game development environment is absolutely essential for making the most out of the platform and efficiently debugging games. In the context ... Read more


12: View Your React app on your phone

https://ayoubblog.com/view-your-react-app-on-your-phone

Hashnode - javascript (Javascript)

Step1 You need to be connected to the same wifi that you laptop is connected to Step2 go to your vite.config.js add server:{ host:true, } import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ ex...


13: Building a Production-Ready Backend: Node.js, Express, and MongoDB Atlas Setup Guide (2023) - Part 1

https://anikettiwarime.hashnode.dev/building-a-production-ready-backend-nodejs-express-and-mongodb-atlas-setup-guide-2023-part-1

Hashnode - javascript (Javascript)

Initializing a Project with Folder Structure and .env Configuration Prerequisites Before proceeding with the backend setup, ensure that you have Node.js and npm installed on your machine. Step 1: Initialize the Project Start by creating a new directo...


14: Cubemap in Godot ' Complete Guide

https://gamedevacademy.org/cubemap-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to the intriguing world of Cubemap in Godot 4, an essential building block for those who are venturing into the realm of 3D game development. Cubemaps are powerful assets ... Read more


15: Avez-vous réellement besoin d'un VPN ou est-ce une arnaque '

https://www.lebigdata.fr/besoin-vpn

Le Big Data (dataviz)

Avec le développement du numérique, l’utilisation d’un VPN est devenue une question que beaucoup se posent. Certains y voient un … Cet article Avez-vous réellement besoin d’un VPN ou est-ce une arnaque ' a été publié sur LEBIGDATA.FR.


16: CSharpScript in Godot ' Complete Guide

https://gamedevacademy.org/csharpscript-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our comprehensive tutorial on the CSharpScript class in Godot 4! If you’re looking to elevate your game development skills with the powerful C# language in Godot, you’re in ... Read more


17: CryptoKey in Godot ' Complete Guide

https://gamedevacademy.org/cryptokey-in-godot-complete-guide/

Game dev academy (Jeux)

Are you ready to unlock the potential of cryptographic keys in your Godot 4 game development' If you’ve ever wondered about securing your game’s data or implementing authentication, you’re about ... Read more


18: ConvexPolygonShape3D in Godot ' Complete Guide

https://gamedevacademy.org/convexpolygonshape3d-in-godot-complete-guide/

Game dev academy (Jeux)

Navigating the exciting world of game development introduces us to a variety of tools and concepts that can bring our digital dreams to life. Among these is the ConvexPolygonShape3D class ... Read more


19: ConvexPolygonShape2D in Godot ' Complete Guide

https://gamedevacademy.org/convexpolygonshape2d-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to this in-depth exploration of the ConvexPolygonShape2D class in Godot 4. Whether you’re embarking on your first game development adventure or you’re a seasoned coder looking to expand your ... Read more


20 / 73

20: ConcavePolygonShape3D in Godot ' Complete Guide

https://gamedevacademy.org/concavepolygonshape3d-in-godot-complete-guide/

Game dev academy (Jeux)

Embarking on a journey to master game development is akin to stepping into a world of endless possibilities, where your imagination becomes the blueprint for captivating interactive experiences. With the ... Read more


21: Weekend Reading ' Trick AI bot into selling Tahoe for $1

https://labnotes.org/weekend-reading-trick-ai-bot-into-selling-tahoe-for-1/

Lab notes (Développement)

This week we discuss whether HTML is necessary, get a new calendaring app, cover some productivity hacks, balk at AI Gone Wrong, and advise you how to wrap your x-max presents.


22: ConcavePolygonShape2D in Godot ' Complete Guide

https://gamedevacademy.org/concavepolygonshape2d-in-godot-complete-guide/

Game dev academy (Jeux)

Diving into the world of game development can be as thrilling as it is challenging, particularly when tackling physics for game mechanics. A good grasp of collision shapes is essential ... Read more


23: CompressedTextureLayered in Godot ' Complete Guide

https://gamedevacademy.org/compressedtexturelayered-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our tutorial on the CompressedTextureLayered class in Godot 4! If you’re venturing into the world of game creation, or you’re an experienced developer looking to harness the latest ... Read more


24: CompressedTexture3D in Godot ' Complete Guide

https://gamedevacademy.org/compressedtexture3d-in-godot-complete-guide/

Game dev academy (Jeux)

CompressedTexture3D in Godot 4 is a fascinating subject that serves as a bridge connecting art with technology, particularly in the realm of 3D game development. With Godot 4 standing tall ... Read more


25: CompressedTexture2DArray in Godot ' Complete Guide

https://gamedevacademy.org/compressedtexture2darray-in-godot-complete-guide/

Game dev academy (Jeux)

Welcome to our comprehensive tutorial on the CompressedTexture2DArray class in the powerful game engine, Godot 4. Whether you’re a budding game developer or a seasoned programmer looking to expand your ... Read more


26: CompressedTexture2D in Godot ' Complete Guide

https://gamedevacademy.org/compressedtexture2d-in-godot-complete-guide/

Game dev academy (Jeux)

Textures play a vital role in bringing your game worlds to life, and understanding how they work can be the difference between a good game and a great one. With ... Read more


27: UI Interactions & Animations Roundup 39

https://tympanus.net/codrops/2023/12/23/ui-interactions-animations-roundup-39/

Codrops (Design / Internet)

Explore fresh UI animations and interactive designs in our latest roundup.


28: Building A Crousal Maker Tool with NextJS '

https://mdtaquiimam.hashnode.dev/building-a-crousal-maker-tool-with-nextjs

Hashnode - javascript (Javascript)

Hey Coder ' Welcome to my another blog post . On December 6 i was exploring and learning how to generate a beautiful html component into a PDF in react app, then i found that there is a libraries name jsPDF and html2canvas can convert and download i...


29: Votre VPN ralentit votre connexion internet : voici la solution !

https://www.lebigdata.fr/vpn-ralentit-internet

Le Big Data (dataviz)

En quelques années, les VPN sont devenus incontournables pour les internautes soucieux de leur vie privée en ligne. Qu’il s’agisse … Cet article Votre VPN ralentit votre connexion internet : voici la solution ! a été publié sur LEBIGDATA.FR.


30 / 73

30: 5 insights about threads

https://yuval.hashnode.dev/5-insights-about-threads-clqi9u5w3000408kzdakwd9hz

Hashnode - javascript (Javascript)

Using a secondary thread does not promise us "parallel processing" - this will still be decided by the OS's scheduler. Even the existence of several CPU cores will not guarantee it (although it might increase the chances for it) - chances are that th...


31: Simplify, Groupify, Conquer: The convenience of Object.GroupBy() in JavaScript

https://subaash.hashnode.dev/simplify-groupify-conquer-the-convenience-of-objectgroupby-in-javascript

Hashnode - javascript (Javascript)

It was a regular day of coding when I decided to revisit an old project of mine. As I scrolled through my code, I noticed a piece of code I had written during the earlier days of my JavaScript journey. The project was an Expense Tracker web applicati...


32: Mastering Control Structures in JavaScript: A Comprehensive Guide for Beginners

https://vibhavn.hashnode.dev/mastering-control-structures-in-javascript-a-comprehensive-guide-for-beginners

Hashnode - javascript (Javascript)

Welcome back to our JavaScript journey! In our last instalment, we explored the power of functions and how they enhance the modularity of our code. Today, we're diving into another crucial aspect of JavaScript programming ' Control structures. These ...


33: Expanding Card

https://richard-ohioze.hashnode.dev/expanding-card

Hashnode - javascript (Javascript)

This article will help us learn the functionality and code behind a mini project featuring expanding cards built with HTML, CSS, and JavaScript. We'll study the structure, event handling, and underlying mechanisms that make these cards click to revea...


34: Mastering Python Dictionaries: Unleashing the Power of Advanced Key-Value Magic

https://thealgorithmicjourney.com/mastering-python-dictionaries-unleashing-the-power-of-advanced-key-value-magic

Hashnode - python (python)

In our preceding blog post, we delved into the fundamental aspects of Python Dictionaries, examining their structure and basic functionalities, including operations such as value modification and the addition of new entries. The focus of this subsequ...


35: Understanding the Differences Between JavaScript and Node.js

https://pixprocoder.hashnode.dev/understanding-the-differences-between-javascript-and-nodejs

Hashnode - javascript (Javascript)

Introduction: JavaScript (JS) and Node.js are both crucial components in the world of web development, but they serve distinct purposes. While JavaScript is a versatile scripting language primarily known for enhancing interactivity on web pages, Node...


36: Mastering Python: A Comprehensive Guide to Unlocking the Power of Programming

https://neuailabs.com//mastering-python-a-comprehensive-guide-to-unlocking-the-power-of-programming

Hashnode - python (python)

Welcome to the realm of Python programming, where innovation meets versatility. Mastering Python fundamentals is not just a skill; it's a key that unlocks a world of possibilities in software development, data analysis, artificial intelligence, and m...


37: Frontend Rewind 2023 ' Day 23

https://tympanus.net/codrops/2023/12/23/frontend-rewind-2023-day-23/

Codrops (Design / Internet)

Day 23 in our special calendar brings more frontend highlights from 2023.


38: Easy Tab Activity Checker Using JavaScript

https://harshpathak.hashnode.dev/easy-tab-activity-checker-using-javascript

Hashnode - javascript (Javascript)

Today, I want to share a simple JavaScript script that you can use to check whether the current browser tab is active or not. Imagine having a website that does something special when the user is actively looking at it, and something different when t...


39: IA & Kubernetes : GPU H100 à la demande sur Azure AKS

https://enix.io/fr/blog/azure-kubernetes-gpu-h100/

Humancoders ()

Surmonter les défis de déploiement des GPUs H100 dans Azure Kubernetes Service Commentaires L'article IA & Kubernetes : GPU H100 à la demande sur Azure AKS a été posté dans la catégorie DevOps de Human Coders News


40 / 73

40: Bonne pratiques de sécurité côté front-end

https://griddynamics.medium.com/front-end-security-best-practices-8c47d23caf62

Humancoders ()

Un article sur les bonnes pratiques de sécurité côté front-end : les attaques les plus courantes, et comment s'en protéger : Content Security Policy, inline scripts, Pentest, etc. Commentaires L'article Bonne pratiques de sécurité côté front-end a été posté dans la catégorie Dev. Front de Human Coders News


41: J'aime le Ruby

https://eliseshaffer.com/2023/12/18/i-love-ruby

Humancoders ()

Un article très sympa d'un dev qui explique pourquoi il aime le langage Ruby : expressivité, prioriser le plaisir qu'on prend à écrire du code, la communauté. Commentaires L'article J'aime le Ruby a été posté dans la catégorie Ruby de Human Coders News


42: Prague : la tuerie de masse relance le débat sur les messageries cryptées

https://www.lebigdata.fr/prague-tuerie-masse-debat-messageries-cryptees

Le Big Data (dataviz)

Le 22 décembre 2023, Prague a été le théâtre d’une effroyable tuerie de masse. Ce drame a non seulement endeuillé … Cet article Prague : la tuerie de masse relance le débat sur les messageries cryptées a été publié sur LEBIGDATA.FR.


43: ChatGPT Experience with the Dracula Theme Extension ''''

https://devgauravjatt.hashnode.dev/chatgpt-experience-with-the-dracula-theme-extension

Hashnode - javascript (Javascript)

Introduction In the ever-evolving landscape of virtual interactions, ChatGPT stands as a powerful tool for natural language processing. But why settle for the default appearance when you can enrich your ChatGPT experience with the Dark and Mysterious...


44: Cette tech de stockage Microsoft va rendre les Ransomwares impossibles

https://www.lebigdata.fr/stockage-microsoft

Le Big Data (dataviz)

Depuis des années, Microsoft travaille sur une nouvelle technologie de stockage de données. Un prototype a déjà été présenté en … Cet article Cette tech de stockage Microsoft va rendre les Ransomwares impossibles a été publié sur LEBIGDATA.FR.


45: JavaScript ES6: 10 Essential ES6 Features Every Developer Should Know ''

https://devstark.hashnode.dev/javascript-es6-10-essential-es6-features-every-developer-should-know

Hashnode - javascript (Javascript)

' Hey there, fellow developer! Ready to elevate your coding game' ' Welcome to a coding journey where we unravel the magic of ES6 ' the powerhouse of modern JavaScript. '' Whether you're a seasoned developer or just diving into the coding journey,...


46: JavaScript's toFixed() Method: Making Numbers Neat and Tidy

https://xdcoder.hashnode.dev/javascripts-tofixed-method-making-numbers-neat-and-tidy

Hashnode - javascript (Javascript)

JavaScript is a versatile programming language that empowers developers to create dynamic and interactive web applications. Among its many features, the Number.toFixed() method stands out as a valuable tool for working with numerical data. In this ar...


47: Buvez les larmes de votre femme ! Voici pourquoi les scientifiques le conseillent

https://www.lebigdata.fr/buvez-larmes-femme-scientifiques-conseillent

Le Big Data (dataviz)

Les larmes des femmes renferment un secret surprenant qui pourrait transformer nos interactions sociales. Les larmes, un phénomène humain universel, … Cet article Buvez les larmes de votre femme ! Voici pourquoi les scientifiques le conseillent a été publié sur LEBIGDATA.FR.


48: Ce chatbot IA lui a vendu une Chevrolet pour 1 $ : Il partage son prompt

https://www.lebigdata.fr/chatbot-ia-chevrolet

Le Big Data (dataviz)

Il voulait acheter une nouvelle voiture, ce chatbot IA lui offre une Chevrolet à un dollar. Fier de son coup, … Cet article Ce chatbot IA lui a vendu une Chevrolet pour 1 $ : Il partage son prompt a été publié sur LEBIGDATA.FR.


49: Understanding Clustering Algorithm | Unsupervised Learning | Episode 12

https://neuralrealm.hashnode.dev/understanding-clustering-algorithm-unsupervised-learning-episode-12

Hashnode - python (python)

Introduction: Welcome to Episode 12 of our Unsupervised Learning series! We're thrilled to have you join us on this journey as we unravel the mysteries of clustering algorithms in the fascinating world of machine learning. Clustering is a fantastic t...


50 / 73

50: Liens vagabonds : Vers un journalisme plus communautaire en 2024 '

https://www.meta-media.fr/2023/12/23/liens-vagabonds-vers-un-journalisme-plus-communautaire-en-2024.html

Meta Media (Internet)

Tic-Tac ' Comme à chaque fin d'année, les médias s'improvisent diseuses de bonne aventure, et partagent des présages pour l'avenir du journalisme. Chaque organe de presse exprime son point de vue, que cela soit autour de l'intégration de l'intelligence artificielle au c'ur de la société, de l'engagement des journalistes, ou... The post Liens vagabonds : Vers un journalisme plus communautair [...]


51: React Interview Topics

https://farhanmasuk.hashnode.dev/react-interview-topics

Hashnode - javascript (Javascript)

React Hooks a)Use-State b)Use-Effect c)Use-Context d)Use-Reducer e)Use-Memo f)Use-Callback g)Use-Ref Higher Order Component a)What b)Why c)When d)How e)Machine Coding Round Life Cycle Methods of Components State Management a)State vs ...


52: My Journey as a Developer - DevRetro 2023

https://blog.aryann.tech/devretro-2023

Hashnode - python (python)

Hello World ' Hey folks, I've been putting off this article for what feels like an eternity'blame it on the whirlwind of University exams and then a generous sprinkle of holiday season lethargy. Another year of college is officially in the rearview ...


53: Mastering Java's Dynamic Landscape: Concepts of Java Static Class, Online Code Execution

https://careerusa.hashnode.dev/mastering-javas-dynamic-landscape-concepts-of-java-static-class-online-code-execution

Hashnode - javascript (Javascript)

Java, a versatile and powerful programming language, continues to be a cornerstone in the world of software development. Understanding its intricacies, including the concept of a static class, the ability to run Java code online, and enrolling in com...


54: Choosing Between On-Premise and Cloud Mobile Testing Environments

https://devblogs.dashwave.io/choosing-between-on-premise-and-cloud-mobile-testing-environments

Hashnode - Kotlin (Mobiles)

Mobile app development has witnessed a great evolution over the years. With the advent of diverse mobile devices, operating systems, and user expectations, the complexity of mobile app testing has escalated significantly. Testing environments ensure ...


55: JSON Web Token

https://rudraiitm.hashnode.dev/json-web-token

Hashnode - javascript (Javascript)

When we send first request to any web server it responds back with a JWT token. This token is used to send from client on each next request and server have the authority to verify the token. Eg - When we first login/signup to ChatGPT it send a toke...


56: A Comprehensive Guide to Understanding Object-Oriented Programming (OOP) in Python

https://alemsbaja.hashnode.dev/a-comprehensive-guide-to-understanding-object-oriented-programming-oop-in-python

Hashnode - python (python)

In this article we'll cover in-depth about Object Oriented Programming (OOP) in Python programming. OOP concepts are pretty same for most programming languages but their syntax and implementation approach varies. ' Already familiar with OOP in Pyth...


57: Python Conditionals with CS50

https://kalaung.org/python-conditionals-with-cs50

Hashnode - python (python)

Programmer ''''''''''''''' ''''''''' program '''''' ''''''''''''''''''''Conditionals' Yes! Python programmer ''''''''''' Python ''' conditionals '''''' '''''''''''' '''''''''''''''''''''''''' ''''''''''''''''' ''''''''''''''''''''''''' ''''''''''''''...


58: Python Loops with CS50

https://kalaung.org/python-loops-with-cs50

Hashnode - python (python)

''''''''''''' conditions ''''''''''''''''''''' '''''''' week 2 ''''''' ''''''''''''''''''''''''''''' Loop '''''''''''''' ''''''''''''''' ''''''' list, dictionary '''''''''''''''''' '''''''''''''''''''''' Loop ''''' ''''''''''''''' ''''''''''' code bl...


59: 1 DBMS "What is & How to use CREATE , DELETE , INSERT , ALTER commands in SQL ".

https://sahityagupta25.hashnode.dev/1-dbms-what-is-how-to-use-create-delete-insert-alter-commands-in-sql

Hashnode - python (python)

Creating first table ' Here I am created a table name as "customer" which contains column like "cust_id" , "age" , "location" , "gender" and what I going to do that I created "cust_id" as a Primary Key. Primary Key The key which is unique . Let me el...


60 / 73

60: 5 Concepts every JavaScript Developer must know

https://melbin.hashnode.dev/5-concepts-every-javascript-developer-must-know

Hashnode - javascript (Javascript)

1. Strict Mode Strict mode, first introduced with ECMAScript5(ES5), allows developers to opt-in to a restricted variant of JavaScript. When enabled, the JavaScript runtime imposes a set of constraints and behaviors that help catch common coding mista...


61: Python Classes: A Comprehensive Guide for Beginners

https://checkmeout.hashnode.dev/python-classes-a-comprehensive-guide-for-beginners

Hashnode - python (python)

Are you new to Python programming and looking to understand the concept of classes' Look no further! This comprehensive guide will take you through everything you need to know about Python classes. Classes are the building blocks of object-oriented p...


62: The Difference Between a Framework and a Library in JavaScript

https://devgauravjatt.hashnode.dev/the-difference-between-a-framework-and-a-library-in-javascript

Hashnode - javascript (Javascript)

Developers often use the terms 'library' and 'framework' interchangeably. But there is a difference. Both frameworks and libraries are code written by someone else that is used to help solve common problems. For example, let's say you have a program ...


63: Getting Started with Custom React Hooks - A Beginner's Guide '

https://devgauravjatt.hashnode.dev/getting-started-with-custom-react-hooks-a-beginners-guide

Hashnode - javascript (Javascript)

Are you a React beginner looking to enhance your app development skills' Custom React hooks are a powerful tool that can help you simplify your code, improve its organization, and streamline the fetching of data from APIs. In this guide, we'll take y...


64: Day 4: Navigating EC2 Pricing Models '

https://blog.prasadsuman.me/day-4-navigating-ec2-pricing-models

Hashnode - python (python)

Welcome to Day 4 of our AWS Solutions Architect journey! Today, we're delving into the pricing models of Amazon EC2 instances. Understanding EC2 pricing is crucial for optimizing costs and designing cost-effective architectures on the AWS Cloud. Let'...


65: 10 Must-Have Ecommerce Flutter App templates to Elevate Your App Development

https://codemarket.hashnode.dev/10-must-have-ecommerce-flutter-app-templates-to-elevate-your-app-development

Hashnode - Flutter (Flutter)

In the fast-paced world of mobile development, Flutter has emerged as a popular framework for building beautiful and natively compiled applications for mobile, web, and desktop from a single codebase. This article will explore a selection of Flutter-...


66: var, let, const -to declare a variable in js.

https://bipin-blog.com/var-let-const-to-declare-a-variable-in-js

Hashnode - javascript (Javascript)

Var: Var defines function scope variables. In a function, we can declare in any block and access form any another block. function variable() { var x = 10; if (x == 10) { var y = 20; } console.log(`x = ${x} and y = ${y}`); }...


67: JavaScript Logical Operators: Essential Guide for Efficient Coding

https://veekeme.hashnode.dev/javascript-logical-operators-essential-guide-for-efficient-coding

Hashnode - javascript (Javascript)

JavaScript is one of the most popular programming languages in the world and is essential for creating web applications. And just like every programming language, it has many parts working together to make it useful to developers. In this article, we...


68: How to Code Games in Unity ' Best Learning Tutorials

https://gamedevacademy.org/how-to-code-games-in-unity/

Game dev academy (Jeux)

If you’re dreaming of creating your own games and stepping into the exciting world of game development, learning how to code games in Unity is a great place to start! ... Read more


69: What is Game Development ' Complete Guide

https://gamedevacademy.org/what-is-game-development/

Game dev academy (Jeux)

Are you an aspiring game developer looking for a comprehensive guide to start your journey' Or perhaps a seasoned veteran trying to navigate the latest trends and game development platforms' ... Read more


70 / 73

70: What is Procedural Generation ' Complete Guide

https://gamedevacademy.org/what-is-procedural-generation/

Game dev academy (Jeux)

Sure, here is the beginning of the article, covering the introduction and the first two sections. If you’ve ever explored the vast, ever-changing landscapes of games like Minecraft, No Man’s ... Read more


71: How to Code Games in C ' Best Learning Tutorials

https://gamedevacademy.org/how-to-code-games-in-csharp/

Game dev academy (Jeux)

Are you looking to delve into the exciting world of game development with the power and versatility of C#' Then, you’re in the right place! This piece aims to provide ... Read more


72: News Sentiment Analysis with ETL Pipeline using Kafka, Hadoop and Spark

https://vgirish.com//news-sentiment-analysis-with-etl-pipeline-using-kafka-hadoop-and-spark

Hashnode - python (python)

Introduction In today's fast-paced world, keeping track of news sentiments is crucial for various applications, ranging from financial market predictions to understanding public opinion. In this blog post, we will explore a comprehensive project that...


73: Local link targets must be focusable to prevent accessibility issues (tilPost)

https://www.stefanjudis.com/today-i-learned/relative-html-links-focus-issues/

Stefan Judis (Développement)

You might think that when you bet on the web platform and rely on native HTML features, your website will be completely accessible. Unfortunately, this assumption is wrong in many cases. If you want to learn about more inaccessible HTML features, a recent HTMHell article covered many of them. It's a great [...]




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