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 2 Décembre 2023 (56)

1: Why Django is probably the best web framework

https://kevincoder.co.za/why-django-is-probably-the-best-web-framework

Hashnode - python (python)

Most modern stacks are just fine for most projects, however, I have a special bias toward Django. It's stood the test of time and is rock solid with a ton of features baked in. Ironically I do not use Django often but do have a lot of experience in i...


2: 10 Cool CodePen Demos (November 2023)

https://alvaromontoro.hashnode.dev/10-cool-codepen-demos-november-2023

Hashnode - javascript (Javascript)

Pure CSS gravity button Ana Tudor applies an amazing CSS animation to a button (although it would work with other elements, too). Turn the slow-motion checkbox to view the details in the particles as they approach the button. This demo doesn't work o...


3: Bending Spoons Lays Off Entire Filmic Staff

https://www.webpronews.com/bending-spoons-lays-off-entire-filmic-staff/

WebProNews SEO (Développement)

WebProNews Bending Spoons Lays Off Entire Filmic Staff Bending Spoons, the new owner of popular mobile video app Filmic, has laid off the entire staff behind the app. Bending Spoons Lays Off Entire Filmic Staff Matt Milano


4: Every Loop In Javascript Explained

https://techdave.hashnode.dev/every-loop-in-javascript-explained

Hashnode - javascript (Javascript)

Loops are one of the most important control structures in programming, they help us perform repetitive tasks which would be boring and time consuming to do manually in a quick and interesting way. It also helps us handle situations where we want some...


5: Integration of Razorpay in Flutter

https://develop-with-aditi.hashnode.dev/integration-of-razorpay-in-flutter

Hashnode - Flutter (Flutter)

In the dynamic world of mobile app development, providing a seamless and secure payment experience is crucial. Flutter, known for its cross-platform capabilities, has found a formidable ally in Razorpay ' a leading fintech solution. The integration o...


6: GitHub-Jira Integration Automation with Python Flask

https://nahid0002.hashnode.dev/github-jira-integration-automation-with-python-flask

Hashnode - python (python)

This project aims to automate GitHub-Jira integration using Python Flask, enabling seamless communication between GitHub repositories and Jira issue tracking system. The automation involves creating Jira issues based on GitHub repository events throu...


7: Why Binary Search is better than Linear Search'

https://soamtripathy.hashnode.dev/why-binary-search-is-better-than-linear-search

Hashnode - python (python)

Welcome to my new blog, we discuss how Binary search is more efficient and speedy than Linear Search. Linear Search in an array or a list goes through each item to find the target item. For example, let [1, 2, 3, 4, 5, 6] be an array and its length i...


8: Advanced Styling with Prismane

https://prismaneui.hashnode.dev/advanced-styling-with-prismane

Hashnode - javascript (Javascript)

Introduction Hello, everyone! Welcome to this advanced tutorial on Styling with Prismane. In this tutorial, you will understand how powerful and versatile Prismane's styling system really is. Empower your React development with Prismane's comprehensi...


9: Le Tesla Cybertruck est enfin prêt ! Voici son prix et sa date de sortie

https://www.lebigdata.fr/tesla-cybertruck

Le Big Data (dataviz)

Le Tesla Cybertruck est finalement là, même si c'est à un prix inattendu. En revanche, pour ce qui de sa … Cet article Le Tesla Cybertruck est enfin prêt ! Voici son prix et sa date de sortie a été publié sur LEBIGDATA.FR.


10 / 56

10: Memory Allocation in Javascript.

https://vickyjay.hashnode.dev/memory-allocation-in-javascript

Hashnode - javascript (Javascript)

Hello there, my grinding developers over the web! Today, we're going to look at how primitive and reference type data is stored in memory in Javascript as a programming language. One thing I really want to mention is that if you're a beginner or even...


11: Union Types - Advent of TypeScript

https://deadcode.hashnode.dev/union-types-advent-of-typescript

Hashnode - javascript (Javascript)

The Christmas ' season is now here and Santa ' is bringing many different seasonal learning opportunities for developers. Egghead did a great job on 2021 with their Holiday Course Extravaganza and now I'm enjoying doing type hero's new Advent of Ty...


12: What is useEffect in ReactJs with Example'

https://lingarajtechhub.com/what-is-useeffect-in-reactjs-with-example

Hashnode - javascript (Javascript)

In React.js, theuseEffect hook is used to perform side effects in function components. Side effects can include data fetching, subscriptions, manual DOM manipulations, and more. It is a replacement for lifecycle methods like componentDidMount, compon...


13: Privacy Policy

https://www.thestarterkit.info/privacy-policy/

The Starter Kit ()

Updated at 2023-12-02 The Starter Kit ('we,' 'our,' or 'us') is committed to protecting your privacy. This Privacy Policy explains how your personal information is collected, used, and disclosed by The Starter Kit. This Privacy Policy applies to our website, and its associated subdomains (collectively, our 'Service') alongside our application, The Starter Kit. By accessing or using our Service, yo [...]


14: Advent of Code 2023: Day 1

https://liamgower.dev/advent-of-code-2023-day-1

Hashnode - python (python)

Advent of Code is a free, annual coding event where each day in December there are a series of coding and problem solving challenges to solve. This year I've decided to blog my experience and the key learnings. I am coding it all in Python but many o...


15: Ils ont découvert comment prédire les séismes : la fin des catastrophes '

https://www.lebigdata.fr/predire-les-seismes-fin-catastrophes

Le Big Data (dataviz)

Les séismes, imprévisibles et dévastateurs, ont longtemps semé la terreur parmi les populations. Cependant, aujourd’hui, une lueur d’espoir se profile … Cet article Ils ont découvert comment prédire les séismes : la fin des catastrophes ' a été publié sur LEBIGDATA.FR.


16: What is strict mode in javascript'

https://backendenthusiast.hashnode.dev/what-is-strict-mode-in-javascript

Hashnode - javascript (Javascript)

So strict mode in javascript is basically used in javascript file to avoid certain mistakes while writing code, we can use strict mode directly on js file and on inside the functions too but we cant use on predefined functions for example if we use...


17: how to avoid not module found error in AWS ec2 when hosting an application

https://backendenthusiast.hashnode.dev/how-to-avoid-not-module-found-error-in-aws-ec2-when-hosting-an-application

Hashnode - javascript (Javascript)

Hello everyone! ' Ever been stuck solving a problem for hours' Let me share my story: Decided to host my application on Amazon EC2, installed all the necessary packages, and cloned my project from Git. Upon hitting 'npm start,' I encountered a...


18: EditorExportPlatformWindows in Godot ' Complete Guide

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

Game dev academy (Jeux)

When it comes to game development, the final step in sharing your creation with the world is mastering the art of exporting your game. One of the many strengths of ... Read more


19: JavaScript Coercion : Beyond Basics

https://thefaisal.dev/javascript-coercion-beyond-basics

Hashnode - javascript (Javascript)

In JavaScript, we often see implicit type conversion in our code which occurs due to abstract operation. In JS, we use the term coercion for what's commonly known as type conversion. When we consider conversion and coercion, it's best to see them as ...


20 / 56

20: EditorExportPlatformWeb in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to the comprehensive world of game development using Godot 4! In today’s tutorial, we’re going to dive into the capabilities of the EditorExportPlatformWeb class, a crucial tool for bringing ... Read more


21: EditorExportPlatformPC in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to a journey through the intricacies of the EditorExportPlatformPC class in Godot 4, a key component in bringing your game creations from the development environment to players’ desktops across ... Read more


22: EditorExportPlatformMacOS in Godot ' Complete Guide

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

Game dev academy (Jeux)

Are you looking to distribute your Godot-created games to the macOS platform' Understanding the process of exporting can seem daunting, but with the right tools and knowledge, it becomes approachable ... Read more


23: EditorExportPlatformLinuxBSD in Godot ' Complete Guide

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

Game dev academy (Jeux)

At the heart of every successful game development project is the capability to publish your creation to multiple platforms efficiently. One of the magic ingredients in this multipurpose witchcraft is ... Read more


24: Mastering JavaScript Screen Capture: Essential Tips for Taking Screenshots | JavaScript Projects

https://codingcss.hashnode.dev/mastering-javascript-screen-capture-essential-tips-for-taking-screenshots-javascript-projects

Hashnode - javascript (Javascript)

https://youtu.be/W2inn5RBTx0 The provided text introduces a project or tutorial focused on mastering JavaScript screen capture, specifically providing essential tips for effectively taking screenshots. Let's break down the key points: Objective: ...


25: EditorExportPlatformIOS in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to this comprehensive tutorial on utilizing the `EditorExportPlatformIOS` class in Godot 4. As you embark on the journey of game development, understanding the nuances of exporting your creations to ... Read more


26: EditorExportPlatformAndroid in Godot ' Complete Guide

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

Game dev academy (Jeux)

Are you a developer delving into the world of Android game development with Godot 4' Or perhaps you’re exploring the infinite possibilities of exporting your Godot projects to Android. Either ... Read more


27: EditorExportPlatform in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to the first steps into the world of Godot 4, an open-source game development platform loved by indie developers and enthusiasts alike. With its powerful scripting and scene management ... Read more


28: EditorDebuggerSession in Godot ' Complete Guide

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

Game dev academy (Jeux)

Are you ready to take your Godot game development skills to the next level' Understanding and utilizing the Godot Editor is crucial, and today we’re diving into a specialized aspect ... Read more


29: Advent Calendar 2 - Semantic Versioning explained

https://royalzsoftware.de/advent-calendar-2-semantic-versioning-explained

Hashnode - javascript (Javascript)

Since the beginning of software development, versioning has been a serious issue. With semantic versioning, a standard arose. In this post, I will teach you how it works and why it's great. It works like this: You have a version number, that consists...


30 / 56

30: EditorDebuggerPlugin in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to the world of game development and specifically, the realm of Godot Engine! As developers, we’re always on the lookout for ways to enhance our workflows and make debugging ... Read more


31: Compare Forex Rates using Python

https://code.manas.me/compare-forex-rates-using-python

Hashnode - python (python)

Currency Exchange Rates When we transfer foreign currency, we look for the best exchange rates. Now, this rate changes daily and varies across banks. It is hard to predict the currency exchange rate but you can select the bank based on that day's rat...


32: Customizing a Video Playback seek bar: Inserting timestamp segments.

https://dhiran.hashnode.dev/customizing-a-video-playback-seek-bar-inserting-timestamp-segments

Hashnode - javascript (Javascript)

Introduction : The goal is to explain how to customize the video player's playback seek bar to insert timestamp segments. This exercise is part of Harikirat Singh's 100xDev Cohort's Bounty. Cohort Link: https://app.100xdevs.com/ Original Codepen: h...


33: Frontend Rewind 2023 ' Day 02

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

Codrops (Design / Internet)

Today, we're diving into Day 2 of "Frontend Rewind 2023"! Join us as we continue to rewind the clock on the most notable highlights of 2023.


34: Contrôler vos rêves ' Ça sera bientôt possible grâce à ce casque !

https://www.lebigdata.fr/casque-controler-vos-reves

Le Big Data (dataviz)

Avez-vous déjà rêvé de contrôler vos rêves ' Cette idée fascinante est sur le point de devenir réalité. Un casque … Cet article Contrôler vos rêves ' Ça sera bientôt possible grâce à ce casque ! a été publié sur LEBIGDATA.FR.


35: Why Material-Ui Reigns Supreme Over BootStrap in my React Adventures'

https://vchaitanyadev.hashnode.dev/why-material-ui-reigns-supreme-over-bootstrap-in-my-react-adventures

Hashnode - javascript (Javascript)

Introduction: Bootstrap and Material UI are two great CSS frameworks for developing websites to be more visually appealing. Both the CSS frameworks have a large community to improve continuously evolving the needs of web developers worldwide. They ta...


36: Python in the Cloud: Exploring the World of Cloud Computing

https://perfectelearning.hashnode.dev/python-in-the-cloud-exploring-the-world-of-cloud-computing

Hashnode - python (python)

Unleash the power of Python in the cloud and revolutionize your computing experience. Dive into the world of cloud computing today! **Introduction **Cloud computing refers to the delivery of computing services, such as storage, databases, networking,...


37: Google Maps : comment faire une recherche par latitude et longitude

https://www.blogdumoderateur.com/google-maps-recherche-latitude-longitude/

Blog du Moderateur ()

Sur Google Maps, il est possible d'obtenir les coordonnées GPS d'un lieu, mais également d'en rechercher un à partir de la latitude et de la longitude.


38: Promises In JavaScript Made By Rocky

https://aswinasok.hashnode.dev/promises-js

Hashnode - javascript (Javascript)

What is a Promise & It's Syntax The Promise object represents an asynchronous operation's eventual completion (or failure) and its resulting value. In our case, we had promised to fetch all the gold from the KGF server and display it, but at the time...


39: Liens vagabonds : Open AI, où sont les femmes '

https://www.meta-media.fr/2023/12/02/liens-vagabonds-open-ai-ou-sont-les-femmes.html

Meta Media (Internet)

Les femmes, une espèce en voie de disparition chez OpenAI - Après le retour de Sam Altman, le nouveau conseil d'administration de l'entreprise a évincé toute présence féminine pour devenir le club des 'Big Tech Boys'. A son bord : Bret Taylor, l'ancien PDG de Salesforce, Adam D'Angelo, et aussi' Larry... The post Liens vagabonds : Open AI, où sont les femmes ' first appeared on Méta-media [...]


40 / 56

40: Scaling data in Machine Learning. When is it important'

https://mutuma.hashnode.dev/scaling-data-in-machine-learning-when-is-it-important

Hashnode - python (python)

When seeking to build a machine learning model, data is the food you add to a cooking pot, and Scaling is the final spice and salt that completes the meal: the model. Introduction Data comes in various formats, representing different variables. In th...


41: Decoding the Battle: Virtual Machines (VMs) vs Docker

https://devsaga.hashnode.dev/decoding-the-battle-virtual-machines-vms-vs-docker

Hashnode - javascript (Javascript)

Introduction: With virtualization, applications are now deployed in a flexible manner that provides efficiency. In this blog post, we'll explore the key differences between two popular virtualization technologies: Virtual Machines (VMs) and Docker. T...


42: Breaking Barriers: Unveiling the Power of Internationalization and Localization in Flutter

https://kevinmiller.hashnode.dev/breaking-barriers-unveiling-the-power-of-internationalization-and-localization-in-flutter

Hashnode - Flutter (Flutter)

Introduction: In a world that's more connected than ever, mobile app developers are faced with the challenge of reaching a global audience with diverse languages, cultures, and preferences. Flutter, the versatile UI toolkit developed by Google, comes...


43: Understanding Child Process Spawn Function in NodeJs: Exploring Options and Examples

https://ashutoshbkd.hashnode.dev/understanding-child-process-spawn-function-in-nodejs-exploring-options-and-examples

Hashnode - javascript (Javascript)

Introduction: When working as a Node.js developer, it is essential to comprehend the child process module. This allows you to create new processes and execute commands within your Node.js applications, which in turn enables seamless interaction with ...


44: Introduction to Pandas '

https://blog.prasadsuman.me/introduction-to-pandas

Hashnode - python (python)

Introduction Pandas is a powerful and widely used open-source data manipulation and analysis library for Python. It provides data structures like DataFrame and Series, making it easy to work with structured data. Whether you're dealing with cleaning,...


45: GPUParticlesCollisionHeightField3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to the fascinating world of particle physics in game development! Today, we’re diving into the realm of real-time particle collisions using Godot 4, focusing on the “GPUParticlesCollisionHeightField3D” class. This ... Read more


46: GPUParticlesCollisionBox3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our detailed tutorial on harnessing the power of GPUParticlesCollisionBox3D in Godot 4. If you’re eager to add an extra layer of interactivity and realism to your game environments ... Read more


47: GPUParticlesCollision3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on the “GPUParticlesCollision3D” class in Godot 4. If you’re fascinated by the visual splendor of particle systems and want to elevate your game development skills, embracing ... Read more


48: GPUParticlesAttractorVectorField3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to an exciting exploration of the GPUParticlesAttractorVectorField3D class in the powerful Godot 4 Engine. As part of the fascinating world of game development, this tutorial will unravel the mysteries ... Read more


49: GPUParticlesAttractorSphere3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to this deep dive into the world of particle system attractors in Godot 4, where we will explore the engaging GPUParticlesAttractorSphere3D class and its role in creating dynamic and ... Read more


50 / 56

50: GPUParticlesAttractorBox3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our latest tutorial, where we’ll explore the exciting world of particle systems in Godot 4, focusing on the GPUParticlesAttractorBox3D class. Particle systems are a fantastic way to add ... Read more


51: GPUParticlesAttractor3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on GPUParticlesAttractor3D, an exciting feature in the Godot Engine, particularly in the much-anticipated Gododt 4. This tutorial offers an in-depth exploration of using particle attractors to ... Read more


52: GPUParticles3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our comprehensive and engaging tutorial on GPUParticles3D in Godot 4, a powerful and versatile node for creating stunning particle systems in three dimensions. Whether you’re an indie game ... Read more


53: GPUParticles2D in Godot ' Complete Guide

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

Game dev academy (Jeux)

When entering the world of 2D game development, one quickly realizes the power of particle systems in creating vibrant and dynamic visual effects. In Godot 4, a significant player in ... Read more


54: GeometryInstance3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on the GeometryInstance3D class in Godot 4, one of the core components in creating immersive 3D environments in your games. This tutorial will shine a light ... Read more


55: Call by reference in JS

https://ducklogic.hashnode.dev/call-by-reference-in-js

Hashnode - javascript (Javascript)

In this article, I will explain and demonstrate how call by reference works in JS. Definition Let's follow these lines "All the objects either formed by literal or by constructors uses call by reference but the primitive datatypes when initialized u...


56: Testing with pytest. Unit, Integration and Smoke tests.

https://ucldevs.hashnode.dev/testing-with-pytest-unit-integration-and-smoke-tests

Hashnode - python (python)

Introduction Errors are every programmer's nightmare. Those red blobs of cryptic text appear in the terminal even when you are certain that you made no mistakes. They are inevitable yet manageable; the way to manage and identify them is through tests...




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