ZealUps
Menu Close
  • Home
0

Reset.css or Normalize.css

Posted on August 8, 2017 by shiljo
reset or normalize

In the begining of the browser application there was no standardisation on styles so every browsers implemented their own styles. For example the default font used by IE and Firefox where different even these browsers provided a feature to set… Continue Reading →

Programming css, html
0

Features of ES8/ECMA 2017

Posted on August 2, 2017 by shiljo

In the month of June 2017 the ECMAScript 2017 got approved. Here we are going to discuss about the new features included in ES8 aka ECMA 2017. String Padding The string Padding was a long pending feature which should have… Continue Reading →

Programming ecmascript, es8, JavaScript
0

Features of ES7/ECMA 2016

Posted on August 1, 2017 by shiljo
es7

By mid of 2016 the ECMAScript 2016 got approved. In this post we are going to discuss about the new features included in ES7 aka ECMA 2016. As per ECMA International the standards organisation have agreed to have yearly periodical… Continue Reading →

Programming ecmascript, es7, JavaScript
0

Automation with Selenium – Part 3

Posted on July 25, 2017 by shiljo
automation selenium

This post is  a continuation of the previous post on Automation with Selenum – Part 2. In this post we will be looking on how automation can be done with WebDriver in C#. Before we begin the code there are… Continue Reading →

Programming C#, selenium, testing, webdriver
1

Automation with Selenium – Part 2

Posted on July 24, 2017 by shiljo
automation selenium

In the previous post we discussed about a breif history and the architecture of Selenium. In this post we will discuss about Selenium IDE and its commands called as “Selenese”. Selenium IDE is firefox plugin to record and play back user… Continue Reading →

Programming automation, selenese, selenium, selenium ide, testing
0

Automation with Selenium

Posted on July 23, 2017 by shiljo
automation selenium

Selenium is a chemical element with symbol Se and atomic number 34 Selenium was an internal project at ThoughtWorks in 2004 developed by Jason Huggins. Internally while in discussion over email he mentioned the tool as Selenium (which is actually… Continue Reading →

Programming automation, selenium, selenium ide, testing
0

REpresentational State Transfer (REST)

Posted on July 23, 2017 by shiljo
REST

Representational state transfer in short it called REST which is actually not a technology. REST was defined by Roy Fielding in his 2000 PhD dissertation “Architectural Styles and the Design of Network-based Software Architectures” at UC Irvine –  wikipedia REST… Continue Reading →

Programming http, rest
0

Center Alignments in HTML/CSS

Posted on July 23, 2017 by shiljo

Center alignments in Web page might be tedious task for many. Here in this post I will share the cheat code to handle it. Also before beginning it have a look at the basics which are more important than anything.… Continue Reading →

Programming css, html
0

Quick introduction to Go/Golang

Posted on July 18, 2017 by shiljo
golang

Basic Types bool string int, int8, int16, int32, int64 unit, unit8, unit16, unit32, unit64 uintptr byte //alias for uint8 rune //alias for int32 float32, float64 complex64, complex128 Initial values false for bool 0 (zero) for numeric types “” (empty string)… Continue Reading →

Programming Go, GoLang
0

Stack and Queue in JavaScript and wrapper implementation in TypeScript

Posted on July 13, 2017 by shiljo
Stack and Queue

Stack and Queue are among the most popular collections used in mordern programming languages like C# and Java. Here in this article we will discuss about how this is implemented in JavaScript. Stack As we all know Stack follows FILO… Continue Reading →

Programming JavaScript, Type Safe, TypeScript

Post navigation

Older Articles
Newer Articles

Categories

  • Language (2)
  • Mathematics (5)
  • Nutrition (6)
  • Programming (34)
  • Software (2)
  • Travel (1)

Archives

© 2021 ZealUps. All rights reserved.
Hiero by aThemes