Tag: Programming
-
A beginners guide to abstraction in Object-Oriented programming
Posted on October 23, 2020, Level beginner Resource Length medium
Learn the basics of abstraction in object-oriented programming with example code and practice challenges. By Lee Nathan.
Tags oop programming java javascript python software-architecture
-
How to integrate bitbucket CI with selenium grid cloud
Posted on October 15, 2020, Level intermediate Resource Length medium
Without Continuous Integration or CI, developers would need to manually coordinate, communicate, and test while contributing code to the end product each time. This, in turn, affects the production and causes a delay in release. By Salman Khan.
Tags tdd programming devops software
-
Game development with .NET
Posted on October 10, 2020, Level beginner Resource Length short
Microsoft launched a new Game Development with .NET section on their site. It's designed for current .NET developers to explore all the choices available to them when developing games. By Abdullah.
Tags azure software programming how-to
-
Everything about null in JavaScript
Posted on October 4, 2020, Level beginner Resource Length short
JavaScript has 2 kinds of types: primitives (strings, booleans, numbers, symbols) and objects. But there are situations when an object cannot be created. For such cases, JavaScript provides a special value null -- which indicates a missing object. By Dmitri Pavlutin.
Tags nodejs javascript programming code-refactoring
-
Getting started with Knative in Scala
Posted on September 24, 2020, Level intermediate Resource Length long
Knative is an open source project that extends Kubernetes by providing a set of middleware components simplifying deploying, running, and managing serverless applications. By Boris Lublinsky.
Tags scala serverless devops kubernetes programming software-architecture
-
Zero to AWS Lambda in Scala
Posted on September 14, 2020, Level intermediate Resource Length short
AWS Lambda is the platform for deploying functions to the AWS cloud. You can use it to develop functions that respond to AWS events (eg S3 uploads, DynamoDB inserts), AWS API calls, or via HTTP endpoints using the API Gateway. By Jason Swartz.
Tags serverless devops open-source scala programming java
-
New case studies about Google's use of Go
Posted on September 9, 2020, Level beginner Resource Length short
Go started in September 2007 when Robert Griesemer, Ken Thompson, and I began discussing a new language to address the engineering challenges we and our colleagues at Google were facing in our daily work. By Rob Pike.
Tags golang programming cloud web-development google
-
Graphtage: A new semantic diffing tool
Posted on September 1, 2020, Level beginner Resource Length short
Graphtage is a command line utility and underlying library for semantically comparing and merging tree-like structures such as JSON, JSON5, XML, HTML, YAML, and TOML files. By Evan Sultanik.
Tags linux software programming web-development open-source
-
How to create a custom Alexa skill using AWS Lambda and Serverless framework
Posted on August 22, 2020, Level intermediate Resource Length medium
The world of artificial intelligence assistants is growing with such velocity that it doesn't surprise us anymore and it's about to be ubiquitous. Written by Maria Meheden.
Tags data-science serverless programming frameworks learning aws
-
Object Oriented Programming in Python
Posted on August 20, 2020, Level beginner Resource Length medium
You can see Object Oriented Programming (OOP) somewhat as a more advanced topic in Python where Python does implement it pretty well. Even though, Python does not require an OOP approach for making complex programs, it sometimes makes life easier while sometimes it doesn't. Published on Dave's RoboShack.
Tags oop python programming
-
Developing on Windows with WSL2
Posted on August 18, 2020, Level beginner Resource Length medium
Since a new build of Windows with WSL2 (Windows Subsystem for Linux) just got out, author took the chances and tried out a whole new developer experience: Doing web development in Windows! And by web development author means fullstack. By Sebastian Deutsch.
Tags how-to linux software programming
-
Build a GraphQL powered API with Laravel
Posted on August 8, 2020, Level intermediate Resource Length long
Often referred to as a platform or programming language agnostic query language, GraphQL is a comprehensive approach to guide software engineers in building data-driven applications. In this tutorial, you will learn some of the fundamental concepts required to build a Laravel API powered by GraphQL. BY Oluyemi Olususi.
Tags php web-development programming apis restful nosql