본문 바로가기
  • AI (Artificial Intelligence)

All633

엣지 컴퓨팅(Edge Computing)이란? Ref. https://medium.com/uranus-korea/%EC%97%A3%EC%A7%80-%EC%BB%B4%ED%93%A8%ED%8C%85-edge-computing-e09738610296 우라누스의 기술을 소개합니다 이번에는 우라누스의 기술을 쉽게 소개해드리는 시간입니다. 저번에 분산컴퓨팅에 대해서 설명해드렸는데요. 오늘은 좀 더 직접적인 우라누스 기술에 대해 설명해드릴까 해요! 먼저 설명을 위해 Uranus 기술백서의 일부를 발췌합니다. Uranus is not doing a cloud computing project. We are doing a computing resource sharing platform by using fog/edge computing technology. 우라누스는.. 2020. 8. 7.
Public, Private, and Protected Scope in JavaScript Ref. https://www.stevethedev.com/blog/programming/public-private-and-protected-scope-javascript Posted by Steven Jimenez in Programming on Apr 08, 2018 Of the features that has always been painfully missing from JavaScript, one of the most impactful is the conspicuous inability to use the public, private, and protected keywords to explicitly state the access-controls of class members. I would im.. 2020. 8. 7.
IPFS Desktop Ref. https://github.com/ipfs-shipyard/ipfs-desktop A desktop client for IPFS. You don't need the command line to run an IPFS node. Just install IPFS Desktop and have all the power of IPFS in your hands. Powered by Web UI. Download the latest release Mac - IPFS-Desktop-0.11.4.dmg or brew cask install ipfs Windows - IPFS-Desktop-Setup-0.11.4.exe or choco install ipfs-desktop Linux - see the instal.. 2020. 8. 6.
IPFS 설치하기 및 관련 정보 링크 Ref. https://steemit.com/kr/@wonsama/kr-dev-ipfs 1. Why IPFS ? 왜 IPFS를 써야 되는가 ? Blockchain + DIDs (Distribution Identifications) 인증 + IPFS 파일공유 를 통한 콜라보레이션(협업) !! 스팀잇 글쓰기 블록사이즈 (65k) 등의 한계를 넘을 수 있음. ( 예시 > d.Tube 등 ) URL로 손쉽게 파일 공유가 가능 [그림] IPFS로 올려 본 IPFS 로고 주소 : https://ipfs.io/ipfs/QmTDfwTbTkq8k36wPcpAaJWKgUkdmfUFWotWEmKJscHFxE [그림] IPFS로 올려 본 IPFS 로고 주소 : https://ipfs.io/ipfs/QmZ5GPnQMiAdfKc.. 2020. 8. 6.
Introduction to IPFS: Run Nodes on Your Network, with HTTP Gateways Ref. https://medium.com/@rossbulat/introduction-to-ipfs-set-up-nodes-on-your-network-with-http-gateways-10e21ea689a4 How to install IPFS nodes across your VPS network and configure your own Gateways You’ve heard of the IPFS distributed file system and want to start adopting the technology in your stack — after all, a distributed, decentralised future is one that we will inevitably come to see. T.. 2020. 8. 6.
Best Practices for Designing a Pragmatic RESTful API Ref. https://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#pagination In designing an API for Enchant (a Zendesk Alternative), I've tried to come up with pragmatic answers to these questions. My goal is for the Enchant API to be easy to use, easy to adopt and flexible enough to dogfood for our own user interfaces. TL;DR An API is a user interface for a developer - so put some eff.. 2020. 8. 6.
API previews Ref. https://docs.github.com/en/rest/overview/api-previews You can use API previews to try out new features and provide feedback before these features become official. In this article Migrations Enhanced deployments Reactions Timeline Integrations Projects Commit search Community profile metrics User blocking Repository topics Codes of conduct Add lock reason Require signed commits Require multi.. 2020. 8. 6.
Make a README (README.md) Ref. https://www.makeareadme.com/ What is it? A README is a text file that introduces and explains a project. It contains information that is commonly required to understand what the project is about. Why should I make it? It's an easy way to answer questions that your audience will likely have regarding how to install and use your project and also how to collaborate with you. Who should make it.. 2020. 8. 6.
REST API v3 for GitHub Developer Ref. https://developer.github.com/v3/#pagination Overview This describes the resources that make up the official GitHub REST API v3. If you have any problems or requests, please contact GitHub Support or GitHub Premium Support. Current version Schema Authentication Parameters Root endpoint GraphQL global node IDs Client errors HTTP redirects HTTP verbs Hypermedia Pagination Rate limiting User ag.. 2020. 8. 6.
Managing Amazon SNS Subscription Attributes with AWS CloudFormation Ref. https://aws.amazon.com/ko/blogs/compute/managing-amazon-sns-subscription-attributes-with-aws-cloudformation/?nc1=h_ls This post is courtesy of Otavio Ferreira, Manager, Amazon SNS, AWS Messaging. Amazon SNS is a fully managed pub/sub messaging and event-driven computing service that can decouple distributed systems and microservices. By default, when your publisher system posts a message to.. 2020. 8. 6.
Search API Parameters Ref. https://www.algolia.com/doc/api-reference/search-api-parameters/ Search Parameters Here is the list of parameters you can use with the search method (search scope). Parameters that can also be used in setSettings will have the settings scope. search query search The text to search in the index. similarQuery search Overrides the query parameter and performs a more generic search that can be .. 2020. 8. 6.
Test data quality with assertions Ref. https://docs.dataform.co/guides/assertions Learn how to test data quality with assertions. Introduction Assertions enable you to check the state of data produced by other actions. An assertion query is written to find rows that violate one or more rules. If the query returns any rows, then the assertion will fail. Auto-generated assertions Auto generated assertions are only supported from @.. 2020. 8. 6.
How to uninstall an npm Node package, locally or globally Ref. https://flaviocopes.com/npm-uninstall-packages/ Published Aug 16, 2018 To uninstall a package you have previously installed locally (using npm install in the node_modules folder, run npm uninstall from the project root folder (the folder that contains the node_modules folder). Using the -S flag, or --save, this operation will also remove the reference in the package.json file. If the packag.. 2020. 8. 6.
Swagger – Spring REST Example Ref. https://howtodoinjava.com/swagger2/swagger-spring-mvc-rest-example/ Now a days REST and Microservices have got a lot of momentum. At the same time, actual REST specification does not suggest any standard way to document the REST APIs that we are going to expose [like WSDL for SOAP]. As a result, everybody is documenting their APIs in their own way, resulting a gap in common structure which .. 2020. 8. 6.
The Markdown elements outlined in John Gruber's design document Ref. https://www.markdownguide.org/basic-syntax/ Overview Nearly all Markdown applications support the basic syntax outlined in John Gruber’s original design document. There are minor variations and discrepancies between Markdown processors — those are noted inline wherever possible. Headings To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you u.. 2020. 8. 6.
Innovate With Edge AI - Trends Ref. https://www.gartner.com/smarterwithgartner/innovate-with-edge-ai Contributor: Kasey Panetta How Domino’s, Ford Motor Company, Marriott International and Toyota used edge computing and AI to adapt in a disruptive world. What if instead of opening the door to a delivery driver, customers used a mobile code to unlock a compartment in an autonomous vehicle? What if the hotel room knew you wante.. 2020. 8. 6.
JSON API - Examples Ref. https://jsonapi.org/examples/ Examples This page contains additional examples of how to apply various parts of the specification. Sparse Fieldsets Examples of how sparse fieldsets work. Basic request: GET /articles?include=author HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/vnd.api+json { "data": [{ "type": "articles", "id": "1", "attributes": { "title": "JSON:API paints my bikeshed!".. 2020. 8. 6.
Paging, sorting, filtering and retrieving specific fields in your RESTful API Ref. https://medium.com/@guillaume.viguierjust/paging-sorting-filtering-and-retrieving-specific-fields-in-your-restful-api-a0d289bc574a Fifth article in the series of “ Pragmatic decisions for your RESTful API”, this post talks about paging, sorting, filtering and retrieving specific fields in your RESTful API. Paging your results: use limit & offset query parameters, return x-total-count header.. 2020. 8. 6.