Greetings readers, in this tutorial we will show how to use the jQuery library and the jQuery dimension methods to get the dimensions of an element’s box. 1. Introduction jQuery is nothing but a JavaScript library that comes with rich functionalities. It is small and faster than many JavaScript code written by an average web developer. By using jQuery developers ...
Read More »
jQuery css() Method Example
Greetings readers, in this tutorial we will show how to use the jQuery library and the jQuery css() Method to apply the CSS properties to the set of matched DOM elements. 1. Introduction jQuery is nothing but a JavaScript library that comes with rich functionalities. It is small and faster than many JavaScript code written by an average web developer. By ...
Read More »jQuery Chaining Example
Greetings readers, in this tutorial, we will show how to use the jQuery library and perform the method chaining in a singular statement on a particular HTML element. 1. Introduction jQuery is nothing but a JavaScript library that comes with rich functionalities. It is small and faster than many JavaScript code written by an average web developer. By using jQuery, ...
Read More »jQuery Stop Animations Example
Hello readers, in this tutorial, we will show how to use the jQuery library and the jQuery stop() method to stop an animation or an effect before it is finished. 1. Introduction jQuery is nothing but a JavaScript library that comes with rich functionalities. It’s small and faster than many JavaScript code written by an average web developer. By using ...
Read More »Invoking Ansible Inside Python Flask
Pasting sample code that can be used as is to run ansible inside python flask app. This would be a very useful base implementation when devops need to control system over the web or someone tries to control systems over internet without cli. Prerequisites Install Python3 #PYTHON3 ( Assuming Centos7 or RHEL Flavor). Change accordingly for your env yum -y ...
Read More »The Consumerization of IT and What It Means for Modern DevOps
Drive DevOps success with better, more informed decisions based on real-time facts, not opinions. Summary Business leaders have lost faith in IT, which must reinvent itself as a leader driving innovation. By implementing a valuable, new technological shift with the right tools in place, IT can become a key business partner with groundbreaking ideas that drive success. As professionals in ...
Read More »Monolithic Repos Are Evil
We all keep our code in Git version control repositories. The question is whether we should create a new repository for each new module or try to keep as much as possible in a single so called “monolithic” repo. Market leaders, like Facebook and Google, advocate the second approach. I believe they are wrong. Let’s use the following JavaScript function ...
Read More »Who Is a Fullstack Developer?
These days it is very common to see the job title “Fullstack Developer” on LinkedIn. Job adverts, developers or even wannabe developers are using this term quite a lot. Recruiters are looking for that jack of all trades while programmers are bragging about mastering the whole palette of technologies that usually goes into an application. Knowing I am a little ...
Read More »jQuery remove() Example
Hello readers, in this tutorial we will show how to use the jQuery library and the jQuery remove() function in a simple HTML application. 1. Introduction jQuery is nothing but a JavaScript library that comes with rich functionalities. It’s small and faster than many JavaScript code written by an average web developer. By using jQuery developers can write less code ...
Read More »