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

« Avril 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 29 Avril 2023 (69)

1: Why Kotlin over Java for Android Development'

https://sumitbhuia.hashnode.dev/why-kotlin-over-java-for-android-development

Hashnode - Kotlin (Mobiles)

Overview of Kotlin and its Features Kotlin is a modern language that is developed by JetBrains, the same company that made the IntelliJ IDE. It is a statically typed language( i.e. the compiler checks the data types of variables and expressions befor...


2: Node.js Tutorial: Convert Currency Codes to Symbols in Seconds

https://suhail.hashnode.dev/nodejs-tutorial-convert-currency-codes-to-symbols-in-seconds

Hashnode - javascript (Javascript)

Introduction: Working with currency symbols can be tricky in any programming language, but especially so in Node.js. Fortunately, the currency-symbol-map package provides an easy-to-use solution for handling currency symbols in your Node.js applicati...


3: GitLab App Integration in MindsDB

https://senali.hashnode.dev/gitlab-app-integration-in-mindsdb

Hashnode - python (python)

Introduction What is this Mindsdb, and what it does I have a lot of questions. I think you have too. Let's see and explore more about MindsDB. Also, how should I integrate the GitLab handler for the MindsDB repository and what is the journey of contr...


4: From Zero to Hero: How I Learned to Code and Found My Dream Job

https://www.rahulbagal.software/from-zero-to-hero-how-i-learned-to-code-and-found-my-dream-job

Hashnode - javascript (Javascript)

Coding is quickly becoming one of the most important skills to have in today's job market. With the rise of technology, the demand for skilled coders is higher than ever before. In this article, I will share my journey of how I went from knowing noth...


5: End-to-End Automated Testing with JavaScript - Protractor

https://niazmorshed1494.hashnode.dev/end-to-end-automated-testing-with-javascript-protractor

Hashnode - javascript (Javascript)

Protractor is an end-to-end automation test framework for Angular as well as Non-AngularJS applications. Protractor runs tests against our application running in a real browser, interacting with it as a user would. It offers combined end-to-end testi...


6: Node.js Tutorial: How to Easily Convert Axios Requests to cURL Commands with axios-curlirize in Node.js and the Browser

https://suhail.hashnode.dev/nodejs-tutorial-how-to-easily-convert-axios-requests-to-curl-commands-with-axios-curlirize-in-nodejs-and-the-browser

Hashnode - javascript (Javascript)

Axios is a popular JavaScript library used for making HTTP requests from a web page or Node.js application. When developing APIs, it can be helpful to convert an Axios request to a cURL command for debugging or testing purposes. Fortunately, the axio...


7: Il est où l'emploi '

https://4design.xyz/il-est-ou-lemploi

CSS 4 design (Internet / Design)

Je profite de l’occasion que j’ai de mettre à jour ce blog vers la version 6.2 de WordPress pour te présenter mon nouveau blog emploi Dans tes cordes ! J’en profite pour te tenir au courant (les derniers articles réguliers sur 4design datent de 2015 environ) : je suis passé d’intégrateur – … →


8: Complete Detail about Scope, and Lexical Environment , Scope Chaining with Code Snippets

https://deepaknayak.hashnode.dev/complete-detail-about-scope-and-lexical-environment-scope-chaining-with-code-snippets

Hashnode - javascript (Javascript)

Scope: Scope means accessing a particular variable and a function in our code. In other words, scope determines the accessibility and visibility of a variable/function. Types Of Scopes: Global Scope: Variables declared outside the function are called...


9: Understanding Equality Operators in JavaScript: Loose vs. Strict

https://roshansinghbhadauriya.hashnode.dev/understanding-equality-operators-in-javascript-loose-vs-strict

Hashnode - javascript (Javascript)

JavaScript is a dynamically typed language, which means that data types are not specified when declaring variables. This allows for more flexibility in programming, but it also means that there can be unexpected behavior when comparing values of diff...


10 / 69

10: How to Use Nyckel to Reverse-Engineer Google Vision API.

https://taosheeda.hashnode.dev/how-to-use-nyckel-to-reverse-engineer-google-vision-api

Hashnode - python (python)

Introduction The world we found ourselves in today is developing rapidly with the use of sophisticated technology which makes it much easier for us to achieve a specific task that could have taken ages within a fraction of a second. Folks that live i...


11: I'm sorry, but JavaScript is ugly.

https://austn.net/im-sorry-but-javascript-is-ugly

Hashnode - javascript (Javascript)

Someone had to say it. I've written JavaScript since 2017. It was the first real programming language I learned to the extent of being able to find a job and work using it. Around 2019, I decided that I don't ever want to go back to JavaScript. I fou...


12: Python - ModuleNotFoundError: no module named X

https://kumarkanchan.hashnode.dev/python-modulenotfounderror-no-module-named-x

Hashnode - python (python)

Why do we encounter ModuleNotFoundError' A few simple reasons for ModuleNotFoundError could be: The module is not installed in your Python environment The module name is misspelled Trying to import a module using the incorrect path The first two...


13: Adding timeout and multiple abort signals to fetch() (TypeScript/React)

https://rashidshamloo.hashnode.dev/adding-timeout-and-multiple-abort-signals-to-fetch-typescriptreact

Hashnode - javascript (Javascript)

Timeout In my latest project, I made a Node/Express API backend which acted as a proxy between multiple public APIs and my frontend. after deploying it to Vercel, I encountered this error: The Serverless Function has timed out. This happens when one ...


14: Checking Existence of Edge Length Limited Paths

https://leeting-lcs.hashnode.dev/checking-existence-of-edge-length-limited-paths

Hashnode - python (python)

Problem Statement:- An undirected graph of n nodes is defined by edgeList, where edgeList[i] = [ui, vi, disi] denotes an edge between nodes ui and vi with distance disi. Note that ther...


15: Git and Github for Beginners ''

https://codingadda.hashnode.dev/git-and-github-for-beginners

Hashnode - javascript (Javascript)

Welcome to Coding Adda! In today's blog, we will be discussing the basics of Git and GitHub for beginners. Let's start with a simple story of 2 Aditya and Hari guys developing a project. Initially for development when there wouldn't exist a system th...


16: PYTHON & NoSQL ft. Atlas MongoDB

https://ankuraxz.hashnode.dev/python-nosql-ft-atlas-mongodb

Hashnode - python (python)

The last article discussed Relational Databases, which can be displayed as tables with defined columns. This article covers another kind of database, Non-relational & Document Oriented, also called No SQL (Not Only SQL) Database. A famous example of ...


17: Loop and type of loop in JavaScript.

https://aditya06.hashnode.dev/loop-and-type-of-loop-in-javascript

Hashnode - javascript (Javascript)

A loop is a programming construct that allows you to repeat a set of instructions multiple times. This can be useful when you need to perform a task a certain number of times, or when you need to iterate over a collection of items. A loop typically c...


18: Everything I Learned Building a Time Tracking Website - A Javascript Perspective

https://winniffy.hashnode.dev/everything-i-learned-building-a-time-tracking-website-a-javascript-perspective

Hashnode - javascript (Javascript)

I am currently learning Javascript and just finished the Date Objects and Methods section, so I decided to build something with it as that is the best way to solidify your learnings of a programming concept. I designed and built a website that would ...


19: The Looney World of Logical Operators in Python: Where True Meets False and everything goes bananas

https://thealgorithmicjourney.com/the-looney-world-of-logical-operators-in-python-where-true-meets-false-and-everything-goes-bananas

Hashnode - python (python)

They are symbols that are used to help the programmer make decisions based on the outcome of multiple conditions. Types of logical operators The "and" operator It returns TRUE if both the conditions on either side of it are true. Otherwise, it return...


20 / 69

20: Revolutionize Your Web App Development with This New & Rapid Web Framework

https://faithbolanle.hashnode.dev/revolutionize-your-web-app-development-with-this-new-rapid-web-framework

Hashnode - javascript (Javascript)

If you are familiar with WordPress website builders like Elementor or Divi, then you will love this web framework. Atri is a web development framework that is designed to enhance the website development experience for developers and build Progressive...


21: How to start learning React

https://ravikr126.hashnode.dev/how-to-start-learning-react

Hashnode - javascript (Javascript)

Hii everyone #letslearntogether let's talk about how to learn #react. Many of my juniors asked me how to start learning to react. There are so many roadmaps available but they didn't understand so I share my experience hot to start learning React. th...


22: How to Extract YouTube Video Tags using Python

https://computercodingclass.hashnode.dev/how-to-extract-youtube-video-tags-using-python

Hashnode - python (python)

In this program, we extracted youtube video tags using Beautifulsoup and Requests packages of Python. At the end, we store these tags in an Excel File using Python Pandas DataFrame. #python #coding #programming #beautifulsoup #scraping #india https:/...


23: Our 1st Flutter App

https://harshvardhan082.hashnode.dev/our-1st-flutter-app

Hashnode - Flutter (Flutter)

Prerequisites Before you begin building a Flutter app, you need to have the following software installed on your system: Flutter SDK The first thing you need to install is the Flutter SDK. The Flutter SDK is a set of tools that allows you to develop,...


24: PyTorch for Natural Language Processing: Tools and Techniques

https://ashishguleria.ml/pytorch-for-natural-language-processing-tools-and-techniques

Hashnode - python (python)

PyTorch is an open-source machine learning framework designed for building and training neural networks. Developed by Facebook's AI research team, PyTorch is known for its flexibility, ease of use, and efficiency. In this article, we will explore PyT...


25: Flutter State Management: Controversial Topic

https://newsun.com.np/flutter-state-management-controversial-topic

Hashnode - Flutter (Flutter)

Before Jumping into the topic Let's clarify why we need State Management Solution for Our App. Not Only Mobile Apps and web apps also need State Management. But Webpage Don't. But Why' In Single Page Applications UI have to change according to certai...


26: "The Power of TensorFlow: A Comprehensive Guide to This Open-Source Machine Learning Platform

https://ashishguleria.ml/the-power-of-tensorflow-a-comprehensive-guide-to-this-open-source-machine-learning-platform

Hashnode - python (python)

Introduction TensorFlow is an open-source machine learning platform developed by the Google Brain Team. It is a software library for numerical computation using data flow graphs. TensorFlow was released in November 2015 and has become a popular tool ...


27: Dockerizing a Node.js Application from Scratch

https://hossainchisty.hashnode.dev/dockerizing-a-nodejs-application-from-scratch

Hashnode - javascript (Javascript)

Dockerizing a Node.js application can greatly simplify the deployment process and improve the scalability of your application. Docker is a containerization platform that allows you to package your application and its dependencies into a container, wh...


28: A tutorial on how to set up and customize Visual Studio Code for Vue.js

https://davidkehinde.hashnode.dev/a-tutorial-on-how-to-set-up-and-customize-visual-studio-code-for-vuejs

Hashnode - vuejs (Javascript)

Greetings, fellow Vue.js fans! Are you prepared to go out on an exciting journey intUuo the fascinating world of Visual Studio Code customization' Friends, fasten your seatbelts because we are about to embark on a wild adventure through the complex i...


29: Decorator Pattern

https://techtruth.dev/decorator-pattern

Hashnode - javascript (Javascript)

The Decorator pattern is a structural design pattern that allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class. This pattern is suitable for project...


30 / 69

30: elementPlus <el-tab> + <route-view> ''''

https://yukki.hashnode.dev/elementplus-el-tab-route-view

Hashnode - vuejs (Javascript)

''el-tab'' route-view ''''''''' route '''''''''''''''''''''''''''''''''''''''''''''''' '''''' main page ''''''''''''''''''' tab ''''' el-tab '''' onBeforeLeave function ''' router.push '''''''


31: 90DaysOfDevOps:Day 11 Task: Advance Git & GitHub

https://goutamdevops.hashnode.dev/90daysofdevopsday-11-task-advance-git-github

Hashnode - python (python)

Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a different branch to work on something else, but you don't want...


32: 90DaysOfDevOps:Day 10: Advance Git & GitHub .

https://goutamdevops.hashnode.dev/90daysofdevopsday-10-advance-git-github

Hashnode - python (python)

Git Branching is a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request. B...


33: What Programming Language Should I Learn First'

https://alittlecoding.com/what-programming-language-should-i-learn-first

Hashnode - javascript (Javascript)

This is a very tricky question and the answer is tricky too. Whether you are pursuing CSE/IT or trying to get into tech on your own, this is an important question. Please take this article as my personal opinion. First, let's see the options we have....


34: 90DaysOfDevOps:Day9

https://goutamdevops.hashnode.dev/90daysofdevopsday9

Hashnode - python (python)

What is Git and why is it important' Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code...


35: Things done and on the way to learn

https://sameep.hashnode.dev/things-done-and-on-the-way-to-learn

Hashnode - javascript (Javascript)

Hello everyone, myself SAMEEP CHAURASIA and currently I'm in my first year(1st semester) of btech things I have done till now are => Language - C++ Frontend - HTML, CSS, JAVASCRIPT, REACT, VITE, TYPESCRIPT Other - GitHub and my goal to be completed i...


36: 90DaysOfDevOps:Day8

https://goutamdevops.hashnode.dev/90daysofdevopsday8

Hashnode - python (python)

What is Git' Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. Wi...


37: 23 - JavaScript - Singly LinkedList

https://manaskrishnajaiswaltechblogs.hashnode.dev/23-javascript-singly-linkedlist

Hashnode - javascript (Javascript)

A singly linked list is a linear data structure that is made up of nodes. Each node contains a data element and a reference to the next node in the list. The first node in the list is called the head, and the last node is called the tail. If a node's...


38: [PART 20] Create a Twitter clone with GraphQL, Typescript, and React ( Retweet )

https://ipscodingchallenge.hashnode.dev/part-20-create-a-twitter-clone-with-graphql-typescript-and-react-retweet

Hashnode - javascript (Javascript)

Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Backend I decided to simplify the way I was going to handle retweets. Retweets will be handled like "likes". So I'...


39: 90daysofdevops 4

https://goutamdevops.hashnode.dev/90daysofdevops-4

Hashnode - python (python)

What is Shell' A shell is a program that provides the traditional, text-only user interface for Linux and other Unix-like operating systems. Its primary function is to read commands that are typed into a console or terminal window (an all-text windo...


40 / 69

40: Google Cloud est rentable pour la 1ère fois, AWS bientôt détrôné '

https://www.lebigdata.fr/google-cloud-rentable-aws-detrone

Le Big Data (dataviz)

L’ascension fulgurante de Google Cloud se poursuit alors qu’il devient enfin rentable, laissant AWS se demander si sa position de … Cet article Google Cloud est rentable pour la 1ère fois, AWS bientôt détrôné ' a été publié sur LEBIGDATA.FR.


41: Python Design Patterns Cookbook: Recipes for Clean and Reusable Code (Factory Method)

https://ritwikmath.hashnode.dev/python-design-patterns-cookbook-recipes-for-clean-and-reusable-code-factory-method

Hashnode - python (python)

Design Patterns: An Introduction and Explanation Design patterns are like recipes that software developers use to solve common problems that come up when building complex software. Like how different chefs might use slightly different ingredients or ...


42: 90daysofdevops 1

https://goutamdevops.hashnode.dev/90daysofdevops-1

Hashnode - javascript (Javascript)

DevOps is era of automation. or DevOps is Set of Tools which make the things in automation. Automation is reduced form of human intervention. Scaling is an automation driven environment for the establishment of dev-ops culture.


43: Un Data Center brûle à Paris, Google tombe en panne partout en Europe

https://www.lebigdata.fr/data-center-brule-google-panne

Le Big Data (dataviz)

  L’incendie d'un Data Center à Paris fait chuter Google dans l’obscurité, perturbant les services en ligne à travers le … Cet article Un Data Center brûle à Paris, Google tombe en panne partout en Europe a été publié sur LEBIGDATA.FR.


44: Introduction to Python

https://lavanyayangala.hashnode.dev/learn-the-fundamentals-of-python-programming-an-introduction-to-python-for-beginners

Hashnode - python (python)

What is Python' Python is a popular programming language. Python was created by Guido Van Rossum and released in 1991. Applications of Python' Web Development: Python is often used for back-end web development, it could handle large amounts of d...


45: How to Choose the Right Colours for Your Website: Colour Psychology in Web Design

https://brocodeafrica.hashnode.dev/how-to-choose-the-right-colours-for-your-website-colour-psychology-in-web-design

Hashnode - javascript (Javascript)

Introduction The colours you choose for your website have a big impact on how visitors perceive your brand and engage with your content. Understanding how various colours can affect emotions and behaviour will help you choose the best colour scheme f...


46: The Ultimate guide to Decorators in Typescript

https://blogs.utkarshrajput.com/ultimate-guide-to-decorators-in-typescript

Hashnode - javascript (Javascript)

What are Decorators Decorators are a powerful feature in TypeScript that allows developers to modify or extend the behaviour of classes, methods, accessors, and properties. They offer an elegant way to add functionality or modify the behaviour of exi...


47: MonitorControl pour contrôler la luminosité des écrans externes sur Mac

https://macternelle.fr/2023/04/29/monitorcontrol-pour-controler-la-luminosite-des-ecrans-externes-sur-mac/

Macternelle (enfant / Formation)

MonitorControl est un utilitaire gratuit sur Mac qui permet d’ajuster finement et automatiquement la luminosité des écrans externes branchés sur l’ordinateur. Pour utiliser MonitorControl, il faut que le ou les écrans soient compatibles avec DDC, qui permet justement à un logiciel d'ajuster ses paramètres d'affichage. La plupart des écrans modernes le sont, mais vous pouvez vé [...]


48: Session storage Vs. Local storage

https://prathmesh-patil.hashnode.dev/session-storage-vs-local-storage

Hashnode - javascript (Javascript)

Have you ever closed a tab on your browser and then realized that you lost all the data you had entered into a form' Or maybe you refreshed a page and had to start all over again. That's where session storage and local storage come in! In this blog, ...


49: Use of pubspec.yaml file in flutter

https://harshvardhan082.hashnode.dev/use-of-pubspecyaml-file-in-flutter

Hashnode - Flutter (Flutter)

Introduction The pubspec.yaml file is a core file in all Flutter projects. It is a YAML (YAML Ain't Markup Language) file that contains configuration settings for a Flutter project. The pubspec.yaml file specifies dependencies, assets, and other meta...


50 / 69

50: 30 Days JavaScript | Day 01 JS Introduction

https://siddhantxh.hashnode.dev/30-days-javascript-day-01-js-introduction

Hashnode - javascript (Javascript)

Greetings Everyone, Starting Today, 29th April 2023, I'm publicly committing to "30 Days Javascript" - an in-depth blog series covering the fundamentals of #JavaScript, demystifying the language that powers the modern web. from variables and data typ...


51: Liens vagabonds : Résultats trimestriels des GAFAM, Microsoft surfe sur la vague ChatGPT

https://www.meta-media.fr/2023/04/29/liens-vagabonds-resultats-trimestriels-des-gafam-microsoft-surfe-sur-la-vague-chatgpt.html

Meta Media (Internet)

À RETENIR CETTE SEMAINE L'IA bénéfique - Cette semaine, Alphabet, Microsoft et Meta ont annoncé une croissance de leurs revenus, portés par leurs ambitions et investissements dans l'intelligence artificielle. Après une année 2022 compliquée, Meta a annoncé des résultats supérieurs aux attentes. Ses revenus au premier trimestre ont progressé de... The post Liens vagabonds : Résultats t [...]


52: Project H8ck ' Hello, Unreal Engine

https://peterwitham.hashnode.dev/project-h8ck-hello-unreal-engine

Hashnode - Unity (unity)

Creating an Idle-style game with Unreal Engine is proving very interesting and not something I have found many details on. This has me thinking that I need to create a video series. Contact me if you think this would be useful. The extensive full-gam...


53: ECMA and ECMAScript: What You Need to Know

https://codingmoon.hashnode.dev/ecma-and-ecmascript-what-you-need-to-know

Hashnode - javascript (Javascript)

Many people, whether new to the development field or with experience, have doubts and confusion around ECMA and ECMAScript.''' In this article, we'll get it straight once and for all.' Standardization in the Computer Industry: Standardization play...


54: 22 - JavaScript - LinkedList

https://manaskrishnajaiswaltechblogs.hashnode.dev/22-javascript-linkedlist

Hashnode - javascript (Javascript)

A linked list is a linear data structure that consists of a sequence of nodes, where each node contains data and a reference to the next node in the sequence. Unlike arrays, which have a fixed size, linked lists can grow or shrink dynamically as elem...


55: Sending POST data to a Django view via AJAX to a REST endpoint

https://anjanesh.dev/sending-post-data-to-a-django-view-via-ajax-to-a-rest-endpoint

Hashnode - javascript (Javascript)

If you want to send some POST data to an endpoint URL using AJAX, say for example, adding employee data to the database via a popup and not via the regular method, we need to extract the csrf_token value from the generated input tag. Template ...


56: Is Web Dev Outdated '

https://techtaleswithshivam.hashnode.dev/is-web-dev-outdated

Hashnode - javascript (Javascript)

I've heard many people saying that nowadays web dev is not a good career option. No, web development is not an outdated career. It continues to be a highly relevant and in-demand field in the ever-expanding digital landscape. Here are a few reasons w...


57: How to bundle your Python app as a pip package & upload to PyPi'

https://nikhilakki.in/how-to-bundle-your-python-app-as-a-pip-package-upload-to-pypi

Hashnode - python (python)

In this post, we are going to look at the Python tool called Flit and we are going to publish our very own Daily Jokes generator CLI app. Jokes Daily is a simple app using native Python std library (and nothing else) to fetch jokes from jokeapi.dev. ...


58: Mastering Computer Vision with Python OpenCV: Key Features and Applications

https://ashishguleria.ml/mastering-computer-vision-with-python-opencv-key-features-and-applications

Hashnode - python (python)

Python OpenCV is a powerful and versatile computer vision library that enables developers to create image and video processing applications. It is an open-source library and can be used in various fields such as robotics, artificial intelligence, sur...


59: Top 10 Powerful Benefits of Migrating to Microsoft 365 Cloud

https://www.smashingapps.com/powerful-benefits-of-microsoft-365-cloud/

Smashing apps (Design / Internet)

Migrating to Microsoft 365 cloud offers many benefits, including enhanced collaboration, increased security, and cost savings. Other advantages include access to the latest features and updates, simplified IT management, and improved scalability. With Microsoft 365, businesses can also enjoy greater flexibility, better compliance, and improved productivity.


60 / 69

60: What is a Kubernetes Namespace'

https://mrdevops.hashnode.dev/what-is-a-kubernetes-namespace

Hashnode - javascript (Javascript)

Namespaces are a way to organize clusters into virtual sub-clusters ' they can be helpful when different teams or projects share a Kubernetes cluster. Any number of namespaces are supported within a cluster, each logically separated from others but w...


61: Recursion with Python: A beginner guide on Recursion - Part 1

https://samuell.hashnode.dev/recursion-with-python-a-beginner-guide-on-recursion-part-1

Hashnode - python (python)

Introduction to Recursion in Python Recursion is a technique in Python (and many other programming languages) where a function calls itself one or more times to solve a problem. It is like playing with a Russian nesting doll, each doll has a smaller ...


62: Recursion with Python: A beginner guide on Recursion

https://samuell.hashnode.dev/recursion-with-python-a-beginner-guide-on-recursion

Hashnode - python (python)

Introduction to Recursion in Python Recursion is a technique in Python (and many other programming languages) where a function calls itself one or more times to solve a problem. It is like playing with a Russian nesting doll, each doll has a smaller ...


63: Tips for WooCommerce Abandoned Cart Emails

https://www.wpexplorer.com/woo-abandoned-cart-emails/

WP Explorer (wordpress)

It’s no secret that abandoned cart emails are an incredibly effective marketing tool. Studies have shown that the average open rate for abandoned cart emails is around 49%, with a 8.38% click-through rate. That means you can potentially recover up to two out of every three abandoned carts by using this method. But sending a […] The post Tips for WooCommerce Abandoned Cart Emails appear [...]


64: Implementing Real-Time Messaging

https://arashjangali.com/implementing-real-time-messaging

Hashnode - javascript (Javascript)

Day 88 of my #100DaysOfCode challenge, and I decided to spend my Friday evening working on a real-time messaging feature for my project. This exciting challenge pushed me to learn how to fetch messages instantaneously, send them to the backend, store...


65: Kotlin Flow - Combine, Merge and Zip

https://vtsen.hashnode.dev/kotlin-flow-combine-merge-and-zip

Hashnode - Kotlin (Mobiles)

This is part of the asynchronous flow series: Part 1 - Exploring Android LiveData Usages and Behaviors Part 2 - Introduction to Kotlin Flows and Channels Part 3 - Exploring Different Ways to Collect Kotlin Flow Part 4 - Convert Flow to SharedFlow...


66: Build a Reusable Carousel with Vue and Splide.js

https://openreplay.hashnode.dev/build-a-reusable-carousel-with-vue-and-splidejs

Hashnode - vuejs (Javascript)

In today's web development landscape, building reusable components is essential to improve efficiency and maintainability. One of the most commonly used components in web design is the carousel, a sliding image gallery that allows users to browse thr...


67: Building a Customizable Calendar UI in Flutter: A Beginner's Journey to Mastery

https://damilared.hashnode.dev/building-a-customizable-calendar-ui-in-flutter-a-beginners-journey-to-mastery

Hashnode - Flutter (Flutter)

In this blog post, I'll share my experience of building a calendar UI in Flutter that my boss challenged me to create. I'll discuss the steps I took to enhance and customize the screen to meet the project requirements. So, if you're interested in lea...




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