GithubHelp home page GithubHelp logo

skreutzberger / sbwebsite Goto Github PK

View Code? Open in Web Editor NEW
42.0 42.0 8.0 2.38 MB

swiftybeaver.com powered by Vapor & Swift 3

Home Page: https://swiftybeaver.com

License: MIT License

Swift 20.52% CSS 76.79% Shell 2.68%

sbwebsite's Introduction

Hi ๐Ÿ‘‹ My name is Sebastian Kreutzberger

I am the creator of SwiftyBeaver, the leading open-source logging framework for Swift and I am co-founder & CTO at YGO.

In the past 20 years, I founded and/or lead several tech startups including Wunderlist, RhodeCode, Idonext & icongroup as CEO or CTO. I love to be a serial-entrepreneur, advisor and evangelist for ideas which have an significantly positive impact on the daily life of millions of people.

  • ๐ŸŒย  I'm based in Berlin, Germany
  • ๐Ÿš€ย  I'm working on disrupting the travel industry with YGO
  • โญ๏ธ I'm contributing to several open-source projects and created + maintain SwiftyBeaver (5.6k โญ๏ธ)
  • ๐Ÿ˜ย  I'm in love with Golang, Svelte & Swift
  • ๐Ÿคย  I'm open to work on truly disrupting digital products

Skills

Go Swift JavaScript TypeScript Svelte React NextJs HTML5 TailwindCSS PostgreSQL MongoDB Figma

Socials

sbwebsite's People

Contributors

skreutzberger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sbwebsite's Issues

Redirect from HTTP to HTTPS

This is how it is done with Express.js:

// redirect to HTTPS if on HTTP on Heroku
app.use(function(req, res, next) {
    if (config.env == "production") {
        if(req.headers["x-forwarded-proto"] == "https"){
            next();
        } else {
            res.redirect(301, 'https://'+req.hostname+req.url);
        }
    } else {
        next();
    }
});

log request time

with middleware

func respond(to: Request ...) -> Response {
    startTimer()
    let response = try chain.respond(to: request)
    stopTimer()
    return response
}

fix typos

Send your logging & analytics data from your app securely to the cloud without the need for own servers or backend systems. All data stays fully encrypted on our servers and meets highest compliance regulations due to end-to-end encryption. API, unlimited data & optional on-premise hosting included!

for โ€‹_your_โ€‹ own servers

and meets โ€‹_the_โ€‹ highest compliance

Use staticServerMiddleware

Always attach middleware with staticServerMiddleware at droplet instantiation to avoid adding it to config again

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.