Jitendra Chaudhary's WebTech

Bootstrap : Leader in front End Frameworks

Hi There! Hope you are doing well. If you are a web developer, it is impossible that you have not heard or used Bootstrap CSS framework. Bootstrap is most loved CSS framework among developers. Let us explore bootstrap today. What is bootstrap? As per Wikipedia definition : Bootstrap is a free and open-source front-end web framework for designing websites and web[…]

Read more

Regular Expressions

Hi All, Hope you are doing well. Let’s talk about Regular Expression today. What is Regular Expressions or Regex Regular Expressions or Regex or sometime called relational expressions are a special text pattern text string, commonly used for Search or validation. Most of the programming languages provide RegEx validations. As per wikipedia definition. In computing, regular expressions provide a concise[…]

Read more

Javascript DevTools

Hi!, Hope you are doing well. Let’s talk about few online Javascript Developers Tools. We often need to help or receive help from other developers, but it is almost very difficult to share full code with other developers. Therefore it was needed to have some online resources, where we can share the code and get help from other developers. These[…]

Read more

Application Security : SQL Injection attack

This 4th and concluding part of my series : Application Security.  Continued from previous Post SQL Injection Attack In present web application scenarios most applications are developed using database at the back-end. All storage are taken care by database layer and presentation layer is handled by Website. All database input/output operations are performed using SQL. Hackers can take advantage of this[…]

Read more