Open in app

Sign in

Write

Sign in

Milos Bejda
Milos Bejda

64 Followers

Home

About

Nov 28, 2020

Twitter Screenshot Bot

Do you need a static record of a tweet for future reference? If the answer is yes, you need Twitter Screenshot Bot. Twitter Screenshot Bot takes screenshots of tweets. Just mention it’s name (@get_screenshot) in a reply tweet and it will take a screenshot of the main tweet and send the screenshot to you.

Twitter

1 min read

Twitter Screenshot Bot
Twitter Screenshot Bot
Twitter

1 min read


Oct 3, 2019

So you want to use Cloudflare SSL certificates with AWS API Gateway?

So you want to use Cloudflare SSL certificates with AWS API Gateway? First, create an origin certificate in Cloudflare’s and then import it into the AWS Certificate Manager. Cloudflare -> SSL/TLS-> Origin Certificate -> Create Certificate

AWS

2 min read

So you want to use Cloudflare SSL certificates with AWS API Gateway?
So you want to use Cloudflare SSL certificates with AWS API Gateway?
AWS

2 min read


Sep 30, 2019

Replace Licensed Images With Placeholders: Placeholder-cli

Placeholder-cli is an open-source command-line tool that replaces images with placeholders. If your project uses images that require a distribution license, you may use this tool to replace them. The tool generates placeholders on the fly with the exact width and height as the image. Did I mention those generated placeholders don’t have a watermark:)? Watch the tool in action:

JavaScript

1 min read

Just Released Placeholder-cli
Just Released Placeholder-cli
JavaScript

1 min read


Aug 25, 2019

MapBox Javascript Example

An example application demonstrating how to add route paths to a map using the MapBox Javascript library. The example covers topics such as: Address geocoding Adding markers Directions API Adding routes Source code can be found on Github and a demo can be viewed here. mbejda/mapbox-map-example Mapbox example demonstrating how to add multiple route paths to a map. It covers topics such as: address geocoding…github.com

JavaScript

1 min read

Adding Route Paths to a Map using  MapBox JS Library
Adding Route Paths to a Map using  MapBox JS Library
JavaScript

1 min read


Dec 19, 2017

Chrome Extension : Copy To Gist

Copy to Gist is a Chrome extension that lets you copy selected text from a page to a gist. You can use it to streamline the process of adding gists to medium articles. For example, the following Javascript code was selected, copied to a gist and pasted below. var foo = function(){ console.log("hello world"); }

JavaScript

1 min read

Chrome Extension : Copy To Gist
Chrome Extension : Copy To Gist
JavaScript

1 min read


Dec 15, 2017

Just released plotlychartexport : Export Plot.ly charts on the server

PlotlyChartExport is a chart rendering module that renders static plot.ly charts on the server. It’s a lightweight module designed for serverless environments. Only 1 Dependency Works in Serverless Environments Size < 10MB Checkout PlotlyChartExport on Github: https://github.com/mbejda/plotlychartexport Find PlotlyChartExport on NPM : https://www.npmjs.com/package/plotlychartexport Learn how to create Plot.ly Charts As a Service on AWS :

JavaScript

1 min read

Just released plotlychartexport : Export Plot.ly charts on the server
Just released plotlychartexport : Export Plot.ly charts on the server
JavaScript

1 min read


Nov 27, 2017

I present to you FireDeploy : A Firebase Deployment CLI Alternative

FireDeploy is a CLI tool which can also be used as a dependency module to deploy single page applications to Firebase from serverless environments. It is a lightweight alternative to the firebase `firebase-tools` cli. It does not rely on heavy dependencies such as firebase, firebase-tools(190M), firebase-admin and weighs < 10mb. …

Firebase

2 min read

I present to you FireDeploy : A Firebase Deployment CLI Alternative
I present to you FireDeploy : A Firebase Deployment CLI Alternative
Firebase

2 min read


Nov 25, 2017

Avoid Frontend Race Conditions by using RXJS SwitchMaps

RXJS has a broad set of observable operators such as flatMap, mergeMap, concatMap, that can be used to do nifty things. One particular operator that I will cover in this post is called switchMap. A switchMap is not a switch statement in the traditional sense where you define a list…

Reactive Programming

3 min read

Avoid Frontend Race Conditions by using RXJS SwitchMaps
Avoid Frontend Race Conditions by using RXJS SwitchMaps
Reactive Programming

3 min read


Nov 5, 2017

Initialize and Define an Object with a Variable as a Key in One Line!

ECMAScript 6 brought us some wonderful features and helped alleviate some Javascript pains. One particular pain I wrestled with for a long time deals with the way JavaScript initialized it’s objects. Before ECMAScript 6, initializing an object with a variable as a key was a 2 step operation. You would first initialize the object, and then you would give it a variable key while assigning it a value.

JavaScript

1 min read

Initialize and Define an Object with a Variable as a Key in One Line!
Initialize and Define an Object with a Variable as a Key in One Line!
JavaScript

1 min read


Oct 29, 2017

The Javascript Array.reduce() method you didn’t know existed

For to often I see developers do something like this The code block loops through an array of numbers and adds them to a number outside the loop. The end result will produce a variable that contains the sum of all numbers in the array. However, the solution can be expressed in terms that correspond to the problem being solved. Even though the results are going to be same, future developers who may inherit that code will thank you for having a clear and concise code block.

Programming

1 min read

Programming

1 min read

Milos Bejda

Milos Bejda

64 Followers

AWS Devops Guy (mbejda.com)

Following
  • Liam Hale McCarty

    Liam Hale McCarty

  • Shannon Wu

    Shannon Wu

  • Elian D. Alvarez

    Elian D. Alvarez

  • Node.js

    Node.js

  • Tigran Bayburtsyan

    Tigran Bayburtsyan

See all (41)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams