In this article, you will learn how to use cascading DropDownList using Angular application. In following tutorial you gonna use Angular CLI to create an…
2 CommentsAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
In order to improve the security of the application, you should follow one of the fundamental principle called “Never trust user input data“. It is…
Leave a CommentIn this post, I will show you a very simple and powerful approach to creating cascading dropdowns in your CodeIgniter application. Cascading drop-down? A cascading…
2 CommentsUsing HTTP service directly in all over the application is not scalable, its only work for small applications. Having a central location to manage HTTP…
Leave a CommentThe NgSwitch directive lets you to insert different sets of elements into the document based on a specified value or expression.NgSwitch Directive resides inside CommonModule…
Leave a CommentIn the earlier post, I wrote a tutorial on how to connect to the database in a slim framework. In this post, I would like…
3 CommentsInside the root app component, Inject the Router and subscribe to route change events and detect the NavigationStart event with the event type instance, its…
2 CommentsIn this post, I would like to introduce ‘say’, which reads out the given text and we can even save it in audio format. Requirements…
Leave a CommentOne of the most common approaches to brand/protect images is watermarking. Here I would like to show you how to use PHP to add a…
1 CommentToday I am gonna write about file downloading from a remote source in you FuseTools based mobile applications. About FuseTools FuseTools makes apps development faster,…
Leave a CommentI am gonna show you the usage of SSL certificates along with Express JS-based applications. Once you have your private key and certificate, using them…
Leave a CommentIn Laravel 5.5 a new Artisan command added to migrate: namespace. This is similar to the existing migrate:refresh option, however, rather than rolling back your…
Leave a CommentLaravel utilizes the DotEnv PHP library by Vance Lucas. Using this library we can easily configure the application settings and we can have different configuration…
Leave a CommentHere is the simple JavaScript code snippet to check if the given number is an odd or even number. Function to check Number Is Odd…
Leave a CommentHere is simple PHP code snippet to check if a given number is odd or even. Check Number Is Odd Or Even function checkEven($val){ return…
Leave a Comment