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


20 Aout 2023 (76)

1: Data Structures in Python

https://bwarikoo.hashnode.dev/data-structures-in-python

Hashnode - python (python)

Hi Everyone! Welcome back to my blog. Last time, we started with the basics of Python, a powerful programming language. We also covered some of the basic data types which any beginner or an experienced technology professional should know. Today, we a...


2: //A Quick Snapshot of 3 JavaScript Array Methods: For Beginners

https://calculated-thoughts.hashnode.dev/a-quick-snapshot-of-3-javascript-array-methods-for-beginners

Hashnode - javascript (Javascript)

Experimenting around with arrays in JavaScript can be enjoyable, particularly for someone in the early stages of learning about JavaScript ' I certainly found this to be true in my case. Writing functions to manipulate or interact with arrays will al...


3: Sin dans FINAL FANTASY X

https://blog.lesieur.name/sin-dans-final-fantasy-x-ffx-zet-tic/

Quelques #id et beaucoup de .class (Javascript)

Dans cet article, nous allons découvrir qui est Sin dans FINAL FANTASY X. Nous allons nous appuyer sur le contenu des pages 82 et 83 du FINAL FANTASY X ULTIMANIA OMEGA. Chaque phrase est accompagnée de la version japonaise qui a servi de support à la traduction proposée. Cliquez sur le texte japonais pour rejoindre l'explication de traduction . Ainsi, si vous n'êtes pas certain du sen [...]


4: Mastering Game Flow: Pygame's Secret Sauce for Seamless State Transitions!

https://amudacodes.hashnode.dev/mastering-game-flow-pygames-secret-sauce-for-seamless-state-transitions

Hashnode - python (python)

In Pygame, a popular Python library for creating 2D games, game states and transitions are important concepts that help you organize and manage different parts of your game. Game states represent different stages or screens of your game, such as the ...


5: Mastering Game Flow: Pygame's Secret Sauce for Seamless State Transitions!

https://amudacodes.com/mastering-game-flow-pygames-secret-sauce-for-seamless-state-transitions

Hashnode - python (python)

In Pygame, a popular Python library for creating 2D games, game states and transitions are important concepts that help you organize and manage different parts of your game. Game states represent different stages or screens of your game, such as the ...


6: Tech Foutraque 11 - Frontend newsletter

https://techfoutraque.hashnode.dev/tech-foutraque-11-frontend-newsletter

Hashnode - javascript (Javascript)

' Article of the week : Announcing the MDN front-end developer curriculum ' Frontend What You Need to Know about TypeScript's New Feature: 'Using' TS Reset Improves TypeScript's Built-In Typings Change Detection Fundamentals in Angular Unders...


7: "Timmy's Epic Quest: Unleashing the Power of React in Weblandia!"

https://reactdevelopment.hashnode.dev/timmys-epic-quest-unleashing-the-power-of-react-in-weblandia

Hashnode - javascript (Javascript)

In the vibrant realm of Weblandia, a young adventurer named Timmy embarked on a journey like no other. Armed with his imagination and an insatiable curiosity, Timmy sought to conquer the ultimate challenge: building his very own website! But little d...


8: Resolving Shape Mismatch Errors in Python

https://stackabuse.com/resolving-shape-mismatch-errors-in-python/

Stack Abuse (Javascript)

Introduction At some point when working with arrays and lists in Python, you might have encountered a "Shape Mismatch Error" while trying to perform certain operations. This error is a common stumbling block for many Python programmers. In this Byte, we'll explore what this error is, why it occurs, and


9: JavaScript Object and Object Prototypes: What are they''''''

https://guchukelvin.hashnode.dev/javascript-object-and-object-prototypes-what-are-they

Hashnode - javascript (Javascript)

You might have come across this concept of Object prototypes when learning JavaScript, and just like any other coding concept, it might be intimidating at first and challenging to grasp. But hey, as a fellow JavaScript developer, I can relate and und...


10 / 76

10: Anything-LLM: Empowering Conversations with Your Documents

https://ajayravi.hashnode.dev/anything-llm-empowering-conversations-with-your-documents

Hashnode - javascript (Javascript)

Introduction In the realm of AI tooling, the concept of "chatting with your documents" has gained significant traction. Anything-LLM is a groundbreaking solution that enables users to engage in dynamic conversations with their documents. In this comp...


11: Building Data Magic: Serverless Data Pipelines with AWS

https://vivekrajyaguru.hashnode.dev/building-data-magic-serverless-data-pipelines-with-aws

Hashnode - python (python)

Hey there, Today, we're diving into the world of serverless data pipelines using AWS. We'll use real code and a sample dataset to make this journey more exciting. Our Quest Imagine we're running a charming little e-commerce store, 'WizCart.' We want ...


12: Converting Images and Image URLs to Base64 in Node.js

https://stackabuse.com/converting-images-and-image-urls-to-base64-in-node-js/

Stack Abuse (Javascript)

Introduction Base64 encoding allows binary data to be represented in a format that looks and acts as if it were plain text. One common use-case of Base64 encoding is to convert images into Base64 format, which can be directly embedded in HTML or CSS files. This is done to more


13: AWS-Amplify Integration with NUXT 3.0

https://aliraza944.hashnode.dev/aws-amplify-integration-with-nuxt3

Hashnode - vuejs (Javascript)

AWS-Amplify is a library that helps front-end developers connect with AWS services without any cloud expertise required. In this post, I will go through the step-by-step integration of the AWS-Amplify with Nuxt3 and some of the issues I have faced. ...


14: Craft Dynamic Forms with Django, AJAX, and jQuery: A Simple Guide

https://bisesh-blog.hashnode.dev/craft-dynamic-forms-with-django-ajax-and-jquery-a-simple-guide

Hashnode - javascript (Javascript)

Ever tried to find a comprehensive tutorial on creating dynamic forms using Django, AJAX, and jQuery' You might have noticed, there aren't many out there. That's where we step in. In this tutorial, we're diving deep into the world of crafting dynamic...


15: Comprehensive Walkthrough on How to Connect Your Flutter App to a REST API

https://yatendrakumar.hashnode.dev/comprehensive-walkthrough-on-how-to-connect-your-flutter-app-to-a-rest-api

Hashnode - Flutter (Flutter)

yo wassup flutter devs!! Flutter apps make over 1 billion API calls per day, connecting to a wide variety of services. From fetching weather data to retrieving user profiles, APIs are the backbone of many Flutter apps. If you're not tapping into this...


16: Comprehensive Walkthrough on How to Connect Your Flutter App to a REST API

https://devfeed.hashnode.dev/comprehensive-walkthrough-on-how-to-connect-your-flutter-app-to-a-rest-api

Hashnode - Flutter (Flutter)

yo wassup flutter devs!! Flutter apps make over 1 billion API calls per day, connecting to a wide variety of services. From fetching weather data to retrieving user profiles, APIs are the backbone of many Flutter apps. If you're not tapping into this...


17: JavaScript Operators: A Comprehensive Guide

https://devfeed.hashnode.dev/javascript-operators-a-comprehensive-guide

Hashnode - javascript (Javascript)

JavaScript, being a versatile and widely-used programming language, provides a plethora of operators that empower developers to manipulate data, perform calculations, and make decisions. In this article, we will delve into the world of JavaScript ope...


18: My 30-Day JavaScript Mastery Challenge.

https://theonethatstartedlate.hashnode.dev/my-30-day-javascript-mastery-challenge

Hashnode - javascript (Javascript)

Introduction Welcome to my 30-day JavaScript Mastery Challenge! Over the next month, I'll be embarking on a journey to deepen my understanding of JavaScript, learn new concepts, and apply them to real-world projects. Join me as I document my daily pr...


19: Make Text Bold in React.js

https://stackabuse.com/make-text-bold-in-react-js/

Stack Abuse (Javascript)

Introduction React.js is a popular JavaScript library for building user interfaces, particularly single-page applications. One of the common tasks when working with React.js is manipulating text styles, such as bolding specific text. This Byte will show you how to actually bold text in React.js by using a


20 / 76

20: Anticipating my First Big Post: My Deep Dive into Data Structures

https://nowaymyname.hashnode.dev/anticipating-my-first-big-post-my-deep-dive-into-data-structures

Hashnode - python (python)

If you've been following along with my recent posts, you'd know that I've been venturing deep into the realms of Data Structures, both in Java and Python. These mini-episodes have been like stepping stones, building up my understanding, and laying th...


21: Getting Started with WebSockets in Deno: Tutorial and Examples

https://devfeed.hashnode.dev/getting-started-with-websockets-in-deno-tutorial-and-examples

Hashnode - javascript (Javascript)

Nowadays it is quite natural to take advantage of WebSockets, either with an in-app notification system, facilitating real-time chats, allowing collaborative tools, among many other cases. In some programming languages or runtime environments, websoc...


22: How to use the React.useDebugValue hook

https://blog.thecallum.com/how-to-use-the-reactusedebugvalue-hook

Hashnode - javascript (Javascript)

According to the React docs: useDebugValue is a React Hook that lets you add a label to a custom Hook in React DevTools. When do I need useDebugValue' useDebugValue becomes important when you implement a custom hook. For example, let's say you have...


23: The Non-Null Assertion Operator in TypeScript

https://stackabuse.com/the-non-null-assertion-operator-in-typescript/

Stack Abuse (Javascript)

Introduction In TypeScript, we often come across scenarios where we need to assert that a variable is not null or undefined. This is where the Non-Null Assertion Operator comes into play. This operator, denoted by an exclamation point (!), tells TypeScript that a variable is certain to be non-null or non-undefined,


24: Unveiling Python's Essential Concepts: Class, Assert, and Type Checking

https://chisaneme-aloni.hashnode.dev/unveiling-pythons-essential-concepts-class-assert-and-type-checking

Hashnode - python (python)

Introduction Python is a flexible and powerful programming language that covers a variety of concepts and terms to enhance your coding skills. In this "How To" guide, we'll dive into some key terms: Class, Assert and Isinstance(). By understanding an...


25: React Hook: useGlobalState

https://devfeed.hashnode.dev/react-hook-useglobalstate

Hashnode - javascript (Javascript)

Sharing state between React components is crucial in most applications. With useGlobalState you can quickly share a state between multiple components without using a context provider or external lib. The hook is useful for small projects when a React...


26: Streamlining Data Upload to S3 with AWS Lambda and Schema Definition using AWS Glue Crawler

https://mohitransubhe-supernatural.hashnode.dev/streamlining-data-upload-to-s3-with-aws-lambda-and-schema-definition-using-aws-glue-crawler

Hashnode - python (python)

Introduction: In today's fast-paced world, the ability to quickly and securely upload data to cloud storage is crucial for businesses and developers. This technical blog will walk you through the process of leveraging AWS Lambda to upload data from a...


27: Exploring the Singleton Pattern in Kotlin for Efficient Android Development

https://mobileinsights.dev/exploring-the-singleton-pattern-in-kotlin-for-efficient-android-development

Hashnode - Kotlin (Mobiles)

In software design, design patterns play a crucial role in creating efficient, maintainable, and scalable applications. One such pattern that finds extensive use in Kotlin-based Android development is the Singleton Pattern. In this article, we will d...


28: How to manage side effects in React'

https://sakshichaudhary.hashnode.dev/how-to-manage-side-effects-in-react

Hashnode - javascript (Javascript)

React is a UI library that represents the view of an app as a function of state. This means whenever the state changes, React will run our component function with the intention of updating the view. In order to do so, React expects our component to b...


29: How to Import All Functions from a Python File

https://stackabuse.com/how-to-import-all-functions-from-a-python-file/

Stack Abuse (Javascript)

Introduction Python, a high-level, interpreted programming language, is known for its simplicity and readability. It provides various methods to import modules and functions. This Byte will guide you through the process of importing all functions from a Python file, a feature that can be nice to have in certain situations.


30 / 76

30: Unveiling the Roadmap to Frontend Interview Success: From Javascript Mastery to React Wizardry

https://anjan.hashnode.dev/unveiling-the-roadmap-to-frontend-interview-success-from-javascript-mastery-to-react-wizardry

Hashnode - javascript (Javascript)

Frontend development has evolved into a dynamic and critical domain, requiring a blend of technical prowess, creative problem-solving, and adaptability. Navigating through the intricate pathways of a frontend interview might seem like an intricate jo...


31: Efficient Data Rendering with the map() Function in React

https://the2minengineer.hashnode.dev/efficient-data-rendering-with-the-map-function-in-react

Hashnode - javascript (Javascript)

In web applications, showing lists of information is a common task. Think about building a social media feed, a product listing for e-commerce, or a to-do list app'''they all involve presenting data in an organized way. However, as your data grows, e...


32: Exploring Python Object-Oriented Programming (OOP) Concepts

https://analystblogs.hashnode.dev/exploring-python-object-oriented-programming-oop-concepts

Hashnode - python (python)

Introduction: Python's Object-Oriented Programming (OOP) capabilities are a powerful way to design and structure code. OOP promotes modular, organized, and efficient programming by representing real-world entities as objects with associated attribute...


33: ' Revolutionizing Frontend Development: Embrace the Micro Frontend Evolution! '

https://anjan.hashnode.dev/revolutionizing-frontend-development-embrace-the-micro-frontend-evolution

Hashnode - javascript (Javascript)

In the fast-paced realm of web development, change is the constant, and innovation drives progress. The traditional approach to frontend development has seen its share of challenges ' from unwieldy monoliths to codebase entanglement. But fear not, fo...


34: Machine Learning - Clustering

https://mahmoodrazzimy.hashnode.dev/machine-learning-clustering

Hashnode - javascript (Javascript)

Clustering animation https://codepen.io/sinobra/pen/eYdaaza Clustering animation https://codepen.io/maxwell_alexius/pen/vWeeLQ Clustering - click to step through https://codepen.io/jeffwilldesign/pen/rXyEZe Clustering - click to start https://c...


35: My Highlights from Flutter 3.13.0

https://davidnwaneri.com/my-highlights-from-flutter-3-13-0

Hashnode - Flutter (Flutter)

Not so long ago, a new stable version of the Flutter SDK was released - v3.13.0. This introduces some new features. While the official announcement covers all the details, I thought it will be great to dive into some highlights Now, let's get started...


36: Web Apps with Python - Panel

https://onlyweb.hashnode.dev/web-apps-with-python-panel

Hashnode - python (python)

(Image by Freepik) This time, we'll look at the Python library Panel, a highly customisable way to build dashboards and web apps. I'll also show you how to build and deploy them entirely in the cloud! (Check out my other posts Web Apps with Python - ...


37: ' Discover the Magic of React's useContext Hook - A Beginner's Journey '

https://rahulrana0707.hashnode.dev/discover-the-magic-of-reacts-usecontext-hook-a-beginners-journey

Hashnode - javascript (Javascript)

Hey fellow coding enthusiasts! ' I wanted to share an exciting discovery I've made as a fresher in the world of React. It's all about making our code cleaner and more organized, even in small projects. Let's talk about the useContext hook! ' The Qu...


38: Python Libraries For DevOps

https://ajaygite.hashnode.dev/python-libraries-for-devops

Hashnode - python (python)

1. Python In-Built Libraries Python has a wide range of built-in libraries that provide developers with a variety of functionalities to help solve complex programming problems. Some of them are os, sys, datetime, re, math, random, json, yaml, etc. De...


39: Building a Robust Node.js Backend with TypeScript, Nodemon, and Jest: A Comprehensive Guide.

https://mophat.hashnode.dev/building-a-robust-nodejs-backend-with-typescript-nodemon-and-jest-a-comprehensive-guide

Hashnode - javascript (Javascript)

TypeScript is a powerful superset of JavaScript that adds static type-checking and enhanced tooling to your projects. When combined with Node.js, Nodemon, and Jest, you can create a robust development environment that ensures code quality and efficie...


40 / 76

40: The mystery of var, let and const

https://ajaypanwarsingh.hashnode.dev/the-mystery-of-var-let-and-const

Hashnode - javascript (Javascript)

As many of us are aware, in JavaScript, before the emergence of ES6, variable declaration commonly relied on the usage of the var keyword. This practice was smooth sailing until issues associated with var began to surface. But before we proceed to th...


41: Getting Started with Jetpack Compose Multiplatform

https://mobileinsights.dev/getting-started-with-jetpack-compose-multiplatform

Hashnode - Kotlin (Mobiles)

Introduction Compose Multiplatform allows you to write shared UI code that works seamlessly across Android and iOS platforms. In this tutorial I will show you how to create a basic shared UI using Compose Multiplatform, enabling you to build consiste...


42: Mastering Rows and Columns in Jetpack Compose Boost Your UI Design Skills

https://judy.hashnode.dev/mastering-rows-and-columns-in-jetpack-compose-boost-your-ui-design-skills

Hashnode - Kotlin (Mobiles)

Introduction to Jetpack Compose Jetpack Compose is a modern way to build UI for Android apps. Compose uses a Declarative UI approach. You declare everything about how your UI should look using composable functions. Compose makes it simple to build li...


43: PS5 Pro : Ce leak révèle un véritable bond de puissance de GPU et CPU

https://www.lebigdata.fr/ps5-pro

Le Big Data (dataviz)

Les fans des consoles de salon de Sony attendent la PS5 Pro depuis des années. Ce récent leak devrait les … Cet article PS5 Pro : Ce leak révèle un véritable bond de puissance de GPU et CPU a été publié sur LEBIGDATA.FR.


44: Iterators in JavaScript

https://piyushb9.hashnode.dev/iterators-in-javascript

Hashnode - javascript (Javascript)

In this blog post, we will see what are Iterators and how we use them. What is an Iterator' An iterator is an object which confirms to iterator protocol, which is a set of conventions to be followed by the object, for a sequence of iterable such arra...


45: Learnings-from-JS-01: One Liners

https://arunpraba.hashnode.dev/learnings-from-js-01-one-liners

Hashnode - javascript (Javascript)

JS one liners JS one liners Call stack Call stack is a data structure that keeps track of function calls in a program, ensuring they are executed in a sequential and orderly manner, following the Last In, First Out (LIFO) principle. Coercion Coercion...


46: Learnings-from-JS-01: JS simple definitions

https://arunpraba.hashnode.dev/learnings-from-js-01-js-simple-definitions

Hashnode - javascript (Javascript)

Call stack Call stack is a data structure that keeps track of function calls in a program, ensuring they are executed in a sequential and orderly manner, following the Last In, First Out (LIFO) principle. Coercion Coercion is the process of convertin...


47: Memilih Local Database terbaik untuk Flutter Project

https://blog.ihwan.id/memilih-local-database-terbaik-untuk-flutter-project

Hashnode - Flutter (Flutter)

Dewasa ini, tidak bisa dipungkiri jika penggunaan local database / storage pada mobile apps masih diperlukan seperti untuk menyimpan data pada offline mode atau sekedar caching response dari api. Berikut kita bahas Local Database populer yang mungkin...


48: Memilih Local Database terbaik untuk Flutter Project

https://blog.ihwan.id/local-database-flutter

Hashnode - Flutter (Flutter)

Dewasa ini, tidak bisa dipungkiri jika penggunaan local database / storage pada mobile apps masih diperlukan seperti untuk menyimpan data pada offline mode atau sekedar caching response dari api. Berikut kita bahas Local Database populer yang mungkin...


49: Authentication in node js

https://edunode.hashnode.dev/authentication-in-node-js

Hashnode - javascript (Javascript)

User authentication is one of the most important part of an application. Node js have several kinds of ways to handle authentication. In this article, we are mainly focused on JWT authentication. it will help you that how JWT authentication work. Wha...


50 / 76

50: Building a Simple Dice Game with JavaScript

https://thejrpranav09.hashnode.dev/building-a-simple-dice-game-with-javascript

Hashnode - javascript (Javascript)

Introduction ''''' Are you looking to develop a simple yet engaging web-based game using JavaScript' '' In this blog post, we'll guide you through the step-by-step process of creating a two-player dice game. This game involves rolling virtual dic...


51: Machine Learning - Classification

https://mahmoodrazzimy.hashnode.dev/machine-learning-classification

Hashnode - javascript (Javascript)

This example showcases how you can use a pre-trained model called MobileNet -- a machine learning model trained to recognize the content of certain images -- in ml5.js. The example aims to highlight a general pattern for how ml5.js projects are setup...


52: how to use redux toolkit

https://muhdibee.hashnode.dev/how-to-use-redux-toolkit

Hashnode - javascript (Javascript)

Overview In this tutorial, we are going to look at how to set up Redux Toolkit as a state management tool for a simple react application (i.e counter app) Prerequisites Basic knowledge of React Basic knowledge of React Hooks


53: requestAnimationFrame() All you need to know

https://andriii.hashnode.dev/requestanimationframe-all-you-need-to-know

Hashnode - javascript (Javascript)

So, you want to make some animations with JS. Handling JavaScript animations with setTimeout or setInterval would lead to junky movements of elements. And in this case, requestAnimationFrame is here to help. window.requestAnimationFrame() will be cal...


54: The 4 types of Angular Directives

https://james-reed.hashnode.dev/the-4-types-of-angular-directives

Hashnode - javascript (Javascript)

Introduction I got asked in a technical interview what the 4 main types of directives were in Angular and it stumped me. I've obviously heard of and used Directives before such as NgIf or *ngFor but had never really thought about directive 'types'. T...


55: Efficient Data Management in Web Browsers:- Exploring Session Storage and Local Storage

https://prabadhya-blogs.hashnode.dev/efficient-data-management-in-web-browsers-exploring-session-storage-and-local-storage

Hashnode - javascript (Javascript)

Ever imagined storing and retrieving data as a developer without using a database or making API calls' Yes, it is possible at least to some extent in modern-day web browsers. It is possible through the browser's Web APIs. The browser provides some of...


56: OpenAI forcé de supprimer ChatGPT ' Ce célèbre journal fait trembler le géant de l'IA

https://www.lebigdata.fr/supprimer-chatgpt

Le Big Data (dataviz)

OpenAI pourrait prochainement avoir à supprimer ChatGPT. Le New York Times envisage une action en justice contre le géant du … Cet article OpenAI forcé de supprimer ChatGPT ' Ce célèbre journal fait trembler le géant de l'IA a été publié sur LEBIGDATA.FR.


57: Python Bytes2

https://shanksms.hashnode.dev/python-bytes2-cllj34eo000000amg97ifbtyc

Hashnode - python (python)

Heap in python When you will have to fetch the kth largest or kth smallest item from a collection, consider using the heap module in Python. By default heap in Python is a min-heap. Consider the following function to fetch Kth largest element from a ...


58: Getting Started with Express.js

https://blognik.hashnode.dev/getting-started-with-expressjs

Hashnode - javascript (Javascript)

Hey folks! Hope you all are doing well. I recently started learning about Backend Development and the first step was to understand Javascript well and then to learn Express. Writing this blog for folks who are just starting to learn the Backend so th...


59: JavaScript Promises

https://letslearn.hashnode.dev/javascript-promises

Hashnode - javascript (Javascript)

JavaScript is synchronous means it executes the code line by line i.e. from top to bottom. The execution won't move to the next line until the first line is completed. However, the web is dynamic, with various tasks happening simultaneously ' like fe...


60 / 76

60: Python Bytes1

https://shanksms.hashnode.dev/python-bytes1-cllj2gdyx000909mmhd0vgwpp

Hashnode - python (python)

Frequency Counter Many times in Python, we are required to count the occurrence of a letter in a string or a word in the list of strings. While it can be achieved using dict, as shown below: s = ['lord', 'of', 'rings'] counter = dict() for word in s:...


61: JavaScript Execution Contexts! Let's Deep Dive

https://nirmallyakoner.hashnode.dev/nirmallya-js-article

Hashnode - javascript (Javascript)

Hey fellow developers, I Learned about JavaScript Execution context from Namaste JavaScript series by Akshay Saini. Let's unravel the magic that happens behind the scenes in JavaScript ' it's all about execution contexts! I'll break down the core con...


62: What is CSS Module'

https://capscode.hashnode.dev/what-is-css-module

Hashnode - javascript (Javascript)

Table of content Introduction What is CSS Module How to use CSS Module How to write multiple class name in CSS Module Gloabel styling in CSS Module Styling HTML element in CSS Module Compose in CSS Module Variable in CSS Module How CSS Modul...


63: Introduction to Functions in JavaScript: Learning how to create and use functions.

https://mohd-junaid.hashnode.dev/introduction-to-functions-in-javascript-learning-how-to-create-and-use-functions

Hashnode - javascript (Javascript)

Embarking on a JavaScript Journey: Unleashing the Power of Functions Hello, fellow code adventurers! Brace yourself for an exciting expedition into the heart of JavaScript's mighty arsenal - functions. In this comprehensive guide, we'll unravel the m...


64: Machine Learning - Using Linear Graphs

https://mahmoodrazzimy.hashnode.dev/machine-learning-using-linear-graphs

Hashnode - javascript (Javascript)

Machine Learning often uses line graphs to show relationships. A line graph displays the values of a linear function: y = ax + b which describes a line by the following properties: Linear (Straight) Slope (Angle) Intercept (Start value) Linear p...


65: Pseudorandom Number Generators

https://itsmedeva.hashnode.dev/pseudorandom-number-generators-python

Hashnode - python (python)

Proem In the realm of computer science and programming, randomness is often a useful and sometimes essential feature. Whether it's for simulations, cryptography, game development, security purpose or any application that requires unpredictable values...


66: Flutter: Communicating with Native Platform

https://successsupreme.hashnode.dev/flutter-communicating-with-native-platform

Hashnode - Flutter (Flutter)

Flutter is the perfect tool for cross-platform apps. You can easily make a performant and beautiful app with Flutter. But in order to access the native platform API, you need to communicate with the native platform. Flutter can only understand Dart l...


67: Elevating Flutter Development: The Magic of Code Generation

https://sungod.hashnode.dev/flutter-gen

Hashnode - Flutter (Flutter)

Introduction : Welcome back to my blog! In today's post, I want to share an exciting new tool that has elevated my Flutter development workflow - flutter_gen. As a Flutter developer, I'm always looking for ways to enhance code quality, accelerate dev...


68: JavaScript If Else Ternary Statements

https://aryansharma.hashnode.dev/javascript-if-else-ternary-statements

Hashnode - javascript (Javascript)

Namaskar'' Hey everyone, this is Aryan Sharma's blog, and I hope you're all doing well & great. I'm thrilled to begin this JavaScript blog for absolute beginners. 'You can find my blogs here'' What to wait' Let's go' We often came across the if...


69: Queues In Python

https://www.diggingdeeper.dev/queues-in-python

Hashnode - python (python)

Why is it Important to Know About Queues' Imagine for a moment you have been called into a project to help a large server manage data requests. Your goal is to make sure that all requests get processed in the order in which they were received, speci...


70 / 76

70: A Guide for Replacing TypeScript

https://jordanbrennan.hashnode.dev/a-guide-for-replacing-typescript

Hashnode - javascript (Javascript)

The following steps will help you remove TypeScript from your project and replace it with JSDoc and native JavaScript features. As a result, your IDE will provide more helpful info, the code will be more robust, the app bundle will be smaller, and th...


71: Crafting Interactive Worlds: A Journey into Game Development with Python and Pygame

https://amudacodes.hashnode.dev/crafting-interactive-worlds-a-journey-into-game-development-with-python-and-pygame

Hashnode - python (python)

Hey there, aspiring game developers! Are you ready to dive headfirst into the vibrant realm of game creation using Python and Pygame' Welcome to this exhilarating journey where we'll journey from the very basics to crafting interactive and entertaini...


72: Learn Next.js Server Side Rendering by building your own implementation

https://codecryrepeat.hashnode.dev/learn-nextjs-server-side-rendering-by-building-your-own-implementation

Hashnode - javascript (Javascript)

If you're here, most probably you have issues understanding how Server Side Rendering (SSR) works in meta frameworks like Next.js. I had them too and this is why I decided that I want to learn how they work under the hood and the best thing to do it ...


73: Figma To React

https://www.herofy.co//figma-to-react

Hashnode - vuejs (Javascript)

Herofy is your secret weapon in frontend development. Transforming your Figma designs into powerful, pixel-perfect React, Vue, and Angular components, we empower developers, agencies, and startups to unleash their true potential. With expert craftsma...


74: Crash-Proof Code: Python's Exception Handling

https://karun.hashnode.dev/crash-proof-code-pythons-exception-handling

Hashnode - python (python)

Exception handling is a mechanism in Python (and in many other programming languages) that allows you to gracefully handle and manage errors that might occur during the execution of your program. Instead of letting an error crash your program, you ca...


75: My CloudWatch bill was more expensive than 2.8 million Lambda compute seconds

https://matt.zip/my-cloudwatch-bill-was-more-expensive-than-28-million-lambda-compute-seconds

Hashnode - python (python)

Introduction In this post, I'll dive deep into my recent encounters with AWS, especially the unsuspected expenses tied to Python logging, and share the valuable lessons I learned. Background Our platform is designed for intense data analysis. The fr...


76: Fancy SVG filters (blogPost)

https://www.stefanjudis.com/blog/fancy-svg-filters/

Stefan Judis (Développement)

The CSS filter property provides two hands full of handy filters. filter: blur(5px); filter: brightness(0.4); filter: contrast(200%); filter: drop-shadow(16px 16px 20px blue); filter: grayscale(50%); ... And that's cool, but filter really shines when you apply custom SVG filters with the url() function. filter: url("filters.svg#filter-id"); SVG is such a secret powerhouse for creating [...]




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