Skip to main content

Posts

Vue.js

What is Vue.js? Vue (pronounced /vjuː/, like  view ) is a  progressive framework  for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is very easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with  modern tooling  and  supporting libraries . If you are an experienced frontend developer and want to know how Vue compares to other libraries/frameworks, check out the  Comparison with Other Frameworks .

App Development

Laravel v5.4.28 released on June 30, 2017

Added Added  avg()  and  average()  as higher order proxies ( #19628 ) Added  fresh()  method to Eloquent collection ( #19616 ,  #19671 ) Added ability to remove a global scope with another global scope ( #19657 ) Added  Collection::intersectKey()  method ( #19683 ) Support setting queue name via  broadcastQueue()  method ( #19703 ,  #19708 ) Support default return on  BelongsTo  relations ( #19733 ,  #19788 ,  1137d86 ,  ed0182b ) Added  unless()  method to query builder and collection ( #19738 ,  #19740 ) Added  array_random()  helper ( #19741 ,  #19818 ,  #19826 ) Support multiple manifest files on  mix()  ( #19764 ) Changed Escape default value passed to  @yield  directive ( #19643 ) Support passing multiple fields to  different  validation rule ( #19637 ) Only dispatch the  MessageSent  event if mails s...

AngularJs Introduction To Javascript Framework For WebApplications

HTML is a great declarative language for static documents but it fails to serve our purpose when there come a need of creating dynamic views in web apps . The impedance mismatch between dynamic applications and static documents is often solved with: Angular Js extends the HTML by adding built-in attributes and components and also provides an ability to create custom attributes using simple JavaScript. Hence making it dynamic application. Thus Angular is what HTML would have been, had it been designed for web applications. Note:-Angular JS is entirely based on HTML and JavaScript, so there is no need to learn another syntax or language. AngularJs Introduction What is Angular Js? Angular JS is a javascript framework for WebApplications. HTML is a great declarative language for static documents but it fails to serve our purpose when there come a need of creating dynamic views in webapps. The impedance mismatch between dynamic applications and static documents is often...

PHP 7.0.21 Released

The PHP development team announces the immediate availability of PHP 7.0.21. This is a security release. Several security bugs were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.21 please visit our  downloads page , Windows source and binaries can be found on  windows.php.net/download/ . The list of changes is recorded in the  ChangeLog .

PHP 7.1.7 Released

The PHP development team announces the immediate availability of PHP 7.1.7. This is a security release with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version. For source downloads of PHP 7.1.7 please visit our  downloads page , Windows source and binaries can be found on  windows.php.net/download/ . The list of changes is recorded in the  ChangeLog .