I am very excited to have the opportunity to write this guide to help beginners navigate their way through the […]
Dizzy Coding
Time Based Greeting With React And Bridgetown
React is a library that I have been wanting to implement into my Bridgetown site for quite some time now. […]
Change TMP/TEMP variables for a Domain Service Account
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
PHP Perfomance optimization
In this article we will learn about some of the frequently asked Php programming questions in technical like PHP Perfomance […]
“Bind” USB-keyboard exclusively to specific application
“Bind” USB-keyboard exclusively to specific application – A server stack is the collection of software that forms the operational infrastructure […]
Does rsyslog use lowercase letter for from host message properties?
Does rsyslog use lowercase letter for from host message properties? – A server stack is the collection of software that […]
Live reloading with Ruby on Rails and esbuild
As you may have heard by now, Rails 7 comes out of the box with importmap-rails and the mighty Webpacker […]
State of Solid – September 2021
A lot of exciting things have been going in the Solid in the last few months since the 1.0 release. […]
Everything I can do in POO I can do in PE?
Coding Problem : Can I do everything or change anything? Do I have limits on structured programming that I do […]
rate limit apache httpd server
rate limit apache httpd server – Problems with loading a website are often blamed on the Internet connection, but even […]
Adapting One Old UI Components Library To Work In TypeScript Code
THE first public version of TypeScript appeared more than 7 years ago. Since that time it grew up and brought […]
Deploy WordPress using Docker and Dokku
Clone WP from github git clone git@github.com:WordPress/WordPress.git app Add this code to wp-config.php and commit it. same technique can be […]
Photo thumbnails are reversing on mobile
As i said on title, Photos are uploading normal. Thumbnails are uploading reverse. This issue only on Mobile. When i […]
HDFS balancing , how to balanced hdfs data?
HDFS balancing , how to balanced hdfs data? – A server stack is the collection of software that forms the […]
How to pass an array in a WHERE condition
Coding Problem : $this->db->set(‘al_reg’, $matricula); $this->db->set(‘dataagendamento’, $dataagendamento); $this->db->where(‘cod_lab’, $laboratorio); $this->db->where(‘cod_horario’, $horario_prova); $this->db->where(‘cod_data’, $data_prova); $this->db->where(‘cod_assento’, $assento[]); $this->db->where(‘al_reg’, NULL); $this->db->update(‘P_chekin_Geral’); In this […]
How should you pin dependencies and why?
This article was published on 2019-03-07 by Niccolo Belli @ The Guild Blog What is pinning and why is it […]
Quickly jump to a project in shell
I have all my projects sitting under ~/projects/ directory. I work in console quite often and got tired of typing […]
jQuery’s .children() vs .find()
Writing a dialog pop-up for a mobile app I’m currently developing, I found that I couldn’t get the dialog to […]
Why does the Java KVM client for my Dell BMC no longer work?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
at command
linux at command is awesome! The one thing that I found a little confusing and struggled with is seeing the […]