> This study does not contemplate shallow cloning or performance. Hmm? > cloneJSON is very slow and can’t do much. Please avoid it. I always thought that javascript is fast at JSON parsing. Atleast the benchmark shows…
Laravel! https://laravel.com/docs/9.x#laravel-the-fullstack-framework
I used to develop Apache Cordova application that had strong obfuscation using javascript-obfuscator. Apple didn't care.
The code looks bad. I guess it has been refactored later. The repo says this code is only for educational purposes. This spaghetti can be still a good example for the reasons you mentioned. Or maybe it is a good example…
I like Laravel, but i don't like Livewire that much. Livewire is really neat when building simple interactive stuff, but when building larger more dynamic parts it gets pretty sluggish and the livewire component…
I fixed some of the slowness issues in my application by writing a nice little cache adapter between my application and Dexiejs.
Php has developed a lot in a decade. Lots of new good things in php7/php8. The typecasting is way better than before, but it still allows you to be more "dynamic" if you want to.
How fast is the Pouchdb with sqlite on android? I dont really need any replication in my application, should i just use the normal cordova sqlite instead and switch to dexie.js when using in web browser?
D
Most internet providers here in Finland provides you fiber connections from 100-1000mbs pretty cheap. And 4g/5g connections from 100-300mbs for cheap prices too. Most of them does not have any data caps. I have…
If the attacker can replace the code inside your web application, then you have security issues somewhere else than in your application.
The main reason why the modern Web GUI frameworks does not always feel good is because they need to support wider ranges of screen sizes, ratios, resolutions, accessibility tools, touch inputs, etc. And web browser/css…
This is the reason why i chose to use basic cordova instead of ionic in my application. I can't use cool out of the box components when building the UI, but i can implement my own UI components using Vue. There are…
Yeah, if the problem is not acute, usually it's months and months of waiting, now even longer because of the covid.
Php supports (somewhat) strictly defined types. You can defined what types/interfaces methods needs to return, what types/interfaces variables must have, what types/interfaces the method arguments needs to have. It also…
I use php daily. Mostly Symfony/Laravel stuff. There are still some stuff it needs what other languages have. (Can't really right now remember all the stuff i stumble upon sometimes which gives me the feeling "damn if i…
The devtool is nice nowadays. It supports inspecting websocket messages, log events and has a multi-line support for console.
There are a lot of people creating software/specifications without knowing what they are doing and it scares me.
You should probably put 'APP_ENV=production' and 'APP_DEBUG=false' to your laravels .env file.
Im not sure there ever will be a complete complete oauth2 considering everyone who implement it have their own flavor of it.
I contacted similar Finnish based application about similar issues, where almost everything, including all the user images could have been collected from the json api end point. Their response was that it is not bad…
Anybody else has issue with the side banners being on top of the text in the Firefox?
Works but it is very slow.
They had root account activated in hebe? Am i reading this right? He got an passlist of 5 million users?
It is a tool that make some jobs easier. Just like vue/react is an tool which makes some jobs easier. You just need to know when to pick the right tool for the job.
> This study does not contemplate shallow cloning or performance. Hmm? > cloneJSON is very slow and can’t do much. Please avoid it. I always thought that javascript is fast at JSON parsing. Atleast the benchmark shows…
Laravel! https://laravel.com/docs/9.x#laravel-the-fullstack-framework
I used to develop Apache Cordova application that had strong obfuscation using javascript-obfuscator. Apple didn't care.
The code looks bad. I guess it has been refactored later. The repo says this code is only for educational purposes. This spaghetti can be still a good example for the reasons you mentioned. Or maybe it is a good example…
I like Laravel, but i don't like Livewire that much. Livewire is really neat when building simple interactive stuff, but when building larger more dynamic parts it gets pretty sluggish and the livewire component…
I fixed some of the slowness issues in my application by writing a nice little cache adapter between my application and Dexiejs.
Php has developed a lot in a decade. Lots of new good things in php7/php8. The typecasting is way better than before, but it still allows you to be more "dynamic" if you want to.
How fast is the Pouchdb with sqlite on android? I dont really need any replication in my application, should i just use the normal cordova sqlite instead and switch to dexie.js when using in web browser?
D
Most internet providers here in Finland provides you fiber connections from 100-1000mbs pretty cheap. And 4g/5g connections from 100-300mbs for cheap prices too. Most of them does not have any data caps. I have…
If the attacker can replace the code inside your web application, then you have security issues somewhere else than in your application.
The main reason why the modern Web GUI frameworks does not always feel good is because they need to support wider ranges of screen sizes, ratios, resolutions, accessibility tools, touch inputs, etc. And web browser/css…
This is the reason why i chose to use basic cordova instead of ionic in my application. I can't use cool out of the box components when building the UI, but i can implement my own UI components using Vue. There are…
Yeah, if the problem is not acute, usually it's months and months of waiting, now even longer because of the covid.
Php supports (somewhat) strictly defined types. You can defined what types/interfaces methods needs to return, what types/interfaces variables must have, what types/interfaces the method arguments needs to have. It also…
I use php daily. Mostly Symfony/Laravel stuff. There are still some stuff it needs what other languages have. (Can't really right now remember all the stuff i stumble upon sometimes which gives me the feeling "damn if i…
The devtool is nice nowadays. It supports inspecting websocket messages, log events and has a multi-line support for console.
There are a lot of people creating software/specifications without knowing what they are doing and it scares me.
You should probably put 'APP_ENV=production' and 'APP_DEBUG=false' to your laravels .env file.
Im not sure there ever will be a complete complete oauth2 considering everyone who implement it have their own flavor of it.
I contacted similar Finnish based application about similar issues, where almost everything, including all the user images could have been collected from the json api end point. Their response was that it is not bad…
Anybody else has issue with the side banners being on top of the text in the Firefox?
Works but it is very slow.
They had root account activated in hebe? Am i reading this right? He got an passlist of 5 million users?
It is a tool that make some jobs easier. Just like vue/react is an tool which makes some jobs easier. You just need to know when to pick the right tool for the job.