Eliran Ouzan

Eliran Ouzan

Web Designer & Hosting Expert

About

Eliran Ouzan is the Co. Founder and designer of SafetyGuardiens and also owns Moonshot Marketing LTD, a leading web design & development firm and was a member at GreenPeace.

Widely known for his pixel-perfect and high conversion rate web designs. Over the course of his web experience he experimeneted with over 200 web hosting companies and have a superior knowledge on what defines a good hosting company.

Node.js Inventor Ryan Dahl Releases Deno: TypeScript/V8 Runtime Environment

Node.js Inventor Ryan Dahl Releases Deno: TypeScript/V8 Runtime Environment

Google V8 JavaScript Runtime Engine + TypeScript: Improvements on Node.js Server

The Node.js web server standard was introduced in 2009 by Ryan Dahl and has subsequently become a major aspect of contemporary JavaScript development platforms. Apache web servers function on the basis of threaded processes, whereas Node.js servers operate with event loops. With many simultaneous users, threaded concurrency becomes “leaky” on Apache, while Node.js servers use callbacks to eliminate wait times for extremely fast concurrency rates. JavaScript operates by design on the basis of event loops which Dahl transcribed into a server-side runtime environment to build a web server with a non-blocking I/O request processing structure. This allows Node.js application programmers to script highly concurrent programs on the same hardware that stream data at faster rates while also supporting TCP, DNS, & HTTP without Apache. The use of chunked requests/responses, keep-alive functions, and familiar APIs that operate in a platform independent manner has led to the success of Node.js as a web server standard, although it also includes a Python dependency. Nearly 10 years later, Dahl has deconstructed the mistakes still present in Node.js to relaunch a new platform written in Rust/Go that works with TypeScript & the Google V8 runtime engine in a secure sandbox environment.

Read More

AWS re:Invent 2018 Conference: Major Keynote Addresses and Product Announcements

AWS re:Invent 2018 Conference: Major Keynote Addresses and Product Announcements

AWS CEO Andy Jassy & CTO Werner Vogels Headline Premiere Cloud Industry Event

Last month AWS held the 7th annual re:Invent conference in Las Vegas with 50,000 attendees &100,000+ more tuning in on live stream. The conference featured over 2,100 break-out sessions, seminars, & presentations. Twelve & a half years after the launch of AWS, the company has millions of active hosting customers in startup companies, enterprise corporations, retail, small business, & the public sector. Major startups who build on AWS are AirBNB, Pinterest, & Stripe. In financial services, AWS powers Goldman Sachs, Capital One, & Barclays in cloud data center operations. AWS is the preferred service provider for Fortune 500 companies like J&J, GE, Shell, BP, Halliburton, Netflix, Disney, Fox & Expedia. AWS dominates every vertical in enterprise with a $27 billion revenue run rate and 46% YoY growth. AWS currently holds a 52% total share of the cloud market worldwide with main competitors Google, Microsoft, IBM, Oracle, & Ali Baba. AWS also inspires a broad ecosystem which includes companies like Infosys, Acquia, Adobe, Accenture, WorkDay, VMware, & Rackspace. Customers want access to widest range of tools for software development when building web/mobile applications, where AWS has the most options for programmers. Industry competitors are currently chasing & imitating AWS cloud hosting services w/out being able to offer the same platform capabilities.

Read More

Drupal to Add React to Core as Twig Theme Alternative

Drupal to Add React to Core as Twig Theme Alternative

JavaScript Development Frameworks: Angular, React, Vue, Gatsby, Polymer, & Glimmer

After being proposed initially by Dries Buytaert in 2017 at DrupalCon, Vienna, community members now estimate that 2020 will be the year when Drupal officially adds React as a theme option to the core CMS distribution. Drupal 7 primarily uses PHPTemplate as the theme engine, while Drupal 8 implements the Twig & Symfony2 frameworks. Although both professionally licensed and open source themes for Drupal 8 have been successful on Twig/Symfony2, there is a growing development sector advancing decoupled or “headless” methodologies based on Node.js. What is not clear is the level of support required for Node.js in the future of retail web hosting for Drupal, with some sites opting for a progressively decoupled or fully decoupled approach as alternatives to monolithic traditional installations. There are currently different installation requirements for running Drupal 8 on NGINX vs. Apache, whereas Node.js is equally compatible with both server formats for building new decoupled Drupal solutions.

Read More

Cloud Native vs. VMware: Puppet State of DevOps 2018 Report

Enterprise DevOps Adoption Reports Show Open Source Software vs. VMware Divide

As the end of 2018 approaches many groups are releasing their annual IT reports with Puppet, Google, Java Magazine (JVM), & MediaCurrent producing some interesting documentation on patterns of software usage in large business organizations. Puppet released the “State of DevOps 2018” which surveyed over 30,000 individuals in enterprise IT internationally in Fortune 500 companies to show how software development teams are adopting DevOps techniques. The Puppet report suggests five stages of DevOps adoption cycle, which range from normalizing the technology stack, to standardizing and reducing variability. Companies seek to expand DevOps practices further, then automate infrastructure delivery, i.e. through web hosting configuration-as-code scripts like YAML or command line utilities like Ansible, Jenkins, Grunt, SaltStack, etc. These build the ability in the IT department to provide self-service capabilities in operations, i.e. Saas/PaaS solutions. Although DevOps practices are mostly centralized in developed nations & male employees, Puppet found that DevOps adoption is advancing across business organizations of all sizes & financial capability. Comparing the data from the State of DevOps Report prepared by Puppet with other IT surveys from Google, JVM, & MediaCurrent shows the major software trends advancing in Agile programming teams for web/mobile apps at the highest levels of computer science in the industry, as well as the financial investment involved on both sides.

Read More