Laravel News 2023 Recap

I’ve hand-picked some of the biggest stories at Laravel News in 2023. This year was jam-packed with content, conferences, packages, tutorials, videos, and podcasts. We’ve seen some fantastic Laravel packages enter the ecosystem in Prompts, Pulse, Livewire v3, and more! Let’s take a look at the highlights of each month in 2023: In January, we […]

The Latest Updates On JavaScript

The Latest Updates On JavaScript . 70/100 Welcome to “The Latest Updates on JavaScript,” our blog. A dynamic and adaptable programming language called JavaScript has become a vital resource for web development. Developers must stay current with the language’s most recent developments and updates due to its ongoing growth and evolution.Our blog will provide the […]

NPM fixes private package names leak, serious authorization bug

The largest software registry of Node.js packages, npm, has disclosed multiple security flaws that were identified and remedied recently.The first flaw concerns leak of names of private npm packages on the npmjs.com’s ‘replica’ server, feeds from which are consumed by third-party services.Whereas, the second flaw allows attackers to publish new versions of any existing npm […]

Recharts: Intro to JavaScript charting

The JavaScript ecosystem includes many charting libraries, but it’s tough to create a full-featured charting API that performs well in real-world usage. This article is a hands-on introduction to one of the good ones. Recharts is a React-specific incarnation of D3, a well-vetted framework. To test it out, we’ll use price and volume data for […]

Intro to JSX: HTML that does JavaScript

JSX is a way to write HTML inside of JavaScript, but it feels more like a way to write JavaScript inside of HTML. As a templating language, it is beloved by some and loathed by others. Here’s a look at how it works and why it’s important. JSX was introduced as a templating language for […]

What’s new in Flutter 3.16

Welcome back to the quarterly Flutter stable release, this time for Flutter 3.16. This release sets Material 3 as the new default theme, brings a preview of Impeller to Android, allows adding extensions for DevTools, and much more! It also coincides with significant updates to the Flutter Casual Games Toolkit! In only three months since […]

What’s New in C# 12: Primary Constructors, Collection Expressions, and More

As part of the .NET 8 launch, on November 14th Microsoft unveiled the new features of C# 12, the latest version of the popular .NET programming language. As announced the most notable improvements include collection expressions, primary constructors for all classes and structs, syntax to alias any type, and default parameters for lambda expressions. C# […]

Bootstrap Europe acquires Silicon Valley Bank’s German loan portfolio for $64M

Bootstrap Europe acquires Silicon Valley Bank’s German portfolio of $169 million loans for $64 million. The portfolio comprises tech and healthcare businesses backed by top-tier investors Growth debt firm Bootstrap Europe has acquired Silicon Valley Bank’s (SVB) German portfolio of $169 million loan commitments for $64 million from the US Federal Deposit Insurance Corp (FDIC). […]

jQuery 3.7.1 Released: Reliable Table Row Dimensions

jQuery 3.7.1 has been released! This release fixes a regression from jQuery 3.6.0 that resulted in rounded dimensions for <tr /> elements in Chrome and Safari. Also, a (mostly) internal Sizzle method, jQuery.find.tokenize that was on the jQuery object was accidentally removed when we removed Sizzle in jQuery 3.7.0. That method has been restored. As […]

How to upgrade XAMPP in Windows? Complete Solution.

I had to write this article cause I couldn’t find any complete solution to help people out with updating XAMPP in Windows. Well, finally here is an easy to understand, step by step guide to upgrade XAMPP that actually works. Kudos! If you are updating XAMPP after a long time like me than be ready […]