Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Web Development

January 13, 2021 PHP Frameworks / Web Development

What is DevOps?

January 13, 2021 PHP Frameworks / Web Development
Post Views: 2,819
| By Webner

What is DevOps? DevOps is a set of practices that combines software development and other IT operations. It shortens the systems development life cycle and aims to provide continuous delivery with high-quality software. Who is DevOps Engineer? They are either

Read More
January 11, 2021 Web Development

Lambda Expression in Java 8

January 11, 2021 Web Development
Post Views: 3,634
| By Webner

Lambda expressions are introduced in Java 8 and are a very interesting feature of Java 8. A lambda expression is a short block of code that takes in parameters and returns a value. Lambda expressions are similar to methods, but

Read More
December 21, 2020 Mobile / Web Development

How to get phone contacts in the react-native application

December 21, 2020 Mobile / Web Development
Post Views: 5,915
| By Webner

To get phone contacts in the react-native application, it provides a package called react-native-contacts. This package provides you with all the contacts and their info from your mobile device. Installation: npm install react-native-contacts –save For ios: cd ios && pod

Read More
December 14, 2020 Web Development

Record Video on Web through Javascript

December 14, 2020 Web Development
Post Views: 2,718
| By Webner

Many browsers now have the facility to access video and audio input from the user. However, relying on the browser, it would be a full dynamic and inline experience, or it’d be delegated to a special app on the user’s

Read More
December 3, 2020 Web Development

Using Elasticsearch in Node.js

December 3, 2020 Web Development
Post Views: 4,007
| By Webner

What is elasticsearch? Elasticsearch is a distributed, open-source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now

Read More
November 27, 2020 Database / Web Development

Azure Event Hubs

November 27, 2020 Database / Web Development
Post Views: 2,330
| By Webner

Introduction: Event Hubs is a real-time data ingestion service that is fully managed, simple, scalable, and trusted. It can stream, process, and receive millions of events per second from any of the sources, which builds data pipelines that are dynamic

Read More
November 25, 2020 Web Development

Aura components vs Lightning web components

November 25, 2020 Web Development
Post Views: 5,565
| By Webner

At the beginning of the Salesforce Development times, developers used VisualForce, which is an HTML Tag-based mark-up language to develop their Visual Force web pages and Apex to control the internal logic. But these HTML based Visual Force standards were

Read More
November 23, 2020 Web Development

Internationalization / Localization in Laravel

November 23, 2020 Web Development
Post Views: 3,974
| By Webner

Laravel has made it convenient for the developers to create multilingual websites by giving the developer community an easy way to retrieve strings in various languages. These strings are basically stored as constants in the resources/lang directory within our project.

Read More
November 20, 2020 Web Development

How to create an event in Laravel

November 20, 2020 Web Development
Post Views: 2,003
| By Webner

Laravel events provide an observable functionality, allowing you to subscribe and listen. Events are stored in the app/Events directory and their listeners are stored in the app/Listener directory. We can generate a Laravel event by running “php artisan event:generate” command.

Read More

Posts pagination

«Previous Posts 1 … 11 12 13 14 15 … 106 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection