반응형
반응형

소규모 스타트업이 Firebase를 써야 하는 이유

 

brunch.co.kr/@second-space/5

 

소규모 스타트업이 Firebase를 써야 하는 이유

돈 있으면 굳이?? | 구글 Firebase는 사이트에 들어가면 가장 먼저 보이는 "Firebase helps mobile app teams succeed"라는 카피에서 의미하는 것과 같이 모바일 앱을 만드는데 필요한 여러 가지 기능을 갖추고

brunch.co.kr

 

 

반응형
반응형

 

www.greenbook.org/mr/market-research-leaders/ceo-series-interview-with-steve-king-of-black-swan-data/

 

CEO Series: Interview With Steve King of Black Swan Data | GreenBook

An interview with Steve King, the CEO of Black Swan Data on their ability to predict trends with actionable recommendations far in advance of traditional approaches.

www.greenbook.org

몇 주 전에 Delineate의 James King 과의 인터뷰  에서 차세대 AI 기반 솔루션 제공 업체의 현재 붐에 대해 논의했습니다.

“수년 동안 우리는 시장 조사 및 데이터 분석 부문의 융합을 예측해 왔으며 이로 인해 수많은 신흥 공급 업체에 새로운 비즈니스 모델이 생길 것이라고 가정했습니다. 이러한 예측은 AbsolutData, Signal 및 Black Swan (몇 가지 예를 들자면)과 같은 회사가 AI 및 ML 예측 기술을 사용하는 고급 분석에 대한 "데이터 불가지론 적"접근 방식을 활용하는 제품을 통해 의도적으로 기존 MR 공간으로 이동하면서 실현되었습니다. 구매자가 이러한 예측에 대한 조치를 취할 수 있도록 컨설팅 계층과 결합됩니다.

“이 접근 방식은 데이터 수집 방법론 및 설명 / 규정 분석에 대한 기존의 MR 초점과 근본적으로 다릅니다. 이 새로운 세계에서 데이터는 비즈니스 질문에 대한 답변을 유도하는 데 도움이된다는 점에서 유용하다고 간주되며 해당 데이터의 출처는 유용성에 부차적입니다. 태도 데이터는 중요한 역할을하지만 행동, 내재, 사회적 또는 판매 데이터에 비해 2 차 (또는 심지어 3 차) 데이터 일 수 있습니다. "

James는 Black Swan에서 팀과 함께 일 했으므로 오늘 Black Swan Data의 CEO 인 Steve King과의 인터뷰를 시작했습니다. Black Swan은 기존 접근 방식보다 훨씬 앞서 실행 가능한 권장 사항으로 추세를 예측하기 위해 여러 데이터 소스, 특히 소셜을 활용하는 새로운 솔루션을 구축했습니다. 다양한 비즈니스 문제 별 도구로 매우 많이 생산되었지만 맞춤형 컨설팅 및 맞춤형 애플리케이션도 제공하여 다양한 고객 요구 사항을 해결할 수있는 유연성을 제공합니다.

Black Swan과 같은 회사 (Delineate 및이 분야의 다른 회사)는 현재 비약적으로 성장하고있을뿐만 아니라 다양한 배경을 활용하여 통찰력 및 분석 공간의 문제를 해결하는 훌륭한 기업가의 예이기도합니다. Steve는 매우 재미 있습니다 (이 인터뷰에서 많이 웃었습니다). 그러나 그는 또한 전생의 DJ였으며 "mixmaster"라는 사고 방식은 Black Swan Data의 영감에서 매우 분명합니다. 좋은 DJ는 원하는 효과를 얻기 위해 무엇을 샘플링하고 믹싱해야하는지 알고 있으며, 그의 회사와 같은 AI 솔루션은 원하는 통찰력을 생성하는 데 필요한 데이터를 선택할 때 매우 유사한 작업을 수행합니다. 이것은 정말 매우 깔끔한 비유이며, Steve는 그 아이디어를 실현 한 것입니다!

재미있는 대화이고 스티브의 에너지가 전염성이 있기 때문에 인터뷰를 즐길 수있을 것이라고 생각합니다. 또한 블랙 스완 데이터와 경쟁자들이하는 일이 우리 모두에게 장기적인 영향을 미칠 근본적인 방식으로 업계를 변화시키고 있기 때문입니다. .

 

www.youtube.com/watch?v=2dTeNPiiaDI

 

반응형
반응형

jQuery HTML / CSS Methods

www.w3schools.com/jquery/jquery_ref_html.asp

 

jQuery HTML / CSS Methods

jQuery HTML / CSS Methods jQuery HTML / CSS Methods The following table lists all the methods used to manipulate the HTML and CSS. The methods below work for both HTML and XML documents. Exception: the html() method. Method Description addClass() Adds one

www.w3schools.com

MethodDescription

addClass() Adds one or more class names to selected elements
after() Inserts content after selected elements
append() Inserts content at the end of selected elements
appendTo() Inserts HTML elements at the end of selected elements
attr() Sets or returns attributes/values of selected elements
before() Inserts content before selected elements
clone() Makes a copy of selected elements
css() Sets or returns one or more style properties for selected elements
detach() Removes selected elements (keeps data and events)
empty() Removes all child nodes and content from selected elements
hasClass() Checks if any of the selected elements have a specified class name
height() Sets or returns the height of selected elements
html() Sets or returns the content of selected elements
innerHeight() Returns the height of an element (includes padding, but not border)
innerWidth() Returns the width of an element (includes padding, but not border)
insertAfter() Inserts HTML elements after selected elements
insertBefore() Inserts HTML elements before selected elements
offset() Sets or returns the offset coordinates for selected elements (relative to the document)
offsetParent() Returns the first positioned parent element
outerHeight() Returns the height of an element (includes padding and border)
outerWidth() Returns the width of an element (includes padding and border)
position() Returns the position (relative to the parent element) of an element
prepend() Inserts content at the beginning of selected elements
prependTo() Inserts HTML elements at the beginning of selected elements
prop() Sets or returns properties/values of selected elements
remove() Removes the selected elements (including data and events)
removeAttr() Removes one or more attributes from selected elements
removeClass() Removes one or more classes from selected elements
removeProp() Removes a property set by the prop() method
replaceAll() Replaces selected elements with new HTML elements
replaceWith() Replaces selected elements with new content
scrollLeft() Sets or returns the horizontal scrollbar position of selected elements
scrollTop() Sets or returns the vertical scrollbar position of selected elements
text() Sets or returns the text content of selected elements
toggleClass() Toggles between adding/removing one or more classes from selected elements
unwrap() Removes the parent element of the selected elements
val() Sets or returns the value attribute of the selected elements (for form elements)
width() Sets or returns the width of selected elements
wrap() Wraps HTML element(s) around each selected element
wrapAll() Wraps HTML element(s) around all selected elements
wrapInner() Wraps HTML element(s) around the content of each selected element

 

 

반응형
반응형

 jQuery - append, prepend, after, before

 

before : 선택한 요소의 앞에 내용 삽입

after : 선택한 요소의 뒤에 내용 삽입 

prepend : 선택한요소의 자식요소 앞에 내용삽입

append : 선택한요소의 자식요소 뒤에 내용삽입

after() Inserts content after selected elements
before() Inserts content before selected elements
append() Inserts content at the end of selected elements
prepend() Inserts content at the beginning of selected elements

 

 

.

반응형
반응형

DB Browser for SQLite

 

sqlitebrowser.org/

 

DB Browser for SQLite

DB Browser for SQLite The Official home of the DB Browser for SQLite Screenshot What it is DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. DB4S is for users and dev

sqlitebrowser.org

 

반응형
반응형

https://hayko.tv/code.know/CDRORHKgrug

Code Know - @code.know: Skills Breakdown of Full Stack Developer (Save this for later) In simple words, full-stack development

Photos and video from Code Know on {datePublish}, 12,668 likes, 259 comments

hayko.tv

반응형

+ Recent posts