Category: FromSitesTree.com

AngularJS Select, SQL #Root #By Sayed Ahmed

AngularJS Select, SQL From: http://sitestree.com/?p=3858 Categories:Root, By Sayed AhmedTags: Post Data:2016-08-15 14:00:19 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

AngularJS DOM and Events #Root #By Sayed Ahmed

AngularJS DOM and Events From: http://sitestree.com/?p=3860 Categories:Root, By Sayed AhmedTags: Post Data:2016-08-15 14:00:51 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Laravel concepts and interview questions and answers #Root #By Sayed Ahmed

Laravel concepts and interview questions and answers From: http://sitestree.com/?p=3910 Categories:Root, By Sayed AhmedTags: Post Data:2016-08-28 10:35:54 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Test #Root #By Sayed Ahmed

test From: http://sitestree.com/?p=3913 Categories:Root, By Sayed AhmedTags: Post Data:2016-08-28 21:36:30 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Essential Knowledge on Web Component Development #Root #By Sayed Ahmed

doGet() processes HEAD requests in the absence of a doHead() method Not the service() method but the methods that are called by the service method are better candidates for overriding HttpServlet supports GET, POST, DELETE, OPTIONS, and TRACE requests Retrieve a single value for a form parameter named “username”: String u = request.getParameter(“username”);, String u …

Continue reading

Linked List and Iterator in Java #Root #By Sayed Ahmed

By Sayed: 8 [use Firefox or IE with large font size] /* * LinkedList.java * * Created on January 10, 2008, 8:51 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package linkedlist; import java.util.List; import java.util.LinkedList; import java.util.Iterator; import java.util.ListIterator; import java.util.Collections; …

Continue reading

Misc AngularJS stuff #Root #By Sayed Ahmed

Design and Docs: https://drive.google.com/drive/folders/0BxgtL8yFJbacQmpCc1NMV3d5dnM   5 Minute Quick Start https://angular.io/docs/ts/latest/quickstart.html   Developer Guide https://angular.io/docs/ts/latest/guide/   AngularJS API reference: https://angular.io/docs/ts/latest/api/     From: http://sitestree.com/?p=3794 Categories:Root, By Sayed AhmedTags: Post Data:2016-09-15 14:18:13 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: …

Continue reading

Creating an Oracle-Based Development Environment #Root #By Sayed Ahmed

Creating an Oracle-Based Development Environment From: http://sitestree.com/?p=3810 Categories:Root, By Sayed AhmedTags: Post Data:2016-09-15 14:17:57 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Lesson 2: AngularJS Introduction #Root #By Sayed Ahmed

Lesson 2: AngularJS Introduction From: http://sitestree.com/?p=3844 Categories:Root, By Sayed AhmedTags: Post Data:2016-08-15 13:35:50 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

How to optimize query response time? #Root #By Sayed Ahmed

Check that only the required columns are selected [in select statements] Check that the right types of joins are used Check that if re-ordering the joins will help or not Check the indexes of the tables [is indexing done on the right columns] Check that in joins you used the indexed columns in the join …

Continue reading