try {} except

Bookmarks
  • Calling C++ from .Net Core

    I was wondering what it takes to call native code from C# in .Net Core. Fortunately the P\Invoke APi is the same as it was in the old .net framework, and basically the same code works fine. The older tutorials contain quite a bit of information on the subject. View original article

    Read more

    October 20, 2017
  • Microservices in Java — A Second Look

    So recently I published an article titled “Microservices in Java? Never.” And it seriously split the camps. View original article

    Read more

    October 20, 2017
  • Realm Upgrades Database-Centric Mobile Dev Platform

    Realm has updated its mobile app development platform, adding a studio tool that gives developers new insights into stored data and interactions with that data, among other new features. Realm Platform 2. View original article

    Read more

    October 20, 2017
  • Using Swagger with ASP.net Core

    Swagger is an auto-magically generated API documenting tool. It takes any standard Web API project and can generate amazing looking (And functioning) docs without a user having to write a single additional line of documentation. View original article

    Read more

    October 19, 2017
  • Using Swagger with ASP.net Core

    Swagger is an auto-magically generated API documenting tool. It takes any standard Web API project and can generate amazing looking (And functioning) docs without a user having to write a single additional line of documentation. View original article

    Read more

    October 19, 2017
  • Oauth 2 with React Native

    We’re going to be using React Native to make an iPhone app that can interact with a third party API secured by Oauth 2.0. The API that we’ll be using is the Dropbox Core API. This API allows you to manipulate files and folders in a user’s Dropbox account. View original article

    Read more

    October 16, 2017
  • OAuth 2 Simplified

    This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol. The OAuth 2 spec can be a bit confusing to read, so I’ve written this post to help describe the terminology in a simplified format. View original article

    Read more

    October 16, 2017
  • Securing a Swagger API with OAuth2

    In our previous article on Swagger, we defined a Player API modelling GET access to a Player resource. In this article, I show how to use Swagger’s security models to to deploy this API using an OAuth2 configuration. View original article

    Read more

    October 13, 2017
  • Responsive Design in React Native

    Or how to fix a big problem with a few lines of code. React Native, is an awesome mobile framework.Either if you’re a web developper or a mobile one, you can build a great looking app in a few hours without too much hassle. View original article

    Read more

    October 12, 2017
  • Responsive Design in React Native

    Or how to fix a big problem with a few lines of code. React Native, is an awesome mobile framework.Either if you’re a web developper or a mobile one, you can build a great looking app in a few hours without too much hassle. View original article

    Read more

    October 12, 2017
  • OWASP Top 10 for ASP.net Core – SQL Injection

    OWASP, or the Open Web Application Security Project, is a non profit organization whose purpose is to promote secure web application development and design. While they run different workshops and events all over the world, you have probably heard of them because of the “OWASP Top Ten” project. View original article

    Read more

    October 12, 2017
  • Disabling the Intel Management Engine

    View original article

    Read more

    October 11, 2017
  • Pretty print curl -i – Rob Allen’s DevNotes

    What I would like to do is pretty print the body if it’s JSON or XML so that it’s easier to read. There are some tools out there, like jq which will format JSON, but they can’t seem to cope if the first part of the string is not JSON: To make this easier, you…

    Read more

    October 11, 2017
  • fullstackreact/react-daily-ui : 100 Days of React UI Interfaces : https : //codepen.io/collection/DoLZRm/4/

    Check out the full CodePen collection here. We are excited to be partnering with Jack Oliver, a designer and developer who is embarking on an ambitious project to create 100 React UI components in 100 days. View original article

    Read more

    October 2, 2017
  • swagger-api/swagger-codegen

    Swagger Code Generator ⭐️⭐️⭐️ If you would like to contribute, please refer to guidelines and a list of open tasks. View original article

    Read more

    September 29, 2017
  • Authentication in React Applications, Part 1: Creating Components

    React is a JavaScript library for building easy-to-maintain user interfaces. It was created by Facebook and Instagram engineers and made public in May 2013. Why was React created? Apparently, engineers were unhappy with existing solutions. Libraries can be slow, do too little or too much. View original article

    Read more

    September 28, 2017
  • janephp/openapi

    Generate a PHP Client API (PSR7 compatible) given a OpenApi (Swagger) specification. The generated code may contain bug or incorrect behavior, use it as a base for your application but you should never trust it as is. View original article

    Read more

    September 25, 2017
  • The Ten Essentials for Good API Documentation

    API documentation is the number one reference for anyone implementing your API, and it can profoundly influence the developer experience. View original article

    Read more

    September 20, 2017
←Newer Posts Older Posts→

try {} except

Proudly powered by WordPress