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

« Mars 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 4 Mars 2023 (78)

1: Overview on HTML, CSS and JavaScript

https://moreshwar.hashnode.dev/web-technologies

Hashnode - javascript (Javascript)

What is HTML' Hyper Text Markup Language (HTML), is and building block for web development. It can be also considered one of the basics of web technologies. "Hypertext" refers to links that connect web pages, either within a single website or betwe...


2: Angular vs Vanilla JavaScript - Job Interview Coding Challenge

https://monacodelisa.com/angular-vs-vanilla-javascript-job-interview-coding-challenge

Hashnode - javascript (Javascript)

As a developer, I am always looking for opportunities to learn and grow. Recently, I applied for a job that required knowledge of vanilla Javascript and React, and was given a coding challenge to test my skills in these areas. While React was an opti...


3: Angular vs Vanilla JavaScript - Job Interview Coding Project

https://monacodelisa.com/angular-vs-vanilla-javascript-job-interview-coding-project

Hashnode - javascript (Javascript)

As a developer, I am always looking for opportunities to learn and grow. Recently, I applied for a job that required knowledge of vanilla Javascript and React, and was given a coding challenge to test my skills in these areas. While React was an opti...


4: HelmetJS and SwaggerUI: Avoiding headaches in your NodeJS app

https://starlingroot.hashnode.dev/helmetjs-and-swaggerui-avoiding-headaches-in-your-nodejs-app

Hashnode - javascript (Javascript)

As a Software Engineer, the importance of embracing Security-driven development cannot be overemphasized. If you realize how important this is, then you must have used one or more security middlewares such as HelmetJS. These tools work great until yo...


5: Integrating Paystack payment gateway into the Django project

https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project-part2

Hashnode - python (python)

This article is split into two parts to make it easier for readers to digest the information and to allow for a more focused and in-depth exploration of the topic. This is part two(2) of the article. Check out part one(1) at, Link I highly recommend ...


6: Week 5 at Command Shift

https://davedoescoding.hashnode.dev/week-5-at-command-shift

Hashnode - javascript (Javascript)

This is the first week of the Command Shift JavaScript basics module and oh boy has the difficulty spiked a bit. I've touched on JS in the past on FreeCodeCamp and done a few small projects but it's never really stuck with me. Something about it just...


7: Learn python by creating a simple CATculator

https://webwolf.hashnode.dev/learn-python-by-creating-a-simple-catculator

Hashnode - python (python)

What is a CATculator' A CATculator as I like to call it is a computer program that converts your cat's age to human age. Let's get started..... Pseudocode If you're new to coding, the term pseudocode will probably look confusing to you. However, ther...


8: Dart 3 in depth: Records

https://stevenosse.com/dart-3-in-depth-records

Hashnode - Flutter (Flutter)

Context Yeah, Dart is amazing. What I like the most about this language is that it's so easy to use yet so powerful. There were many announcements at Flutter Forward 2023, among which was a new version of Dart: Dart 3. Since I started using Dart in 2...


9: Beginners Guide To Understanding JavaScript Data Types

https://rinjj.hashnode.dev/beginners-guide-to-understanding-javascript-data-types

Hashnode - javascript (Javascript)

What are JavaScript data types' JavaScript is a dynamic programming language where nearly everything you type is a form of data. Every piece of data falls into one of JavaScripts Data Types: Numbers, Strings, Booleans, Objects, Null, Undefined and Sy...


10 / 78

10: VS Code Extensions for web developers.

https://muhammadshakir.hashnode.dev/vs-code-extensions-for-web-developers

Hashnode - javascript (Javascript)

What is VS Code' Visual Studio (VS) is a popular Integrated Development Environment (IDE) for web developers due to its powerful features and flexibility. One of the greatest benefits of using VS is the vast collection of extensions that can enhance ...


11: Chunk 3: Getting Data from DynamoDB to the website

https://dkloud.hashnode.dev/chunk-3-getting-data-from-dynamodb-to-the-website

Hashnode - javascript (Javascript)

Here's the page: https://www.donangeles.com/ This chunk requires that the visitor counter show up on the website and increase in count whenever the page is visited. Again, quite simply said but took some time for me to figure it out. By this point, t...


12: Count Subarrays With Fixed Bounds

https://leeting-lcs.hashnode.dev/count-subarrays-with-fixed-bounds

Hashnode - python (python)

Problem Statement:- You are given an integer array nums and two integers minK and maxK. A fixed-bound subarray of nums is a subarray that satisfies the following conditions: The minimum value in the subarray is equal to minK. The maximum value in t...


13: Understanding Data Types in JavaScript

https://benjamincodes.hashnode.dev/understanding-data-types-in-javascript

Hashnode - javascript (Javascript)

Introduction JavaScript is a popular programming language used for building web applications and other software. A key feature of JavaScript is its ability to work with different data types. In this article, you will get a good understanding of the d...


14: 6 Best Practices for Writing Clean and Efficient Python Code

https://brainembedded.hashnode.dev/6-best-practices-for-writing-clean-and-efficient-python-code

Hashnode - python (python)

Python is a popular and powerful programming language that is widely used for a variety of applications, from web development to data analysis to machine learning. However, writing clean and efficient Python code can be a challenge, especially for be...


15: Start Your Raspberry Pi Program Automatically with systemd on Bootup

https://anthonysmith.hashnode.dev/start-your-raspberry-pi-program-automatically-with-systemd-on-bootup

Hashnode - python (python)

Have you ever wondered how you can automate programs and start them automatically at boot' The Raspberry Pi is a small single-board computer that has gained immense popularity over the years for its versatility and ease of use. It is an affordable, l...


16: How to use the logging module in Python

https://vincentcodes.hashnode.dev/how-to-use-the-logging-module-in-python

Hashnode - python (python)

Logging is one of the powerful features of python that is rarely used by beginners because it looks difficult from the outset. Most of us use print debugging: the print() function is used to output debug messages like here, or entered test function. ...


17: LeetCode - Kth Smallest Element in a Sorted Matrix

https://alkesh26.hashnode.dev/leetcode-kth-smallest-element-in-a-sorted-matrix

Hashnode - javascript (Javascript)

Problem statement Given an n x n matrix where each of the rows and columns is sorted in ascending order, return the kth smallest element in the matrix. Note that it is the kth smallest element in the sorted order, not the kth distinct element. You mu...


18: How to make a Simple Calculator App using HTML CSS and Javascript

https://ayushiscoding.hashnode.dev/how-to-make-a-simple-calculator-app-using-html-css-and-javascript

Hashnode - javascript (Javascript)

Have you ever wanted to create an app that is not only practical but also showcases your coding skills' Look no further than building a calculator app! In this blog post, I'll share my journey of creating a fully-functional calculator app using HTML,...


19: Projects to build before learning React

https://codewithfash.hashnode.dev/projects-to-build-before-learning-react

Hashnode - javascript (Javascript)

Introduction React is a javascript library for building user interfaces easily and more effectively. It is nice to work with but without a good knowledge of javascript, it can become really hard to understand. Some developers including myself rushed ...


20 / 78

20: A Detailed Information About Flutter

https://blog.jaychauhan.me/a-detailed-information-about-flutter

Hashnode - Flutter (Flutter)

Flutter is an open-source mobile application development framework that was created by Google. It was first introduced in 2017 and has gained a lot of popularity since then. Flutter allows developers to create high-quality, cross-platform mobile appl...


21: Exploring Python's Advanced Features: A Guide for Experienced Developers

https://brainembedded.hashnode.dev/exploring-pythons-advanced-features-a-guide-for-experienced-developers

Hashnode - python (python)

Python is a popular programming language known for its simplicity, readability, and versatility. It has a large standard library and an active community that provides numerous resources and tools for developers. While Python is often considered a beg...


22: Python vs. Other Programming Languages: A Comparison of Advantages and Limitations

https://brainembedded.hashnode.dev/python-vs-other-programming-languages-a-comparison-of-advantages-and-limitations

Hashnode - python (python)

Python is a high-level, interpreted programming language that is popular among developers due to its simplicity, readability, and versatility. It has a large standard library, and an active community, and is used for a wide range of applications, inc...


23: Introduction to python programming

https://ritikraja.hashnode.dev/introduction-to-python-programming

Hashnode - python (python)

Python was first released in 1991 by "Guido Van Rossum". It is a high-level programming language. It is a language that is older than Java. In the 20s python has been second most popular language after java. The reason it becomes a popular language i...


24: Day 12 - Strings Slicing and Operations on Strings

https://codewithjain.hashnode.dev/day-12-strings-slicing-and-operations-on-strings

Hashnode - python (python)

Introduction In the previous blog we learnt about strings in python and today I will share more on the string operations and looping through the string. I also wrote a bunch of code to practice the string functions and have attached the source code a...


25: Arrays and it's Method

https://abbas.hashnode.dev/arrays-and-its-method

Hashnode - javascript (Javascript)

It is a collection of items with the index number Arrays are variables that can hold more than one value [], we can access the values present in the array by variable name(Index_no), and we have different properties to do work like variable_name.leng...


26: All you need to know about java

https://tealfeed.hashnode.dev/all-you-need-to-know-about-java

Hashnode - javascript (Javascript)

Java is a widely-used programming language that is designed to be fast, secure, and portable. It was first introduced by Sun Microsystems in 1995 and has since become one of the most popular programming languages in the world. In this article, we wil...


27: Top 10 JavaScript Array Methods You Should Know

https://blog.skillsafari.in/top-10-javascript-array-methods-you-should-know

Hashnode - javascript (Javascript)

An array is a data structure that holds a list of elements that can store multiple values in a single variable, and the strength of JavaScript arrays lies in the array methods. This article will thoroughly review the Top 10 JavaScript Array Methods Y...


28: Mastering the Interview Question: Explain var, let, and const in JavaScript

https://naeemghadai.hashnode.dev/mastering-the-interview-question-explain-var-let-and-const-in-javascript

Hashnode - javascript (Javascript)

Did your interview not go as you planned' You know the answer but you are not able to explain it to the interviewer' Then, my friend, you are not alone. I and many other devs faced the same problems and that's why I'm here to share some tips on how...


29: Clustering in Nodejs | Scaling Nodejs App

https://mohitmohlia.hashnode.dev/clustering-in-nodejs-scaling-nodejs-app

Hashnode - javascript (Javascript)

Node.js is an event-driven, non-blocking I/O platform that is built on top of Google's V8 JavaScript engine. Node.js provides an easy-to-use API for building high-performance, scalable network applications. However, while Node.js is great for buildin...


30 / 78

30: Array Map vs Map: Understanding the Differences in JavaScript

https://belovedobiora.hashnode.dev/array-map-vs-map-understanding-the-differences-in-javascript

Hashnode - javascript (Javascript)

Understanding the Difference between Array.prototype.map() and Map in JavaScript When it comes to working with data in JavaScript, developers have a variety of options available to them. Two commonly used features are Array.prototype.map() and Map. W...


31: Parent-to-Child and Child-to-Parent communication in LWC

https://shreyventure.hashnode.dev/parent-to-child-and-child-to-parent-communication-in-lwc

Hashnode - javascript (Javascript)

If you've been struggling to wrap your head around component communication in LWC, welcome to the club. When I started developing lightning web components, I had a tough time figuring out how to pass parameters from one component to another. And let'...


32: Building A Simple Blog Application with Flask

https://codekafor.hashnode.dev/building-a-simple-blog-application-with-flask

Hashnode - python (python)

Introduction What is Flask' In this tutorial, you will be introduced to Flask, a small and lightweight Python web framework that simplifies the process of creating web applications. This framework is especially useful for new developers as it is easy...


33: Integrating Paystack payment gateway into the Django project

https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project

Hashnode - python (python)

Merchants use payment gateways, a technology that enables them to accept credit or debit card payments from customers. This term encompasses the physical card-reading devices found in material and offline retail stores and the payment processing port...


34: Dart Programming Language

https://hxruchiyo.hashnode.dev/dart-programming-language

Hashnode - Flutter (Flutter)

Heyy fellow techies!!! Presuming you're already having some idea about Java or C++, I'd like to introduce Dart to you. It's actually very easy if you have done any object oriented language before but even if you're a beginner, feel free to go through...


35: Pointer Events in JavaScript

https://supminn.hashnode.dev/pointer-events-in-javascript

Hashnode - javascript (Javascript)

We know that browsers work with the help of JavaScript, i.e. every browser has a JavaScript engine to execute the code to present the final web page. When writing code for the Web, there are a large number of Web APIs available. Today, we will unders...


36: JavaScript Objects

https://shubhamv.hashnode.dev/javascript-objects

Hashnode - javascript (Javascript)

It's time to take a deeper look at another type of storage: object. The object initializer syntax starts with an open curly brace { and ends with a closed curly brace} with a list of key-value pairs in the middle. Let's take a look at a person's obje...


37: Recover your password with Supabase

https://guillaumeduhan.hashnode.dev/recover-your-password-with-supabase

Hashnode - javascript (Javascript)

https://youtu.be/YdxyAaO4VBk Recovering passwords is a crucial feature of any authentication system, and Supabase provides an easy-to-use mechanism for recovering passwords in case a user forgets their login credentials. The process of recovering a...


38: Nullish Coalescing and Optional Chaining in JavaScript

https://sunilballani.hashnode.dev/nullish-coalescing-and-optional-chaining-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, Nullish Coalescing and Optional Chaining are two concepts that have revolutionized the way developers write their code. These features were introduced in ECMAScript 2020 and have been widely adopted by developers all over the world. Nu...


39: Dealing with Multiple Conditional Statements the Python Way

https://albexl.hashnode.dev/dealing-with-multiple-conditional-statements-the-python-way

Hashnode - python (python)

Are you tired of dealing with messy and hard-to-maintain code filled with multiple conditional statements in Python' Learn how to improve your code's readability, maintainability, and testability by exploring different techniques for refactoring code...


40 / 78

40: Design Patterns

https://kururu.hashnode.dev/design-patterns

Hashnode - Flutter (Flutter)

design patterns are templates and proven solutions for common problems in software development. design patterns are next level for every developer to move his skills to the next level. using design patterns you will move from consuming frameworks to ...


41: Zhihui IDM929 : ce GPU chinois peut-il défier la GeForce GTX 1650 '

https://www.lebigdata.fr/zhihui-idm929-gpu-chinois

Le Big Data (dataviz)

Le nouveau Zhihui IDM929, un processeur graphique chinois prometteur, suscite l’intérêt des passionnés de jeux vidéo. Les performances de ce … Cet article <strong>Zhihui IDM929 : ce GPU chinois peut-il défier la GeForce GTX 1650 '</strong> a été publié sur LeBigData.fr.


42: How to become a Good Frontend developer in 2023 '

https://vishugosain.hashnode.dev/how-to-become-a-good-frontend-developer-in-2023

Hashnode - javascript (Javascript)

Hello, everyone! Welcome to the blog. My name is Vishal, and I've been working as a front-end developer for almost 6 years. Today, I'll be discussing the essential concepts that you need to learn to become a proficient front-end developer in 2023. I'...


43: Getting started with Frontend development in 2023.

https://vishugosain.hashnode.dev/getting-started-with-frontend-development-in-2023

Hashnode - javascript (Javascript)

Hello, everyone! Welcome to the blog. My name is Vishal, and I've been working as a front-end developer for almost 6 years. Today, I'll be discussing the essential concepts that you need to learn to get started with front-end development in 2023. I'l...


44: 10 Best Practices for your Python code

https://blog.soumendrak.com/10-best-practices-for-your-python-code

Hashnode - python (python)

In this blog post, I will be sharing 10 best practices that every Python developer should follow. These best practices will help you to write better, more efficient, and more readable Python code. Follow PEP 8 Style Guide The Python community has es...


45: NPM: Selecting the right NPM package

https://pieceofcode.in/npm-selecting-the-right-npm-package

Hashnode - javascript (Javascript)

If you actively develop software in Javascript you must have used NPM (or npm) in one way or other in your development. What is NPM' npm is the world's largest software registry. Open-source developers from every continent use npm to share and borrow...


46: NPM: Selecting the right NPM package for your project

https://pieceofcode.in/npm-selecting-the-right-npm-package-for-your-project

Hashnode - javascript (Javascript)

With tens of thousands of package options available on the NPM registry sometimes it becomes difficult to decide on which package you should choose, choosing a bad package can result in hours of debugging and troubleshooting. What is NPM' npm is the ...


47: Building an Email Spam Detection Model with Logistic Regression in Python using Scikit-learn

https://gaiyaobed.hashnode.dev/building-an-email-spam-detection-model-with-logistic-regression-in-python-using-scikit-learn

Hashnode - python (python)

In this blog post, we will explore how to use logistic regression to classify emails as spam or not spam. We will use the scikit-learn library in Python to build and evaluate our model. Step 1: Import the necessary libraries We will start by importin...


48: How to get text before @ in an email

https://lukechidubem.hashnode.dev/how-to-get-text-before-in-an-email

Hashnode - javascript (Javascript)

In this code, the split() method is used to split the email address "john.doe@example.com" at the "@" symbol, resulting in an array containing two elements: "john.doe" and "example.com". The first element, which contains the username, is accessed by ...


49: Closures in JavaScript: A Detailed Guide

https://amnah.com/closures-in-javascript-a-detailed-guide

Hashnode - javascript (Javascript)

As per MDN, 'a closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment).' To simplify, inner functions always have access to the outer functions via closure. One importan...


50 / 78

50: 5 fonctions à tester dans la dernière version de Windows 11

https://www.lemondeinformatique.fr/actualites/lire-5-fonctions-a-tester-dans-la-derniere-version-de-windows-11-89721.html

Le monde informatique (Internet / Informatique)

Avec sa mise à jour massive à la fin février, Windows 11 fourmille de fonctions. Parmi elles, on trouve des optimisations sur les (...)


51: HTML Introduction for beginners

https://coderanils.hashnode.dev/html-for-beginners

Hashnode - javascript (Javascript)

What is HTML' HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display t...


52: MineSweeper in React.js using BFS

https://rsaw409.hashnode.dev/minesweeper-in-reactjs-using-bfs

Hashnode - javascript (Javascript)

Introduction Have you ever heard of minesweeper' It is a little classic game that debuted back in 1990 as part of Windows Entertainment. The rules are simple. There is an N X N board in which some of the squares have bombs you have to find all Square...


53: How To Implement "Show More" Functionality In React

https://bube.hashnode.dev/how-to-implement-show-more-functionality-in-react

Hashnode - javascript (Javascript)

When we have a long list of data we want to display to your user for example (a long list of data gotten from an api call) and you dont want to render everything at once, one of the many approaches to solve that problem is by using "Show more" functi...


54: Spotify lance DJ : une IA qui mixe et met l'ambiance sur votre smartphone

https://www.lebigdata.fr/spotify-dj-ia

Le Big Data (dataviz)

Spotify réinvente l’expérience de musique en streaming avec l’introduction de DJ, sa nouvelle fonctionnalité d’IA. Cette innovation promet une expérience … Cet article <strong>Spotify lance DJ : une IA qui mixe et met l'ambiance sur votre smartphone</strong> a été publié sur LeBigData.fr.


55: Exporting & Importing modules in javascript

https://shivrajdeopa.hashnode.dev/exporting-importing-modules-in-javascript

Hashnode - javascript (Javascript)

Writing Moduler code in javascript by splitting the code in multiple files. The two types of export i.e default way and named exports way: lets understand them one by one: 1- Lets understand the default exports from below example: // author.js file b...


56: Diabetes Prediction using Machine Learning

https://reaganscofield.hashnode.dev/diabetes-prediction-using-machine-learning

Hashnode - python (python)

With this Machine Learning Project, we will be doing diabetes prediction analysis. For this project, we are using the Random Forest Classifier, Support Vector Classifier, and Gradient Boosting Algorithm. Diabetes Prediction Diabetes is one of the tou...


57: How to do wireless debugging in android and save your laptop's battery.

https://blogs.anshrathod.com/how-to-do-wireless-debugging-in-android-and-save-your-laptops-battery

Hashnode - Flutter (Flutter)

Hi, there, so the topic is how to save your laptop's battery by switching from cable debugging to wireless debugging. As an android/flutter developer, you might use your physical device for debugging using a cable and our major concern here is, it dr...


58: Unlocking the Power of Maps, Filters, and Reduces in JavaScript

https://janvi01.hashnode.dev/maps-filters-and-reduces-in-javascript

Hashnode - javascript (Javascript)

If you're a JavaScript enthusiast, you've probably encountered the terms maps, filters, and reduce in your projects and coding endeavours. In this article, we'll explore the different array functions that JavaScript provides us. We will discover how ...


59: This day in search marketing history: March 4

https://searchengineland.com/search-marketing-history-march-4-393842

Search engine land (Référencement)

Sheryl Sandberg leaves Google for Facebook, plus: new GA4 homepage, Wikipedia turns PPC into SEM, goodbye Scroogled and more. The post This day in search marketing history: March 4 appeared first on Search Engine Land.


60 / 78

60: Exploring Decision Trees in Machine Learning: A Practical Guide with Python Implementation

https://uixaadi.hashnode.dev/exploring-decision-trees-in-machine-learning-a-practical-guide-with-python-implementation

Hashnode - python (python)

Introduction Decision Trees are a popular and powerful machine learning algorithm used for both regression and classification problems. They are easy to interpret, require minimal data preparation, and can handle both categorical and numerical data. ...


61: Different types of Fetch Methods

https://techysawan.hashnode.dev/different-types-of-fetch-methods

Hashnode - javascript (Javascript)

In React.js, there are several types of fetch methods available to make HTTP requests to APIs and retrieve data. These include: Fetch API: The Fetch API is a browser built-in function for making HTTP requests that returns a Promise object. It allows...


62: Two options to run your Flask Application on a server

https://musingsabouttech.hashnode.dev/two-options-to-run-your-flask-application-on-a-server

Hashnode - python (python)

We give you two options to keep your flask application running on the server after exiting the terminal. The two options are: nohup and systemd. Nohup When you exit a shell, a SIGHUP (i.e. Signal Hang Up) signal is sent to all running processes. The ...


63: React Timer - JavaScript Exercise 7

https://rajeshtomjoe.com/react-timer-javascript-exercise-7

Hashnode - javascript (Javascript)

Overview In this exercise, you will be building a timer component using React. The timer should be able to start, pause, and reset. You can use any styling library of your choice. Requirements The timer should display minutes and seconds in the form...


64: Demystifying Web scraping in programming.

https://minidev.hashnode.dev/demystifying-web-scraping-in-programming

Hashnode - python (python)

What is web scraping' You don't need to have an answer to this because it is rhetorical. This article elucidates web scraping in programming to the simplest form it can ever take. Scraping, in layperson's terms, means to stroke a surface or an object...


65: Demystifying Web scraping in programming.

https://minidev.hashnode.dev/web-scraping-in-programming

Hashnode - python (python)

What is web scraping' You don't need to have an answer to this because it is rhetorical. This article elucidates web scraping in programming to the simplest form it can ever take. Scraping, in layperson's terms, means to stroke a surface or an object...


66: How to build a rock, paper, scissors game with GitHub Copilot

https://blackgirlbytes.dev/how-to-build-a-rock-paper-scissors-game-with-github-copilot

Hashnode - python (python)

In this tutorial, we will build a rock, paper, scissors game with GitHub Copilot. We will also explore GitHub Copilot, a cloud-based AI tool that assists users of various editors in suggesting lines of code and whole functions instantly. We will disc...


67: Piping function in JavaScript ' Part 2

https://sumitmupadhyay.hashnode.dev/piping-function-in-javascript-part-2

Hashnode - javascript (Javascript)

Problem Statement - Create a function that accepts multiple functions as an argument and a value and run this value through each function and return the final output. Example- Input: const val = { salary: 10000 }; const getSalary = (person) => person...


68: Handling Binary Data in Socket Programming

https://enzircle.com/handling-binary-data-in-socket-programming

Hashnode - python (python)

Socket programming involves the transmission of data over a network using sockets. One type of data that can be transmitted over a network is binary data. Handling binary data in socket programming requires special attention, as different systems use...


69: Mapped: Which Countries Get the Most Paid Vacation Days' 

https://www.visualcapitalist.com/cp/mapped-which-countries-get-the-most-paid-vacation-days/

Visual Capitalist (dataviz)

Which countries have the most vacation days, or the most public holidays' These graphics reveal how many paid vacation days each country mandates. The post Mapped: Which Countries Get the Most Paid Vacation Days'  appeared first on Visual Capitalist.


70 / 78

70: [Simple Web Apps] 1. Simple Toast notifications

https://arunkumars08.hashnode.dev/simple-web-apps-1-simple-toast-notifications

Hashnode - javascript (Javascript)

We all would have come across something like the above on our everyday websites. They are just a couple of different examples of toast notifications. What are Toast Notifications' Toast Notifications have taken several names and forms over the last f...


71: React Native vs Flutter

https://umarsabiu.hashnode.dev/react-native-vs-flutter

Hashnode - Flutter (Flutter)

React Native and Flutter are two of the most popular frameworks for building cross-platform mobile applications. React Native was developed by Facebook in 2015, while Flutter was created by Google in 2017. In this post, we will compare the two framew...


72: Letterboxing in Unity3D

https://gamedevlog.hashnode.dev/letterboxing-in-unity3d

Hashnode - Unity (unity)

Context: A little bit of context for what I'm sure is a pretty niche problem to have. I work for Osmo/Tangible Play and traditionally, we have always had one primary target platform - Tablets ( more specifically iPad and Fire ) Our project had that i...


73: Null-safety

https://melvinsalas.dev/null-safety

Hashnode - Flutter (Flutter)

Hello, are you ready to learn about one of the most anticipated features of Dart 3' It's null safety, which allows you to write more robust code and avoid common errors related to null values. In this post, I will explain what this feature is and how...


74: Building Desktop Apps with Electron JS: Part 1'-'Getting Started with Electron

https://egimata.hashnode.dev/building-desktop-apps-with-electron-js-part-1-getting-started-with-electron

Hashnode - javascript (Javascript)

I want to tell you my story of how I built my first desktop application. I had zero knowledge of how I would get started but surely had heard of Electron.js before because of its name: 'Electron', it has a nice catch, during my studies which involved...


75: What is Kotlin Reified Type Parameter'

https://vtsen.hashnode.dev/what-is-kotlin-reified-type-parameter

Hashnode - Kotlin (Mobiles)

One of the most common uses of thisreified type parameter is view model creation. For example, the following code is the viewModels() composable helper function to create the view model. @Composable public inline fun viewMode...


76: How to safely remove untracked files from Git repos (tilPost)

https://www.stefanjudis.com/today-i-learned/how-to-safely-remove-untracked-files-from-git-repos/

Stefan Judis (Développement)

The great thing about Git is that almost all actions are reversible! But there's one command that isn't, and it can cause real headaches ' git clean. # remove all untracked files git clean . The clean command removes untracked files from your Git working tree, and while that's sometimes exactly what you want, you should really run the command with caution. You're probably frustrated when you want [...]




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