Book CRUD App Built with React.js
Aug 30, 2023
Book CRUD App Built with React.js
Follow these easy steps to react google login
May 19, 2020
Can’t find react google login page? By official links provided below you will get an easy access to your account.
Capture parameters passed by url with javascript
May 18, 2020
I did not like to pass variables with important data through the location bar for security reasons, but working on a project, I had to use javascript to capture the variables sent. Until then I had not needed the effect, so I searched - unsuccessfully - how to do it.
Encrypt and decrypt text strings with PHP
May 18, 2020
PHP is one of the most popular programming languages thanks to Facebook and Wordpress, but popularity does not indicate that it is the best or the safest to program.
Facebook makes me lose money
May 18, 2020
One of the most popular (if not the most popular) social networks is Facebook. Admittedly, companies achieve the “engagement” they seek to communicate with their customers. But is Facebook certainly what businesses need to reach new customers?
Filter json data from a key
May 18, 2020
You have a large flat JSON made up of many objects, made up of several key-values (normal).
Forget about concat and start using concat
May 18, 2020
It may sound crazy but Array.prototype.concat()from javascript I think it is the worst implementation that we can find in any modern language to concatenate variables or portions of texts to another text string.
New scheme for a more semantic web
May 18, 2020
I have always believed in standardization. This begins when the big competitors reach agreements that ultimately benefit the end-users.
Saving data in localStorage
May 18, 2020
Along with the arrival of HTML5 we have seen many improvements in the way how to save data in the user’s browser, such as localStorage and sessionStorage , the latter coming to replace the obsolete cookies.
Search in a text string with 'in'
May 18, 2020
After JavaScript (EcmaScript), Python is my second favorite programming language. It has a very low learning curve, making it quite intuitive compared to other languages and its list of basic keywords is short.