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

« Janvier 2024 »

  • 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


7 Janvier 2024 (71)

1: Building a Movie Recommendation Engine: Pilot

https://csornyei.com/building-a-movie-recommendation-engine-pilot

Hashnode - python (python)

And who am I' Welcome! My name is Máté and I'm a 27-years-old Software Developer from Hungary and I'm currently living in the Netherlands. In the last 5 years I have had the chance to work on the frontend of an agricultural webshop, dive deep into th...


2: Construisez votre NAS avec le Raspberry Pi : stockage personnel et sécurisé.

https://tech4free.fr/blog/construisez-votre-nas-avec-le-raspberry-pi-stockage-personnel-et-securise/

Humancoders ()

Guide pas à pas pour créer un NAS avec Raspberry Pi : stockage fiable et sur mesure pour vos données. Commentaires L'article Construisez votre NAS avec le Raspberry Pi : stockage personnel et sécurisé. a été posté dans la catégorie Linux de Human Coders News


3: Zelda : Ce remake d'Ocarina of Time sous UE5 est incroyable, et sa démo est gratuite

https://www.lebigdata.fr/ocarina-of-time-ue5

Le Big Data (dataviz)

Quel fan de The Legend of Zelda ne voudrait pas rejouer à Ocarina of Time sous UE5 ' Ce remake … Cet article Zelda : Ce remake d'Ocarina of Time sous UE5 est incroyable, et sa démo est gratuite a été publié sur LEBIGDATA.FR.


4: 5 Ways to Use Technology to Enhance Learning and Teaching

https://www.webpronews.com/5-ways-to-use-technology-to-enhance-learning-and-teaching/

WebProNews SEO (Développement)

WebProNews 5 Ways to Use Technology to Enhance Learning and Teaching Education has made many advancements in recent years and leveraging the use of technology is becoming a proven method to help students learn. 5 Ways to Use Technology to Enhance Learning and Teaching Brian Wallace


5: Android Beginner: Break, Fix, Learn, and Try

https://starchild.hashnode.dev/android-beginner-break-fix-learn-and-try

Hashnode - Kotlin (Mobiles)

As a beginner in the world of Android development, I recently had an experience that transformed my perspective on learning and failure. While working on a project in Android Studio, I accidentally broke something. Initially, this sent me into a stat...


6: Exploring JavaScript Strict Mode

https://ugneadomaityte.hashnode.dev/exploring-javascript-strict-mode

Hashnode - javascript (Javascript)

What is Strict Mode' JavaScript has a feature called 'strict mode'. It was introduced in ECMAScript 5 (ES5), and it helps to catch common errors that otherwise would be ignored. For instance, in strict mode, using undeclared variables is not allowed....


7: An intro to Appwrite | Building a To-do list with SvelteKit

https://itzami.hashnode.dev/an-intro-to-appwrite-building-a-to-do-list-with-sveltekit

Hashnode - javascript (Javascript)

A to-do list is the playground for experimenting with a new technology, right' It ain't much but it allows you not only to understand the basics but also to get familiar with the docs for any extra ' dazzle ' that you may want to add. And that's ex...


8: La NASA construit un ascenseur pour la Lune : un nouveau système d'alunissage

https://www.lebigdata.fr/ascenseur-lune

Le Big Data (dataviz)

Un ascenseur pour aller sur la Lune ' Ceci ne relève aucunement d'un scénario de science fiction, mais bien d'un … Cet article La NASA construit un ascenseur pour la Lune : un nouveau système d'alunissage a été publié sur LEBIGDATA.FR.


9: The Evolving Landscape of Frontend Web Development in 2024: Trends, Tools, and Techniques

https://delight2003.hashnode.dev/the-evolving-landscape-of-frontend-web-development-in-2024-trends-tools-and-techniques

Hashnode - javascript (Javascript)

In the fast-paced world of technology, frontend web development is a dynamic field that constantly evolves to meet the ever-changing demands of users and businesses. As we enter 2024, let's explore the latest trends, tools, and techniques shaping the...


10 / 71

10: Functions in JavaScript

https://samatavijaykumar.hashnode.dev/functions-in-javascript

Hashnode - javascript (Javascript)

Functions are the bread and butter of JavaScript programming. - ELOQUENT JAVASCRIPT The " Functions " is a concept of wrapping a piece of program in a value which has many uses. It helps us to structure the large chunk of a program in order to over...


11: Hoisting in JavaScript

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

Hashnode - javascript (Javascript)

What is hoisting in JavaScript' So, Basically Hoisting refers to an phenomena that refers to moving declarations of variables and functions to the top of the scope(usually Global Scope). Hoisting is JavaScript's default behavior of moving declaration...


12: The Art of Mobile SDK Engineering

https://blog.sankalpchauhan.me/the-art-of-mobile-sdk-engineering

Hashnode - Flutter (Flutter)

"In the dynamic world of mobile technology, while a successful app can reach millions, an ingeniously engineered SDK is a quiet yet powerful force with the potential to touch and transform the digital experiences of billions, standing as the unsung h...


13: Python Basics.

https://mycloud.blog/python-basics

Hashnode - python (python)

What is a Code'. Code is a set of commands (instructions) that is written in a file and this file containing code is given to the Operating System. Now the OS. will understand whether this code is written in English, Marathi, Hindi, or Python. To un...


14: Task Management System using Django

https://rajarshisamaddar.com/task-management-system-using-django

Hashnode - python (python)

Django is a very robust full-stack web framework. It uses Python on the server side and provides API to integrate with almost any front-end web frameworks like React, Next, Vue, and Angular. In Django developers use MVT(Model View Template) architect...


15: Understanding JavaScript Execution: A Deep Dive

https://yashagrahari.hashnode.dev/understanding-javascript-execution-a-deep-dive

Hashnode - javascript (Javascript)

Introduction JavaScript, the language of the web, plays a crucial role in shaping the interactive experiences we encounter daily. To grasp its essence, it's vital to explore how JavaScript works and how its code is executed. At the heart of this unde...


16: JavaScript Console Magic

https://alihasanarnob.hashnode.dev/javascript-console-magic

Hashnode - javascript (Javascript)

A JavaScript Console method is like a tool for coding. It's a special set of instructions written in JavaScript, a language for making websites interactive. It's similar to a recipe. When building a website, you use the developer console, like a cont...


17: Visualization in Exploratory Data Analysis (EDA)

https://maybeatul.com/visualization-in-exploratory-data-analysis-eda

Hashnode - python (python)

Introduction Welcome to a captivating journey through the world of data visualization! In this blog, we'll unravel the significance of various graph types in transforming raw data into compelling visual narratives. From bar graphs and pie charts to s...


18: JSX &Components in React: A Beginner's Guide

https://shadan.hashnode.dev/jsx-components-in-react-a-beginners-guide

Hashnode - javascript (Javascript)

Introduction In React, JSX is like a special way of writing your webpage in your JavaScript code. It helps make things look nice and organized. Components are like building blocks for your webpage. They are small parts that you put together to make a...


19: JSONCrack Codebase Analysis'-'Part 4.2.1.1'-'JsonEditor'-'debouncedUpdateJson

https://blog.tthroo.com/jsoncrack-codebase-analysis-part-4211-jsoneditor-debouncedupdatejson

Hashnode - javascript (Javascript)

jsoncrack is a popular opensource tool used to visualise json into a mindmap. It is built using Next.js. We, at TThroo, love open source and perform codebase analysis on popular repositories, document, and provide a detailed explanation of the codeba...


20 / 71

20: Finding top senders in Gmail

https://karlcodes.hashnode.dev/finding-top-senders-in-gmail

Hashnode - python (python)

tl;dr: I created a Python script for finding the top email senders in your Gmail inbox It's the start of 2024 and a good time to do some spring (or should it be winter') cleaning. If you're anything like me, you have thousands of unread emails in you...


21: How do I convert a Django QuerySet into a Polars Dataframe'

https://ayoubar.dev/how-do-i-convert-a-django-queryset-into-a-polars-dataframe

Hashnode - python (python)

The Problem: In my software engineering journey, I faced a problem while working on a Django project when I had to grab a bunch of data from a PostgreSQL server and mess around with it to do some data analysis. The usual way to do this is by running ...


22: What are conda, Anaconda, and Miniconda' '

https://www.dataschool.io/conda-vs-anaconda-vs-miniconda/

Data school (dataviz)

What is the Anaconda distribution and why do people use it' How is it related to conda & Miniconda' As a Data Scientist, which should I use'


23: Xano Backend for a React App

https://briankip.hashnode.dev/xano-backend-for-a-react-app

Hashnode - javascript (Javascript)

You will often want to display multiple similar components from a collection of data. You can use the JavaScript array methods to manipulate an array of data. On this page, you'll use and map() with React to filter and transform an array of data from...


24: Stop Juggling Dependencies: Let Nestjs and TypeScript Inject Some Order

https://arnab2001.hashnode.dev/stop-juggling-dependencies-let-nestjs-and-typescript-inject-some-order

Hashnode - javascript (Javascript)

Imagine this: You're deep into a complex Node.js project, each new module adding another layer to the intricate web of dependencies. Just when you think you've got a grip, a seemingly innocuous update breaks your entire application, and you find your...


25: Higher Order Functions And Callbacks in JavaScript:

https://abhishekroshan.hashnode.dev/higher-order-functions-and-callbacks-in-javascript

Hashnode - javascript (Javascript)

Introduction JavaScript, being a widely used programming language, offers various powerful features that enable developers to write efficient and expressive code. One such feature is "Higher-Order Functions" (HOFs), which allow functions to operate o...


26: Automate JIRA Creation on a Github Event using Python

https://subashneupane7.hashnode.dev/automate-jira-creation-on-a-github-event-using-python

Hashnode - python (python)

In this blog, we are going to know how the automation is done between Github and Jira so that when an issue is created in a GitHub repository and marked by a developer's comment'potentially a specific word like '/jira''a corresponding ticket is autom...


27: React Router: Declarative vs. Programmatic Routing

https://makesomenotes.hashnode.dev/react-router-declarative-vs-programmatic-routing

Hashnode - javascript (Javascript)

Method 1: Declarative Syntax (BrowserRouter, Routes, Route) Key Features: Declarative: Define routes directly within JSX, making code more readable and maintainable. Simple: Ideal for most React applications with straightforward routing needs. Com...


28: DOM Manipulation (Part-2) ( Traversing elements and attribute methods in DOM ) JavaScript in-depth

https://techthinkers.dev/dom-manipulation-part-2-traversing-elements-and-attribute-methods-in-dom-javascript-in-depth

Hashnode - javascript (Javascript)

Traversing elements in DOM Traversing elements in the DOM involves navigating through the structure of an HTML or XML document to access, manipulate, or interact with different elements. The DOM represents the document as a tree-like structure where ...


29: Python: A Step-by-Step Guide for Beginners

https://blog.prakashravi.com/python-a-step-by-step-guide-for-beginners

Hashnode - python (python)

Introduction Python, a language known for its versatility and ease of use, is an excellent choice for those new to programming. This detailed guide will cover everything you need to get started with Python, from installing the language to writing you...


30 / 71

30: Understand the MVT Framework in Django and how it differs from MVC in backend development

https://rhythmblogs.hashnode.dev/understand-the-mvt-framework-in-django-and-how-it-differs-from-mvc-in-backend-development

Hashnode - python (python)

When it comes to web development frameworks, the Model-View-Controller (MVC) architecture is very crucial for organizing code and maintaining separation. However, Django, a popular web framework for Python, introduces a slight twist with its Model-Vi...


31: Advance Git & GitHub for DevOps Engineers.

https://asadblog.hashnode.dev/advance-git-github-for-devops-engineers

Hashnode - javascript (Javascript)

1. Git Branching In simple terms, Git branching is a way to work on different parts of a project at the same time without interfering with each other's changes. It allows you to create separate lines of development, or "branches," so you can experime...


32: LEGB Rules for Python Variables

https://datailm.hashnode.dev/legb-rules-for-python-variables

Hashnode - python (python)

LEGB is a fundamental concept in Python that defines how variables are found in different scopes. It stands for: Local: - The first scope Python checks. - Contains variables defined within a function or block of code. - Accessible only within that fu...


33: Face Hop animation using CSS and Js

https://codingcss.hashnode.dev/face-hop-animation-using-css-and-js

Hashnode - javascript (Javascript)

Here is the cool Face Hop animation using CSS and Js. HTML Here is the HTML part


34: Part 1: A Guide to Callbacks, Promises, and Async/Await in Asynchronous JavaScript

https://thenomadtechie.hashnode.dev/part-1-a-guide-to-callbacks-promises-and-asyncawait-in-asynchronous-javascript

Hashnode - javascript (Javascript)

Introduction When I began my programming journey with JavaScript, one of the first complexities I encountered was its asynchronous behavior. Concepts like callbacks, promises, and async-await in JavaScript were daunting at first, but as I delved deep...


35: MiQ Digital Intern Software Engineer 2023 OA

https://keshavop.hashnode.dev/miq-digital-intern-software-engineer-2023-oa

Hashnode - javascript (Javascript)

MIQ Online test was conducted on Hackerrank. There was 1 DSA question and 2 SQL question and time limit is 1 hour only. Q1. DSA Question of array Function Description Complete the function countAnalogousArrays in the editor below. countAnalogousA...


36: Delta Lake - Introduction and Architecture

https://harshita.hashnode.dev/delta-lake-introduction-and-architecture

Hashnode - python (python)

A Delta Lake is not different from a Parquet file with a robust versioning system. It utilizes transaction logs stored in JSON files to maintain a comprehensive change history for the file. This allows us to not only access previous versions but also...


37: what do you mean by Hoisting and Temporal Dead Zone in JS '

https://amitbhu.hashnode.dev/what-do-you-mean-by-hoisting-and-temporal-dead-zone-in-js

Hashnode - javascript (Javascript)

Hoisting is a concept that enables us to extract values of variables and functions even before initializing/assigning value without getting errors and this happens during the 1st phase (memory creation phase) of the Execution Context. In the context ...


38: Navigating Tech Goals: Learning React Native and Installing Java 17 for Android Studio Hedgehog

https://iamsudhir.hashnode.dev/navigating-tech-goals-learning-react-native-and-installing-java-17-for-android-studio-hedgehog

Hashnode - javascript (Javascript)

Embarking on a Front-End Odyssey with Challenges, Aspirations, and Solutions Introduction In the first week of this year, I faced challenges in initiating my pursuit of tech goals outlined in my New Year's resolutions. Although I fell short of diving...


39: Python Tips and Tricks for Efficient Coding

https://blog.prakashravi.com/python-tips-and-tricks-for-efficient-coding

Hashnode - python (python)

Python is a versatile and widely used programming language, known for its readability and straightforward syntax. But even in Python, there are hidden gems and tricks that can make your code more efficient, readable, and elegant. In this blog, we'll ...


40 / 71

40: JSON's Numeric Boundaries: The Lesser-Known Reality of Inaccurate Figures

https://blog.phakorn.com/jsons-numeric-boundaries-the-lesser-known-reality-of-inaccurate-figures

Hashnode - javascript (Javascript)

Introductions JSON (JavaScript Object Notation) has become a cornerstone in the world of data exchange, particularly in web applications. Its appeal lies in its simplicity and readability, making it the preferred choice for developers worldwide. Howe...


41: Python Functions & Logic via Adventure Game - Beginner's Guide

https://ashfin.hashnode.dev/python-functions-logic-via-adventure-game-beginners-guide

Hashnode - python (python)

Have you ever found yourself frustrated with the endless tutorial videos and boring textbooks while learning Python. You might be stuck in a rut known as tutorial hell. But don't give up just yet! There is a unique and fun way to learn these vital Py...


42: Themes & Styles in Android

https://androidguide.hashnode.dev/themes-styles-in-android

Hashnode - Kotlin (Mobiles)

A style is a collection of attributes that specifies the appearance for a single View. A style can specify attributes such as font color, font size, background color, etc. The view ignores any attributes that it doesn't accept.


43: Do this to master flutter in 2024 | Flutter 2024 roadmap

https://priyanshusingh.hashnode.dev/do-this-to-master-flutter-in-2024-flutter-2024-roadmap

Hashnode - Flutter (Flutter)

' Hey tech enthusiasts! Ready to explore Flutter and create amazing apps that work like a charm' Join me on this exciting journey! ' Step 0: Getting Started Before diving in, grasp Object-Oriented Programming (OOP). Dart, Flutter's language, loves ...


44: ' JavaScript 3 | Simple Counter

https://gregorschafroth.hashnode.dev/javascript-3-simple-counter

Hashnode - javascript (Javascript)

New day new JavaScript beginner Exercise! Here is what I got from ChatGPT today, and my solution below as always ' Create a Simple Counter Objective: Build a web page with a button that, when clicked, increments a counter. This exercise will help yo...


45: Python Data Types and Structures: A Comprehensive Tutorial

https://latestbyte.hashnode.dev/python-data-types-and-structures-a-comprehensive-tutorial

Hashnode - python (python)

Python, renowned for its simplicity and versatility, empowers developers to wield a diverse array of data types and structures. This comprehensive tutorial delves into the core concepts, guiding you through the intricate landscape of storing informat...


46: Elevate Your Flutter Game with Unit Testing

https://sungod.hashnode.dev/unit-testing

Hashnode - Flutter (Flutter)

Introduction We all get it ' testing in coding seems like a speed bump. It's that thing we know we should do but often skip. Especially in Flutter and Dart, testing gets a bad rap for slowing us down. But what if I said testing could actually make th...


47: How to Trim Whitespace from JavaScript String

https://phpflow.com//how-to-trim-whitespace-from-javascript-string

Hashnode - javascript (Javascript)

This quick javascript tutorial helps to remove extra whitespaces including tabs, and line breaks from your data. We will explore various techniques and best practices for stripping whitespace in JavaScript. The Context of Extra WhiteSpace: Sometimes,...


48: Power of DevSecOps: A Recap of AWS Community Day Pune 2024

https://blog.prasadsuman.me/power-of-devsecops-a-recap-of-aws-community-day-pune-2024

Hashnode - python (python)

' Greetings fellow tech enthusiasts! I'm thrilled to share my exhilarating experience at AWS Community Day Pune DevSecOps Edition 2024'an event that unfolded as a treasure trove of insights and innovation! ' Diving Deep into the Security Cosmos: Th...


49: SyntaxHighlighter in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on the SyntaxHighlighter class in Godot 4 ' a powerful yet understated feature that can elevate the coding experience within the Godot Integrated Development Environment (IDE). ... Read more


50 / 71

50: StyleBoxTexture in Godot ' Complete Guide

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

Game dev academy (Jeux)

In the realm of game design, the visual appeal of your user interface (UI) can be just as important as the gameplay itself. Crisp, scalable elements are essential for that ... Read more


51: StyleBoxLine in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on the StyleBoxLine class in Godot 4! If you’re looking to add polished UI elements and separators to your game projects, mastering StyleBoxLine is a must. ... Read more


52: StyleBoxFlat in Godot ' Complete Guide

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

Game dev academy (Jeux)

Creating visually appealing user interfaces (UIs) is essential for your players' experience in any game development process. How an element looks can profoundly impact how users perceive and interact with ... Read more


53: StyleBoxEmpty in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to this tutorial on the StyleBoxEmpty class in Godot 4, an essential piece of the GUI toolkit that can dramatically impact the aesthetics and functionality of your game user ... Read more


54: StyleBox in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to our tutorial on the StyleBox class in Godot 4. As you delve into creating user interfaces (UIs) for your games or applications, mastering the StyleBox class will enable ... Read more


55: StandardMaterial3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

When we think of video games, vivid worlds full of texture and light come to mind. But how do these stunning visuals come to be' A crucial component is the ... Read more


56: SpriteFrames in Godot ' Complete Guide

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

Game dev academy (Jeux)

Sprite animations are an essential component of game development, bringing characters and environments to life. Whether it’s a protagonist’s walk cycle or the flicker of flames in a dungeon, animation ... Read more


57: SphereShape3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to this tutorial on the SphereShape3D class in Godot 4'a fundamental element in 3D game development for the Godot engine. SphereShape3D is an efficient and effective 3D shape used ... Read more


58: SphereOccluder3D in Godot ' Complete Guide

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

Game dev academy (Jeux)

Welcome to this tutorial where we’ll be diving into the fascinating world of occlusion culling in Godot 4 by exploring the SphereOccluder3D class. As game developers, creating visually stunning and ... Read more


59: Doing TDD in C with Unity

https://warrenmarkham.hashnode.dev/tdd-in-c

Hashnode - Unity (unity)

' In this series of blog posts, I will document my engagement with Unity, a lightweight test runner for C code. Why' After three months of learning C and a month of (very) awkwardly using a TDD workflow I duct-tapped together out of my projects' C f...


60 / 71

60: Understanding the Delay Before JavaScript Execution in Web Browsers

https://opyjo2.hashnode.dev/understanding-the-delay-before-javascript-execution-in-web-browsers

Hashnode - javascript (Javascript)

Are you ever curious about why it takes a certain amount of time for a website to become interactive after it loads' This delay is closely tied to how JavaScript, the backbone of web interactivity, is handled in web browsers. Let's break down the key...


61: [JavaScript] The Secret of the setTimeout - this

https://vava.hashnode.dev/javascript-the-secret-of-the-settimeout-this

Hashnode - javascript (Javascript)

How does "this" work in setTimeout' Before we start to talk about the topic. Let's start a simple example to recall "this". For example, to get cx60, we will call the car.printModel(). Pretty straightforward. const car = { model: 'cx60', prin...


62: Ep. 26: History of the Web

https://engrshege.hashnode.dev/ep-26-history-of-the-web

Hashnode - javascript (Javascript)

Udemy Course: Complete Web & Mobile Designer in 2023: UI/UX, Figma, + more by Andrei Neagoie & Daniel Schifano. Introduction I know how anxious it feels to start coding already, but it is important we learn about the history of how the web came into ...


63: JSONCrack Codebase Analysis ' Part 4.2.1 ' Editor ' JsonEditor Component

https://blog.tthroo.com/jsoncrack-codebase-analysis-part-421-editor-jsoneditor-component

Hashnode - javascript (Javascript)

jsoncrack is a popular opensource tool used to visualise json into a mindmap. It is built using Next.js. We, at TThroo, love open source and perform codebase analysis on popular repositories, document, and provide a detailed explanation of the codeba...


64: JSONCrack Codebase Analysis ' Part 4.1 ' Editor ' Panes Component

https://blog.tthroo.com/jsoncrack-codebase-analysis-part-41-editor-panes-component

Hashnode - javascript (Javascript)

jsoncrack.com is a popular opensource tool used to visualise json into a mindmap. It is built using Next.js. We, at TThroo, love open source and perform codebase analysis on popular repositories, document, and provide a detailed explanation of the co...


65: JSONCrack Codebase Analysis ' Part 4 ' Editor

https://blog.tthroo.com/jsoncrack-codebase-analysis-part-4-editor

Hashnode - javascript (Javascript)

jsoncrack.com is a popular opensource tool used to visualise json into a mindmap. It is built using Next.js. We, at TThroo, love open source and perform codebase analysis on popular repositories, document, and provide a detailed explanation of the co...


66: JSONCrack Codebase Analysis ' Part 3 ' Signin

https://blog.tthroo.com/jsoncrack-codebase-analysis-part-3-signin

Hashnode - javascript (Javascript)

jsoncrack.com is a popular opensource tool used to visualise json into a mindmap. It is built using Next.js. We, at TThroo, love open source and perform codebase analysis on popular repositories, document, and provide a detailed explanation of the co...


67: JSONCrack Codebase Analysis ' Part 2 ' Landing Page

https://blog.tthroo.com/jsoncrack-codebase-analysis-part-2-landing-page

Hashnode - javascript (Javascript)

jsoncrack.com is a popular opensource tool used to visualise json into a mindmap. It is built using Next.js. We, at TThroo, love open source and perform codebase analysis on popular repositories, document, and provide a detailed explanation of the co...


68: Basics of Spring & Spring Boot

https://lingaiahdanda.com/basics-of-spring-spring-boot

Hashnode - javascript (Javascript)

Before we dive into practical and theoretical knowledge on spring and spring Boot , lets understand fundamental terminologies which will be really helpful moving forward. what is spring ' Spring is a Java framework which provides comprehensive infra...


69: Space Game with Python and Pygame

https://firstblogpost.hashnode.dev/space-game-with-python-and-pygame

Hashnode - python (python)

During my third phase at Flatiron School, I reengaged with Python and delved deeper into leveraging libraries like Pygame for game development. During my first exposure to Python, I struggled to grasp the concept of Object Oriented Programming. Even ...




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