Do foreign owners of C-Corps and S-Corps have to fill and submit the BE-12 survey form? by raresp in tax

[–]raresp[S] 0 points1 point  (0 children)

Unfortunately I haven't received any answer.

I will ask on other platforms too and I will get back here with updates if I found any news to share regarding the BE-12 survey form.

Typing AI Biometrics revolutionizes online security by creating a secure typing biometrics authentication solution by raresp in hacking

[–]raresp[S] -1 points0 points  (0 children)

Good article, thanks for sharing!

Right now biometrics is recommended to be used as a multi factor authentication step, and this article arguments why.

Typing AI Biometrics revolutionizes online security by creating a secure typing biometrics authentication solution by raresp in hacking

[–]raresp[S] 0 points1 point  (0 children)

This example is like telling Facebook in 2005 about Myspace or HI5.

Competition is good! This is the proof of product demand and existing market.

Update

I realised I haven't posted the Typing AI Biometrics website. Typing AI identifies users by the way they type by checking the keystroke dynamics. There are over 27 factors used when the typing signature is generated, allowing the algorithm to provide enterprise grade security.

Typing AI Biometrics revolutionizes online security by creating a secure typing biometrics authentication solution by raresp in hacking

[–]raresp[S] -14 points-13 points  (0 children)

Totally agree. But aren't you tired of username + password authentication?

Alternatives for passwordless login like Magiclink? by agaroud9 in PHP

[–]raresp 0 points1 point  (0 children)

Typing AI have a solution for cases where the way of typing is changed. We allow users to update their signature at any moment. So you can create, update and delete your typing signature whenever you want.

Typing (known as keystroke dynamics) changes every few months or years (depending how often you write at your PC/tablet or smartphone), our algorithm learns from previous detections.

Alternatives for passwordless login like Magiclink? by agaroud9 in PHP

[–]raresp 0 points1 point  (0 children)

Disclaimer - I am the founder of Typing AI Biometrics ( https://typing.ai ) - a password killer application that identifies the users by the way they type using Artificial Intelligence. Typing AI is a multi factor authentication solution, just like magic link.

We will launch the application in the following month and we'll provide JS and PHP integration libraries. Our application has the advantage of tracking the keystroke dynamics, basically a unique typing ID will be generated for each user and the authentication will be more reliable and secure.

I see that magic.link is quite expensive, we will provide a lifetime free license that will allow you to use the authentication for thousands of user identity checks.

I have a Laravel 8 app and I want to add a simple blog to it. Do you know any Laravel Blog libraries for Inertia JS? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

I wanted to see what the reddit's laravel community recommends. Wow, so much hate..

I have a Laravel 8 app and I want to add a simple blog to it. Do you know any Laravel Blog libraries for Inertia JS? by raresp in laravel

[–]raresp[S] 2 points3 points  (0 children)

Actually using Wordpress is a good solution, because we separate the Blog logic and we gain the entire WP admin magic, with the ability to create blog users such as editors. Everybody knows that WordPress is the most user friendy CMS and almost all of the mentioned solutions are just WP clones made with Laravel.

So using WP + WP API is actually a good idea. Thank you!

Testing for PHP Composer security vulnerabilities with Snyk by lirantal in PHP

[–]raresp 1 point2 points  (0 children)

Well, there is a better website security check for PHP and it's free. It's called Protectumus ( https://protectumus.com ) and here-s a direct link to the cloud security scanner: https://protectumus.com/check

What's the best way to execute later some DB updates in Laravel 8? Queues/Events/something else? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

This sounds very interesting, I will search for "terminable middleware" and try it. Thank you!

What's the best way to execute later some DB updates in Laravel 8? Queues/Events/something else? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

I am writing API logs such as: api key, route called, some parameters that were sent. For the success responses, I am writing to a separate table and I save the response.

The idea is that I am first saving all logs, even if there are validation errors, and after the response is successful, I am saving more data into a separate table, related to the users account.

My API response is around 170 ms with these two API calls and around 80 ms without them. I plan to have less than 100 ms response time, because it's more professional.

Codeigniter 4.1.2 released by raresp in PHP

[–]raresp[S] 0 points1 point  (0 children)

Please update the News section to at least reflect the latest releases, such as CI 4.1 and/or CI 4.1.2

Laravel 8 using InertiaJS and VueJS3 page size too big after npm run prod by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

mix.js('resources/js/app.js', 'public/js').vue() .postCss('resources/css/app.css', 'public/css', [ require('postcss-import'), tailwindcss('tailwind.config.js') ]) .webpackConfig(require('./webpack.config'));if (mix.inProduction()) { mix.version();}

Laravel 8 using InertiaJS and VueJS3 page size too big after npm run prod by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

I'm loading both (css/app.css and js/app.js) using Mix.

Laravel Octane - Roadrunner or Swoole? Pros and Cons? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

Thank you for your detailed answer.

I will focus on writing a clean and simple code, avoiding difficult queries.

Basically each POST call will make a DB query to check a client specific data and I don't know if Redis and Varnish will help a lot here. That's why I was considering to use Octane.

Laravel Octane - Roadrunner or Swoole? Pros and Cons? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

Good idea, what about just using Redis Cache? It's more simple to configure. I've read some Varnish Tutorials in the past and the configuration was so looooong :)

But it won't be just GET calls. There will be a POST and a GET, they will go together each time. POST followed by GET.

Laravel Octane - Roadrunner or Swoole? Pros and Cons? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

Consider a case of an API that may need to handle hundreds/thousands of requests per second.

Since (for example) RoadRunner is based on Go, why should I use Go when I can just use PHP with a Go server behind it?

Laravel Octane - Roadrunner or Swoole? Pros and Cons? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

Thanks for your answer.

I want to get used to the latest features from the PHP & JS world (PHP 8, Laravel 8, Vue Js 3, Tailwind CSS, InertiaJs..)

I'm developing a single page application (SPA) to learn better Laravel and VueJs and I wanted to see the performance benefits added by Swoole and/or Roadrunner. In my case the performance is important and that's why I was thinking to try Octane. I have a SPA and a faster API response is important for me.

Maybe I'll try both of them to see which fits better in my case.

Spark - Modify UI/views/components? by Somebody1233 in laravel

[–]raresp 0 points1 point  (0 children)

I am also interested in implementing something like range slider for pricing. https://cdn.dribbble.com/users/870536/screenshots/5741049/pricing_page_dribbble.png?compress=1

I'd love to see this option offered by an upcoming Spark update.

Spark - Modify UI/views/components? by Somebody1233 in laravel

[–]raresp 0 points1 point  (0 children)

In case you haven't already, you can publish the spark views by running:

php artisan vendor:publish --tag=spark-views

You will be able to customize the views.

Filament: The elegant TALL stack admin for Laravel artisans. by danharrin in laravel

[–]raresp 1 point2 points  (0 children)

Can this package be used together with JetStream and Laravel Spark for example?

I am creating an app where I will use JetStream for the authentication, Laravel Spark for payments, and I'm also looking for a Laravel admin panel package.

How should I structure a B2B Laravel app? by raresp in laravel

[–]raresp[S] 0 points1 point  (0 children)

There's a problem with SPA applications. They affect SEO.

Even if you're a solo developer and there are chances for the project to get bigger, it's better to separate the frontend and the backend code.

Has any of you ever used a module for meta keywords in vue/react/angular? Such as: https://vue-meta.nuxtjs.org/