serveless aws gcp speed

This problem, let me think my stupid manager and Smart Information Security Consultant before company. Information Security Consultant Say GCP is very safe… Ya safe so customer lose.

2020-12-06 · 1 min · 28 words · Me

html5 jquery bootstrap modal load No Jquery

Usually use jquery load url https://stackoverflow.com/questions/34503683/jquery-to-open-bootstrap-v3-modal-of-remote-url Only use html5 https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML https://stackoverflow.com/questions/17636528/how-do-i-load-an-html-page-in-a-div-using-javascript <a href="url ooxxooxx" data-toggle="modal" data-target="#myModal" onclick="myModal(this)"> click me </a> <div id="part3dviewModal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> </div> <div class="modal-body"> <p>Loading...</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <script> function myModal(o){ p = document.querySelector("#myModal .modal-body"); p.innerHTML = '<object type="text/html" data="' + o.href + '" ></object>'; } </script>

2020-11-19 · 1 min · 71 words · Me

Search two time then change paginate table record have problem

https://github.com/livewire/livewire/issues/1908

2020-10-29 · 1 min · word · Me

laravel controller use class but no pass class ?

https://www.youtube.com/watch?v=ShrS3HXwzPg``` class PostController extends Controller { public function update(Post $post, before class PostController extends Controller { public function update($post_id, $post = Post::findOrFail($post_id); And many more things.

2020-10-24 · 1 min · 26 words · Me

file_put_contents failed to open stream: Permission denied /tmp/cache/views/

php artisan view:clear ```https://laracasts.com/discuss/channels/laravel/permission-denied-on-storageframeworkviews https://laravel.io/forum/07-06-2016-session-permissions-issue https://laracasts.com/discuss/channels/general-discussion/laravel-framework-file-permission-security

2020-10-22 · 1 min · 6 words · Me