- Single page web applications deliver the sleekness and fluidity of native desktop application in a browser
- Usually all necessary code is downloaded including HTML,CSS and JavaScript , Appropriate resources are downloaded based on the need (usually data through ajax call)
Thursday, December 10, 2015
SPA web application architecture
Solution architecture
- Is a practice of defining and describing an architecture of a system delivered in context of a specific solution
- Key methods by which solution architects define value to the organizations
- A solution architecture typically applies to a single project or project release
Tuesday, December 8, 2015
Overview of SQL-RD
- is an application for Windows that saves time and money by making it easy to define single or packages of Microsoft® SQL RS reports
- Schedule and run reports automatically, and send them to print, fax, disk, ftp, sms or email in a number of standard formats
Cache buster for IIS
Optimizing a web site includes specifying a long expiration headers.If we do this we need to make sure we have a cache buster
Drawback : If there is a change in the cached files the browser would not take the latest version.
Wednesday, December 2, 2015
Minify css files using Grunt
Grunt-contrib-cssmin
Need :
- We can remove unwanted space and reduce the size of css sent across the network
- Minification will provide an additional 6-16% lower file size.
Grunt-contrib-cssmin
Need :
- We can remove unwanted space and reduce the size of css sent across the network
- Minification will provide an additional 6-16% lower file size.
However I like grunt
reason
reason
- Physical file are created at compile time
- Grunt provides thousands of useful plugins ex: To convert less file to css
Concat css files using Grunt
Grunt-concat-css
Need : We can reduce the no of http request to the server which would directly improve performance
Tuesday, December 1, 2015
Subscribe to:
Posts (Atom)
Labels
- Algorithms (52)
- Apache Kafka (7)
- Apache Spark (21)
- Architecture (8)
- Arrays (23)
- Big Data (98)
- Cloud services (6)
- Cognitive technologies (12)
- Data Analytics (3)
- Data Science (6)
- Design (1)
- Hadoop (26)
- Hive (11)
- Java (2)
- JavaScript (65)
- JavaScript Run-time (12)
- Machine learning (11)
- Maths (6)
- MySQL (1)
- Networking (3)
- No SQL (2)
- Node (20)
- Python (28)
- SQL (40)
- Security (4)
- Spark Grpahx (1)
- Spark MLlib (1)
- Spark Sql (3)
- Spark Streaming (4)
- Sqoop (2)
- Strings (13)
- devOps (1)
- mongoDb (2)
- ssis (3)