-
Home
-
News
-
Ansa.it (italian)
- Homepage
- Cronaca
- Mondo
- Economia
- Sport
- Cinema
- Tecnologia
- Ultima ora
- English news
- Foto
- Video
- Abruzzo
- Basilicata
- Calabria
- Campania
- Emilia Romagna
- Friuli Venezia Giulia
- Lazio
- Lombardia
- Marche
- Molise
- Piemonte
- Puglia
- Sardegna
- Sicilia
- Toscana
- Tretino Alto Adige \ Sudtirol
- Umbria
- Valle d' Aosta
- Veneto
- Ambiente ed Energia
- Motori
- Terra & Gusto
- Salute e Benessere
- Scienza e Tecnica
- Europa
- Nuova Europa (IT)
- Nuova Europa (EN)
- Viaggiart
- CNN
- Various
-
Ansa.it (italian)
-
Software Development
-
Dzone
- AI\ML Zone
- Agile Zone
- All contents
- Big Data Zone
- Career Development Zone
- Cloud Architecture Zone
- Containers
- Data Zone
- Database Zone
- Deployment Zone
- DevOps and CI/CD
- Dzone Home
- Frameworks
- Integration
- IoT
- Java
- Javascript
- Languages
- Maintenance
- Methodologies
- Microservices
- Monitoring and Observability
- Open Source
- Performance
- Publications
- Security zone
- Team management
- Testing, Tools, and Frameworks Zone
- Tools
- Web Dev
- Frontend Development
- Java
- PHP
- Python
- Sofware Engineers
-
Dzone
-
AI
-
Cyber Security
- Threat Post
-
Websites
- Cisco Blog
- Cisco Security
- Cybersecurity 360
- Daniel Miessler
- Dark reading
- Darknet.org
- EC Council
- GBHackers On Security
- Google Online Security Blog
- Graham Cluley - Cybersecurity and AI keynote speaker
- Guardian computer security
- HackRead
- Hacker Combat
- Help Net Security
- IT Governance Blog
- IT Security Central
- ImmuniWeb - Cybercrime Investigations Weekly
- Kali Linux
- Krebs on Security
- Naked Security
- Schneier on Security
- Search Security
- Securelist.com
- Security Affairs
- Security Gladiators
- Security Week
- Seqrite Blog
- TRUSTe Blog
- The Hacker News
- Threat Insight Blog
- Trend Micro
- Zero Day | ZDNet
-
Gaming
Laracasts
The best source of Laravel training on the web.
Jeffrey's Larabits: Build Your First Telegram Bot In Record Time
You might not realize this, but it's actually incredibly easy to build a Telegram bot to assist...
Posted on 22 December 2025 | 5:42 pm
Running Clock: Caleb Porzio - Livewire
Our next guest needs no introduction, but we'll give him one anyways. Caleb Porzio is the prolific...
Posted on 19 December 2025 | 5:37 pm
Practical TypeScript for the Laravel Developer: Outro
This is goodbye for now. I hope you move forward feeling more confident about using TypeScript in...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Typing Common Vue Functions
You're likely to use Vue functions such as ref and computed, let's learn how to add some...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Generating Types with Laravel Data and TypeScript Transformer
Up until this point we've been manually writing our types. Let's generate them automatically using two packages...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Generating Types with Laravel Wayfinder
Now let's generate every type you can think of in your Laravel app, automatically, with Laravel Wayfinder....
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: TypeScript Utilities
We're going a bit deeper on this one. We'll use TypeScript utilities such as Pick, Required, Omit,...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Where Should Everything Go?
Our component is looking a bit verbose. Let's clean it up! We'll introduce a couple of strategies...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Adding Types to Laravel Echo and Stream Hooks
It's very possible that you'll use Laravel's first party Echo and Stream hooks in your application. Let's...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Side Quest: Form Handlers
We've added a lot of type safety to our Edit component, but we still have some stragglers...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Form Requests
We'll look at the Inertia useForm hook and use the provided generic to ensure that the outgoing...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Inertia Props
The first step in converting our Edit component is to add types to our component props, in...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: Intro + Setup
Let's get started! We'll talk about why we may want to use TypeScript in the first place...
Posted on 16 December 2025 | 5:00 pm
Practical TypeScript for the Laravel Developer: TypeScript Basics
Before converting our components to TypeScript, let's take a moment to talk about the basic primitives we'll...
Posted on 16 December 2025 | 5:00 pm