際際滷shows by User: SrijanOne / http://www.slideshare.net/images/logo.gif 際際滷shows by User: SrijanOne / Thu, 29 Aug 2019 12:51:59 GMT 際際滷Share feed for 際際滷shows by User: SrijanOne [Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S Operator /slideshow/srijan-wednesday-webinar-how-to-run-stateless-and-stateful-services-on-k8s-operator/167444848 webinarbyadheip-190829125159
Speaker: Adheip Singh, Senior DevOps Kubernetes has taken the tech world by storm. As an orchestration platform, it has eased the deployment & scaling of stateless applications. However, managing complex, in particular stateful applications, is a major pain. The extensibility of Kubernetes has led to the development of a rapidly evolving ecosystem around K8S. And as an outcome of this extensibility, Kubernetes Operators were designed which eased packaging, deployment as well as management of a Kubernetes application. In this webinar, we will talk about K8S, with a focus on extensibility and architectural aspects of K8S operators. Additionally, we will perform a live demo of our attempt at writing a Drupal Operator. Key Takeaways Understand the extensibility of Kubernetes - Conceptually understand how to run stateless and stateful services on K8S - Learn all about K8S operators - Get a hands-on demo for writing a Drupal Operator Who is this for - DevOps - Technical Architects - Software Developers - Anyone interested in learning how to run Drupal workloads on Kubernetes and extensibility of Kubernetes View all our webinars at: https://www.srijan.net/webinar]]>

Speaker: Adheip Singh, Senior DevOps Kubernetes has taken the tech world by storm. As an orchestration platform, it has eased the deployment & scaling of stateless applications. However, managing complex, in particular stateful applications, is a major pain. The extensibility of Kubernetes has led to the development of a rapidly evolving ecosystem around K8S. And as an outcome of this extensibility, Kubernetes Operators were designed which eased packaging, deployment as well as management of a Kubernetes application. In this webinar, we will talk about K8S, with a focus on extensibility and architectural aspects of K8S operators. Additionally, we will perform a live demo of our attempt at writing a Drupal Operator. Key Takeaways Understand the extensibility of Kubernetes - Conceptually understand how to run stateless and stateful services on K8S - Learn all about K8S operators - Get a hands-on demo for writing a Drupal Operator Who is this for - DevOps - Technical Architects - Software Developers - Anyone interested in learning how to run Drupal workloads on Kubernetes and extensibility of Kubernetes View all our webinars at: https://www.srijan.net/webinar]]>
Thu, 29 Aug 2019 12:51:59 GMT /slideshow/srijan-wednesday-webinar-how-to-run-stateless-and-stateful-services-on-k8s-operator/167444848 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S Operator SrijanOne Speaker: Adheip Singh, Senior DevOps Kubernetes has taken the tech world by storm. As an orchestration platform, it has eased the deployment & scaling of stateless applications. However, managing complex, in particular stateful applications, is a major pain. The extensibility of Kubernetes has led to the development of a rapidly evolving ecosystem around K8S. And as an outcome of this extensibility, Kubernetes Operators were designed which eased packaging, deployment as well as management of a Kubernetes application. In this webinar, we will talk about K8S, with a focus on extensibility and architectural aspects of K8S operators. Additionally, we will perform a live demo of our attempt at writing a Drupal Operator. Key Takeaways Understand the extensibility of Kubernetes - Conceptually understand how to run stateless and stateful services on K8S - Learn all about K8S operators - Get a hands-on demo for writing a Drupal Operator Who is this for - DevOps - Technical Architects - Software Developers - Anyone interested in learning how to run Drupal workloads on Kubernetes and extensibility of Kubernetes View all our webinars at: https://www.srijan.net/webinar <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarbyadheip-190829125159-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Adheip Singh, Senior DevOps Kubernetes has taken the tech world by storm. As an orchestration platform, it has eased the deployment &amp; scaling of stateless applications. However, managing complex, in particular stateful applications, is a major pain. The extensibility of Kubernetes has led to the development of a rapidly evolving ecosystem around K8S. And as an outcome of this extensibility, Kubernetes Operators were designed which eased packaging, deployment as well as management of a Kubernetes application. In this webinar, we will talk about K8S, with a focus on extensibility and architectural aspects of K8S operators. Additionally, we will perform a live demo of our attempt at writing a Drupal Operator. Key Takeaways Understand the extensibility of Kubernetes - Conceptually understand how to run stateless and stateful services on K8S - Learn all about K8S operators - Get a hands-on demo for writing a Drupal Operator Who is this for - DevOps - Technical Architects - Software Developers - Anyone interested in learning how to run Drupal workloads on Kubernetes and extensibility of Kubernetes View all our webinars at: https://www.srijan.net/webinar
[Srijan Wednesday Webinar] How to Run Stateless and Stateful Services on K8S Operator from Srijan Technologies
]]>
370 1 https://cdn.slidesharecdn.com/ss_thumbnails/webinarbyadheip-190829125159-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architecture using Docker /slideshow/srijan-wednesday-webinars-how-to-set-up-a-nodejs-microservices-architecture-using-docker/132715864 webinarbywilson-190221124622
Microservices architecture application starts faster, which makes developers more productive, and speeds up deployments. But when is the right time to split your services? And how do you do it? In this session, we will talk about all different use cases where we can think of splitting services and make them independent of one another. Well then take a deep dive into Node.js services which can run on different containers and communicate with different data sources. We will take a look at how to deploy on Docker containers running on PM2 instances. Key Takeaways: - Configuring and running microservices locally with Docker and Docker Compose - Splitting services and allowing network communication between them Managing the Docker network to bind all services together - Utilizing volumes to mount your code into a container - Testing the entire set of services with functional, unit and integration tests inside a Docker container - Debugging a running Docker container - Enabling services running in different containers to talk to one other like mongo & MySQL with Node app container]]>

Microservices architecture application starts faster, which makes developers more productive, and speeds up deployments. But when is the right time to split your services? And how do you do it? In this session, we will talk about all different use cases where we can think of splitting services and make them independent of one another. Well then take a deep dive into Node.js services which can run on different containers and communicate with different data sources. We will take a look at how to deploy on Docker containers running on PM2 instances. Key Takeaways: - Configuring and running microservices locally with Docker and Docker Compose - Splitting services and allowing network communication between them Managing the Docker network to bind all services together - Utilizing volumes to mount your code into a container - Testing the entire set of services with functional, unit and integration tests inside a Docker container - Debugging a running Docker container - Enabling services running in different containers to talk to one other like mongo & MySQL with Node app container]]>
Thu, 21 Feb 2019 12:46:22 GMT /slideshow/srijan-wednesday-webinars-how-to-set-up-a-nodejs-microservices-architecture-using-docker/132715864 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architecture using Docker SrijanOne Microservices architecture application starts faster, which makes developers more productive, and speeds up deployments. But when is the right time to split your services? And how do you do it? In this session, we will talk about all different use cases where we can think of splitting services and make them independent of one another. Well then take a deep dive into Node.js services which can run on different containers and communicate with different data sources. We will take a look at how to deploy on Docker containers running on PM2 instances. Key Takeaways: - Configuring and running microservices locally with Docker and Docker Compose - Splitting services and allowing network communication between them Managing the Docker network to bind all services together - Utilizing volumes to mount your code into a container - Testing the entire set of services with functional, unit and integration tests inside a Docker container - Debugging a running Docker container - Enabling services running in different containers to talk to one other like mongo & MySQL with Node app container <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarbywilson-190221124622-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Microservices architecture application starts faster, which makes developers more productive, and speeds up deployments. But when is the right time to split your services? And how do you do it? In this session, we will talk about all different use cases where we can think of splitting services and make them independent of one another. Well then take a deep dive into Node.js services which can run on different containers and communicate with different data sources. We will take a look at how to deploy on Docker containers running on PM2 instances. Key Takeaways: - Configuring and running microservices locally with Docker and Docker Compose - Splitting services and allowing network communication between them Managing the Docker network to bind all services together - Utilizing volumes to mount your code into a container - Testing the entire set of services with functional, unit and integration tests inside a Docker container - Debugging a running Docker container - Enabling services running in different containers to talk to one other like mongo &amp; MySQL with Node app container
[Srijan Wednesday Webinars] How to Set Up a Node.js Microservices Architecture using Docker from Srijan Technologies
]]>
264 3 https://cdn.slidesharecdn.com/ss_thumbnails/webinarbywilson-190221124622-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterprise Drupal Applications /SrijanOne/srijan-wednesday-webinars-how-to-build-a-cloud-native-platform-for-enterprise-drupal-applications srijanwwcloudnativeplatformfordrupal-181213101558
Drupal has been a consistent leader in the Gartner Magic Quadrant for Web Content Management. However, enterprises leveraging Drupal have traditionally relied on PaaS providers for their hosting, scaling and lifecycle management. And that usually leads to enterprise applications being locked-in with a particular cloud or vendor. As container and container orchestration technologies disrupt the cloud and platform landscape, theres a clear way to avoid this state of affairs. In this webinar, we discuss why it's important to build a cloud-native Drupal platform, and exactly how to do that. Join the webinar to understand how you can avoid vendor lock-in, and create a secure platform to manage, operate and scale your Drupal applications in a multi-cloud portable manner. Key Takeaways: - Why you need a cloud-native Drupal platform and how to build one - How to craft an idiomatic development workflow - Understanding infrastructure and cloud engineering - under the hood - Demystifying the art and science of Docker and Kubernetes: deep dive into scaling the LAMP stack - Exploring cost optimization and cloud governance - Understand portability of applications - A hands-on demo of how the platform works]]>

Drupal has been a consistent leader in the Gartner Magic Quadrant for Web Content Management. However, enterprises leveraging Drupal have traditionally relied on PaaS providers for their hosting, scaling and lifecycle management. And that usually leads to enterprise applications being locked-in with a particular cloud or vendor. As container and container orchestration technologies disrupt the cloud and platform landscape, theres a clear way to avoid this state of affairs. In this webinar, we discuss why it's important to build a cloud-native Drupal platform, and exactly how to do that. Join the webinar to understand how you can avoid vendor lock-in, and create a secure platform to manage, operate and scale your Drupal applications in a multi-cloud portable manner. Key Takeaways: - Why you need a cloud-native Drupal platform and how to build one - How to craft an idiomatic development workflow - Understanding infrastructure and cloud engineering - under the hood - Demystifying the art and science of Docker and Kubernetes: deep dive into scaling the LAMP stack - Exploring cost optimization and cloud governance - Understand portability of applications - A hands-on demo of how the platform works]]>
Thu, 13 Dec 2018 10:15:58 GMT /SrijanOne/srijan-wednesday-webinars-how-to-build-a-cloud-native-platform-for-enterprise-drupal-applications SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterprise Drupal Applications SrijanOne Drupal has been a consistent leader in the Gartner Magic Quadrant for Web Content Management. However, enterprises leveraging Drupal have traditionally relied on PaaS providers for their hosting, scaling and lifecycle management. And that usually leads to enterprise applications being locked-in with a particular cloud or vendor. As container and container orchestration technologies disrupt the cloud and platform landscape, theres a clear way to avoid this state of affairs. In this webinar, we discuss why it's important to build a cloud-native Drupal platform, and exactly how to do that. Join the webinar to understand how you can avoid vendor lock-in, and create a secure platform to manage, operate and scale your Drupal applications in a multi-cloud portable manner. Key Takeaways: - Why you need a cloud-native Drupal platform and how to build one - How to craft an idiomatic development workflow - Understanding infrastructure and cloud engineering - under the hood - Demystifying the art and science of Docker and Kubernetes: deep dive into scaling the LAMP stack - Exploring cost optimization and cloud governance - Understand portability of applications - A hands-on demo of how the platform works <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/srijanwwcloudnativeplatformfordrupal-181213101558-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Drupal has been a consistent leader in the Gartner Magic Quadrant for Web Content Management. However, enterprises leveraging Drupal have traditionally relied on PaaS providers for their hosting, scaling and lifecycle management. And that usually leads to enterprise applications being locked-in with a particular cloud or vendor. As container and container orchestration technologies disrupt the cloud and platform landscape, theres a clear way to avoid this state of affairs. In this webinar, we discuss why it&#39;s important to build a cloud-native Drupal platform, and exactly how to do that. Join the webinar to understand how you can avoid vendor lock-in, and create a secure platform to manage, operate and scale your Drupal applications in a multi-cloud portable manner. Key Takeaways: - Why you need a cloud-native Drupal platform and how to build one - How to craft an idiomatic development workflow - Understanding infrastructure and cloud engineering - under the hood - Demystifying the art and science of Docker and Kubernetes: deep dive into scaling the LAMP stack - Exploring cost optimization and cloud governance - Understand portability of applications - A hands-on demo of how the platform works
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterprise Drupal Applications from Srijan Technologies
]]>
551 1 https://cdn.slidesharecdn.com/ss_thumbnails/srijanwwcloudnativeplatformfordrupal-181213101558-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage /slideshow/srijan-wednesday-webinars-using-drupal-as-data-pipeline-for-digital-signage/101126760 2018-srijanwebinardatapipelines-180607133946
Speaker: Mike Madison, Acquia Digital signs are a completely different creature than standard websites, mobile applications, or really just about anything else you might be building. In particular, delivery mechanisms for digital signage must be perfectly engineered to ensure fast, accurate, and consistent data flow. This session will be focused on making a data pipeline for digital signage successful. We will discuss available technologies to build a pipeline, testing methodologies, and how to include Drupal in this pipeline. Key Takeaways: - Powering digital experiences beyond websites; specifically digital signage - Evaluating delivery mechanisms like REST and IoT - Testing with Behat and PHPUnit - Integrating Drupal into the mix, leveraging capabilities and contrib modules like Workflow, Roles & Permissions, Digital Asset Management etc. Explore all Srijan webinars: https://www.srijan.net/webinar/past-webinars]]>

Speaker: Mike Madison, Acquia Digital signs are a completely different creature than standard websites, mobile applications, or really just about anything else you might be building. In particular, delivery mechanisms for digital signage must be perfectly engineered to ensure fast, accurate, and consistent data flow. This session will be focused on making a data pipeline for digital signage successful. We will discuss available technologies to build a pipeline, testing methodologies, and how to include Drupal in this pipeline. Key Takeaways: - Powering digital experiences beyond websites; specifically digital signage - Evaluating delivery mechanisms like REST and IoT - Testing with Behat and PHPUnit - Integrating Drupal into the mix, leveraging capabilities and contrib modules like Workflow, Roles & Permissions, Digital Asset Management etc. Explore all Srijan webinars: https://www.srijan.net/webinar/past-webinars]]>
Thu, 07 Jun 2018 13:39:46 GMT /slideshow/srijan-wednesday-webinars-using-drupal-as-data-pipeline-for-digital-signage/101126760 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage SrijanOne Speaker: Mike Madison, Acquia Digital signs are a completely different creature than standard websites, mobile applications, or really just about anything else you might be building. In particular, delivery mechanisms for digital signage must be perfectly engineered to ensure fast, accurate, and consistent data flow. This session will be focused on making a data pipeline for digital signage successful. We will discuss available technologies to build a pipeline, testing methodologies, and how to include Drupal in this pipeline. Key Takeaways: - Powering digital experiences beyond websites; specifically digital signage - Evaluating delivery mechanisms like REST and IoT - Testing with Behat and PHPUnit - Integrating Drupal into the mix, leveraging capabilities and contrib modules like Workflow, Roles & Permissions, Digital Asset Management etc. Explore all Srijan webinars: https://www.srijan.net/webinar/past-webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/2018-srijanwebinardatapipelines-180607133946-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Mike Madison, Acquia Digital signs are a completely different creature than standard websites, mobile applications, or really just about anything else you might be building. In particular, delivery mechanisms for digital signage must be perfectly engineered to ensure fast, accurate, and consistent data flow. This session will be focused on making a data pipeline for digital signage successful. We will discuss available technologies to build a pipeline, testing methodologies, and how to include Drupal in this pipeline. Key Takeaways: - Powering digital experiences beyond websites; specifically digital signage - Evaluating delivery mechanisms like REST and IoT - Testing with Behat and PHPUnit - Integrating Drupal into the mix, leveraging capabilities and contrib modules like Workflow, Roles &amp; Permissions, Digital Asset Management etc. Explore all Srijan webinars: https://www.srijan.net/webinar/past-webinars
[Srijan Wednesday Webinars] Using Drupal as Data Pipeline for Digital Signage from Srijan Technologies
]]>
274 2 https://cdn.slidesharecdn.com/ss_thumbnails/2018-srijanwebinardatapipelines-180607133946-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and Slim Framework /slideshow/srijan-wednesday-webinars-new-recipe-of-decoupling-drupal-8-symfony-and-slim-framework/95099248 webinarwithjyotisingh1-180426112348
Speaker - Jyoti Singh This session shares some lessons learnt from deploying a decoupled architecture solution. Key Takeaways: -Understand what is decoupled architecture and its advantages -Know how to use web services to create a fully decoupled architecture -Get a hands-on demo of a decoupled architecture in use PS: To watch the demo session of creating decoupled architecture in use, visit: https://www.youtube.com/watch?v=Zw42sFgFLVo Join the webinar to understand how exactly decoupled architecture works and how best to implement it. View all webinars at: www.srijan.net/webinar/past-webinars]]>

Speaker - Jyoti Singh This session shares some lessons learnt from deploying a decoupled architecture solution. Key Takeaways: -Understand what is decoupled architecture and its advantages -Know how to use web services to create a fully decoupled architecture -Get a hands-on demo of a decoupled architecture in use PS: To watch the demo session of creating decoupled architecture in use, visit: https://www.youtube.com/watch?v=Zw42sFgFLVo Join the webinar to understand how exactly decoupled architecture works and how best to implement it. View all webinars at: www.srijan.net/webinar/past-webinars]]>
Thu, 26 Apr 2018 11:23:48 GMT /slideshow/srijan-wednesday-webinars-new-recipe-of-decoupling-drupal-8-symfony-and-slim-framework/95099248 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and Slim Framework SrijanOne Speaker - Jyoti Singh This session shares some lessons learnt from deploying a decoupled architecture solution. Key Takeaways: -Understand what is decoupled architecture and its advantages -Know how to use web services to create a fully decoupled architecture -Get a hands-on demo of a decoupled architecture in use PS: To watch the demo session of creating decoupled architecture in use, visit: https://www.youtube.com/watch?v=Zw42sFgFLVo Join the webinar to understand how exactly decoupled architecture works and how best to implement it. View all webinars at: www.srijan.net/webinar/past-webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarwithjyotisingh1-180426112348-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker - Jyoti Singh This session shares some lessons learnt from deploying a decoupled architecture solution. Key Takeaways: -Understand what is decoupled architecture and its advantages -Know how to use web services to create a fully decoupled architecture -Get a hands-on demo of a decoupled architecture in use PS: To watch the demo session of creating decoupled architecture in use, visit: https://www.youtube.com/watch?v=Zw42sFgFLVo Join the webinar to understand how exactly decoupled architecture works and how best to implement it. View all webinars at: www.srijan.net/webinar/past-webinars
[Srijan Wednesday Webinars] New Recipe of Decoupling: Drupal 8, Symfony and Slim Framework from Srijan Technologies
]]>
410 1 https://cdn.slidesharecdn.com/ss_thumbnails/webinarwithjyotisingh1-180426112348-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Lets Take the Best Route - Exploring Drupal 8 Routing System /slideshow/srijan-wednesday-webinars-lets-take-the-best-route-exploring-drupal-8-routing-system/92952454 webinarbysurbhi-180405093703
Speaker - Surbhi Sriwal This session is a deep dive into understanding all the technical aspects of Drupal 8 - specifically the Routing System. Key Takeaways: -Understand how Drupal 8 makes use of Symfonys routing system using yaml and controllers -Know how is D8 routing is different from D7 -What you can do with the D8 routing system -Understand the execution precedence of same routes -Learn how to structure Drupal 8 routes -Get a hands-on demo of how to define your own routes Join the webinar to get a better understanding of the Drupal 8 routing system and what it is capable of. View all webinars at: www.srijan.net/webinar/past-webinars]]>

Speaker - Surbhi Sriwal This session is a deep dive into understanding all the technical aspects of Drupal 8 - specifically the Routing System. Key Takeaways: -Understand how Drupal 8 makes use of Symfonys routing system using yaml and controllers -Know how is D8 routing is different from D7 -What you can do with the D8 routing system -Understand the execution precedence of same routes -Learn how to structure Drupal 8 routes -Get a hands-on demo of how to define your own routes Join the webinar to get a better understanding of the Drupal 8 routing system and what it is capable of. View all webinars at: www.srijan.net/webinar/past-webinars]]>
Thu, 05 Apr 2018 09:37:03 GMT /slideshow/srijan-wednesday-webinars-lets-take-the-best-route-exploring-drupal-8-routing-system/92952454 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Lets Take the Best Route - Exploring Drupal 8 Routing System SrijanOne Speaker - Surbhi Sriwal This session is a deep dive into understanding all the technical aspects of Drupal 8 - specifically the Routing System. Key Takeaways: -Understand how Drupal 8 makes use of Symfonys routing system using yaml and controllers -Know how is D8 routing is different from D7 -What you can do with the D8 routing system -Understand the execution precedence of same routes -Learn how to structure Drupal 8 routes -Get a hands-on demo of how to define your own routes Join the webinar to get a better understanding of the Drupal 8 routing system and what it is capable of. View all webinars at: www.srijan.net/webinar/past-webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarbysurbhi-180405093703-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker - Surbhi Sriwal This session is a deep dive into understanding all the technical aspects of Drupal 8 - specifically the Routing System. Key Takeaways: -Understand how Drupal 8 makes use of Symfonys routing system using yaml and controllers -Know how is D8 routing is different from D7 -What you can do with the D8 routing system -Understand the execution precedence of same routes -Learn how to structure Drupal 8 routes -Get a hands-on demo of how to define your own routes Join the webinar to get a better understanding of the Drupal 8 routing system and what it is capable of. View all webinars at: www.srijan.net/webinar/past-webinars
[Srijan Wednesday Webinars] Lets Take the Best Route - Exploring Drupal 8 Routing System from Srijan Technologies
]]>
225 1 https://cdn.slidesharecdn.com/ss_thumbnails/webinarbysurbhi-180405093703-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR /slideshow/srijan-wednesday-webinars-is-your-business-ready-for-gdpr/86684508 webinartemplateformatt-180125105251
Speaker: Matt Skinner, Head of Digital Strategy and Data, Proctor + Stevenson The General Data Protection Regulation represents the biggest change to European data laws in decades. It comes into effect on May 25th, 2018, and if you havent already chalked out a compliance roadmap, its high time you did. The regulation has far-reaching effects and will have a significant impact on any firm that does business in the EU. This session is designed to give you a complete overview of GDPR and what it entails. Get an understanding of the regulations introduced, and what it means for your business: data security as well as marketing communications. Join the webinar to plan out your seamless transition into GDPR compliance. Who's This For - Technology professionals - Senior marketing professionals - Anyone working with agencies and clients in the EU, looking to understand the complete impact of GDPR What's In It for You - General overview of GDPR, what it means - Know how enterprises should prepare for it - Understand its impacts on data collection, websites, and comms - Review data security and GDPRs potential long-term impact on the marketing industry View our complete series of webinars at: www.srijan.net/webinar/past webinars]]>

Speaker: Matt Skinner, Head of Digital Strategy and Data, Proctor + Stevenson The General Data Protection Regulation represents the biggest change to European data laws in decades. It comes into effect on May 25th, 2018, and if you havent already chalked out a compliance roadmap, its high time you did. The regulation has far-reaching effects and will have a significant impact on any firm that does business in the EU. This session is designed to give you a complete overview of GDPR and what it entails. Get an understanding of the regulations introduced, and what it means for your business: data security as well as marketing communications. Join the webinar to plan out your seamless transition into GDPR compliance. Who's This For - Technology professionals - Senior marketing professionals - Anyone working with agencies and clients in the EU, looking to understand the complete impact of GDPR What's In It for You - General overview of GDPR, what it means - Know how enterprises should prepare for it - Understand its impacts on data collection, websites, and comms - Review data security and GDPRs potential long-term impact on the marketing industry View our complete series of webinars at: www.srijan.net/webinar/past webinars]]>
Thu, 25 Jan 2018 10:52:51 GMT /slideshow/srijan-wednesday-webinars-is-your-business-ready-for-gdpr/86684508 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Is Your Business Ready for GDPR SrijanOne Speaker: Matt Skinner, Head of Digital Strategy and Data, Proctor + Stevenson The General Data Protection Regulation represents the biggest change to European data laws in decades. It comes into effect on May 25th, 2018, and if you havent already chalked out a compliance roadmap, its high time you did. The regulation has far-reaching effects and will have a significant impact on any firm that does business in the EU. This session is designed to give you a complete overview of GDPR and what it entails. Get an understanding of the regulations introduced, and what it means for your business: data security as well as marketing communications. Join the webinar to plan out your seamless transition into GDPR compliance. Who's This For - Technology professionals - Senior marketing professionals - Anyone working with agencies and clients in the EU, looking to understand the complete impact of GDPR What's In It for You - General overview of GDPR, what it means - Know how enterprises should prepare for it - Understand its impacts on data collection, websites, and comms - Review data security and GDPRs potential long-term impact on the marketing industry View our complete series of webinars at: www.srijan.net/webinar/past webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinartemplateformatt-180125105251-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Matt Skinner, Head of Digital Strategy and Data, Proctor + Stevenson The General Data Protection Regulation represents the biggest change to European data laws in decades. It comes into effect on May 25th, 2018, and if you havent already chalked out a compliance roadmap, its high time you did. The regulation has far-reaching effects and will have a significant impact on any firm that does business in the EU. This session is designed to give you a complete overview of GDPR and what it entails. Get an understanding of the regulations introduced, and what it means for your business: data security as well as marketing communications. Join the webinar to plan out your seamless transition into GDPR compliance. Who&#39;s This For - Technology professionals - Senior marketing professionals - Anyone working with agencies and clients in the EU, looking to understand the complete impact of GDPR What&#39;s In It for You - General overview of GDPR, what it means - Know how enterprises should prepare for it - Understand its impacts on data collection, websites, and comms - Review data security and GDPRs potential long-term impact on the marketing industry View our complete series of webinars at: www.srijan.net/webinar/past webinars
[Srijan Wednesday Webinars] Is Your Business Ready for GDPR from Srijan Technologies
]]>
360 2 https://cdn.slidesharecdn.com/ss_thumbnails/webinartemplateformatt-180125105251-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business /SrijanOne/srijan-wednesday-webinars-artificial-intelligence-the-future-of-business disrupt4-171207140409
AI is the new electricity Andrew Ng, former Chief Data Scientist, Baidu Artificial Intelligence is the new frontier for human evolution. It will upend industries, cause fundamental shifts in processes and jobs, and create unprecedented innovation.The question one wishes to answer is: how and why it impacts industry, and how can it be leveraged by businesses. This session will introduce AI and machine learning: the process of creating AI, and go on to discuss the key applications of these emerging technologies. We will also dive into a preliminary review of ML algorithms and how they work. Key Takeaways: - Define AI and ML, and the philosophy behind these new technologies - The impact of AI on jobs, communities, business, and industry - The use cases of AI in different industries like hi-tech, manufacturing, healthcare, publishing and media, education, transportation etc. -Introduction to machine learning algorithms like classification, regression, neural networks etc. Check our webinars series and sign up for future webinar notifications at: www.srijan.net/webinar/past-webinars]]>

AI is the new electricity Andrew Ng, former Chief Data Scientist, Baidu Artificial Intelligence is the new frontier for human evolution. It will upend industries, cause fundamental shifts in processes and jobs, and create unprecedented innovation.The question one wishes to answer is: how and why it impacts industry, and how can it be leveraged by businesses. This session will introduce AI and machine learning: the process of creating AI, and go on to discuss the key applications of these emerging technologies. We will also dive into a preliminary review of ML algorithms and how they work. Key Takeaways: - Define AI and ML, and the philosophy behind these new technologies - The impact of AI on jobs, communities, business, and industry - The use cases of AI in different industries like hi-tech, manufacturing, healthcare, publishing and media, education, transportation etc. -Introduction to machine learning algorithms like classification, regression, neural networks etc. Check our webinars series and sign up for future webinar notifications at: www.srijan.net/webinar/past-webinars]]>
Thu, 07 Dec 2017 14:04:08 GMT /SrijanOne/srijan-wednesday-webinars-artificial-intelligence-the-future-of-business SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business SrijanOne AI is the new electricity Andrew Ng, former Chief Data Scientist, Baidu Artificial Intelligence is the new frontier for human evolution. It will upend industries, cause fundamental shifts in processes and jobs, and create unprecedented innovation.The question one wishes to answer is: how and why it impacts industry, and how can it be leveraged by businesses. This session will introduce AI and machine learning: the process of creating AI, and go on to discuss the key applications of these emerging technologies. We will also dive into a preliminary review of ML algorithms and how they work. Key Takeaways: - Define AI and ML, and the philosophy behind these new technologies - The impact of AI on jobs, communities, business, and industry - The use cases of AI in different industries like hi-tech, manufacturing, healthcare, publishing and media, education, transportation etc. -Introduction to machine learning algorithms like classification, regression, neural networks etc. Check our webinars series and sign up for future webinar notifications at: www.srijan.net/webinar/past-webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/disrupt4-171207140409-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> AI is the new electricity Andrew Ng, former Chief Data Scientist, Baidu Artificial Intelligence is the new frontier for human evolution. It will upend industries, cause fundamental shifts in processes and jobs, and create unprecedented innovation.The question one wishes to answer is: how and why it impacts industry, and how can it be leveraged by businesses. This session will introduce AI and machine learning: the process of creating AI, and go on to discuss the key applications of these emerging technologies. We will also dive into a preliminary review of ML algorithms and how they work. Key Takeaways: - Define AI and ML, and the philosophy behind these new technologies - The impact of AI on jobs, communities, business, and industry - The use cases of AI in different industries like hi-tech, manufacturing, healthcare, publishing and media, education, transportation etc. -Introduction to machine learning algorithms like classification, regression, neural networks etc. Check our webinars series and sign up for future webinar notifications at: www.srijan.net/webinar/past-webinars
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business from Srijan Technologies
]]>
440 3 https://cdn.slidesharecdn.com/ss_thumbnails/disrupt4-171207140409-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] How to Design a Chatbot that Works /slideshow/srijan-wednesday-webinars-how-to-design-a-chatbot-that-works/80722676 webinarbyjess-171012044154
Speaker: Jesus Martin, BEEVA 2016 was supposed to be the year of messaging and also when chatbots would stand alone as the natural replacement for traditional apps. Unfortunately, at the end of 2017 we are still facing unsolved problems. This session gives a short overview of the chatbot history, from the very beginning to the current state of the art. It also sets expectations about what we can do with chatbots, and explain how to deal with current problems we face when creating a chatbot design that works. Join the webinar to get a complete design framework to building great chatbots. Key Takeaways: - Understand the history of chatbots and where we are heading - Know where are we on the user-chatbot interaction - Learn what to take into account about chatbot design before writing a single line of code - Get a complete chatbot design framework View all our past webinar sessions at: www.srijan.net/webinar/past-webinars]]>

Speaker: Jesus Martin, BEEVA 2016 was supposed to be the year of messaging and also when chatbots would stand alone as the natural replacement for traditional apps. Unfortunately, at the end of 2017 we are still facing unsolved problems. This session gives a short overview of the chatbot history, from the very beginning to the current state of the art. It also sets expectations about what we can do with chatbots, and explain how to deal with current problems we face when creating a chatbot design that works. Join the webinar to get a complete design framework to building great chatbots. Key Takeaways: - Understand the history of chatbots and where we are heading - Know where are we on the user-chatbot interaction - Learn what to take into account about chatbot design before writing a single line of code - Get a complete chatbot design framework View all our past webinar sessions at: www.srijan.net/webinar/past-webinars]]>
Thu, 12 Oct 2017 04:41:54 GMT /slideshow/srijan-wednesday-webinars-how-to-design-a-chatbot-that-works/80722676 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] How to Design a Chatbot that Works SrijanOne Speaker: Jesus Martin, BEEVA 2016 was supposed to be the year of messaging and also when chatbots would stand alone as the natural replacement for traditional apps. Unfortunately, at the end of 2017 we are still facing unsolved problems. This session gives a short overview of the chatbot history, from the very beginning to the current state of the art. It also sets expectations about what we can do with chatbots, and explain how to deal with current problems we face when creating a chatbot design that works. Join the webinar to get a complete design framework to building great chatbots. Key Takeaways: - Understand the history of chatbots and where we are heading - Know where are we on the user-chatbot interaction - Learn what to take into account about chatbot design before writing a single line of code - Get a complete chatbot design framework View all our past webinar sessions at: www.srijan.net/webinar/past-webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarbyjess-171012044154-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Jesus Martin, BEEVA 2016 was supposed to be the year of messaging and also when chatbots would stand alone as the natural replacement for traditional apps. Unfortunately, at the end of 2017 we are still facing unsolved problems. This session gives a short overview of the chatbot history, from the very beginning to the current state of the art. It also sets expectations about what we can do with chatbots, and explain how to deal with current problems we face when creating a chatbot design that works. Join the webinar to get a complete design framework to building great chatbots. Key Takeaways: - Understand the history of chatbots and where we are heading - Know where are we on the user-chatbot interaction - Learn what to take into account about chatbot design before writing a single line of code - Get a complete chatbot design framework View all our past webinar sessions at: www.srijan.net/webinar/past-webinars
[Srijan Wednesday Webinars] How to Design a Chatbot that Works from Srijan Technologies
]]>
575 7 https://cdn.slidesharecdn.com/ss_thumbnails/webinarbyjess-171012044154-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8 /slideshow/srijan-wednesday-webinars-simplifying-migration-to-drupal-8/78926111 webinarbysugandh-170817143543
Speaker: Sugandh Khanna, Drupal Developer, Srijan Tchnlogies Migrating an entire website from a particular CMS, or even from Drupal 7, onto Drupal 8 can look like a huge task. Traditionally, if we decided to move a website to Drupal 8, we created 100 content types, with their 2000 fields or more, and each field had its own settings and properties. This consumed a lot of time and actual development, that genuinely required logic, got delayed. But with the three contributed modules: migrate_tool, migrate_upgrade, migrate_plus; switching to Drupal 8 has gotten a whole lot easier. In this webinar, we take a look at how to use these modules to eliminate all the tedious work. We also share some the challenges we faced during site migration and how those were resolved. Join the webinar and become a pro at Drupal 8 migrations. Who Is This For -Backend Developers -Site Builders -Architects What's In It For You - Understand different challenges faced while migrating from Drupal 7 to Drupal 8 - Learn about migrate configurations and its workflow from Drupal 7 to Drupal 8. - Review some common use cases where complex websites with hundreds of content types were successfully migrated. For more interesting sessions and to join the webinar community, visit: www.srijan.net/webinars]]>

Speaker: Sugandh Khanna, Drupal Developer, Srijan Tchnlogies Migrating an entire website from a particular CMS, or even from Drupal 7, onto Drupal 8 can look like a huge task. Traditionally, if we decided to move a website to Drupal 8, we created 100 content types, with their 2000 fields or more, and each field had its own settings and properties. This consumed a lot of time and actual development, that genuinely required logic, got delayed. But with the three contributed modules: migrate_tool, migrate_upgrade, migrate_plus; switching to Drupal 8 has gotten a whole lot easier. In this webinar, we take a look at how to use these modules to eliminate all the tedious work. We also share some the challenges we faced during site migration and how those were resolved. Join the webinar and become a pro at Drupal 8 migrations. Who Is This For -Backend Developers -Site Builders -Architects What's In It For You - Understand different challenges faced while migrating from Drupal 7 to Drupal 8 - Learn about migrate configurations and its workflow from Drupal 7 to Drupal 8. - Review some common use cases where complex websites with hundreds of content types were successfully migrated. For more interesting sessions and to join the webinar community, visit: www.srijan.net/webinars]]>
Thu, 17 Aug 2017 14:35:43 GMT /slideshow/srijan-wednesday-webinars-simplifying-migration-to-drupal-8/78926111 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Simplifying Migration to Drupal 8 SrijanOne Speaker: Sugandh Khanna, Drupal Developer, Srijan Tchnlogies Migrating an entire website from a particular CMS, or even from Drupal 7, onto Drupal 8 can look like a huge task. Traditionally, if we decided to move a website to Drupal 8, we created 100 content types, with their 2000 fields or more, and each field had its own settings and properties. This consumed a lot of time and actual development, that genuinely required logic, got delayed. But with the three contributed modules: migrate_tool, migrate_upgrade, migrate_plus; switching to Drupal 8 has gotten a whole lot easier. In this webinar, we take a look at how to use these modules to eliminate all the tedious work. We also share some the challenges we faced during site migration and how those were resolved. Join the webinar and become a pro at Drupal 8 migrations. Who Is This For -Backend Developers -Site Builders -Architects What's In It For You - Understand different challenges faced while migrating from Drupal 7 to Drupal 8 - Learn about migrate configurations and its workflow from Drupal 7 to Drupal 8. - Review some common use cases where complex websites with hundreds of content types were successfully migrated. For more interesting sessions and to join the webinar community, visit: www.srijan.net/webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarbysugandh-170817143543-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Sugandh Khanna, Drupal Developer, Srijan Tchnlogies Migrating an entire website from a particular CMS, or even from Drupal 7, onto Drupal 8 can look like a huge task. Traditionally, if we decided to move a website to Drupal 8, we created 100 content types, with their 2000 fields or more, and each field had its own settings and properties. This consumed a lot of time and actual development, that genuinely required logic, got delayed. But with the three contributed modules: migrate_tool, migrate_upgrade, migrate_plus; switching to Drupal 8 has gotten a whole lot easier. In this webinar, we take a look at how to use these modules to eliminate all the tedious work. We also share some the challenges we faced during site migration and how those were resolved. Join the webinar and become a pro at Drupal 8 migrations. Who Is This For -Backend Developers -Site Builders -Architects What&#39;s In It For You - Understand different challenges faced while migrating from Drupal 7 to Drupal 8 - Learn about migrate configurations and its workflow from Drupal 7 to Drupal 8. - Review some common use cases where complex websites with hundreds of content types were successfully migrated. For more interesting sessions and to join the webinar community, visit: www.srijan.net/webinars
[Srijan Wednesday Webinars] Simplifying Migration to Drupal 8 from Srijan Technologies
]]>
622 2 https://cdn.slidesharecdn.com/ss_thumbnails/webinarbysugandh-170817143543-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
Final dependency presentation.odp /slideshow/final-dependency-presentationodp/77827008 finaldependencypresentation-170713100030
The introduction of Object Oriented Programming in Drupal 8 is an evolution in the world of Drupal which has brought the concept of code reuse and encapsulation, allowing users to build better maintainable and structured code. One of the concepts that contribute to this is Dependency Injection and Services in Drupal Is there a way for someone to modify the process by which Drupal invokes modules without making changes to the core function in Drupal 7? Or is there a better way to access the global variables without calling them directly in Drupal 7? The answer is No. This session aims at understanding the dependency injection and services in Drupal 8, that may be a bit complex but are really usable. ]]>

The introduction of Object Oriented Programming in Drupal 8 is an evolution in the world of Drupal which has brought the concept of code reuse and encapsulation, allowing users to build better maintainable and structured code. One of the concepts that contribute to this is Dependency Injection and Services in Drupal Is there a way for someone to modify the process by which Drupal invokes modules without making changes to the core function in Drupal 7? Or is there a better way to access the global variables without calling them directly in Drupal 7? The answer is No. This session aims at understanding the dependency injection and services in Drupal 8, that may be a bit complex but are really usable. ]]>
Thu, 13 Jul 2017 10:00:30 GMT /slideshow/final-dependency-presentationodp/77827008 SrijanOne@slideshare.net(SrijanOne) Final dependency presentation.odp SrijanOne The introduction of Object Oriented Programming in Drupal 8 is an evolution in the world of Drupal which has brought the concept of code reuse and encapsulation, allowing users to build better maintainable and structured code. One of the concepts that contribute to this is Dependency Injection and Services in Drupal Is there a way for someone to modify the process by which Drupal invokes modules without making changes to the core function in Drupal 7? Or is there a better way to access the global variables without calling them directly in Drupal 7? The answer is No. This session aims at understanding the dependency injection and services in Drupal 8, that may be a bit complex but are really usable. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/finaldependencypresentation-170713100030-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> The introduction of Object Oriented Programming in Drupal 8 is an evolution in the world of Drupal which has brought the concept of code reuse and encapsulation, allowing users to build better maintainable and structured code. One of the concepts that contribute to this is Dependency Injection and Services in Drupal Is there a way for someone to modify the process by which Drupal invokes modules without making changes to the core function in Drupal 7? Or is there a better way to access the global variables without calling them directly in Drupal 7? The answer is No. This session aims at understanding the dependency injection and services in Drupal 8, that may be a bit complex but are really usable.
Final dependency presentation.odp from Srijan Technologies
]]>
300 2 https://cdn.slidesharecdn.com/ss_thumbnails/finaldependencypresentation-170713100030-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinar] Leveraging the OGD Platform and Visualization Engine /slideshow/srijan-wednesday-webinar-leveraging-the-ogd-platform-and-visualization-engine/77398318 webinar-leveragingtheogdplatformandvisualizationengine-28-6-20171-170630114628
Data is one of the most valuable resources of modern digitized governance, but raw data alone can not provide the decision makers valuable insights. To turn the numbers into knowledge, we need to separate noise from the data. We also need to choose the right way to present the data, so that its easily interpreted. There Open Government Data Platform India makes a lot of valuable open government datasets available from different sectors. And you are free to leverage these for creating visualizations and info-graphics using the in-house visualization engine. Watch the webinar and learn how the OGD platform can help you create data-driven products and solutions. Key Takeaways: - Understand the importance of visualizations to showcase valuable insights - Learn how to use open government data in decision making - Know how to choose your format of visualization according to the data - Learn how to create and share maps and charts using the Data Visualization Engine of the OGD Platform]]>

Data is one of the most valuable resources of modern digitized governance, but raw data alone can not provide the decision makers valuable insights. To turn the numbers into knowledge, we need to separate noise from the data. We also need to choose the right way to present the data, so that its easily interpreted. There Open Government Data Platform India makes a lot of valuable open government datasets available from different sectors. And you are free to leverage these for creating visualizations and info-graphics using the in-house visualization engine. Watch the webinar and learn how the OGD platform can help you create data-driven products and solutions. Key Takeaways: - Understand the importance of visualizations to showcase valuable insights - Learn how to use open government data in decision making - Know how to choose your format of visualization according to the data - Learn how to create and share maps and charts using the Data Visualization Engine of the OGD Platform]]>
Fri, 30 Jun 2017 11:46:28 GMT /slideshow/srijan-wednesday-webinar-leveraging-the-ogd-platform-and-visualization-engine/77398318 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinar] Leveraging the OGD Platform and Visualization Engine SrijanOne Data is one of the most valuable resources of modern digitized governance, but raw data alone can not provide the decision makers valuable insights. To turn the numbers into knowledge, we need to separate noise from the data. We also need to choose the right way to present the data, so that its easily interpreted. There Open Government Data Platform India makes a lot of valuable open government datasets available from different sectors. And you are free to leverage these for creating visualizations and info-graphics using the in-house visualization engine. Watch the webinar and learn how the OGD platform can help you create data-driven products and solutions. Key Takeaways: - Understand the importance of visualizations to showcase valuable insights - Learn how to use open government data in decision making - Know how to choose your format of visualization according to the data - Learn how to create and share maps and charts using the Data Visualization Engine of the OGD Platform <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinar-leveragingtheogdplatformandvisualizationengine-28-6-20171-170630114628-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Data is one of the most valuable resources of modern digitized governance, but raw data alone can not provide the decision makers valuable insights. To turn the numbers into knowledge, we need to separate noise from the data. We also need to choose the right way to present the data, so that its easily interpreted. There Open Government Data Platform India makes a lot of valuable open government datasets available from different sectors. And you are free to leverage these for creating visualizations and info-graphics using the in-house visualization engine. Watch the webinar and learn how the OGD platform can help you create data-driven products and solutions. Key Takeaways: - Understand the importance of visualizations to showcase valuable insights - Learn how to use open government data in decision making - Know how to choose your format of visualization according to the data - Learn how to create and share maps and charts using the Data Visualization Engine of the OGD Platform
[Srijan Wednesday Webinar] Leveraging the OGD Platform and Visualization Engine from Srijan Technologies
]]>
131 2 https://cdn.slidesharecdn.com/ss_thumbnails/webinar-leveragingtheogdplatformandvisualizationengine-28-6-20171-170630114628-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing /slideshow/srijan-wednesday-webinars-why-adopt-analytics-driven-testing/76973123 srijanwednesdaywebinarsanalyticsdriventesting2-170615131224
Speaker: Ori Bendet, Inbound Product Manager, HPE Software Todays testers must test multiple aspects across a plethora of device permutations, in every network condition, while balancing quality with speed of delivery. But theres no time to test everything. And so, we base our tests on hunches. But hunches can result in not testing key functionalities and/or environments that end up having a devastating effect on quality of the product. So whats the answer? We need to switch from gut feel to evidence-based-testing, or simply put, adopt the practice of analytics to drive testing. Join the webinar to learn why and, how to start using analytics for testing your apps. Who is this for - Testers - DevTesters - Test managers - Developers - Project management - Product Owners - CIOs Key takeaways - What is one of the main problems in todays testing teams - What are the risks? - Examples from our own experiences - How can you empower your testing by using Analytics You can view all our past webinars at: www.srijan.net/webinar/past-webinars]]>

Speaker: Ori Bendet, Inbound Product Manager, HPE Software Todays testers must test multiple aspects across a plethora of device permutations, in every network condition, while balancing quality with speed of delivery. But theres no time to test everything. And so, we base our tests on hunches. But hunches can result in not testing key functionalities and/or environments that end up having a devastating effect on quality of the product. So whats the answer? We need to switch from gut feel to evidence-based-testing, or simply put, adopt the practice of analytics to drive testing. Join the webinar to learn why and, how to start using analytics for testing your apps. Who is this for - Testers - DevTesters - Test managers - Developers - Project management - Product Owners - CIOs Key takeaways - What is one of the main problems in todays testing teams - What are the risks? - Examples from our own experiences - How can you empower your testing by using Analytics You can view all our past webinars at: www.srijan.net/webinar/past-webinars]]>
Thu, 15 Jun 2017 13:12:24 GMT /slideshow/srijan-wednesday-webinars-why-adopt-analytics-driven-testing/76973123 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing SrijanOne Speaker: Ori Bendet, Inbound Product Manager, HPE Software Todays testers must test multiple aspects across a plethora of device permutations, in every network condition, while balancing quality with speed of delivery. But theres no time to test everything. And so, we base our tests on hunches. But hunches can result in not testing key functionalities and/or environments that end up having a devastating effect on quality of the product. So whats the answer? We need to switch from gut feel to evidence-based-testing, or simply put, adopt the practice of analytics to drive testing. Join the webinar to learn why and, how to start using analytics for testing your apps. Who is this for - Testers - DevTesters - Test managers - Developers - Project management - Product Owners - CIOs Key takeaways - What is one of the main problems in todays testing teams - What are the risks? - Examples from our own experiences - How can you empower your testing by using Analytics You can view all our past webinars at: www.srijan.net/webinar/past-webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/srijanwednesdaywebinarsanalyticsdriventesting2-170615131224-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Ori Bendet, Inbound Product Manager, HPE Software Todays testers must test multiple aspects across a plethora of device permutations, in every network condition, while balancing quality with speed of delivery. But theres no time to test everything. And so, we base our tests on hunches. But hunches can result in not testing key functionalities and/or environments that end up having a devastating effect on quality of the product. So whats the answer? We need to switch from gut feel to evidence-based-testing, or simply put, adopt the practice of analytics to drive testing. Join the webinar to learn why and, how to start using analytics for testing your apps. Who is this for - Testers - DevTesters - Test managers - Developers - Project management - Product Owners - CIOs Key takeaways - What is one of the main problems in todays testing teams - What are the risks? - Examples from our own experiences - How can you empower your testing by using Analytics You can view all our past webinars at: www.srijan.net/webinar/past-webinars
[Srijan Wednesday Webinars] Why Adopt Analytics Driven Testing from Srijan Technologies
]]>
298 6 https://cdn.slidesharecdn.com/ss_thumbnails/srijanwednesdaywebinarsanalyticsdriventesting2-170615131224-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System /slideshow/srijan-wednesday-webinar-key-ingredients-of-a-powerful-test-automation-system/74505723 webinarbynitin-170406054723
Speaker : Nitin Mukhija Test Automation has become a key feature of the Quality Assurance landscape. Automation testing frameworks are crucial for enterprise software development teams because it makes them more efficient. A system that checks your code and executes tests on its own, frees you up to concentrate on other, more important aspects of the development process. And because this system brings such high value, its important to get this right. View the webinar to understand what makes a powerful test automation system, and how to build that for your project. Whos This For? -Developers -QA folks -Test Practitioners Whats In It For You? -Learn how to design a highly maintainable, configurable system with fast execution and efficient reporting -How to achieve Continuous Delivery -Understand how Docker was used to simplify testing at PayU]]>

Speaker : Nitin Mukhija Test Automation has become a key feature of the Quality Assurance landscape. Automation testing frameworks are crucial for enterprise software development teams because it makes them more efficient. A system that checks your code and executes tests on its own, frees you up to concentrate on other, more important aspects of the development process. And because this system brings such high value, its important to get this right. View the webinar to understand what makes a powerful test automation system, and how to build that for your project. Whos This For? -Developers -QA folks -Test Practitioners Whats In It For You? -Learn how to design a highly maintainable, configurable system with fast execution and efficient reporting -How to achieve Continuous Delivery -Understand how Docker was used to simplify testing at PayU]]>
Thu, 06 Apr 2017 05:47:22 GMT /slideshow/srijan-wednesday-webinar-key-ingredients-of-a-powerful-test-automation-system/74505723 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System SrijanOne Speaker : Nitin Mukhija Test Automation has become a key feature of the Quality Assurance landscape. Automation testing frameworks are crucial for enterprise software development teams because it makes them more efficient. A system that checks your code and executes tests on its own, frees you up to concentrate on other, more important aspects of the development process. And because this system brings such high value, its important to get this right. View the webinar to understand what makes a powerful test automation system, and how to build that for your project. Whos This For? -Developers -QA folks -Test Practitioners Whats In It For You? -Learn how to design a highly maintainable, configurable system with fast execution and efficient reporting -How to achieve Continuous Delivery -Understand how Docker was used to simplify testing at PayU <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/webinarbynitin-170406054723-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker : Nitin Mukhija Test Automation has become a key feature of the Quality Assurance landscape. Automation testing frameworks are crucial for enterprise software development teams because it makes them more efficient. A system that checks your code and executes tests on its own, frees you up to concentrate on other, more important aspects of the development process. And because this system brings such high value, its important to get this right. View the webinar to understand what makes a powerful test automation system, and how to build that for your project. Whos This For? -Developers -QA folks -Test Practitioners Whats In It For You? -Learn how to design a highly maintainable, configurable system with fast execution and efficient reporting -How to achieve Continuous Delivery -Understand how Docker was used to simplify testing at PayU
[Srijan Wednesday Webinar] Key ingredients of a Powerful Test Automation System from Srijan Technologies
]]>
310 4 https://cdn.slidesharecdn.com/ss_thumbnails/webinarbynitin-170406054723-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal /slideshow/srijan-wednesday-webinar-building-bpmn-web-portals-with-camunda-and-drupal/73518158 srijanwebinarbyishan-170323055342
Speaker: Ishan Mahajan, Program Manager, Srijan Technologies Enterprises today have multiple teams and several applications working in tandem. In such situations, combining a BPMN workflow engine with your content management system gives you a lot of flexibility in managing tasks, and keeping your teams in sync. Camunda, an open source, Java-based workflow engine can provide intelligent workflows for large enterprises. And if you are using Drupal as your enterprise CMS, it becomes very easy to design and implement a BPMN web portal that combines these two technologies. Join the webinar for a Drupal-Camunda tutorial that explains how to deploy a Camunda-Drupal connector module, and what are the business benefits for an enterprise. Who's This For? - Developers and architects who regularly integrate Drupal with other softwares, within large enterprises. - Developers and architects who are interested in learning more about Drupal's REST API capabilities and how Drupal is a great fit for creating web portals for backend enterprise software. - Developers and architects interested in learning about Camunda What's In It For You? - Learn why you need a Camunda-Drupal integration - Understand when to use a Camunda-Drupal integration - Understand how does a Camunda-Drupal integration actually work, and how to implement it ]]>

Speaker: Ishan Mahajan, Program Manager, Srijan Technologies Enterprises today have multiple teams and several applications working in tandem. In such situations, combining a BPMN workflow engine with your content management system gives you a lot of flexibility in managing tasks, and keeping your teams in sync. Camunda, an open source, Java-based workflow engine can provide intelligent workflows for large enterprises. And if you are using Drupal as your enterprise CMS, it becomes very easy to design and implement a BPMN web portal that combines these two technologies. Join the webinar for a Drupal-Camunda tutorial that explains how to deploy a Camunda-Drupal connector module, and what are the business benefits for an enterprise. Who's This For? - Developers and architects who regularly integrate Drupal with other softwares, within large enterprises. - Developers and architects who are interested in learning more about Drupal's REST API capabilities and how Drupal is a great fit for creating web portals for backend enterprise software. - Developers and architects interested in learning about Camunda What's In It For You? - Learn why you need a Camunda-Drupal integration - Understand when to use a Camunda-Drupal integration - Understand how does a Camunda-Drupal integration actually work, and how to implement it ]]>
Thu, 23 Mar 2017 05:53:42 GMT /slideshow/srijan-wednesday-webinar-building-bpmn-web-portals-with-camunda-and-drupal/73518158 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal SrijanOne Speaker: Ishan Mahajan, Program Manager, Srijan Technologies Enterprises today have multiple teams and several applications working in tandem. In such situations, combining a BPMN workflow engine with your content management system gives you a lot of flexibility in managing tasks, and keeping your teams in sync. Camunda, an open source, Java-based workflow engine can provide intelligent workflows for large enterprises. And if you are using Drupal as your enterprise CMS, it becomes very easy to design and implement a BPMN web portal that combines these two technologies. Join the webinar for a Drupal-Camunda tutorial that explains how to deploy a Camunda-Drupal connector module, and what are the business benefits for an enterprise. Who's This For? - Developers and architects who regularly integrate Drupal with other softwares, within large enterprises. - Developers and architects who are interested in learning more about Drupal's REST API capabilities and how Drupal is a great fit for creating web portals for backend enterprise software. - Developers and architects interested in learning about Camunda What's In It For You? - Learn why you need a Camunda-Drupal integration - Understand when to use a Camunda-Drupal integration - Understand how does a Camunda-Drupal integration actually work, and how to implement it <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/srijanwebinarbyishan-170323055342-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Ishan Mahajan, Program Manager, Srijan Technologies Enterprises today have multiple teams and several applications working in tandem. In such situations, combining a BPMN workflow engine with your content management system gives you a lot of flexibility in managing tasks, and keeping your teams in sync. Camunda, an open source, Java-based workflow engine can provide intelligent workflows for large enterprises. And if you are using Drupal as your enterprise CMS, it becomes very easy to design and implement a BPMN web portal that combines these two technologies. Join the webinar for a Drupal-Camunda tutorial that explains how to deploy a Camunda-Drupal connector module, and what are the business benefits for an enterprise. Who&#39;s This For? - Developers and architects who regularly integrate Drupal with other softwares, within large enterprises. - Developers and architects who are interested in learning more about Drupal&#39;s REST API capabilities and how Drupal is a great fit for creating web portals for backend enterprise software. - Developers and architects interested in learning about Camunda What&#39;s In It For You? - Learn why you need a Camunda-Drupal integration - Understand when to use a Camunda-Drupal integration - Understand how does a Camunda-Drupal integration actually work, and how to implement it
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal from Srijan Technologies
]]>
600 4 https://cdn.slidesharecdn.com/ss_thumbnails/srijanwebinarbyishan-170323055342-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Drupal's Web Services /slideshow/srijan-wednesday-webinar-decoupled-demystified-the-present-future-of-drupals-web-services/73014456 srijanwebinartemplatebypreston-170310083838
Speaker: Preston So, Development manager, Acquia Labs Its been a little over a year since Drupal 8 was released with RESTful web services available out of the box, but that doesnt mean that our community hasnt kept pace with unprecedented progress in the landscape around us. Since November 2015, weve released two new minor versions of Drupal 8, each with exciting new features in the core REST API, thanks to the indefatigable team comprising the API-first initiative. Nonetheless, changes are occurring simultaneously in the wider API landscapewhich are challenging our perceptions and, accordingly, our approaches. Alternatives to our core REST implementation such as JSON API and GraphQL are quickly gaining steam in the front-end world. Join the webinar as we delve into whats changed since the release of Drupal 8 in core web services, how core and Drupals wider web services ecosystem will evolve in coming minor versions, and how the API-first initiative is anticipating further evolution in our fast-moving surroundings. Who's This For? - Back-end developers - Front-end developers - Decoupled application developers - Architects - Drupal contributors What's in it for You? - Learn about the changes in web services since Drupal 8s release in 2015 - Understand how the wider context of web services has shifted around us, and how we are working to ensure Drupal remains at the forefront of API-first content management - Learn how to work with web services solutions in the newest iterations of Drupal 8 - Know how the upcoming releases of Drupal will evolve to ensure Drupals web services success Check out our other webinars at: www.srijan.net/webinars]]>

Speaker: Preston So, Development manager, Acquia Labs Its been a little over a year since Drupal 8 was released with RESTful web services available out of the box, but that doesnt mean that our community hasnt kept pace with unprecedented progress in the landscape around us. Since November 2015, weve released two new minor versions of Drupal 8, each with exciting new features in the core REST API, thanks to the indefatigable team comprising the API-first initiative. Nonetheless, changes are occurring simultaneously in the wider API landscapewhich are challenging our perceptions and, accordingly, our approaches. Alternatives to our core REST implementation such as JSON API and GraphQL are quickly gaining steam in the front-end world. Join the webinar as we delve into whats changed since the release of Drupal 8 in core web services, how core and Drupals wider web services ecosystem will evolve in coming minor versions, and how the API-first initiative is anticipating further evolution in our fast-moving surroundings. Who's This For? - Back-end developers - Front-end developers - Decoupled application developers - Architects - Drupal contributors What's in it for You? - Learn about the changes in web services since Drupal 8s release in 2015 - Understand how the wider context of web services has shifted around us, and how we are working to ensure Drupal remains at the forefront of API-first content management - Learn how to work with web services solutions in the newest iterations of Drupal 8 - Know how the upcoming releases of Drupal will evolve to ensure Drupals web services success Check out our other webinars at: www.srijan.net/webinars]]>
Fri, 10 Mar 2017 08:38:38 GMT /slideshow/srijan-wednesday-webinar-decoupled-demystified-the-present-future-of-drupals-web-services/73014456 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Drupal's Web Services SrijanOne Speaker: Preston So, Development manager, Acquia Labs Its been a little over a year since Drupal 8 was released with RESTful web services available out of the box, but that doesnt mean that our community hasnt kept pace with unprecedented progress in the landscape around us. Since November 2015, weve released two new minor versions of Drupal 8, each with exciting new features in the core REST API, thanks to the indefatigable team comprising the API-first initiative. Nonetheless, changes are occurring simultaneously in the wider API landscapewhich are challenging our perceptions and, accordingly, our approaches. Alternatives to our core REST implementation such as JSON API and GraphQL are quickly gaining steam in the front-end world. Join the webinar as we delve into whats changed since the release of Drupal 8 in core web services, how core and Drupals wider web services ecosystem will evolve in coming minor versions, and how the API-first initiative is anticipating further evolution in our fast-moving surroundings. Who's This For? - Back-end developers - Front-end developers - Decoupled application developers - Architects - Drupal contributors What's in it for You? - Learn about the changes in web services since Drupal 8s release in 2015 - Understand how the wider context of web services has shifted around us, and how we are working to ensure Drupal remains at the forefront of API-first content management - Learn how to work with web services solutions in the newest iterations of Drupal 8 - Know how the upcoming releases of Drupal will evolve to ensure Drupals web services success Check out our other webinars at: www.srijan.net/webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/srijanwebinartemplatebypreston-170310083838-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Preston So, Development manager, Acquia Labs Its been a little over a year since Drupal 8 was released with RESTful web services available out of the box, but that doesnt mean that our community hasnt kept pace with unprecedented progress in the landscape around us. Since November 2015, weve released two new minor versions of Drupal 8, each with exciting new features in the core REST API, thanks to the indefatigable team comprising the API-first initiative. Nonetheless, changes are occurring simultaneously in the wider API landscapewhich are challenging our perceptions and, accordingly, our approaches. Alternatives to our core REST implementation such as JSON API and GraphQL are quickly gaining steam in the front-end world. Join the webinar as we delve into whats changed since the release of Drupal 8 in core web services, how core and Drupals wider web services ecosystem will evolve in coming minor versions, and how the API-first initiative is anticipating further evolution in our fast-moving surroundings. Who&#39;s This For? - Back-end developers - Front-end developers - Decoupled application developers - Architects - Drupal contributors What&#39;s in it for You? - Learn about the changes in web services since Drupal 8s release in 2015 - Understand how the wider context of web services has shifted around us, and how we are working to ensure Drupal remains at the forefront of API-first content management - Learn how to work with web services solutions in the newest iterations of Drupal 8 - Know how the upcoming releases of Drupal will evolve to ensure Drupals web services success Check out our other webinars at: www.srijan.net/webinars
[Srijan Wednesday Webinar] Decoupled Demystified: The Present & Future of Drupal's Web Services from Srijan Technologies
]]>
350 5 https://cdn.slidesharecdn.com/ss_thumbnails/srijanwebinartemplatebypreston-170310083838-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Automating Visual Regression using Galen /slideshow/srijan-wednesday-webinars-automating-visual-regression-using-galen/72001148 swwbysoumyajitanddeepshikha-170210122854
Speaker: Soumyajit Basu, Deepshikha Singh Responsive web design is all about crafting sites that provide an optimal viewing and interaction experience across different devices. This becomes all the more important in the light of Google boosting the ratings of sites that are mobile friendly if the search was made from a mobile device. This has the net effect of penalizing sites that are not mobile friendly. In this session, we will discuss the challenges in testing responsive websites, and how to overcome those by using the tools available online. We are going to take a closer look at Galen, and how it can automate responsive web design testing. Why Galen? Galen is an open source framework built for responsive websites. It provides the feasibility to test the various pages on screen sizes and browsers. The test and spec files can be written in plain English which makes it easier for the business people to understand and contribute. This can also be used as a guide for the UI developers where they build the layout based on the spec files agreed by the business. Who's This For? - Web Developers - UI/UX developers - Testers What's In It For You? -Understanding the nuances of Responsive Web Design - Knowing the variety of tools used to test responsive websites - How to approach Responsive Web Design testing - What is Galen and how to use it - Hands-on demo of Galen So the session slides and other webinars or Test Automation: http://srijan.net/webinar/automating-visual-regression-using-galen]]>

Speaker: Soumyajit Basu, Deepshikha Singh Responsive web design is all about crafting sites that provide an optimal viewing and interaction experience across different devices. This becomes all the more important in the light of Google boosting the ratings of sites that are mobile friendly if the search was made from a mobile device. This has the net effect of penalizing sites that are not mobile friendly. In this session, we will discuss the challenges in testing responsive websites, and how to overcome those by using the tools available online. We are going to take a closer look at Galen, and how it can automate responsive web design testing. Why Galen? Galen is an open source framework built for responsive websites. It provides the feasibility to test the various pages on screen sizes and browsers. The test and spec files can be written in plain English which makes it easier for the business people to understand and contribute. This can also be used as a guide for the UI developers where they build the layout based on the spec files agreed by the business. Who's This For? - Web Developers - UI/UX developers - Testers What's In It For You? -Understanding the nuances of Responsive Web Design - Knowing the variety of tools used to test responsive websites - How to approach Responsive Web Design testing - What is Galen and how to use it - Hands-on demo of Galen So the session slides and other webinars or Test Automation: http://srijan.net/webinar/automating-visual-regression-using-galen]]>
Fri, 10 Feb 2017 12:28:54 GMT /slideshow/srijan-wednesday-webinars-automating-visual-regression-using-galen/72001148 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Automating Visual Regression using Galen SrijanOne Speaker: Soumyajit Basu, Deepshikha Singh Responsive web design is all about crafting sites that provide an optimal viewing and interaction experience across different devices. This becomes all the more important in the light of Google boosting the ratings of sites that are mobile friendly if the search was made from a mobile device. This has the net effect of penalizing sites that are not mobile friendly. In this session, we will discuss the challenges in testing responsive websites, and how to overcome those by using the tools available online. We are going to take a closer look at Galen, and how it can automate responsive web design testing. Why Galen? Galen is an open source framework built for responsive websites. It provides the feasibility to test the various pages on screen sizes and browsers. The test and spec files can be written in plain English which makes it easier for the business people to understand and contribute. This can also be used as a guide for the UI developers where they build the layout based on the spec files agreed by the business. Who's This For? - Web Developers - UI/UX developers - Testers What's In It For You? -Understanding the nuances of Responsive Web Design - Knowing the variety of tools used to test responsive websites - How to approach Responsive Web Design testing - What is Galen and how to use it - Hands-on demo of Galen So the session slides and other webinars or Test Automation: http://srijan.net/webinar/automating-visual-regression-using-galen <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/swwbysoumyajitanddeepshikha-170210122854-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Soumyajit Basu, Deepshikha Singh Responsive web design is all about crafting sites that provide an optimal viewing and interaction experience across different devices. This becomes all the more important in the light of Google boosting the ratings of sites that are mobile friendly if the search was made from a mobile device. This has the net effect of penalizing sites that are not mobile friendly. In this session, we will discuss the challenges in testing responsive websites, and how to overcome those by using the tools available online. We are going to take a closer look at Galen, and how it can automate responsive web design testing. Why Galen? Galen is an open source framework built for responsive websites. It provides the feasibility to test the various pages on screen sizes and browsers. The test and spec files can be written in plain English which makes it easier for the business people to understand and contribute. This can also be used as a guide for the UI developers where they build the layout based on the spec files agreed by the business. Who&#39;s This For? - Web Developers - UI/UX developers - Testers What&#39;s In It For You? -Understanding the nuances of Responsive Web Design - Knowing the variety of tools used to test responsive websites - How to approach Responsive Web Design testing - What is Galen and how to use it - Hands-on demo of Galen So the session slides and other webinars or Test Automation: http://srijan.net/webinar/automating-visual-regression-using-galen
[Srijan Wednesday Webinars] Automating Visual Regression using Galen from Srijan Technologies
]]>
301 4 https://cdn.slidesharecdn.com/ss_thumbnails/swwbysoumyajitanddeepshikha-170210122854-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and Node.js /SrijanOne/srijan-wednesday-webinars-nasa-netflix-tinder-digital-transformation-and-nodejs node-170126155947
Speaker: Daniel Khan, Node.js Technology Lead, Dynatrace Node.js delivers performance, scalability, and speed of innovation for enterprise applications, and has rapidly taken over as the preferred server-side environment. Every new technology delivers new possibilities and also new challenges. Join the webinar for a quick introduction to Node.js, and the challenges that come up during enterprise deployments. Who's This For? - Developers - Ops - Architects - Anyone interested in getting started with Node.js What's In It For You? - Understand what Node.js is - Find out about the typical use cases for Node.js - Learn about possible problems and how to make sure that your applications are running smoothly Explore our other sessions and Join the community: www.srijan.net/webinars ]]>

Speaker: Daniel Khan, Node.js Technology Lead, Dynatrace Node.js delivers performance, scalability, and speed of innovation for enterprise applications, and has rapidly taken over as the preferred server-side environment. Every new technology delivers new possibilities and also new challenges. Join the webinar for a quick introduction to Node.js, and the challenges that come up during enterprise deployments. Who's This For? - Developers - Ops - Architects - Anyone interested in getting started with Node.js What's In It For You? - Understand what Node.js is - Find out about the typical use cases for Node.js - Learn about possible problems and how to make sure that your applications are running smoothly Explore our other sessions and Join the community: www.srijan.net/webinars ]]>
Thu, 26 Jan 2017 15:59:47 GMT /SrijanOne/srijan-wednesday-webinars-nasa-netflix-tinder-digital-transformation-and-nodejs SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and Node.js SrijanOne Speaker: Daniel Khan, Node.js Technology Lead, Dynatrace Node.js delivers performance, scalability, and speed of innovation for enterprise applications, and has rapidly taken over as the preferred server-side environment. Every new technology delivers new possibilities and also new challenges. Join the webinar for a quick introduction to Node.js, and the challenges that come up during enterprise deployments. Who's This For? - Developers - Ops - Architects - Anyone interested in getting started with Node.js What's In It For You? - Understand what Node.js is - Find out about the typical use cases for Node.js - Learn about possible problems and how to make sure that your applications are running smoothly Explore our other sessions and Join the community: www.srijan.net/webinars <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/node-170126155947-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Daniel Khan, Node.js Technology Lead, Dynatrace Node.js delivers performance, scalability, and speed of innovation for enterprise applications, and has rapidly taken over as the preferred server-side environment. Every new technology delivers new possibilities and also new challenges. Join the webinar for a quick introduction to Node.js, and the challenges that come up during enterprise deployments. Who&#39;s This For? - Developers - Ops - Architects - Anyone interested in getting started with Node.js What&#39;s In It For You? - Understand what Node.js is - Find out about the typical use cases for Node.js - Learn about possible problems and how to make sure that your applications are running smoothly Explore our other sessions and Join the community: www.srijan.net/webinars
[Srijan Wednesday Webinars] NASA, Netflix, Tinder: Digital Transformation and Node.js from Srijan Technologies
]]>
388 3 https://cdn.slidesharecdn.com/ss_thumbnails/node-170126155947-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinars] Building a High Performance QA Team /slideshow/srijan-wednesday-webinars-building-a-high-performance-qa-team/69182118 srijan2016karim-161117105408
Speaker: Karim Fanadka, HPE Software Session 際際滷s: http://www.srijan.net/webinar/building-high-performance-qa-team/ Karim is a DevTest manager at HPE Software and his team is responsible for testing their new SaaS product, the StormRunner Load. In this webinar, Karim shares his experience of building a QA team that is agile, efficient, and uses the latest testing frameworks. He will also talk about continuous testing, automation, test based analytics and hotfixes. Karim start's off the challenges in agile QA and then moves on to solving these challenges. The best part is when he shares the trick to delivering to production every 1.5 months, even for a high pressure enterprise product. The Q/A session also brings out some very interesting topics, going into greater details and various suggestions that you can implement for your own QA teams.]]>

Speaker: Karim Fanadka, HPE Software Session 際際滷s: http://www.srijan.net/webinar/building-high-performance-qa-team/ Karim is a DevTest manager at HPE Software and his team is responsible for testing their new SaaS product, the StormRunner Load. In this webinar, Karim shares his experience of building a QA team that is agile, efficient, and uses the latest testing frameworks. He will also talk about continuous testing, automation, test based analytics and hotfixes. Karim start's off the challenges in agile QA and then moves on to solving these challenges. The best part is when he shares the trick to delivering to production every 1.5 months, even for a high pressure enterprise product. The Q/A session also brings out some very interesting topics, going into greater details and various suggestions that you can implement for your own QA teams.]]>
Thu, 17 Nov 2016 10:54:08 GMT /slideshow/srijan-wednesday-webinars-building-a-high-performance-qa-team/69182118 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinars] Building a High Performance QA Team SrijanOne Speaker: Karim Fanadka, HPE Software Session 際際滷s: http://www.srijan.net/webinar/building-high-performance-qa-team/ Karim is a DevTest manager at HPE Software and his team is responsible for testing their new SaaS product, the StormRunner Load. In this webinar, Karim shares his experience of building a QA team that is agile, efficient, and uses the latest testing frameworks. He will also talk about continuous testing, automation, test based analytics and hotfixes. Karim start's off the challenges in agile QA and then moves on to solving these challenges. The best part is when he shares the trick to delivering to production every 1.5 months, even for a high pressure enterprise product. The Q/A session also brings out some very interesting topics, going into greater details and various suggestions that you can implement for your own QA teams. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/srijan2016karim-161117105408-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Karim Fanadka, HPE Software Session 際際滷s: http://www.srijan.net/webinar/building-high-performance-qa-team/ Karim is a DevTest manager at HPE Software and his team is responsible for testing their new SaaS product, the StormRunner Load. In this webinar, Karim shares his experience of building a QA team that is agile, efficient, and uses the latest testing frameworks. He will also talk about continuous testing, automation, test based analytics and hotfixes. Karim start&#39;s off the challenges in agile QA and then moves on to solving these challenges. The best part is when he shares the trick to delivering to production every 1.5 months, even for a high pressure enterprise product. The Q/A session also brings out some very interesting topics, going into greater details and various suggestions that you can implement for your own QA teams.
[Srijan Wednesday Webinars] Building a High Performance QA Team from Srijan Technologies
]]>
650 3 https://cdn.slidesharecdn.com/ss_thumbnails/srijan2016karim-161117105408-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium /slideshow/srijan-wednesday-webinar-mastering-mobile-test-automation-with-appium/68123058 srijan-webinar-161103125140
Speaker: Justin Ison Check out the complete session slides here: http://www.srijan.net/webinar/mobile-... This session dives into the history of Appium, and it's pros and cons. The speaker also looks at how to write a good test setup and collect meaningful data points. We look at quick demos and comparisons of how Appium significantly reduces test times. And you definitely should hang around till the Q&A session, where participants pitch in with their issues and queries. The speaker answers all the questions, sharing additional information and tips on Appium.]]>

Speaker: Justin Ison Check out the complete session slides here: http://www.srijan.net/webinar/mobile-... This session dives into the history of Appium, and it's pros and cons. The speaker also looks at how to write a good test setup and collect meaningful data points. We look at quick demos and comparisons of how Appium significantly reduces test times. And you definitely should hang around till the Q&A session, where participants pitch in with their issues and queries. The speaker answers all the questions, sharing additional information and tips on Appium.]]>
Thu, 03 Nov 2016 12:51:40 GMT /slideshow/srijan-wednesday-webinar-mastering-mobile-test-automation-with-appium/68123058 SrijanOne@slideshare.net(SrijanOne) [Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium SrijanOne Speaker: Justin Ison Check out the complete session slides here: http://www.srijan.net/webinar/mobile-... This session dives into the history of Appium, and it's pros and cons. The speaker also looks at how to write a good test setup and collect meaningful data points. We look at quick demos and comparisons of how Appium significantly reduces test times. And you definitely should hang around till the Q&A session, where participants pitch in with their issues and queries. The speaker answers all the questions, sharing additional information and tips on Appium. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/srijan-webinar-161103125140-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Speaker: Justin Ison Check out the complete session slides here: http://www.srijan.net/webinar/mobile-... This session dives into the history of Appium, and it&#39;s pros and cons. The speaker also looks at how to write a good test setup and collect meaningful data points. We look at quick demos and comparisons of how Appium significantly reduces test times. And you definitely should hang around till the Q&amp;A session, where participants pitch in with their issues and queries. The speaker answers all the questions, sharing additional information and tips on Appium.
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium from Srijan Technologies
]]>
542 5 https://cdn.slidesharecdn.com/ss_thumbnails/srijan-webinar-161103125140-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 1
https://cdn.slidesharecdn.com/profile-photo-SrijanOne-48x48.jpg?cb=1646827431 Srijan Technologies is an IT Services company which specializes in building high traffic websites and complex web applications. Srijan has been consulting, designing and engineering online products and solutions for over 10 years. Today it is the largest Drupal services provider in India. Srijan has served over 200 clients across USA, Asia, Europe and the Middle East. Srijan is the only Acquia partner in India for Drupal development and has been awarded the Most Democratic Workplace two years in a row by WorldBlu. Srijan is staffed by a team of over 80 Drupal professionals and is headquartered in New Delhi, India with development offices in Gurgaon, Dharamshala and Goa, India. www.srijan.net https://cdn.slidesharecdn.com/ss_thumbnails/webinarbyadheip-190829125159-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/srijan-wednesday-webinar-how-to-run-stateless-and-stateful-services-on-k8s-operator/167444848 [Srijan Wednesday Webi... https://cdn.slidesharecdn.com/ss_thumbnails/webinarbywilson-190221124622-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/srijan-wednesday-webinars-how-to-set-up-a-nodejs-microservices-architecture-using-docker/132715864 [Srijan Wednesday Webi... https://cdn.slidesharecdn.com/ss_thumbnails/srijanwwcloudnativeplatformfordrupal-181213101558-thumbnail.jpg?width=320&height=320&fit=bounds SrijanOne/srijan-wednesday-webinars-how-to-build-a-cloud-native-platform-for-enterprise-drupal-applications [Srijan Wednesday Webi...