url
stringlengths
11
2.25k
text
stringlengths
88
50k
ts
timestamp[s]date
2026-01-13 08:47:33
2026-01-13 09:30:40
https://blog.jetbrains.com/dotnet/2020/04/16/resharper-ultimate-2020-1/
ReSharper Ultimate 2020.1: Improved Support for C# 8.0 and C++20, Dataflow Analysis of Integer Values, and Much More | The .NET Tools Blog /* * Core styles for PriorityNav.js * These styles are not optional and should always be included * * Free to use under the MIT License. * http://twitter.com/GijsRoge */ .priority-nav { white-space: nowrap; /* * Makes sure the menu's are inline-block so they don't take up * the entire width of its parent. This will break the plugin. */ } .priority-nav > ul { display: inline-block; } .priority-nav > ul > li { display: inline-block; } .priority-nav-has-dropdown .priority-nav__dropdown-toggle { position: relative; } .priority-nav__wrapper { position: relative; } .priority-nav__dropdown { position: absolute; visibility: hidden; } .priority-nav__dropdown.show { visibility: visible; } .priority-nav__dropdown-toggle { visibility: hidden; position: absolute; } .priority-nav-is-visible { visibility: visible; } .priority-nav-is-hidden { visibility: hidden; } /* light weight */ @font-face { font-family: "JetBrains Sans"; src: url("https://resources.jetbrains.com/storage/jetbrains-sans/JetBrainsSans-Light.woff2") format("woff2"), url("https://resources.jetbrains.com/storage/jetbrains-sans/JetBrainsSans-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; } /* Regular weight */ @font-face { font-family: "JetBrains Sans"; src: url("https://resources.jetbrains.com/storage/jetbrains-sans/JetBrainsSans-Regular.woff2") format("woff2"), url("https://resources.jetbrains.com/storage/jetbrains-sans/JetBrainsSans-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; } /* SemiBold weight */ @font-face { font-family: "JetBrains Sans"; src: url("https://resources.jetbrains.com/storage/jetbrains-sans/JetBrainsSans-SemiBold.woff2") format("woff2"), url("https://resources.jetbrains.com/storage/jetbrains-sans/JetBrainsSans-SemiBold.woff") format("woff"); font-weight: 530; font-style: normal; font-display: swap; } .custom-select-container { position: relative; box-sizing: border-box;; } .custom-select-container * { box-sizing: border-box; } .custom-select-container.is-disabled { opacity: .333; } .custom-select-opener { background-color: #ccc; padding: 0.5em; display: block; cursor: pointer; width: 100%; } .custom-select-container select { visibility: hidden; position: absolute; top: 0; left: 0; } .custom-select-panel { max-height: 0; transition: max-height .5s ease-out, overflow-y 0.1s 0.5s; overflow: hidden; background-color: #e9e9e9; position: absolute; top: 100%; z-index: 1; width: 100%; } .custom-select-container.is-open .custom-select-panel { max-height: 10.7em; overflow-y: auto } .custom-select-option { padding: 0.5em; } .custom-select-option.has-focus { background-color: LightBlue; } .custom-select-option.is-selected::before { content: "✔"; padding-right: 0.5em; } .custom-select-optgroup > .custom-select-option { padding-left: 2em; } .custom-select-optgroup::before { content: attr(data-label); display: block; padding: 0.5em; color: #888; } #quiz .quiz-result .quiz-result-block ul,.menu-list,.dropdown-language,.navbar ul.row,.navbar ul.row>li ul,.sub-menu,main .article-section .content ol:not([class]):not([id]),main ul:not([class]):not([id]),.menu__nav>ul,.priority-nav__dropdown,.social{margin:0;padding:0;list-style:none}.clearfix:after{content:'';display:block;clear:both}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.alert-notification{padding:16px 0 0}@media (min-width: 1024px){.alert-notification{padding:32px 0 0}}.alert-notification__box{padding:16px;background:rgba(250,92,74,0.2)}@media (min-width: 1024px){.alert-notification__box{padding:24px}}.alert-notification p{margin:0}.alert-notification p strong{font-weight:600}.space-notification{padding:16px 0 0;width:100vw}@media (min-width: 1024px){.space-notification{padding:24px 0 0;margin-bottom:-34px}}.space-notification__box{padding:16px;background-color:#6B57FF;max-width:100%}@media (min-width: 1024px){.space-notification__box{padding:14px}}.space-notification p{margin:0;color:#ffffff;text-align:center}.space-notification p a{color:#ffffff;border:unset;display:inline-block}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{max-height:1000000px}body{color:#19191C;background:#fff;font:16px/1.2 "Arial","Helvetica Neue","Helvetica",sans-serif;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;vertical-align:top}.gm-style img{max-width:none}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{font-family:"Arial","Helvetica Neue","Helvetica",sans-serif;font-weight:530;margin:0 0 0.5em;color:#19191C}h1,.h1{font-size:35px}h2,.h2{font-size:28px}h3,.h3{font-size:20px}h4,.h4{font-size:17px}h5,.h5{font-size:14px}h6,.h6{font-size:16px}p{margin:0 0 1em}a{color:#19191C}a:hover,a:focus{text-decoration:none}form,fieldset{margin:0;padding:0;border-style:none}input[type='text'],input[type='tel'],input[type='email'],input[type='search'],input[type='password'],textarea{-webkit-appearance:none;-webkit-border-radius:0;box-sizing:border-box;outline:none;border:1px solid rgba(39,40,44,0.15);padding:0.4em 0.7em}input[type='text']::-webkit-input-placeholder,input[type='tel']::-webkit-input-placeholder,input[type='email']::-webkit-input-placeholder,input[type='search']::-webkit-input-placeholder,input[type='password']::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#19191C}input[type='text']::-moz-placeholder,input[type='tel']::-moz-placeholder,input[type='email']::-moz-placeholder,input[type='search']::-moz-placeholder,input[type='password']::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#19191C}input[type='text']:-moz-placeholder,input[type='tel']:-moz-placeholder,input[type='email']:-moz-placeholder,input[type='search']:-moz-placeholder,input[type='password']:-moz-placeholder,textarea:-moz-placeholder{color:#19191C}input[type='text']:-ms-input-placeholder,input[type='tel']:-ms-input-placeholder,input[type='email']:-ms-input-placeholder,input[type='search']:-ms-input-placeholder,input[type='password']:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#19191C}input[type='text'].placeholder,input[type='tel'].placeholder,input[type='email'].placeholder,input[type='search'].placeholder,input[type='password'].placeholder,textarea.placeholder{color:#19191C}select{-webkit-border-radius:0}textarea{resize:vertical;vertical-align:top}button,input[type='button'],input[type='reset'],input[type='file'],input[type='submit']{-webkit-appearance:none;-webkit-border-radius:0;cursor:pointer}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff00;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}[class^="icon-"],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-heart:before{content:"\e928"}.icon-thumbs-up:before{content:"\e927"}.icon-merchandise:before{content:"\e926"}.icon-arrow-up:before{content:"\e925"}.icon-twitter:before{content:"\e902"}.icon-date:before{content:"\e923"}.icon-link:before{content:"\e922"}.icon-tiktok:before{content:"\e921"}.icon-warning:before{content:"\e91f"}.icon-alert:before{content:"\e920"}.icon-dots:before{content:"\e91e"}.icon-vk:before{content:"\e915"}.icon-notification:before{content:"\e91d"}.icon-facebook:before{content:"\e904"}.icon-instagram:before{content:"\e907"}.icon-linkedin:before{content:"\e914"}.icon-rss-feed:before{content:"\e918"}.icon-language:before{content:"\e919"}.icon-union:before{content:"\e91a"}.icon-pocket:before{content:"\e906"}.icon-reddit:before{content:"\e908"}.icon-search:before{content:"\e909"}.icon-share:before{content:"\e911"}.icon-slack:before{content:"\e912"}.icon-stackoverflow:before{content:"\e913"}.icon-weibo:before{content:"\e916"}.icon-email:before{content:"\e917"}.icon-cart:before{content:"\e900"}.icon-comments:before{content:"\e901"}.icon-globus:before{content:"\e903"}.icon-like:before{content:"\e905"}.icon-user:before{content:"\e90a"}.icon-wechat:before{content:"\e90b"}.icon-youtube:before{content:"\e90c"}.icon-arrow-left:before{content:"\e90d"}.icon-arrow-right:before{content:"\e90e"}.icon-bag:before{content:"\e90f"}.icon-down:before{content:"\e910"}.icon-django:before{content:"\e924"}.icon-close:before{content:"\e91c"}.icon-menu:before{content:"\e91b"}.icon-play:before{content:"\ea1c"}.icon-stop:before{content:"\ea1e"}.icon-bluesky:before{content:"\e929"}#quiz{background:#F4F4F4;padding:16px;border-radius:10px;margin:46px -15px}@media (min-width: 640px){#quiz{max-width:640px;margin:46px auto}}#quiz .quiz-container{position:relative;padding:16px 20px 24px;background:#fff;border-radius:10px;color:#19191C;overflow:hidden}@media (min-width: 640px){#quiz .quiz-container{padding:16px 32px 32px}}#quiz .quiz-container .hidden{display:none !important}#quiz .quiz-progress{font-size:16px;font-weight:700;text-align:right;margin:0 0 8px}#quiz .quiz-progress .quiz-progress-bar{width:100%;height:4px;background:#F4F4F4;border-radius:4px;overflow:hidden;margin-bottom:0.5rem;position:relative}#quiz .quiz-progress .quiz-progress-bar .quiz-progress-fill{display:block;height:100%;width:0;background:linear-gradient(90deg, #fff, #6B57FF);transition:width 0.4s ease;border-radius:4px}#quiz .quiz-progress .quiz-progress-text{font-size:1rem;color:#bbb}#quiz .quiz-intro{font-size:16px;padding:0 0 16px;margin:0 0 24px;border-bottom:1px solid #F4F4F4}#quiz .quiz-intro h2{font-size:24px;margin:0 0 8px}#quiz .quiz-intro p{margin:0}#quiz .quiz-questions{animation:fadeIn 0.5s ease forwards}#quiz .quiz-questions .quiz-question-block h3{font-size:18px;margin:0 0 12px}#quiz .quiz-questions .quiz-question-block .quiz-options{display:flex;flex-direction:column;gap:10px}#quiz .quiz-questions .quiz-question-block .quiz-options button{display:flex;font-size:16px;font-weight:500;gap:8px;background:#fff;border:1px solid rgba(25,25,28,0.3);color:#19191C;text-align:left;padding:10px 12px;border-radius:4px;transition:all 0.2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.03)}#quiz .quiz-questions .quiz-question-block .quiz-options button:hover{border-color:#6B57FF;box-shadow:0 0 4px 4px rgba(107,87,255,0.2)}#quiz .quiz-questions .quiz-question-block .quiz-options button.selected{background:#6B57FF;color:white;font-weight:500;pointer-events:none}#quiz .quiz-questions .quiz-question-block .quiz-options button i{font-style:normal}#quiz .quiz-questions .quiz-question-block .quiz-insight{font-size:14px;font-style:italic;background:#F4F4F4;border-left:4px solid #6B57FF;padding:12px 8px;color:#19191C;margin:12px 0 0;border-radius:4px;display:none}#quiz .quiz-questions .quiz-question-block .quiz-insight.show{display:block;animation:fadeIn 0.4s ease}#quiz .quiz-questions .quiz-question-block .quiz-insight p{display:flex;margin:0}#quiz .quiz-questions .quiz-question-block .quiz-insight p i{font-style:normal}#quiz .quiz-result{font-size:16px;padding:16px 0 0;animation:fadeIn 0.5s ease forwards}#quiz .quiz-result h2{font-size:24px;margin:0 0 16px}#quiz .quiz-result .quiz-result-block{padding:0}#quiz .quiz-result .quiz-result-block.show{display:block;animation:fadeIn 0.5s ease}#quiz .quiz-result .quiz-result-block h3{font-size:18px;display:flex;align-items:center;gap:8px;margin:0 0 12px}#quiz .quiz-result .quiz-result-block h3 strong{color:#6B57FF}#quiz .quiz-result .quiz-result-block ul{margin:0 0 12px}#quiz .quiz-result .quiz-result-block ul li{padding:0}#quiz .quiz-result .quiz-result-block ul li:before{display:none}#quiz .quiz-result .quiz-result-block img{display:block;width:100%;object-fit:cover;margin:16px 0;border-radius:4px;overflow:hidden;cursor:auto}#quiz .form-subscribe{padding:12px 0 0;max-width:100%;background:transparent}#quiz .form-subscribe__group-input{margin:0 0 16px}#quiz .form-subscribe button{margin:0}#quiz .share{display:flex;flex-wrap:wrap;justify-content:center;padding:24px 0 0}#quiz .share strong{display:block;margin:0 0 12px}#quiz .social{width:100%;margin:0;justify-content:center}#quiz .quiz-global-next-btn{display:flex;margin:16px 0 0 auto}#quiz .quiz-global-next-btn.hidden{display:none}.header{position:relative;flex-shrink:0;background:#27282c;z-index:999;padding:10px 0}@media (min-width: 769px){.header{padding:14px 0}}.header>.container{display:flex;flex-wrap:wrap;align-items:center}.logo{display:block;width:172px}@media (min-width: 769px){.logo{width:221px}}.logo a{display:flex;flex-wrap:wrap;align-items:center;color:#fff;font-size:16px;line-height:1.5;border:none}@media (min-width: 769px){.logo a{font-size:20px;line-height:1.4}}.logo img{display:block;width:100%;max-height:26px;max-width:max-content}.logo p{margin:0}.menu-list{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;width:calc(100% - 172px);padding:0 40px 0 0}@media (min-width: 641px){.menu-list{padding:0 24px 0 0}}@media (min-width: 769px){.menu-list{width:calc(100% - 221px);padding:0 6px 0 30px}}.menu-list>li{margin-left:18px}@media (min-width: 768px){.menu-list>li{margin-left:26px}}.menu-list>li:first-child{margin-left:0}@media (min-width: 769px){.menu-list>li:first-child{margin-left:26px}}@media (min-width: 1024px){.menu-list>li:first-child{margin-right:14px}}.menu-list a{display:inline-block;vertical-align:middle;line-height:1;color:rgba(255,255,255,0.7);border:none;box-shadow:none}.menu-list a .mobile-hidden{display:none}@media (min-width: 769px){.menu-list a .mobile-hidden{display:block}}.menu-list a:hover{color:#fff;text-decoration:none;box-shadow:none}.menu-list a:hover i:not(.burger-icon){color:#fff}.menu-list a:hover i:not(.burger-icon):after{background:rgba(255,255,255,0.1)}.menu-list i:not(.burger-icon){transition:color .15s ease-in-out;position:relative;font-size:16px;color:rgba(255,255,255,0.7)}.menu-list i:not(.burger-icon).icon-search{font-size:22px}.menu-list i:not(.burger-icon):after{transition:background .15s ease-in-out;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:35px;height:35px;border-radius:50%}@media (min-width: 769px){.menu-list i:not(.burger-icon):after{width:40px;height:40px}}.dropdown-language{transition:opacity .15s ease-in-out,visibility .15s ease-in-out;font-size:14px;position:absolute;top:100%;right:-15px;transform:none;background:#27282c;margin:8px 0 0;border:1px solid #5e5e60;opacity:0;visibility:hidden;width:180px}@media (min-width: 481px){.dropdown-language{margin:22px 0 0}}@media (min-width: 1024px){.dropdown-language{font-size:16px;right:0;width:auto;display:inline-grid;grid-auto-flow:column;grid-template-rows:auto auto auto auto;grid-template-columns:auto auto auto auto}}@media (min-width: 769px){.dropdown-language li{display:flex;min-width:120px}}.dropdown-language a{transition:background .15s ease-in-out,color .15s ease-in-out;display:block;padding:8px 16px;color:rgba(255,255,255,0.7);border:none;box-shadow:none}@media (min-width: 769px){.dropdown-language a{padding:12px 16px;flex-grow:1}}.dropdown-language a.active{background:rgba(22,125,255,0.2);color:#fff;text-decoration:none}.dropdown-language a:hover{background:rgba(255,255,255,0.1);color:#fff;text-decoration:none}.navbar{transition:opacity .15s ease-in-out,visibility .15s ease-in-out;position:absolute;top:100%;left:0;right:0;z-index:99;background:#fff;padding:24px 0 32px;opacity:0;visibility:hidden}@media (min-width: 481px){.navbar{padding-bottom:0}}@media (min-width: 768px){.navbar{padding-top:32px}}.navbar ul.row{display:flex;flex-wrap:wrap;font-size:13px;line-height:1.5}@media (min-width: 1280px){.navbar ul.row{justify-content:space-between}}@media (min-width: 1540px){.navbar ul.row{flex-wrap:nowrap;font-size:16px}}.navbar ul.row>li{padding:0 24px 16px 0;width:100%}@media (min-width: 481px){.navbar ul.row>li{width:50%}}@media (min-width: 768px){.navbar ul.row>li{width:33.332%}}@media (min-width: 1024px){.navbar ul.row>li{width:25%;padding-right:30px}}@media (min-width: 1280px){.navbar ul.row>li{width:auto}}@media (min-width: 1540px){.navbar ul.row>li{padding-right:38px}}.navbar ul.row>li:last-child{padding-right:0}.navbar ul.row>li ul{letter-spacing:0.0015em;font-feature-settings:"tnum" on, "lnum" on}@media (min-width: 640px){.navbar ul.row>li ul{width:57%}}@media (min-width: 1024px){.navbar ul.row>li ul{width:auto}}.navbar ul.row>li ul.column-count{display:grid;grid-template-columns:1fr 1fr;column-gap:46px}@media (min-width: 481px){.navbar ul.row>li ul.column-count{grid-template-columns:repeat(2, auto);column-gap:24px}}.navbar ul.row>li ul li{padding:0 0 16px}.navbar ul.row>li ul a{border:none;white-space:nowrap;color:rgba(25,25,28,0.7)}.navbar ul.row>li ul a:hover{color:#19191C}.navbar h4{font-size:13px !important;line-height:1.5;margin:0 0 16px;white-space:nowrap}@media (min-width: 1540px){.navbar h4{font-size:16px !important}}.sub-menu{display:flex;flex-wrap:wrap;margin-bottom:16px}.sub-menu li{margin:0 0 10px;width:50%;padding:6px 0 0}@media (min-width: 641px){.sub-menu li{width:25%}}@media (min-width: 769px){.sub-menu li{width:100%}}@media (min-width: 1025px){.sub-menu li.columns .sub-menu{display:block;column-count:2}}@media (min-width: 1025px){.sub-menu li.columns .sub-menu li{width:auto}}.sub-menu a{position:relative;color:rgba(25,25,28,0.7);border:none;box-shadow:none}.sub-menu a:hover{color:#19191C;text-decoration:none}@media (min-width: 769px){.sub-menu a:hover img{opacity:1;visibility:visible}}.sub-menu a img{transition:opacity .15s ease-in-out,visibility .15s ease-in-out;position:absolute;width:32px;height:32px;left:-40px;top:-6px;opacity:0;visibility:hidden}.burger-icon{position:absolute;top:50%;transform:translateY(-50%);right:16px;width:16px;height:18px;text-indent:-9999px;overflow:hidden;text-decoration:none;z-index:999}@media (min-width: 769px){.burger-icon{display:none}}.burger-icon:before,.burger-icon:after,.burger-icon span{background:rgba(255,255,255,0.7);position:absolute;top:10px;left:0;right:0;height:2px;margin-top:-2px;transition:all 0.2s linear}.burger-icon:before,.burger-icon:after{content:"";top:4px}.burger-icon:after{top:16px}.nav-active .burger-icon:before,.nav-active .burger-icon:after{transform:rotate(45deg);top:10px}.nav-active .burger-icon span{opacity:0}.nav-active .burger-icon:after{transform:rotate(-45deg)}.resize-active *{transition:none !important}html body{font-family:"JetBrains Sans","Arial","Helvetica Neue","Helvetica",sans-serif}html body h1,html body .h1,html body h2,html body .h2,html body h3,html body .h3,html body h4,html body .h4,html body h5,html body .h5,html body h6,html body .h6,html body .h{font-family:inherit}body.admin-bar #wp-admin-bar-customize,body.admin-bar #wp-admin-bar-comments,body.admin-bar #wp-admin-bar-all-in-one-seo-pack{display:none}body.admin-bar #wp-admin-bar-new-content>.ab-item{pointer-events:none}body.admin-bar #wp-admin-bar-new-content #wp-admin-bar-new-post{display:none}body{font-size:16px;line-height:1.5}body.nav-active .navbar{opacity:1;visibility:visible}body.nav-active .overlay{opacity:1;visibility:visible}body.lang-active .header .dropdown-language{opacity:1;visibility:visible}body.toc-active{overflow:hidden}body.hide-menu .menu,body.hideScrollUp .menu{opacity:0;visibility:hidden;transition:none}@media (min-width: 1025px){body.post-type-archive .promo__img{width:calc(50% - 13px)}}body.page-template-template-easter-egg main{background:#000}body.footer-lang-active .footer .dropdown-language{opacity:1;visibility:visible}body .tag{transition:border-color .15s ease-in-out,background .15s ease-in-out;font-size:13px;line-height:1.54;padding:1px 15px;display:inline-block;border:1px solid rgba(25,25,28,0.3);border-radius:4px;margin:0 8px 8px 0;white-space:nowrap;cursor:pointer}body .tag:hover{background:rgba(25,25,28,0.1);border-color:rgba(25,25,28,0.4);text-decoration:none;box-shadow:none}@media (max-width: 767px){body.search .top-page{padding-bottom:35px}}@media (max-width: 767px){body.search .menu{display:none}}#wrapper{min-height:100vh;width:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}a{transition:color .15s ease-in-out,box-shadow .15s ease-in-out,border-color .15s ease-in-out;text-decoration:none;border-bottom:1px solid rgba(25,25,28,0.4)}a:hover{border-color:#19191C}h1{line-height:1.22}@media (min-width: 641px){h1{font-size:43px;line-height:1.14}}h2{line-height:1.143}@media (min-width: 641px){h2{font-size:35px;line-height:1.2}}h3{line-height:1.4;margin:0 0 16px}h4{font-size:17px;line-height:1.412;margin:0 0 16px}h5{font-size:14px;line-height:1.43;margin:0 0 8px}.btn,.jb-download-button{transition:background .15s ease-in-out,color .15s ease-in-out;font-size:16px;line-height:1.5;display:inline-block;vertical-align:middle;text-align:center;border-radius:2em;color:#fff;background:#6B57FF;padding:8px 24px;border:none}.btn:hover,.jb-download-button:hover{text-decoration:none;box-shadow:none;background:rgba(107,87,255,0.8)}pre,code{font-family:"JetBrainsMono","Times","Baskerville","Georgia",serif;font-style:normal;font-weight:400;font-size:15px;line-height:23px;background:#f4f4f4;border-radius:4px;padding:12px 16px}pre code{padding:0}code{padding:4px 6px}input[type="search"]{-webkit-appearance:none}.container{max-width:1534px;margin:0 auto;padding:0 15px}@media (min-width: 641px){.container{padding:0 32px}}main{flex-grow:1}main .article-section .content ul a:hover{box-shadow:inset 0 -1px 0 #19191c}main .article-section .content ol:not([class]):not([id]){list-style:none;counter-reset:counter;margin-top:16px}@media (min-width: 769px){main .article-section .content ol:not([class]):not([id]){margin-top:32px}}main .article-section .content ol:not([class]):not([id])>li{position:relative;counter-increment:counter;padding:0 0 16px 24px}@media (min-width: 769px){main .article-section .content ol:not([class]):not([id])>li{padding-bottom:24px}}main .article-section .content ol:not([class]):not([id])>li:before{content:counter(counter) ". ";position:absolute;top:0;left:2px}main .article-section .content ol:not([class]):not([id])>li:last-child{padding-bottom:0}main .article-section .content ol:not([class]):not([id])>li a:hover{box-shadow:inset 0 -1px 0 #19191c}main .article-section .content ol:not([class]):not([id])>li ol:not([class]):not([id]){margin-top:16px;margin-bottom:0}@media (min-width: 769px){main .article-section .content ol:not([class]):not([id])>li ol:not([class]):not([id]){margin-top:24px}}main .article-section .content ol:not([class]):not([id])>li ol:not([class]):not([id]) li{padding:0 0 16px 25px}main .article-section .content ol:not([class]):not([id])>li ol:not([class]):not([id]) li:last-child{padding-bottom:0}main .article-section .content ol:not([class]):not([id]) img{margin:22px 0 24px}main .article-section .content ul:not([class]):not([id]){margin-bottom:24px}main .article-section .content ul:not([class]):not([id]) li:last-child{padding-bottom:0}main .article-section .content ul:not([class]):not([id]) li ul:not([class]):not([id]){margin-top:16px;margin-bottom:0}@media (min-width: 769px){main .article-section .content ul:not([class]):not([id]) li ul:not([class]):not([id]){margin-top:24px}}main .article-section .content ul:not([class]):not([id]) li ul:not([class]):not([id]) li{padding-bottom:16px}main .article-section .content ul:not([class]):not([id]) li ul:not([class]):not([id]) li:last-child{padding-bottom:0}main .article-section .content ul:not([class]):not([id]) img{margin:22px 0 24px}main .article-section .content ul:not([class]):not([id])+h2{margin-top:32px}main .article-section table{margin-bottom:16px;min-width:600px}main
2026-01-13T08:48:13
https://forem.com/t/devto
Devto - Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # devto Follow Hide Discuss all things Dev.to! Create Post submission guidelines Devto posts are for discussions about Dev.to as a platform or to ask questions about Dev.to. about #devto Devto posts are for discussions about Dev.to. Older #devto posts 1 2 3 4 5 6 7 8 9 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu I scraped 1,600 DEV.TO articles from 2025 and built an infographic Andrey Andrade Andrey Andrade Andrey Andrade Follow Jan 11 I scraped 1,600 DEV.TO articles from 2025 and built an infographic # devto # ai # webdev # datascience 2  reactions Comments 3  comments 1 min read **8 Python Concurrency Techniques That Transform Slow Code Into High-Performance Applications** Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Jan 10 **8 Python Concurrency Techniques That Transform Slow Code Into High-Performance Applications** # programming # devto # python # softwareengineering Comments Add Comment 12 min read Automating DEV.to Publishing with GitHub Actions Janko Janko Janko Follow Jan 4 Automating DEV.to Publishing with GitHub Actions # github # actions # devto # automation Comments Add Comment 1 min read Creating a Reliable VS Code Task for New DEV.to Posts (Windows + PowerShell) Janko Janko Janko Follow Jan 3 Creating a Reliable VS Code Task for New DEV.to Posts (Windows + PowerShell) # vscode # productivity # shortcut # devto Comments Add Comment 2 min read NVIDIA Bought the Bouncer: SchedMD and Where Lock-In Actually Lives David Aronchick David Aronchick David Aronchick Follow Dec 29 '25 NVIDIA Bought the Bouncer: SchedMD and Where Lock-In Actually Lives # aiinfrastructure # devto Comments Add Comment 9 min read Announcing the Launch of My Personal Website Jordan-Tyler Burchett Jordan-Tyler Burchett Jordan-Tyler Burchett Follow Dec 26 '25 Announcing the Launch of My Personal Website # showdev # devto # webdev Comments Add Comment 1 min read Exploring the Flood Fill Algorithm and Its Applications in Maze Solving Baloxh-Aziz Baloxh-Aziz Baloxh-Aziz Follow Dec 25 '25 Exploring the Flood Fill Algorithm and Its Applications in Maze Solving # python # devto # floodfill # algorithms Comments Add Comment 4 min read Why Dev.to API is the Easiest Way to Add a Blog Section to Your React Portfolio Timothy Adeleke Timothy Adeleke Timothy Adeleke Follow Dec 26 '25 Why Dev.to API is the Easiest Way to Add a Blog Section to Your React Portfolio # portfolio # devto 6  reactions Comments Add Comment 4 min read **Production-Ready Go Docker Containers: Small, Secure, and Efficient Containerization Guide** Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Jan 2 **Production-Ready Go Docker Containers: Small, Secure, and Efficient Containerization Guide** # programming # devto # go # softwareengineering Comments Add Comment 7 min read How to Earn More DEV.to Badges (Without Gaming the System Kudzai Murimi Kudzai Murimi Kudzai Murimi Follow Dec 19 '25 How to Earn More DEV.to Badges (Without Gaming the System # devto # beginners # career # community Comments Add Comment 4 min read I Launched a UI Library, Got 100+ Downloads But AI Couldn’t Understand My Docs Navneet Singh Rajput Navneet Singh Rajput Navneet Singh Rajput Follow Dec 15 '25 I Launched a UI Library, Got 100+ Downloads But AI Couldn’t Understand My Docs # opensource # react # ai # devto Comments Add Comment 1 min read # How to Become a DEV.to Moderator: A Complete Guide Kudzai Murimi Kudzai Murimi Kudzai Murimi Follow Dec 19 '25 # How to Become a DEV.to Moderator: A Complete Guide # devto # community # motivation # careerdevelopment 1  reaction Comments Add Comment 3 min read **8 Proven Cypress Testing Strategies That Boost Web App Reliability and Speed Development** Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Dec 8 '25 **8 Proven Cypress Testing Strategies That Boost Web App Reliability and Speed Development** # programming # devto # javascript # softwareengineering Comments Add Comment 7 min read Real-Time Python Stream Processing: 8 Essential Techniques for Data in Motion Nithin Bharadwaj Nithin Bharadwaj Nithin Bharadwaj Follow Dec 8 '25 Real-Time Python Stream Processing: 8 Essential Techniques for Data in Motion # programming # devto # python # softwareengineering Comments Add Comment 7 min read HELLO WORLD Pradum Saindane Pradum Saindane Pradum Saindane Follow Dec 30 '25 HELLO WORLD # career # learning # community # devto 5  reactions Comments 2  comments 1 min read Become a GDG on Campus Organizer: Your Complete Selection Journey Google Developer Group GEU Google Developer Group GEU Google Developer Group GEU Follow Dec 5 '25 Become a GDG on Campus Organizer: Your Complete Selection Journey # gdg # developers # devto # leadership 1  reaction Comments Add Comment 4 min read Lights, Camera, Publish! Dev.to Now Supports Video Cover Links Urvisha Maniar Urvisha Maniar Urvisha Maniar Follow Dec 8 '25 Lights, Camera, Publish! Dev.to Now Supports Video Cover Links # devto # ai # nanobanana 9  reactions Comments 1  comment 2 min read I crossed 10,000 views on Dev.to and this one feels special 💙 Haripriya Veluchamy Haripriya Veluchamy Haripriya Veluchamy Follow Jan 3 I crossed 10,000 views on Dev.to and this one feels special 💙 # devto # developer # devjournal # devresolutions2024 12  reactions Comments 4  comments 2 min read You can now embed Cloud Run deployments directly in your DEV posts! Ben Halpern Ben Halpern Ben Halpern Follow for The DEV Team Dec 16 '25 You can now embed Cloud Run deployments directly in your DEV posts! # news # cloud # devto # forem 46  reactions Comments 7  comments 1 min read You can now use YouTube videos as your cover video on DEV Posts (Also Mux and Twitch videos) Ben Halpern Ben Halpern Ben Halpern Follow for The DEV Team Dec 3 '25 You can now use YouTube videos as your cover video on DEV Posts (Also Mux and Twitch videos) # news # community # devto # forem 75  reactions Comments 24  comments 1 min read Hello Devians! Shahil Raj Shahil Raj Shahil Raj Follow Nov 19 '25 Hello Devians! # discuss # community # devto Comments Add Comment 1 min read 🧞‍♂️ Introducing Code-Genie: A Small CLI Tool That Helps You Edit & Generate Code Using Natural Language Sherin Joseph Roy Sherin Joseph Roy Sherin Joseph Roy Follow Nov 13 '25 🧞‍♂️ Introducing Code-Genie: A Small CLI Tool That Helps You Edit & Generate Code Using Natural Language # opensource # ai # productivity # devto Comments 1  comment 2 min read You Can't Unbake a Cake (or Why Data Isolation in the Age of AI is BASICALLY Impossible) David Aronchick David Aronchick David Aronchick Follow Nov 10 '25 You Can't Unbake a Cake (or Why Data Isolation in the Age of AI is BASICALLY Impossible) # devto Comments Add Comment 11 min read KT148A Voice Chip (Serial Version) — MCU Malfunction During Music Playback William William William Follow Nov 10 '25 KT148A Voice Chip (Serial Version) — MCU Malfunction During Music Playback # devbugsmash # devto # beginners # devops Comments Add Comment 2 min read 3 Questions That Can Transform Any Call Damian P Damian P Damian P Follow Dec 13 '25 3 Questions That Can Transform Any Call # leadership # management # learning # devto 1  reaction Comments Add Comment 2 min read loading... trending guides/resources You can now embed Cloud Run deployments directly in your DEV posts! Become a GDG on Campus Organizer: Your Complete Selection Journey Cloudflare down DEV still up ⬆️ How to Earn More DEV.to Badges (Without Gaming the System Threat Modeling the YouTube Algorithm: A Security Researcher's Guide to Content Strategy I Launched a UI Library, Got 100+ Downloads But AI Couldn’t Understand My Docs Why Rust is Revolutionizing Game Development: Performance, Safety, and Future-Ready Code 5 Proven JPA and Hibernate Techniques to Boost Java Database Performance in 2024 Lights, Camera, Publish! Dev.to Now Supports Video Cover Links **Production-Ready Go Docker Containers: Small, Secure, and Efficient Containerization Guide** What I Learned After My First Week Sharing on Dev.to You can now use YouTube videos as your cover video on DEV Posts (Also Mux and Twitch videos) Automating Blog Cross-posting to DEV and X with GitHub Actions Why Your Dev.to Articles Aren’t Getting Views (And How to Fix That) 🚀 New milestone achieved 🚀 Hit 300 followers on DEV.to today, mostly bots 🤖! It’s touching ... Dev.to Tag Hacking Why Dev.to API is the Easiest Way to Add a Blog Section to Your React Portfolio GDG on Campus Graphic Era Dehradun I crossed 10,000 views on Dev.to and this one feels special 💙 My First Post via the DEV API 🚀 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — Your community HQ Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a blogging-forward open source social network where we learn from one another Log in Create account
2026-01-13T08:48:13
https://docs.github.com/en/github-models
GitHub Models - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar GitHub Models Home GitHub Models About GitHub Models Quickstart Use GitHub Models Prototype with AI models Optimize your AI-powered app Evaluate AI models Store prompts GitHub Models at scale Use Models at scale Manage Models at scale Use custom models Responsible use GitHub Models GitHub Models Find and experiment with AI models for free. About GitHub Models GitHub Models is a suite of developer tools that take you from AI idea to ship, including a model catalog, prompt management, and quantitative evaluations. Quickstart for GitHub Models Run your first model with GitHub Models in minutes. Use GitHub Models GitHub Models helps you go from prompt to production by testing, comparing, evaluating, and integrating AI directly in your repository. GitHub Models at scale Manage GitHub Models in your enterprise and organizations. Responsible use of GitHub Models Learn how to use GitHub Models responsibly by understanding its purposes, capabilities, and limitations. Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:13
https://dev.to/devteam/congrats-to-the-storyblok-headless-cms-challenge-winners-12i2
Congrats to the Storyblok Headless CMS Challenge Winners! - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse dev.to staff for The DEV Team Posted on Jul 10, 2025           Congrats to the Storyblok Headless CMS Challenge Winners! # storyblokchallenge # webdev # api # devchallenge The results are in! We are excited to announce the winners of the Storyblok Headless CMS Challenge . From historical timeline generators to field plugins that simplify location management to blog assistants with intelligent content expansion, we were impressed by the diversity of submissions for this challenge! Participants truly leveraged Storyblok with remarkable creativity. We hope you enjoyed this challenge and are proud of what you accomplished, regardless of whether or not you get the crown. Without further ado, our winners. Congratulations To… Overall Winner @ansellmaximilian brings the beloved visual novel genre to the web with Blok Tales, a sophisticated storytelling platform that showcases Storyblok's content architecture at its finest. Blok Tales: A Visual Novel Made with Storyblok Ansell Maximilian ・ Jun 26 #devchallenge #storyblokchallenge #webdev #api The project demonstrates innovative use of Storyblok's whitelisting features, block ordering capabilities, and reference system to create a flexible yet structured authoring environment. Amazing AI Winner @dev_kiran transforms content management with a comprehensive MCP server that enables AI assistants to manage every aspect of your Storyblok space through natural language commands. 🔥Storyblok MCP Server: Let AI Agents Manage Your Content 🤖 Kiran Naragund ・ Jun 23 #devchallenge #storyblokchallenge #webdev #api This project stands out with its impressive scope, covering nearly every endpoint in the Storyblok Management API! Our two winners will each receive: $1,500 USD An exclusive DEV badge DEV++ Membership All participants with valid submissions will receive a completion badge for rising to the challenge! Sponsor Love We want to give a big shout out to the Storyblok Team for bringing this challenge to the community! @willrg , @siddharth_hacks and team are truly building for developers and we hope you consider using Storyblok for your next project. What's next? We're always working on exciting new challenges for the community. Keep an eye on our challenges page and follow the tag to stay updated: # devchallenge Follow This is the official tag for submissions and announcements related to DEV Challenges. We hope you had fun, felt challenged, and maybe added a thing or two to your professional profile. See you next time! Interested in being a volunteer judge for future challenges? Learn more here ! Top comments (15) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand   Kritika Pattalam Bharathkumar Kritika Pattalam Bharathkumar Kritika Pattalam Bharathkumar Follow Web Developer | I write blogs about web development, JS, CSS, web performance, accessibility. Joined Jul 13, 2021 • Jul 10 '25 Dropdown menu Copy link Hide Congratulations @dev_kiran and @ansellmaximilian Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Kiran Naragund Kiran Naragund Kiran Naragund Follow Tech Writer and Moderator @DEV ✦ Full-Stack Developer ✦ Mentor @Exercism ✦ Open-Source Contributor ✦ Email for Collabs :) Email kirannaragund197@gmail.com Location India Education B.Tech in Computer Science & Engineering Pronouns He/Him Work Full Stack Developer Joined Nov 8, 2023 • Jul 11 '25 Dropdown menu Copy link Hide Thankyou Kritika Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Nhung Nguyen Nhung Nguyen Nhung Nguyen Follow Joined Jun 23, 2025 • Jul 14 '25 Dropdown menu Copy link Hide nice Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Ansell Maximilian Ansell Maximilian Ansell Maximilian Follow Email ansellmaximilian@gmail.com Location Tangerang, Indonesia Pronouns He/Him Joined Jan 17, 2021 • Jul 10 '25 Dropdown menu Copy link Hide Thank you! Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Siddharth Dayalwal Siddharth Dayalwal Siddharth Dayalwal Follow Community (DevRel), Storyblok 🥑 • Building Hack This Fall 🧡 Location India Pronouns He/Him/His Work Developer Community Specialist at Storyblok Joined Sep 2, 2019 • Jul 24 '25 Dropdown menu Copy link Hide Congratulations to all the winners, thanks for putting in all the effort here! 👏 Also, congrats to everyone who participated. You all can join us on our Discord Server to share your projects with the rest of the Storyblok Community! Let's keep building 💪 Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Jess Lee The DEV Team Jess Lee The DEV Team Jess Lee Follow Building DEV and Forem with everyone here. Interested in the future. Email jess@forem.com Location USA / TAIWAN Pronouns she/they Work Co-Founder & COO at Forem Joined Jul 29, 2016 • Jul 10 '25 Dropdown menu Copy link Hide Congrats @ansellmaximilian and @dev_kiran ! Well done, as always. Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Kiran Naragund Kiran Naragund Kiran Naragund Follow Tech Writer and Moderator @DEV ✦ Full-Stack Developer ✦ Mentor @Exercism ✦ Open-Source Contributor ✦ Email for Collabs :) Email kirannaragund197@gmail.com Location India Education B.Tech in Computer Science & Engineering Pronouns He/Him Work Full Stack Developer Joined Nov 8, 2023 • Jul 10 '25 Dropdown menu Copy link Hide Thank you @jess :) Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Ansell Maximilian Ansell Maximilian Ansell Maximilian Follow Email ansellmaximilian@gmail.com Location Tangerang, Indonesia Pronouns He/Him Joined Jan 17, 2021 • Jul 10 '25 Dropdown menu Copy link Hide Thank you @jess ! 🙏 Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Fayaz Fayaz Fayaz Follow Software Engineer 𑁍 Thinker 𑁍 Problem Solver. Interests: AI, Software Development, Web Security, Privacy, Nature, Philosophy, History, Spirituality, Politics, Conversation. Location Bangladesh Education BSc. in Computer Science & Engineering Work Building a new SaaS Joined Nov 12, 2017 • Jul 11 '25 Dropdown menu Copy link Hide Congrats to @dev_kiran and @ansellmaximilian 🏆 Cool projects 🥳 Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Kiran Naragund Kiran Naragund Kiran Naragund Follow Tech Writer and Moderator @DEV ✦ Full-Stack Developer ✦ Mentor @Exercism ✦ Open-Source Contributor ✦ Email for Collabs :) Email kirannaragund197@gmail.com Location India Education B.Tech in Computer Science & Engineering Pronouns He/Him Work Full Stack Developer Joined Nov 8, 2023 • Jul 11 '25 Dropdown menu Copy link Hide Thank you Fayaz! Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   diosamuel diosamuel diosamuel Follow Data Engineer soon | Web Developer | UI/UX Enthusiast Location Indonesia Work Data Engineer soon | Web Developer | UI/UX Enthusiast Joined Apr 3, 2020 • Jul 10 '25 Dropdown menu Copy link Hide Both deserve their payoff for the hard work. Congrats to all the winner! Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Nizzad Nizzad Nizzad Follow Data Scientist / AWS Certified (2X) ML Specialist | AWS ABW Grant Recipient '24 | 2 (Masters + Bachelors) | Researcher - NLP (Bias & Fairness) | Attorney-at-Law | Supervised 100+ Location Abu Dhabi, United Arab Emirates Education BIT (UOM), MSc in IT (SLIIT), MBA (SEUSL), LL.B (OUSL), Attorney-at-Law Pronouns He/Him Work Data Scientist, AI Engineer, Machine Learning Engineer, Research Supervisor Joined Jan 9, 2025 • Jul 11 '25 Dropdown menu Copy link Hide Congratulations to the winners. Well Deserved. Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Dotallio Dotallio Dotallio Follow Joined Apr 7, 2025 • Jul 10 '25 Dropdown menu Copy link Hide Congrats to both winners! I love seeing what happens when headless CMS meets AI and storytelling - did you use any unusual tech stacks or approaches behind the scenes? Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Kiran Naragund Kiran Naragund Kiran Naragund Follow Tech Writer and Moderator @DEV ✦ Full-Stack Developer ✦ Mentor @Exercism ✦ Open-Source Contributor ✦ Email for Collabs :) Email kirannaragund197@gmail.com Location India Education B.Tech in Computer Science & Engineering Pronouns He/Him Work Full Stack Developer Joined Nov 8, 2023 • Jul 10 '25 Dropdown menu Copy link Hide Thank you @thepracticaldev and Storyblok!!! It was an amazing experience 🙌 Like comment: Like comment: 2  likes Like Comment button Reply View full discussion (15 comments) Some comments may only be visible to logged-in visitors. Sign in to view all comments. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse The DEV Team Follow The hardworking team behind DEV ❤️ Want to contribute to open source and help make the DEV community stronger? The code that powers DEV is called Forem and is freely available on GitHub. You're welcome to jump in! Contribute to Forem More from The DEV Team Congrats to the AI Agents Intensive Course Writing Challenge Winners! # googleaichallenge # devchallenge # ai # agents Join the Algolia Agent Studio Challenge: $3,000 in Prizes! # algoliachallenge # devchallenge # agents # webdev Congrats to the Xano AI-Powered Backend Challenge Winners! # xanochallenge # backend # api # ai 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://dev.to/t/postmarkchallenge
Postmark Challenge - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Postmark Challenge Follow Hide This is the official tag for submissions and announcements related to the Postmark Challenge. Create Post Older #postmarkchallenge posts 1 2 3 4 5 6 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu InboxNegotiator: Turning Debt Reminders into Payment Plans with AI and Postmark FranP-code FranP-code FranP-code Follow Jun 9 '25 InboxNegotiator: Turning Debt Reminders into Payment Plans with AI and Postmark # devchallenge # postmarkchallenge # webdev # api Comments Add Comment 4 min read One Inbox to Rule Them All: My Personalized Newsletter Digest App - Powered by Postmark deva deva deva Follow Jun 9 '25 One Inbox to Rule Them All: My Personalized Newsletter Digest App - Powered by Postmark # devchallenge # postmarkchallenge # webdev # api Comments Add Comment 2 min read CodeReview Mail - Collaborative Development via Email ANIRUDDHA ADAK ANIRUDDHA ADAK ANIRUDDHA ADAK Follow Jun 8 '25 CodeReview Mail - Collaborative Development via Email # devchallenge # postmarkchallenge # webdev # api Comments Add Comment 4 min read Postmark Transaction Analyzer JOHN RATNA KUMAR AKKISETTI JOHN RATNA KUMAR AKKISETTI JOHN RATNA KUMAR AKKISETTI Follow Jun 9 '25 Postmark Transaction Analyzer # devchallenge # postmarkchallenge # webdev # api 4  reactions Comments 1  comment 2 min read leadmark.email: Turn Your Inbox into a Sales Automation Engine via Postmark Andrew Miracle Andrew Miracle Andrew Miracle Follow Jun 9 '25 leadmark.email: Turn Your Inbox into a Sales Automation Engine via Postmark # devchallenge # postmarkchallenge # webdev # api 2  reactions Comments Add Comment 4 min read Ritsu-Pi EmailOps: Homelab Management via Email powered by Postmark👓 Fahmi Noor Fiqri Fahmi Noor Fiqri Fahmi Noor Fiqri Follow Jun 4 '25 Ritsu-Pi EmailOps: Homelab Management via Email powered by Postmark👓 # devchallenge # postmarkchallenge # webdev # api Comments Add Comment 3 min read Postmark Challenge. Gentle Inbox Jonny B Jonny B Jonny B Follow Jun 8 '25 Postmark Challenge. Gentle Inbox # devchallenge # postmarkchallenge # webdev # api 1  reaction Comments 1  comment 4 min read How to Build an Email Notification System Using Postmark (No Coding Needed) Joao Dalbem Joao Dalbem Joao Dalbem Follow May 31 '25 How to Build an Email Notification System Using Postmark (No Coding Needed) # postmarkchallenge # devchallenge Comments Add Comment 2 min read Save time with sumsummary.com! Johannes Johannes Johannes Follow Jun 8 '25 Save time with sumsummary.com! # devchallenge # postmarkchallenge # webdev # ai 1  reaction Comments Add Comment 5 min read Congrats to the Winners of Postmark Challenge: Inbox Innovators! dev.to staff dev.to staff dev.to staff Follow for The DEV Team Jun 24 '25 Congrats to the Winners of Postmark Challenge: Inbox Innovators! # devchallenge # postmarkchallenge # webdev # api 59  reactions Comments 23  comments 2 min read Introducing dearme.email vincent d warmerdam vincent d warmerdam vincent d warmerdam Follow May 27 '25 Introducing dearme.email # devchallenge # postmarkchallenge # webdev # api 15  reactions Comments 7  comments 2 min read MarketMail Caleb Nkunze Caleb Nkunze Caleb Nkunze Follow May 27 '25 MarketMail # devchallenge # postmarkchallenge # webdev # api 7  reactions Comments Add Comment 2 min read hotline.email: AI Powered Multi-role single point inbound email categorization with Postmark and Agent.ai Fayaz Fayaz Fayaz Follow Jun 9 '25 hotline.email: AI Powered Multi-role single point inbound email categorization with Postmark and Agent.ai # devchallenge # postmarkchallenge # webdev # api 25  reactions Comments 11  comments 3 min read Join the Postmark Challenge: Inbox Innovators - $3,000 in Prizes! dev.to staff dev.to staff dev.to staff Follow for The DEV Team May 21 '25 Join the Postmark Challenge: Inbox Innovators - $3,000 in Prizes! # devchallenge # postmarkchallenge # webdev # api 148  reactions Comments 84  comments 4 min read Mailbase: A Trustworthy Foundation for Ethical Inbox-Aware Apps Jérémie Lumbroso Jérémie Lumbroso Jérémie Lumbroso Follow Jun 9 '25 Mailbase: A Trustworthy Foundation for Ethical Inbox-Aware Apps # devchallenge # postmarkchallenge # webdev # api 12  reactions Comments Add Comment 5 min read EPB: Turn Emails into Code - AI-Powered Pull Requests from Your Inbox Adam Adam Adam Follow Jun 9 '25 EPB: Turn Emails into Code - AI-Powered Pull Requests from Your Inbox # devchallenge # postmarkchallenge # webdev # api 10  reactions Comments Add Comment 4 min read WooCommerce Order Status Updates via Email Leveraging Postmark Inbound Capabilities Vikas V Vikas V Vikas V Follow Jun 9 '25 WooCommerce Order Status Updates via Email Leveraging Postmark Inbound Capabilities # devchallenge # postmarkchallenge # webdev # api 12  reactions Comments 1  comment 4 min read Sumrise: Personal Spend Analyzer Shriji Shriji Shriji Follow Jun 7 '25 Sumrise: Personal Spend Analyzer # devchallenge # postmarkchallenge # webdev # api 8  reactions Comments 1  comment 4 min read MinimalizEmail: AI-Powered Email Management for Maximum Productivity Vartika T Rao Vartika T Rao Vartika T Rao Follow Jun 9 '25 MinimalizEmail: AI-Powered Email Management for Maximum Productivity # devchallenge # postmarkchallenge # webdev # api 19  reactions Comments Add Comment 5 min read 🎯 AI Resume Ranking System Vivek V. Vivek V. Vivek V. Follow for AWS Community Builders Jun 9 '25 🎯 AI Resume Ranking System # devchallenge # postmarkchallenge # webdev # api 20  reactions Comments 4  comments 5 min read Postc.art: Send Beautiful Postcards by Email Arthur Gladfield Arthur Gladfield Arthur Gladfield Follow Jun 9 '25 Postc.art: Send Beautiful Postcards by Email # devchallenge # postmarkchallenge # webdev # ai 5  reactions Comments Add Comment 8 min read Clause Clarity: AI Contract Review via Inbound Email Victor Mbamara 🇳🇬 Victor Mbamara 🇳🇬 Victor Mbamara 🇳🇬 Follow Jun 8 '25 Clause Clarity: AI Contract Review via Inbound Email # devchallenge # postmarkchallenge # webdev # api 5  reactions Comments Add Comment 2 min read Deejay - Request Songs Through Email Deepto Deepto Deepto Follow Jun 9 '25 Deejay - Request Songs Through Email # devchallenge # postmarkchallenge # webdev # api 4  reactions Comments Add Comment 2 min read Add 12 Wines in 12 Seconds Russ Russ Russ Follow Jun 9 '25 Add 12 Wines in 12 Seconds # devchallenge # postmarkchallenge # webdev # api 4  reactions Comments Add Comment 2 min read Schedule Events from your Email Shivam Shivam Shivam Follow Jun 8 '25 Schedule Events from your Email # devchallenge # postmarkchallenge # webdev # api 5  reactions Comments Add Comment 2 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://dev.to/t/backend/page/4
Backend Page 4 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # backend Follow Hide Desenvolvimento do lado do servidor, APIs, bancos de dados e logica de negocios. Create Post Older #backend posts 1 2 3 4 5 6 7 8 9 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu # How Express.js Works Behind the Scenes: An Inside Look sudip khatiwada sudip khatiwada sudip khatiwada Follow Jan 5 # How Express.js Works Behind the Scenes: An Inside Look # webdev # programming # backend # node Comments Add Comment 3 min read Why HMAC Is the Right Choice for Webhook Security (and Why Spubhi Makes It Simple) Spubhi Spubhi Spubhi Follow Jan 5 Why HMAC Is the Right Choice for Webhook Security (and Why Spubhi Makes It Simple) # api # backend # security Comments Add Comment 3 min read OPTIOS is the most boring HTTP method — which is exactly why it’s dangerous to ignore. Liudas Liudas Liudas Follow Jan 5 OPTIOS is the most boring HTTP method — which is exactly why it’s dangerous to ignore. # api # architecture # backend Comments Add Comment 1 min read Warp Rust Clean Architecture Boilerplate Sushant Kulkarni Sushant Kulkarni Sushant Kulkarni Follow Jan 5 Warp Rust Clean Architecture Boilerplate # rust # cleancode # cqrs # backend Comments Add Comment 1 min read Node.js Events Yuriy Yuriy Yuriy Follow Jan 5 Node.js Events # backend # node # programming # architecture Comments Add Comment 4 min read Linux: The Secret Weapon for Developers Mohamed Azmy Mohamed Azmy Mohamed Azmy Follow Jan 6 Linux: The Secret Weapon for Developers # linux # backend # devops # ai Comments Add Comment 3 min read Prevent ad network bans in Django by throttling ad impressions Artem Frolov Artem Frolov Artem Frolov Follow Jan 4 Prevent ad network bans in Django by throttling ad impressions # django # adtech # backend # fraud Comments Add Comment 1 min read Crash-safe JSON at scale: atomic writes + recovery without a DB Konstantin Konstantin Konstantin Follow Jan 4 Crash-safe JSON at scale: atomic writes + recovery without a DB # python # json # backend # architecture Comments Add Comment 13 min read BEST PRACTICES FOR CREATING A CONCURRENT API IN GOLANG NICHOLAS AYIM NICHOLAS AYIM NICHOLAS AYIM Follow Jan 4 BEST PRACTICES FOR CREATING A CONCURRENT API IN GOLANG # api # backend # go # tutorial 1  reaction Comments Add Comment 6 min read Closures e escopos em JavaScript Lucas Pereira de Souza Lucas Pereira de Souza Lucas Pereira de Souza Follow Jan 4 Closures e escopos em JavaScript # backend # javascript # learning Comments Add Comment 4 min read Setting up Express with Typescript, Prettier and Eslint in post-2026 Femi Abimbola Femi Abimbola Femi Abimbola Follow Jan 5 Setting up Express with Typescript, Prettier and Eslint in post-2026 # express # backend # typescript # node 1  reaction Comments 1  comment 2 min read Modularização em Arquitetura de Software: Guia Prático para Desenvolvedores Wagner Negrão 👨‍🔧 Wagner Negrão 👨‍🔧 Wagner Negrão 👨‍🔧 Follow Jan 6 Modularização em Arquitetura de Software: Guia Prático para Desenvolvedores # programming # productivity # architecture # backend Comments Add Comment 7 min read Introducing Marten – The Go Web Framework Where Nothing Gets In Your Way Jack Prescott Jack Prescott Jack Prescott Follow Jan 9 Introducing Marten – The Go Web Framework Where Nothing Gets In Your Way # webdev # go # backend Comments Add Comment 2 min read Installation Steps for creating Async APIs using FastAPI Developer's Hub Developer's Hub Developer's Hub Follow Jan 4 Installation Steps for creating Async APIs using FastAPI # backend # postgres # python # tutorial Comments Add Comment 2 min read When Your API Ghosts You: A Deep Dive Into Idempotency in REST APIs Sourav Bandyopadhyay Sourav Bandyopadhyay Sourav Bandyopadhyay Follow Jan 4 When Your API Ghosts You: A Deep Dive Into Idempotency in REST APIs # api # restapi # backend # systemdesign Comments Add Comment 3 min read Hello Dev.to — Lessons from Systems That Worked in Dev (and Failed in Prod) vanitha natarajan vanitha natarajan vanitha natarajan Follow Jan 3 Hello Dev.to — Lessons from Systems That Worked in Dev (and Failed in Prod) # introduction # backend # api # architecture Comments Add Comment 1 min read GO-FaaS@v0.4.2: Serverless function runtime 邱敬幃 Pardn Chiu 邱敬幃 Pardn Chiu 邱敬幃 Pardn Chiu Follow Jan 3 GO-FaaS@v0.4.2: Serverless function runtime # backend # go # pardnchiu Comments Add Comment 1 min read GO-FaaS@v0.4.2: 自部署 FaaS 系統 邱敬幃 Pardn Chiu 邱敬幃 Pardn Chiu 邱敬幃 Pardn Chiu Follow Jan 3 GO-FaaS@v0.4.2: 自部署 FaaS 系統 # backend # go # pardnchiu Comments Add Comment 1 min read # Creating an HTTP Web Server in Node.js: A Complete Guide sudip khatiwada sudip khatiwada sudip khatiwada Follow Jan 2 # Creating an HTTP Web Server in Node.js: A Complete Guide # node # webdev # javascript # backend Comments 1  comment 2 min read GO-FaaS@v0.4.3: 自部署 FaaS 系統 邱敬幃 Pardn Chiu 邱敬幃 Pardn Chiu 邱敬幃 Pardn Chiu Follow Jan 3 GO-FaaS@v0.4.3: 自部署 FaaS 系統 # backend # go # pardnchiu Comments Add Comment 1 min read I just Starting to learn Rust Naufal Rabbani Naufal Rabbani Naufal Rabbani Follow Jan 4 I just Starting to learn Rust # backend # beginners # rust Comments Add Comment 6 min read 🔥 PHPS WORST DEBUG NIGHTMARE… DETHRONED! 🔥 Jefferson Silva Jefferson Silva Jefferson Silva Follow Jan 3 🔥 PHPS WORST DEBUG NIGHTMARE… DETHRONED! 🔥 # laravel # php # backend # api Comments Add Comment 2 min read Why Your Celery Dashboard is Lying to You (and How I’m Using AI to Fix It) Hernan Chilabert Hernan Chilabert Hernan Chilabert Follow Jan 2 Why Your Celery Dashboard is Lying to You (and How I’m Using AI to Fix It) # python # sre # celery # backend Comments Add Comment 2 min read 🌐Spring Boot Web & REST APIs: Building Clean Backends with MVC Architecture Shashwath S H Shashwath S H Shashwath S H Follow Jan 2 🌐Spring Boot Web & REST APIs: Building Clean Backends with MVC Architecture # springboot # restapi # java # backend 2  reactions Comments Add Comment 2 min read REST API Best Practices Er. Bhupendra Er. Bhupendra Er. Bhupendra Follow Jan 3 REST API Best Practices # api # architecture # backend Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://dev.to/t/career/page/13
Career Page 13 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Career Follow Hide This tag is for anything relating to careers! Job offers, workplace conflict, interviews, resumes, promotions, etc. Create Post submission guidelines All articles and discussions should relate to careers in some way. Pretty much everything on dev.to is about our careers in some way. Ideally, though, keep the tag related to getting, leaving, or maintaining a career or job. about #career A career is the field in which you work, while a job is a position held in that field. Related tags include #resume and #portfolio as resources to enhance your #career Older #career posts 10 11 12 13 14 15 16 17 18 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu The Vibe Coding Hangover Is Real: What Nobody Tells You About AI-Generated Code in Production Paul Courage Labhani Paul Courage Labhani Paul Courage Labhani Follow Jan 8 The Vibe Coding Hangover Is Real: What Nobody Tells You About AI-Generated Code in Production # ai # webdev # programming # career 11  reactions Comments 6  comments 6 min read The Unwritten Rubric: Why Senior Engineers Fail "Google SRE" Interviews Ace Interviews Ace Interviews Ace Interviews Follow Dec 17 '25 The Unwritten Rubric: Why Senior Engineers Fail "Google SRE" Interviews # google # interview # career # devops Comments Add Comment 5 min read Unfortunately, I have to close my daily.dev account because of my own mistake Muhammad Usman Muhammad Usman Muhammad Usman Follow Dec 31 '25 Unfortunately, I have to close my daily.dev account because of my own mistake # discuss # webdev # career # learning 5  reactions Comments 6  comments 4 min read The Tanegashima Shift: The Tragedy and the Ascension of the Samurai Coder Quan Nguyen Quan Nguyen Quan Nguyen Follow Dec 16 '25 The Tanegashima Shift: The Tragedy and the Ascension of the Samurai Coder # ai # softwaredevelopment # career # history Comments Add Comment 6 min read Mastering Data Science Skills for Beginners and Aspiring Analysts Excellence Academy Excellence Academy Excellence Academy Follow Dec 17 '25 Mastering Data Science Skills for Beginners and Aspiring Analysts # beginners # career # learning # datascience Comments Add Comment 3 min read Se você se sente perdido como dev leia esse texto Augusto Galego Augusto Galego Augusto Galego Follow Dec 18 '25 Se você se sente perdido como dev leia esse texto # beginners # career # motivation 11  reactions Comments Add Comment 5 min read The Great Tech Reshuffle: AI-Driven Layoffs and the Golden Age of Specialized Funding DataFormatHub DataFormatHub DataFormatHub Follow Dec 17 '25 The Great Tech Reshuffle: AI-Driven Layoffs and the Golden Age of Specialized Funding # news # career # technology # software Comments Add Comment 6 min read Junior Broken Feedback Loop John Mitchell John Mitchell John Mitchell Follow Dec 17 '25 Junior Broken Feedback Loop # discuss # beginners # career # learning Comments Add Comment 1 min read I Built an AI-Powered Job Application Factory (And You Can Too) Henry Ohanga Henry Ohanga Henry Ohanga Follow Jan 7 I Built an AI-Powered Job Application Factory (And You Can Too) # ai # productivity # career # careerdevelopment 1  reaction Comments Add Comment 5 min read I Reviewed 50 Junior Developer Resumes — Here’s What Actually Works Resumemind Resumemind Resumemind Follow Jan 9 I Reviewed 50 Junior Developer Resumes — Here’s What Actually Works # beginners # career # codenewbie Comments 3  comments 2 min read Most Engineering Problems Are Communication Problems Shamim Ali Shamim Ali Shamim Ali Follow Jan 9 Most Engineering Problems Are Communication Problems # coding # community # career Comments Add Comment 1 min read From Scripter to Architect in the Age of AI Pedro Arantes Pedro Arantes Pedro Arantes Follow for Terezinha Tech Operations Dec 17 '25 From Scripter to Architect in the Age of AI # ai # career # architecture Comments Add Comment 3 min read How Pre-Sales Techies can use BANT to qualify opportunities effectively Sarah Lean 🏴󠁧󠁢 Sarah Lean 🏴󠁧󠁢 Sarah Lean 🏴󠁧󠁢 Follow Dec 16 '25 How Pre-Sales Techies can use BANT to qualify opportunities effectively # career Comments Add Comment 3 min read Don't kill the bearer of bad news marian-varga marian-varga marian-varga Follow Dec 15 '25 Don't kill the bearer of bad news # discuss # management # leadership # career Comments 1  comment 3 min read Why job boards are failing UX/UI designers (and what works better today) Alizetihr – Tech Talent Scouting Alizetihr – Tech Talent Scouting Alizetihr – Tech Talent Scouting Follow Dec 16 '25 Why job boards are failing UX/UI designers (and what works better today) # uxdesign # career # opensource # github Comments 1  comment 1 min read I Stopped Chasing New Frameworks. My Code Got Better Gelo Gelo Gelo Follow Jan 5 I Stopped Chasing New Frameworks. My Code Got Better # programming # learning # career # softwaredevelopment 27  reactions Comments 1  comment 2 min read Stop Writing Comments: Why Senior Devs Hate "Stale Lies" Doogal Simpson Doogal Simpson Doogal Simpson Follow Dec 19 '25 Stop Writing Comments: Why Senior Devs Hate "Stale Lies" # beginners # cleancode # javascript # career Comments Add Comment 3 min read Inside Google Jobs Series (Part 11): Cross-Domain & Payment Roles jackma jackma jackma Follow Dec 14 '25 Inside Google Jobs Series (Part 11): Cross-Domain & Payment Roles # programming # career Comments Add Comment 20 min read Profile MD. ANAWAR HOSSAIN MD. ANAWAR HOSSAIN MD. ANAWAR HOSSAIN Follow Dec 15 '25 Profile # android # java # career # kotlin Comments Add Comment 2 min read Refection Feyisayo Lasisi Feyisayo Lasisi Feyisayo Lasisi Follow Dec 29 '25 Refection # motivation # leadership # devjournal # career 5  reactions Comments Add Comment 2 min read Why Focusing on People Still Matters in the Age of Artificial Intelligence DIAMANTINO ALMEIDA DIAMANTINO ALMEIDA DIAMANTINO ALMEIDA Follow Dec 14 '25 Why Focusing on People Still Matters in the Age of Artificial Intelligence # ai # productivity # career Comments Add Comment 4 min read A Day in the Life of a Web Developer at Prateeksha Web Design: Inside the Workflow, Tools, and Culture prateekshaweb prateekshaweb prateekshaweb Follow Dec 15 '25 A Day in the Life of a Web Developer at Prateeksha Web Design: Inside the Workflow, Tools, and Culture # performance # career # webdev # productivity Comments Add Comment 3 min read Are senior developers misused in your company? Andreas Müller Andreas Müller Andreas Müller Follow Dec 14 '25 Are senior developers misused in your company? # discuss # management # career # productivity Comments Add Comment 2 min read My 2025 in Review—And My Most Read Posts Cesar Aguirre Cesar Aguirre Cesar Aguirre Follow Jan 5 My 2025 in Review—And My Most Read Posts # showdev # career # yearinreview # writing 6  reactions Comments 2  comments 3 min read Intuitive.ai (Intuitive.Cloud)-Oncampus Interview Experience | 10LPA Vrajkumar Patel Vrajkumar Patel Vrajkumar Patel Follow Dec 27 '25 Intuitive.ai (Intuitive.Cloud)-Oncampus Interview Experience | 10LPA # interview # interviewexperience # intuitivecloud # career 1  reaction Comments Add Comment 2 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://devblogs.microsoft.com/dotnet/f-5-and-f-tools-update-for-june/
F# 5 and F# tools update for June - .NET Blog Skip to main content Microsoft Dev Blogs Dev Blogs Dev Blogs Home Developer Microsoft for Developers Visual Studio Visual Studio Code Develop from the cloud All things Azure Xcode DevOps Windows Developer ISE Developer Azure SDK Command Line Aspire Technology DirectX Semantic Kernel Languages C++ C# F# TypeScript PowerShell Team Python Java Java Blog in Chinese Go .NET All .NET posts .NET Aspire .NET MAUI AI ASP.NET Core Blazor Entity Framework NuGet Servicing .NET Blog in Chinese Platform Development #ifdef Windows Microsoft Foundry Azure Government Azure VM Runtime Team Bing Dev Center Microsoft Edge Dev Microsoft Azure Microsoft 365 Developer Microsoft Entra Identity Developer Old New Thing Power Platform Data Development Azure Cosmos DB Azure Data Studio Azure SQL OData Revolutions R Unified Data Model (IDEAs) Microsoft Entra PowerShell More Search Search No results Cancel Dev Blogs .NET Blog F# 5 and F# tools update for June .NET 10 is here! .NET 10 is now available: the most productive, modern, secure, intelligent, and performant release of .NET yet. Learn More Download Now June 26th, 2020 0 reactions F# 5 and F# tools update for June Phillip Carter Program Manager Show more We’re excited to announce more updates to F# 5 today! We shipped an initial set of features with F# 5 preview 1 , and they have all been stabilizing since that release including a updates from last month . Today, we’re happy to announce some new language features, a sneak peek at using F# in VSCode notebooks, and some F# tooling updates that will align with Visual Studio 2019 Update 16.7. You can get the latest F# 5 in these ways Install the latest .NET 5 preview SDK Install .NET for Jupyter/nteract Install .NET for VSCode Notebooks If you’re using Visual Studio on Windows, you’ll need both the .NET 5 preview SDK and Visual Studio Preview installed . Using F# 5 preview You can use F# 5 preview via the .NET 5 preview SDK , or through the .NET and Jupyter Notebooks support . If you’re using the .NET 5 preview SDK, check out a sample repository showing off some of what you can do with F# 5. You can play with each of the features there instead of starting from scratch. If you’d rather use F# 5 in your own project, you’ll need to add a LangVersion property with preview as the value. It should look something like this: Alternatively, if you’re using Jupyter Notebooks and want a more interactive experience, check out a sample notebook that shows the same features, but has a more interactive output. Improvements to nuget references for F# scripts Support for #r "nuget:..." has now been enhanced to support packages that pull in native dependencies. Prior to this update, some packages weren’t 100% usable if they needed to call into certain kinds of native code. This is now resolved. The following is an example of the Flips library, which used to fail on the second-to-last line of code where it serialized a model. Now it works! Additionally, we now support referencing packages where the order of .dll references being passed to a compiler matters, such as FParsec . The following script now works: This is also a significant improvement over the “old” way to use a package like this, where you needed to manually ensure the ordering of the .dlls being passed to the compiler to be able to use it in scripts. Better interop with nullable value types Nullable (value) types (called Nullable Types historically) have long been supported by F#, but interacting with them has traditionally been somewhat of a pain since you’d have to construct a Nullable or Nullable<SomeType> wrapper every time you wanted to pass a value. Now the compiler will implicitly convert a value type into a Nullable<ThatValueType> if the target type matches. The following code is now possible: Improved stack traces in F# async and other computation expressions Thanks to a contribution by Nino Floris , stack traces coming from caught exceptions in computation expressions (such as F# async) now retain more information. Consider the following code that uses the Ply library: Prior to this change, the origin function would not appear in stack traces without a workaround in the Ply library (and any other library where this is a scenario). Now it shows the full trace: What’s coming next There are some more immediate updates we’re making that we hope to release in the next set of .NET 5 previews, now that we’ve resolved some longstanding design issues. There isn’t a way to use these changes in .NET 5 yet, though some may appear in Jupyter/VSCode notebooks before the next .NET 5 release where they can be used anywhere. F# quotations improvements We’re finishing up a fundamental improvement to F# Code Quotations , a metaprogramming feature that lets you generate and manipulate an abstract syntax tree that represents the F# code. Although powerful, F# Code Quotations have had a severe deficiency up until this point: they didn’t carry “trait calls” to sufficiently represent the actual semantics of the code being “quoted” if it relied on type constraints. A common way this could manifest itself was “allowing” code with arithmetic that would merely throw an exception at runtime. These enhancements are particularly relevant to translating F# code to run on other runtimes like PyTorch or ONNX , a key scenario we’re exploring as a means to attract developers in more “analytical” domains to F# and .NET. We also anticipate numerous smaller issues that F# developers using F# Code Quotations today had to work around to be resolved, with the code they expect to “just work” actually live up to that phrase. A trivial example of code that now just works is as follows: This used to throw an exception. It now emits -1 as you would expect it to. We’re also collaborating with the Fable maintainers to ensure the underlying mechanism used to preserve constraints surfaces in the F# Compiler Service so that tools like Fable, WebSharper, etc. can accurately represent this sort of code without their own workarounds. To read more about this feature (warning: there is a lot to read about), you can check out the RFC that goes over the design in detail . Finishing up nameof We’re finishing up our design changes for the nameof function and arrived at the following improvements: Change nameof on an operator to generate the symbol in source rather than the compiled name of the operator Allow nameof in match expressions Allowing taking the name of generic type parameters The last point was tricky from a design standpoint, and results in nameof actually having two forms: nameof expr nameof<'type-parameter> / nameof<^type-parameter> This second form for generic type parameters aligns nameof with the typeof and typedefof intrinsic functions that require a similar form. Here’s what the changes look like in source code: Open type declarations We’re renaming the feature “open static classes” to “open type declarations”. This is because we’re making the following major changes: Syntax is now open type SomeType (old syntax was open SomeType ) You can now open any type, not just a static class like before, and expose static members and constants contained within it Code will now look like this: Allow implementing the same interface at different generic instantiations As another example of F# open source community excellence, Lukas Rieger contributed an initial design and implementation of this feature. In a future F# 5 preview, code like this will be able to compile: F# and VSCode notebooks We’re really excited to share the first preview of F# support for VSCode notebooks. It uses the same kernel that powers F# support in Jupyter, except it plugs into a different system that enables a richer overall experience. Here’s what it looks like when executing one of the code samples in this blog post: It also supports inline charts (in this case via the XPlot.plotly package): And you can import/export Jupyter notebooks: It’s an early preview, but it supports some great features already Preliminary language service support Inline charting and formatting of data Compact data format ( .dib ) that makes code review easy Ability to import Jupyter notebooks ( .ipynb ) and convert to a .dib Ability to export a .dib notebook as a Jupyter notebook ( .ipynb ) Some features on the more immediate roadmap include: Tooltips Better IntelliSense Sharing F#-defined values with JavaScript cells Sharing F#-defined values with C# cells We’d love to have you try it out and give us feedback on what you feel needs to be there. To do so, follow the installation instructions . A great way to get started is to download the F# 5 Jupyter notebook and convert it like so: Download the file into a folder or existing workspace Open the VSCode command palette Type in >.NET Interactive Select the option to import a Jupyter notebook Name the new file FILENAME.dib If something seems off, doesn’t work right, or a feature is missing, don’t be shy and file an issue on GitHub ! The team wants your feedback. .NET Framework projects default to SDK-style project files Starting with the Visual Studio 16.7 update, we’ve deprecated the older “long-form” F# projects. They will still load in Visual Studio today, but any new projects you create will only be .NET SDK-style moving forward. The project files now look like this: IntelliSense improvements Keyword descriptions now show in completion lists: Extended completion (showing completion for unimported types, an optional feature) now uses the same built-in UI that C# does. The completion window will dynamically resize depending on the size of the namespace to open: When typing at the top of a file (such as in an F# script), using a code fixer via IntelliSense to add a necessary open declaration will now work correctly. Various improvements to error recovery and data shown in tooltips have been contributed by Eugene Auduchinok and Matt Constable . More performance improvements for Visual Studio tooling The performance work for larger codebases is always ongoing, focused primarily on elminating some unnecessary memory usage over time. Steffen Forkmann also helped in this effort with some improvements. Additionally, Saul Rennison contributed an improvement to CPU time spend building F# projects at design-time in Visual Studio, a process that happens ambiently and many times over a session. The bottleneck identified has had its CPU time reduced by ~90%. If you have a lot of F# projects in a solution, you may notice that various things feel “quicker” than before. Thank you to everyone who has contributed! F# is continually improving because of your work. The continuing F# 5 journey We’re still not done with F# 5, and aside from what I mentioned earlier about what’s next, we’ll be focused on these three things: Continuing inclusion of language features when their design and implementations are stable Continuing to improve the tooling performance for larger F# codebases Making F# in Jupyter and Visual Studio Code Notebooks the best language for data science and analytical work Later this year we will “close down” on F# 5, marking a period of time where we focus on stabilization and planning for the next F# language version. We don’t have a date in mind for that year, but we’re thinking it will be near the end of the Summer. Until that point, If you’d like to follow along on a much more detailed level, you can check out the F# development repository . We’re tracking the work we’re focused on with a GitHub issue roughly each month, and we encourage you all to provide input to the list of things and let us know what you think. Cheers, and happy F# coding! 0 6 0 Share on Facebook Share on X Share on Linkedin Copy Link --> Category .NET Share Author Phillip Carter Program Manager Phillip is a PM on the .NET team, focusing on the F# language, F# documentation, F# tooling, and project system tooling. He wishes he had more time to code, but that doesn't stop him from having fun with people on GitHub. He loves functional programming and language-related tooling, and is always available to chat about wild and wacky ways to make programming more enjoyable. 6 comments Discussion is closed. Login to edit/delete existing comments. Code of Conduct Sort by : Newest Newest Popular Oldest Adelar da Silva Queiróz --> Adelar da Silva Queiróz --> July 13, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Nice! Can’t wait to upgrade to F# 5. Michael Hamel --> Michael Hamel --> June 29, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> I know it’s a work-in-progress, but I’m really impressed with the F# and VSCode notebooks so far! When using F# interactive I’m sometimes frustrated by the lack of IntelliSense, so having it in these notebooks is a nice step forward. David N --> David N --> June 28, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Great stuff! Really hoping string interpolation will make it for F# 5 but loving all the other great improvements too, Adelar da Silva Queiróz --> Adelar da Silva Queiróz --> July 13, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Me too. For me the most awaited functionality. Antya Dev --> Antya Dev --> June 27, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> thanks! Onur Gümüş --> Onur Gümüş --> June 27, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Very good! Read next June 26, 2020 Orchard Core Release Candidate 2 now available Sebastien Ros July 13, 2020 Performance Improvements in .NET 5 Stephen Toub - MSFT Stay informed Get notified when new posts are published. Email * Country/Region * Select... United States Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon Canada Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Congo (DRC) Cook Islands Costa Rica Côte dIvoire Croatia Curaçao Cyprus Czechia Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong SAR Hungary Iceland India Indonesia Iraq Ireland Isle of Man Israel Italy Jamaica Jan Mayen Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea Kosovo Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau SAR Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana Islands Norway Oman Pakistan Palau Palestinian Authority Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar Réunion Romania Rwanda Saba Saint Barthélemy Saint Kitts and Nevis Saint Lucia Saint Martin Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino São Tomé and Príncipe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Eustatius Sint Maarten Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and South Sandwich Islands South Sudan Spain Sri Lanka St Helena Ascension Tristan da Cunha Suriname Svalbard Sweden Switzerland Taiwan Tajikistan Tanzania Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu U.S. Outlying Islands U.S. Virgin Islands Uganda Ukraine United Arab Emirates United Kingdom Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Wallis and Futuna Yemen Zambia Zimbabwe I would like to receive the .NET Blog Newsletter. Privacy Statement. Subscribe Follow this blog Are you sure you wish to delete this comment? × --> OK Cancel Sign in Theme Insert/edit link Close Enter the destination URL URL Link Text Open link in a new tab Or link to existing content Search No search term specified. Showing recent items. Search or use up and down arrow keys to select an item. Cancel Code Block × Paste your code snippet Ok Cancel What's new Surface Pro Surface Laptop Surface Laptop Studio 2 Copilot for organizations Copilot for personal use AI in Windows Explore Microsoft products Windows 11 apps Microsoft Store Account profile Download Center Microsoft Store support Returns Order tracking Certified Refurbished Microsoft Store Promise Flexible Payments Education Microsoft in education Devices for education Microsoft Teams for Education Microsoft 365 Education How to buy for your school Educator training and development Deals for students and parents AI for education Business Microsoft Cloud Microsoft Security Dynamics 365 Microsoft 365 Microsoft Power Platform Microsoft Teams Microsoft 365 Copilot Small Business Developer & IT Azure Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Marketplace Rewards Visual Studio Company Careers About Microsoft Company news Privacy at Microsoft Investors Diversity and inclusion Accessibility Sustainability Your Privacy Choices Opt-Out Icon Your Privacy Choices Your Privacy Choices Opt-Out Icon Your Privacy Choices Consumer Health Privacy Sitemap Contact Microsoft Privacy Manage cookies Terms of use Trademarks Safety & eco Recycling About our ads © Microsoft 2025
2026-01-13T08:48:13
https://dev.to/ruppysuppy/redux-vs-context-api-when-to-use-them-4k3p#thanks-for-reading
Redux vs Context API: When to use them - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Tapajyoti Bose Posted on Nov 28, 2021 • Edited on Mar 1, 2025           Redux vs Context API: When to use them # redux # react # javascript # webdev The simplest way to pass data from a parent to a child in a React Application is by passing it on to the child's props . But an issue arises when a deeply nested child requires data from a component higher up in the tree . If we pass on the data through the props , every single one of the children would be required to accept the data and pass it on to its child , leading to prop drilling , a terrible practice in the world of React. To solve the prop drilling issue, we have State Management Solutions like Context API and Redux. But which one of them is best suited for your application? Today we are going to answer this age-old question! What is the Context API? Let's check the official documentation: In a typical React application, data is passed top-down (parent to child) via props, but such usage can be cumbersome for certain types of props (e.g. locale preference, UI theme) that are required by many components within an application. Context provides a way to share values like these between components without having to explicitly pass a prop through every level of the tree. Context API is a built-in React tool that does not influence the final bundle size, and is integrated by design. To use the Context API , you have to: Create the Context const Context = createContext ( MockData ); Create a Provider for the Context const Parent = () => { return ( < Context . Provider value = { initialValue } > < Children /> < /Context.Provider > ) } Consume the data in the Context const Child = () => { const contextData = useContext ( Context ); // use the data // ... } So What is Redux? Of course, let's head over to the documentation: Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time-traveling debugger. You can use Redux together with React, or with any other view library. It is tiny (2kB, including dependencies), but has a large ecosystem of addons available. Redux is an Open Source Library which provides a central store , and actions to modify the store . It can be used with any project using JavaScript or TypeScript , but since we are comparing it to Context API , so we will stick to React-based Applications . To use Redux you need to: Create a Reducer import { createSlice } from " @reduxjs/toolkit " ; export const slice = createSlice ({ name : " slice-name " , initialState : { // ... }, reducers : { func01 : ( state ) => { // ... }, } }); export const { func01 } = slice . actions ; export default slice . reducer ; Configure the Store import { configureStore } from " @reduxjs/toolkit " ; import reducer from " ./reducer " ; export default configureStore ({ reducer : { reducer : reducer } }); Make the Store available for data consumption import React from ' react ' ; import ReactDOM from ' react-dom ' ; import { Provider } from ' react-redux ' ; import App from ' ./App.jsx ' import store from ' ./store ' ; ReactDOM . render ( < Provider store = { store } > < App /> < /Provider> , document . getElementById ( " root " ) ); Use State or Dispatch Actions import { useSelector , useDispatch } from ' react-redux ' ; import { func01 } from ' ./redux/reducer ' ; const Component = () => { const reducerState = useSelector (( state ) => state . reducer ); const dispatch = useDispatch (); const doSomething = () = > dispatch ( func01 ) return ( <> { /* ... */ } < / > ); } export default Component ; That's all Phew! As you can see, Redux requires way more work to get it set up. Comparing Redux & Context API Context API Redux Built-in tool that ships with React Additional installation Required, driving up the final bundle size Requires minimal Setup Requires extensive setup to integrate it with a React Application Specifically designed for static data, that is not often refreshed or updated Works like a charm with both static and dynamic data Adding new contexts requires creation from scratch Easily extendible due to the ease of adding new data/actions after the initial setup Debugging can be hard in highly nested React Component Structure even with Dev Tool Incredibly powerful Redux Dev Tools to ease debugging UI logic and State Management Logic are in the same component Better code organization with separate UI logic and State Management Logic From the table, you must be able to comprehend where the popular opinion Redux is for large projects & Context API for small ones come from. Both are excellent tools for their own specific niche, Redux is overkill just to pass data from parent to child & Context API truly shines in this case. When you have a lot of dynamic data Redux got your back! So you no longer have to that guy who goes: Wrapping Up In this article, we went through what is Redux and Context API and their differences. We learned, Context API is a light-weight solution which is more suited for passing data from a parent to a deeply nested child and Redux is a more robust State Management solution . Happy Developing! Thanks for reading Need a Top Rated Software Development Freelancer to chop away your development woes? Contact me on Upwork Want to see what I am working on? Check out my Personal Website and GitHub Want to connect? Reach out to me on LinkedIn Follow my blogs for bi-weekly new Tidbits on Medium FAQ These are a few commonly asked questions I get. So, I hope this FAQ section solves your issues. I am a beginner, how should I learn Front-End Web Dev? Look into the following articles: Front End Buzz words Front End Development Roadmap Front End Project Ideas Transition from a Beginner to an Intermediate Frontend Developer Would you mentor me? Sorry, I am already under a lot of workload and would not have the time to mentor anyone. Top comments (38) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand   Lenz Weber Lenz Weber Lenz Weber Follow Joined Jul 4, 2021 • Nov 28 '21 Dropdown menu Copy link Hide You are referring to a style of Redux there that is not the recommended style of writing Redux for over two years now. Modern Redux looks very differently and is about 1/4 of the code. It does not use switch..case reducers, ACTION_TYPES or createStore and is a lot easier to set up than what you are used to. I'd highly recommend going through the official Redux tutorial and maybe updating this article afterwards. Like comment: Like comment: 41  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Nov 28 '21 • Edited on Nov 28 • Edited Dropdown menu Copy link Hide Thanks for pointing it out, please take a look now Its great to have one of the creators of Redux reviewing my article! Like comment: Like comment: 6  likes Like Comment button Reply Collapse Expand   Lenz Weber Lenz Weber Lenz Weber Follow Joined Jul 4, 2021 • Nov 28 '21 Dropdown menu Copy link Hide Now the Redux portion looks okay for me - as for the comparison, I'd still say it doesn't 100% stand as the two examples just do very different things - the Context example only takes initialValue from somewhere and passes it down the tree, but you don't even have code to change that value ever in the future. So if you add code for that (and also pass down an option to change that data), you will probably already here get to a point where the Context is already more code than the Redux solution. Like comment: Like comment: 9  likes Like Thread Thread   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Nov 28 '21 Dropdown menu Copy link Hide I'm not entirely sure whether I agree on this point. Using context with data update would only take 4 more lines: Function in Mock data useState in the Parent Update handler in initialValue Using the update handler in the Child Like comment: Like comment: 2  likes Like Thread Thread   Lenz Weber Lenz Weber Lenz Weber Follow Joined Jul 4, 2021 • Nov 28 '21 Dropdown menu Copy link Hide In the end, it usually ends up as quite some more code - see kentcdodds.com/blog/how-to-use-rea... for example. But just taking your examples side by side: Usage in the component is pretty much the same amount of code. In both cases you need to wrap the app in a Provider (you forgot that in the context examples above) creating a slice and creating the Provider wrapper pretty much abstract the same logic - but in a slice, you can use mutating logic, so as soon as you get to more complex data manipulation, the slice will be significantly shorter That in the end leaves the configureStore call - and that are three lines. You will probably save more code by using createSlice vs manually writing a Provider. Like comment: Like comment: 7  likes Like Thread Thread   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Nov 29 '21 Dropdown menu Copy link Hide But I had added the Provider in the Context example 😐 You are talking about using useReducer hook with the Context API . I am suggesting that if one is required to modify the data, one should definitely opt for Redux . In case only sharing the data with the Child Components is required, Context would be a better solution Like comment: Like comment: 4  likes Like Thread Thread   Lenz Weber Lenz Weber Lenz Weber Follow Joined Jul 4, 2021 • Nov 29 '21 Dropdown menu Copy link Hide Yeah, but you are not using the Parent anywhere, which is kinda equivalent to using the Provider in Redux, kinda making it look like one step less for Context ;) As for the "not using useReducer " - seems like I read over that - in that case I 100% agree. :) Like comment: Like comment: 6  likes Like Thread Thread   Dan Dan Dan Follow Been coding on and off as a hobby for 5 years now and commercially - as a freelancer, on and off - for 1 year. Joined Oct 6, 2023 • Oct 6 '23 Dropdown menu Copy link Hide "I am suggesting that if one is required to modify the data, one should definitely opt for Redux." - can you elaborate? What specific advantages Redux has over using reducers with useReducer in React? Thanks! Like comment: Like comment: 2  likes Like Thread Thread   Lenz Weber Lenz Weber Lenz Weber Follow Joined Jul 4, 2021 • Oct 6 '23 Dropdown menu Copy link Hide @gottfried-dev The problem is not useReducer , which is great for component-local state, but Context, which has no means of subscribing to parts of an object, so as soon as you have any complicated value in your context (which you probably have if you need useReducer), any change to any sub-property will rerender every consumer, if it is interested in the change or not. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Mangor1no Mangor1no Mangor1no Follow I need a sleep. https://www.russdev.net Location Hanoi, VN Education FPT University Work Front end Engineer at JUST.engineer Joined Nov 27, 2020 • Nov 29 '21 Dropdown menu Copy link Hide I myself really don't like using redux toolkit. Feel like I have more control when using the old way Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Lenz Weber Lenz Weber Lenz Weber Follow Joined Jul 4, 2021 • Nov 29 '21 Dropdown menu Copy link Hide Which part of it exactly is taking control away? Oh, btw.: if it is only one of those "I need the control only 10% of the time" cases - you can always mix both styles. RTK is just Redux, there is absolutely no magic going on that would prevent a mix of RTK reducers and hand-written reducers. Like comment: Like comment: 5  likes Like Comment button Reply Collapse Expand   Philipp Renoth Philipp Renoth Philipp Renoth Follow 🦀 Rust, ⬢ node.js and 🌋 Vulkan Email renoth@aitch.de Location Germany Work Software Engineer at ConSol Consulting & Solutions Software GmbH Joined May 5, 2021 • Nov 30 '21 • Edited on Nov 30 • Edited Dropdown menu Copy link Hide Referring to your example, I can write a blog post, too: Context API vs. ES6 import Context API is too complicated. I can simply import MockData from './mockData' and use it in any component. Context API has 10 lines, import only 1 line. Then you can write another blog post Redux vs. ES6 import . There are maybe projects which need to mutate data want smart component updates want time-travel for debugging want a solid plugin concept for global state management And then there are devs reading blogs about using redux is too complicated and end up introducing their own concepts and ideas around the Context API without knowing one thing about immutable data optimizations and so on. You can use a react context to solve problems that are also being solved by redux, but some features and optimizations are not that easy for homegrown solutions. I mean try it out - it's a great exercise to understand why you should maybe use redux in your production code or stick to a simpler solution that has less features at all. I'm not saying, that you should use redux in every project, but redux is not just some stupid boilerplate around the Context API => if you need global state utils check out the libs built for it. There are also others than redux. Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   roggc roggc roggc Follow React and React Native developer Email roggc9@gmail.com Location Barcelona Joined Oct 26, 2019 • Jun 8 '23 Dropdown menu Copy link Hide Hello, I have developed a library, react-context-slices which allows to manage state through Context easily and quickly. It has 0 boilerplate. You can define slices of Context and fetch them with a unique hook, useSlice , which acts either as a useState or useReducer hook, depending on if you defined a reducer or not for the slice of Context you are fetching. Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Andrew Baisden Andrew Baisden Andrew Baisden Follow Software Developer | Content Creator | AI, Tech, Programming Location London, UK Education Bachelor Degree Computer Science Work Software Developer Joined Feb 11, 2020 • Dec 4 '21 Dropdown menu Copy link Hide Redux used to be my first choice for large applications but these days I much prefer to use the Context API. Still good to know Redux though just in case and many projects and companies still require you to know it. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Nishant Tilve Nishant Tilve Nishant Tilve Follow An aspiring Web Developer, an amateur Game Developer, and an AI/ML enthusiast. Involved in the pursuit of finding my niche. Email nishanttilve@gmail.com Location Goa, India Work Student Joined May 20, 2020 • Nov 28 '21 Dropdown menu Copy link Hide Also, if you need to maintain some sort of complex state for any mid-level project, you can still create your own reducer using React's Context API itself, before reaching out for redux and adding external dependencies to your project initially. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Kayeeec Kayeeec Kayeeec Follow Education Masters degree in Informatics Joined Feb 9, 2022 • Mar 30 '22 • Edited on Mar 30 • Edited Dropdown menu Copy link Hide But you might take a performance hit. Redux seems to be better performance-wise when you intend to update the shared data a lot - see stackoverflow.com/a/66972857/7677851 . If used correctly that is. Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   adam-biggs adam-biggs adam-biggs Follow Location Toronto, Ontario Education University of Waterloo Work Full Stack Developer + Talent Acquisition Specialist Joined Oct 21, 2022 • Oct 27 '22 Dropdown menu Copy link Hide One of the best and most overlooked alternatives to Redux is to use React's own built-in Context API. Context API provides a different approach to tackling the data flow problem between React’s deeply nested components. Context has been around with React for quite a while, but it has changed significantly since its inception. Up to version 16.3, it was a way to handle the state data outside the React component tree. It was an experimental feature not recommended for most use cases. Initially, the problem with legacy context was that updates to values that were passed down with context could be “blocked” if a component skipped rendering through the shouldComponentUpdate lifecycle method. Since many components relied on shouldComponentUpdate for performance optimizations, the legacy context was useless for passing down plain data. The new version of Context API is a dependency injection mechanism that allows passing data through the component tree without having to pass props down manually at every level. The most important thing here is that, unlike Redux, Context API is not a state management system. Instead, it’s a dependency injection mechanism where you manage a state in a React component. We get a state management system when using it with useContext and useReducer hooks. A great next step to learning more is to read this article by Andy Fernandez: scalablepath.com/react/context-api... Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Mohammad Jawad (Kasir) Barati Mohammad Jawad (Kasir) Barati Mohammad Jawad (Kasir) Barati Follow Love to work with cutting edge technologies and on my journey to learn and teach. Having a can-do attitude and being industrious are the reasons why I question the status quo an venture in the unknown Email node.js.developers.kh@gmail.com Location Bremen, Germany Education Bachelor Pronouns He/Him/His Work Fullstack Engineer Joined Mar 13, 2021 • May 29 '23 Dropdown menu Copy link Hide Can you give me some explanation to what you meant when you wrote Context is DI. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Lohit Peesapati Lohit Peesapati Lohit Peesapati Follow A polymath developer curious about solving problems, and building products that bring comfort and convenience to users. Location Hyderabad Work Full Stack Product Developer at Rudra labs Joined Mar 4, 2019 • Nov 28 '21 Dropdown menu Copy link Hide I found Redux to be easier to setup and work with than Context API. I migrated a library I was building in Redux to context API and reused most of the reducer logic, but the amount of optimization and debugging I had to do to make the same functionality work was a nightmare in Context. It made me appreciate Redux more and I switched back to save time. It was a good learning to know the specific use case and limitations of context. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Nov 28 '21 Dropdown menu Copy link Hide I too am a huge fan of redux for most projects! Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Salah Eddine Lalami Salah Eddine Lalami Salah Eddine Lalami Follow Hi I'm Salah Eddine Lalami , Senior Software Developer @ IDURARAPP.COM Location Remote Work Senior Software Developer at IDURAR Joined Jul 4, 2021 • Sep 2 '23 Dropdown menu Copy link Hide @ IDURAR , we use react context api for all UI parts , and we keep our data layer inside redux . Here Article about : 🚀 Mastering Advanced Complex React useContext with useReducer ⭐ (Redux like Style) ⭐ : dev.to/idurar/mastering-advanced-c... Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Shakil Ahmed Shakil Ahmed Shakil Ahmed Follow MERN Stack High-Performance Applications at Your Service! React | Node | Express | MongoDB Location Savar, Dhaka Joined Jan 22, 2021 • Dec 4 '23 Dropdown menu Copy link Hide Exciting topic! 🚀 I love exploring the nuances of state management in React, and finding the sweet spot between Redux and Context API for optimal performance and simplicity. What factors do you prioritize when making the choice? 🤔 Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Upride Network Upride Network Upride Network Follow Building Next-Gen Mobility Tech! Location Bengaluru, India Joined May 21, 2023 • Jan 30 '24 Dropdown menu Copy link Hide Hi, We have build out site in react: upride.in , which tech stack should be better in 2024 as we want to do a complete revamp for faster loading. if anyone can help for our site that how we can make progress. Like comment: Like comment: 1  like Like Comment button Reply View full discussion (38 comments) Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 More from Tapajyoti Bose 9 tricks that separate a pro Typescript developer from an noob 😎 # programming # javascript # typescript # beginners 7 skill you must know to call yourself HTML master in 2025 🚀 # webdev # programming # html # beginners 11 Interview Questions You Should Know as a React Native Developer in 2025 📈🚀 # react # reactnative # javascript # programming 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://dev.to/ruppysuppy/front-end-developer-roadmap-zero-to-hero-4pkf
Zero to Hero: Front End Developer Roadmap - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Tapajyoti Bose Posted on Aug 22, 2021 • Edited on Mar 1, 2025           Zero to Hero: Front End Developer Roadmap # webdev # css # html # javascript Noob to Pro (6 Part Series) 1 Zero to Hero: Get started with Open Source Projects 2 Zero to Hero: Front End Developer Roadmap ... 2 more parts... 3 Create React App from Scratch like a Pro 4 How Pros Automate Repetitive Code using VS Code 5 How Pros Get Rid of Relative Imports 6 DOMs Decoded: DOM, Shadow DOM & Virtual DOM With so many languages , frameworks , and libraries to choose from, often beginners find themselves scratching their heads on how to start off their development journey . This article aims to demystify the process and provide you the perfect roadmap to becoming the Amazing Front End Developer . Let's get started... Good to Know Stuff These skills are not necessary , but they definitely will help you on your journey. How does the Internet work? What is HTTP ? How do Browsers work? Basics Now let's start off with the basics . HTML HTML is the foundation of Front End Web Development . One thing I notice is beginners trying to learn all HTML tags; you DON'T need to know all tags, for now, just the following would do: HTML document structure Basic tags such as html , head , title , body , form , input , p , h(1-6) , etc. would suffice for now. CSS Once you learn HTML , you will be able to create a website, but it will definitely look unprofessional. Now it's time to add life to it using CSS . For starters, you could focus on only the basics: Basic CSS Selectors Selecting an element is the stepping stone to get started with CSS . html {} /* tag selector */ .class {} /* class selector */ #id {} /* id selector */ Box Model CSS uses the Box Model to organize the different sections of all elements . Positioning & other basic properties Positioning helps to position elements and even take out elements from the flow of the website. Some other basic properties you should learn are color , background-color , and of course the properties making up the Box Model . JavaScript Of course, you would like to make your website interactive as well. JavaScript is the tool you need. The things you need to know for now are: Basic Programming using JavaScript JavaScript might be a bit intimidating (at least it definitely was for me) due to its asynchronous nature . You need to develop a feel for how the code is executed as unlike synchronous languages the code that appears first might not be executed first. // example setTimeout (() => console . log ( " EXECUTED LAST " ), 0 ) console . log ( " EXECUTED FIRST " ) Creating and Disposing Event Listeners Creating Event Listeners allows you to trigger a callback when an event occurs. function fn () {} // Creation element . addEventListener ( " <event-name> " , fn ) // Removal element . removeEventListener ( " <event-name> " , fn ) DOM Manipulation To bring interactivity to your website, DOM Manipulation is the most important skill. Paired up with Event Listeners , it allows you to modify any part of the website when an event occurs. Intermediate Completing the Basics was a feat in itself. CONGRATULATION ! You are no longer a beginner . Now you have the skills necessary to learn intermediate stuff. HTML Didn't we just cover this in the Basics section? Yes and No . We covered just the basics of HTML , there is far more advanced stuff that can help you in development. Semantic HTML At first, you might think that using a div everywhere is a good idea, but it can significantly downplay your ranking on Search Engines . You should learn the basic Semantic Tags : section : The section tag is used to group the content into different sections. header : The header tag is used to define the header for a document nav : The nav element defines a set of navigation links. footer : Just like the header , footer tag is used to define the footer for a document aside : The aside element defines some content aside from the main content (placed in a sidebar). main : The main element specifies the main content of the document Meta tag The Meta tag allows you to inject additional information into your website: CSS Now it's time for a bit more advanced CSS Media Queries It is not possible to know the device a user would use to access your website. Media Queries allow you to define how your website looks and feels on any device. More CSS properties You would be able to understand a bit more advanced properties at this point in time. Looking into variables , clip-path , text-ellipsis and others. You can look into this article for more on these topics Advanced CSS Selectors CSS allows you to be highly granular with your selection. This is a topic worth looking into if you have deeply nested websites. For example input[type=text].invalid selects only the text inputs that have an associated invalid class. Javascript It's finally time for you to learn a framework You might be at a loss since there are so many frameworks to choose from. Don't sweat it, just choose anyone, although it's recommended you use React , Vue or Angular as due to their popularity if you face any issue, you would be able to find the solution on Stack Overflow with ease. The key things to learn are: - The basics of the framework (quite evidently) - State Management - Routing Git Whenever you work on a large project, maintaining different versions of the application is a cumbersome task. We are lucky to have software like Git to sort it out for us. To learn Git you can refer to this article REST API When you are working on any real-world application, you would require data from other servers, APIs provide end-points to share data between your application and the various services hosted on the web. That's all we have for the Intermediate section. Phew! But we still have the Advanced section to cover 🙃 Advanced Now we are at the last leg of our journey. PWA PWA ( Progressive Web Apps ) are Web Applications supercharged with additional capabilities like being installable (like any native application), caching , background-synchronization and much more. For more on PWA checkout this article . GraphQL GraphQL is an alternative for REST APIs developed by Facebook for applications that require huge number of requests . It reduces the number of requests by specifically mentioning the data you need within the request. GraphQL operates using POST request through a REST API , so strong knowledge of REST APIs definitely helps. Cross-Platform Applications with Web Technology With the advent of frameworks like Tauri and Electron.js you can now convert your website into Cross-Platform Applications with little effort. This is not for everyone as all Web Developers don't find it appealing developing Native Applications, but some are crazy about it. Currently, Electron.js is the De Facto standard with the development of some huge applications like WhatsApp Desktop and VS Code , but in my opinion, Tauri (the new kid in town) will soon overtake Electron.js because it's far more optimized. For more on Electron.js check out this article . Wrapping Up There you have it, a Roadmap to help you become an Amazing Front End Developer . Hope it helps you in your journey and you become an Amazing Front End Developer :) Did I miss something? Share your thoughts in the comments below 👇 Thanks for reading Need a Top Rated Software Development Freelancer to chop away your development woes? Contact me on Upwork Want to see what I am working on? Check out my Personal Website and GitHub Want to connect? Reach out to me on LinkedIn Follow my blogs for bi-weekly new Tidbits on Medium FAQ These are a few commonly asked questions I get. So, I hope this FAQ section solves your issues. I am a beginner, how should I learn Front-End Web Dev? Look into the following articles: Front End Buzz words Front End Development Roadmap Front End Project Ideas Transition from a Beginner to an Intermediate Frontend Developer Would you mentor me? Sorry, I am already under a lot of workload and would not have the time to mentor anyone. Noob to Pro (6 Part Series) 1 Zero to Hero: Get started with Open Source Projects 2 Zero to Hero: Front End Developer Roadmap ... 2 more parts... 3 Create React App from Scratch like a Pro 4 How Pros Automate Repetitive Code using VS Code 5 How Pros Get Rid of Relative Imports 6 DOMs Decoded: DOM, Shadow DOM & Virtual DOM Top comments (28) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand   Domenik Reitzner Domenik Reitzner Domenik Reitzner Follow Christian, husband, father of four, web-enthusiast, Sveltian, musician and blogger. Location Vienna Education School for mechatronics with emphasis on robotics Work Senior Frontend Developer @ woom Joined Feb 1, 2020 • Aug 26 '21 Dropdown menu Copy link Hide Would have loved to see svelte on the list of Frontend frameworks, as it was the most beloved framework in the 2021 stack overflow developer survey. ( insights.stackoverflow.com/survey/... ) Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 26 '21 Dropdown menu Copy link Hide Yeah, Svelte's popularity is on the rise as well :) Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tracy Gilmore Tracy Gilmore Tracy Gilmore Follow After my first contact with a computer in the 1980's, I taught myself to program in BASIC and Z80 assembler. I went on to study Computer Science and have enjoyed a long career in Software Engineering. Email tracyg.gilmore+devto@gmail.com Location Somerset, UK Education BSc (Hons) Computer Science Work Software Engineer specialising in web technologies, frontend and full stack (Node & xAMPP) Joined Jul 16, 2017 • Apr 16 '23 Dropdown menu Copy link Hide I can highly recommend MDN as a vital resource for learning many of the fundamental web technologies and an essential source of reference through-out a frontend development career. I have also found Scrimba to be an excellent interactive training site - and it is free . Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Lesley van der Pol Lesley van der Pol Lesley van der Pol Follow Fullstack Consultant (web) 💻 · Based in The Netherlands Location The Netherlands Education Bachelor Software Engineering Work Fullstack Development Consultant at Passionate People, VodafoneZiggo Joined Aug 2, 2019 • Aug 25 '21 • Edited on Aug 25 • Edited Dropdown menu Copy link Hide Sweet article. What I do think is an important note is the fact that Angular's learning curve is MUCH more steep than Vue or React. You also forgot to mention the fact that Angular not only carries the learning of a framework, but also the programming language due to the fact that it is TypeScript. I also wonder what your take on PWA's is. Is it really worthwhile to spend your time into learning how they work? I hardly see them being used professionally. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 26 '21 Dropdown menu Copy link Hide Yes, I should have mentioned that. Thanks for pointing out. As for PWA, a lot of the top apps like Spotify, YouTube, Twitter and more do use it (and research says adding PWA features has a correlation with increased revenue), so think it is worth looking into Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 24 '21 Dropdown menu Copy link Hide I strongly agree with the last point. One should try out a bunch of stuff (frontend, backend, data science, etc) and only then choose the one he likes the most to become an effective developer Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Babak Painex Babak Painex Babak Painex Follow Joined Jan 14, 2025 • Jan 30 '25 Dropdown menu Copy link Hide Great article! Choosing the right security provider is crucial, and this guide on Best Alarm Company does a fantastic job breaking down the factors you should consider. From pricing to tech features, it’s a valuable resource for anyone looking to protect their home or business. If you're in the market for reliable alarm systems, this is definitely worth reading! Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   osahene osahene osahene Follow I am a web developer with some years of experience. Location Accra, Ghana Work Web developer at iBreeze Hotspot Joined Feb 9, 2021 • Aug 24 '21 Dropdown menu Copy link Hide Very informative. Thanks 👍 Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 25 '21 Dropdown menu Copy link Hide Your welcome! Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Adithya Adithya Adithya Follow Learning and sharing!⚡💻 Location Coimbatore, India Joined May 31, 2021 • Aug 24 '21 Dropdown menu Copy link Hide Okay, now I can assume I'm on imtermediate stage. Grate article💡🤝 Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 24 '21 Dropdown menu Copy link Hide Best of luck on your journey 👍 Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Amol Bhandare Amol Bhandare Amol Bhandare Follow UI Developer Email anmolhtmldeveloper@gmail.com Location Mumbai, India Work UI Developer Joined Jul 24, 2020 • Aug 22 '21 Dropdown menu Copy link Hide Really helpful article.... thanks for sharing your valuable knowledge with us Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 22 '21 Dropdown menu Copy link Hide Your welcome! Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Peter Brown Peter Brown Peter Brown Follow Joined Aug 7, 2021 • Aug 22 '21 Dropdown menu Copy link Hide It's all about the fundamentals. Thank you for reminding everyone of that. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 23 '21 Dropdown menu Copy link Hide My pleasure :) Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Leon Guillaume Leon Guillaume Leon Guillaume Follow /dev/null Email guillaume.leon2000@gmail.com Location France Joined Jan 24, 2020 • Aug 23 '21 Dropdown menu Copy link Hide Nice a front-end roadmap that is really a front end roadmap and not a js fullstack roadmap Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Aug 23 '21 Dropdown menu Copy link Hide :) Like comment: Like comment: 1  like Like Comment button Reply View full discussion (28 comments) Some comments may only be visible to logged-in visitors. Sign in to view all comments. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 More from Tapajyoti Bose 9 tricks that separate a pro Typescript developer from an noob 😎 # programming # javascript # typescript # beginners 7 skill you must know to call yourself HTML master in 2025 🚀 # webdev # programming # html # beginners 11 Interview Questions You Should Know as a React Native Developer in 2025 📈🚀 # react # reactnative # javascript # programming 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://docs.github.com/en/account-and-profile
Account and profile documentation - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Account and profile Home Account and profile Get started Account Profile Personal dashboard quickstart Concepts Personal profile Account management Username changes Email addresses Profile contributions Organization membership Organization profile How-tos Personal account management Manage multiple accounts Merge multiple accounts Change username Move work to organization Unlink your email Delete your account Account settings Security and analysis Managing your tab size Manage cookie preferences Manage accessibility settings Prepare for job change Set your hiring status Profile customization Your profile README Pin items Set profile to private Contribution settings Show an overview View contributions Private contributions and achievements Send enterprise contributions Troubleshoot missing contributions Viewing commit details Organization membership Access an organization View organization members Request OAuth app approval Show or hide membership Leave an organization Leave an enterprise Email preferences Add email address Primary email address Verify your email address Backup email address Set commit email address Block push with personal email Find your username or email Troubleshoot adding an email Troubleshoot email verification Tutorials Personalize your profile Enhance your resume Reference Profile reference Personal dashboard Profile contributions reference Email addresses Personal account Username reference Account and profile documentation Make GitHub work best for you by customizing your personal account settings and personalizing your profile page. Quickstart Start here Account Get started with your GitHub account. Profile Get started with your GitHub profile. Popular Setting your commit email address You can set the email address that is used to author commits on GitHub and on your computer. Personal account management Learn how to manage your personal account on GitHub.com. What's new View all Local timezones available on profiles September 23 New badge for developers who contributed to the Mars 2020 Helicopter mission April 19 Sort repos in user and organization profiles by star count April 09 Guides Troubleshooting missing contributions Learn common reasons that contributions may be missing from your contributions graph. @GitHub Blocking command line pushes that expose your personal email address If you've chosen to keep your email address private when performing web-based operations, you can also choose to block command line pushes that may expose your personal email address. @GitHub All Account and profile docs Get started with your GitHub account and profile Account Profile Quickstart for your personal dashboard Concepts for account and profile About your profile Personal account management Username changes Email addresses Contributions on your profile About organization membership Your organization's profile How-tos for your GitHub account and profile Managing your personal account  • 6 articles Managing user account settings  • 6 articles Customizing your profile  • 3 articles Managing contribution settings on your profile  • 6 articles Managing your membership in organizations  • 6 articles Managing email preferences  • 9 articles Tutorials for your GitHub account and profile Personalize your profile Using your GitHub profile to enhance your resume Reference for account and profile Profile reference Personal dashboard Profile contributions reference Email addresses reference Personal account reference Username reference Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:13
https://www.linkedin.com/company/tigerdata/
Tiger Data (creators of TimescaleDB) | LinkedIn Skip to main content LinkedIn Top Content People Learning Jobs Games Sign in Join now for free Tiger Data (creators of TimescaleDB) Software Development New York, NY 19,002 followers The fastest PostgreSQL cloud for time series, real-time analytics, and vector workloads. Creators of TimescaleDB See jobs Follow Discover all 140 employees Report this company Overview Jobs Life About us Tiger Data is addressing one of the largest challenges (and opportunities) in databases for years to come: helping developers, businesses, and society make sense of the data that humans and their machines are generating in copious amounts. Tiger Data is the fastest PostgreSQL cloud platform that natively supports full-SQL, combining the power, reliability, and ease-of-use of a relational database with the scalability typically seen in NoSQL systems. It is built on PostgreSQL and optimized for fast ingest and complex queries. Tiger Data is deployed for powering mission-critical applications, including industrial data analysis, complex monitoring systems, operational data warehousing, financial risk management, and geospatial asset tracking across industries as varied as manufacturing, space, utilities, oil & gas, logistics, mining, ad tech, finance, telecom, and more. Tiger Data is backed by NEA, Benchmark, Icon Ventures, Redpoint Ventures, Two Sigma Ventures, and Tiger Global. Documentation: https://docs.tigerdata.com/ GitHub: https://github.com/timescale/timescaledb Twitter: https://x.com/TimescaleDB Website https://www.tigerdata.com/ External link for Tiger Data (creators of TimescaleDB) Industry Software Development Company size 51-200 employees Headquarters New York, NY Type Privately Held Founded 2015 Locations Primary 335 Madison Ave Floor 5 New York, NY 10017, US Get directions Employees at Tiger Data (creators of TimescaleDB) 🐯 Ajay Kulkarni Anton Umnikov Brandon Purcell TJ Green See all employees Updates Tiger Data (creators of TimescaleDB) 19,002 followers 17h Report this post Modern physics operations demand real-time analytics at massive scale. Join this webinar to see how CERN powers experiments and analytics for their Large Hadron Collider, the world’s largest particle accelerator, with TimescaleDB and the NextGen Archiver (NGA), eliminating ingest and read bottlenecks for 800+ WinCC OA-based SCADA systems generating hundreds of gigabytes daily. You’ll learn how CERN uses native compression, continuous aggregates, and a pluggable architecture to accelerate queries, cut storage, and reduce operational overhead. 📍 Register here: https://lnkd.in/evUteqGU 🗓 When: Wednesday, January 21, 2026 ⏰ Time: 9:00 AM ET Rafal Kulaga and Martin Zemko (CERN), along with Brandon Purcell (Tiger Data), will provide a live Q&A during the session. 9 Like Comment Share Tiger Data (creators of TimescaleDB) reposted this Avi Chawla 2w Report this post Big moment for Postgres! . . AI coding tools have been surprisingly bad at writing Postgres code. Not because the models are dumb, but because of how they learned SQL in the first place. LLMs are trained on the internet, which is full of outdated Stack Overflow answers and quick-fix tutorials. So when you ask an AI to generate a schema, it gives you something that technically runs but misses decades of Postgres evolution, like: - No GENERATED ALWAYS AS IDENTITY (added in PG10) - No expression or partial indexes - No NULLS NOT DISTINCT (PG15) - Missing CHECK constraints and proper foreign keys - Generic naming that tells you nothing But this is actually a solvable problem. You can teach AI tools to write better Postgres by giving them access to the right documentation at inference time. This exact solution is actually implemented in the newly released pg-aiguide by Tiger Data (creators of TimescaleDB) , which is an open-source MCP server that provides coding tools access to 35 years of Postgres expertise. In a gist, the MCP server enables: - Semantic search over the official PostgreSQL manual (version-aware, so it knows PG14 vs PG17 differences) - Curated skills with opinionated best practices for schema design, indexing, and constraints. I ran an experiment with Claude Code to see how well this works, and worked with the team to put this together. Prompt: "Generate a schema for an e-commerce site twice, one with the MCP server disabled, one with it enabled. Finally, run an assessment to compare the generated schemas." The run with the MCP server led to: - 420% more indexes (including partial and expression indexes) - 235% more constraints - 60% more tables (proper normalization) - 11 automation functions and triggers - Modern PG17 patterns throughout The MCP-assisted schema had proper data integrity, performance optimizations baked in, and followed naming conventions that actually make sense in production. pg-aiguide works with Claude Code, Cursor, VS Code, and any MCP-compatible tool. It's free and fully open source. Find the GitHub repo here: https://lnkd.in/gMtEfZCD (don't forget to star it ⭐ ) ____ Find me →  Avi Chawla Every day, I share tutorials and insights on DS, ML, LLMs, and RAGs. …more 208 10 Comments Like Comment Share Tiger Data (creators of TimescaleDB) reposted this Poonam Soni 2w Report this post 🚨BREAKING: Postgres just became a real search engine. Tiger Data just open-sourced pg_textsearch BM25-ranked text search is now built into Postgres via pg_textsearch. Here's everything you need to know: ----------------------- Millions use PostgreSQL, with over 84,000 companies adopting it by 2025. Keyword search remains essential for most apps. Tiger Data has open-sourced pg_textsearch for BM25-ranked searches directly in Postgres, complementing pgvector for hybrid search. For fast, relevance-ranked searches without leaving Postgres, pg_textsearch and pgvector are ideal. 🔗 https://lnkd.in/gCKfPvuS ----------------------- Star the repo: https://lnkd.in/gCKfPvuS What pg_textsearch Does - Modern ranked text search for PostgreSQL - Simple SQL: ORDER BY content <@> 'search terms' - True BM25 ranking, configurable - Works with PostgreSQL text search in English, French, German - Supports partitioned tables - Built for performance and scalability ----------------------- Why this matters: Native keyword search with real ranking: BM25 is the industry-standard ranking algorithm behind modern search engines, now running inside Postgres. No external search system required: Developers can do relevance-ranked text search without shipping data to Elasticsearch or similar systems. Hybrid retrieval done right: pg_textsearch pairs naturally with pgvector to support keyword + semantic search in one database. ----------------------- Try it for yourself here: 🔗 https://lnkd.in/gCKfPvuS Big thanks to Tiger Data (creators of TimescaleDB) for building a great tool and sponsoring this post. 409 17 Comments Like Comment Share Tiger Data (creators of TimescaleDB) reposted this 🐯 Michael Freedman 1w Report this post pg_textsearch v0.2.0 landed on the last day of 2025. pg_textsearch brings BM25-based, relevance-ranked keyword search to Postgres. This release includes 22 merged PRs, including contributions from our first external contributor. Most of the work focuses on laying the architectural groundwork for upcoming storage and query optimizations. Excited about where this is heading in 2026. Check out the repo on GitHub – stars welcome 🌟 👏 👏 TJ Green 65 2 Comments Like Comment Share Tiger Data (creators of TimescaleDB) reposted this The New Stack 27,248 followers 3w Edited Report this post Tiger Data (creators of TimescaleDB) 's pg_textsearch, a new open source Postgres extension, uses the BM25 algorithm to improve relevance and performance in keyword search. By Susan Hall Better Relevance for AI Apps With BM25 Algorithm in PostgreSQL https://thenewstack.io 5 Like Comment Share Tiger Data (creators of TimescaleDB) reposted this 🐯 Ajay Kulkarni 1w Report this post Tiger Open Source starting the new year with 🚀🚀🚀 I love that we are able to give back to the Postgres community in this way pgvectorscale pg-aiguide pg_textsearch Tiger Data (creators of TimescaleDB) 40 2 Comments Like Comment Share Tiger Data (creators of TimescaleDB) 19,002 followers 1w Report this post Agentic Postgres is a database built for how AI agents actually work: they fork, they test, they iterate, they reason. What it includes: an MCP server with built-in prompt templates that teach agents Postgres best practices, native BM25 text search and vector retrieval via pgvectorscale, and zero-copy database forks that spin up in seconds using copy-on-write storage. Agents get isolated sandboxes to experiment without touching production. You get peace of mind. Start with the CLI: https://lnkd.in/gPZ5d-xH Learn more here: https://lnkd.in/eQwgVgt9 GitHub - timescale/tiger-cli: Tiger CLI is the command-line interface for Tiger Cloud. It includes an MCP server for helping coding agents write production-level Postgres code. github.com 6 Like Comment Share Tiger Data (creators of TimescaleDB) reposted this 🐯 Michael Freedman 1w Report this post Seeing a lot of debate around infra choices right now. But I think the mental framework is often off. We tend to evaluate systems as "what seems 'best' right now" (local maximization), instead of "what will I regret least later" (regret minimization). Since change is the only constant, the real goal is minimizing future pain. Simple systems tend to absorb change best. That's why "Postgres for everything" resonates with many. It's not about being the best database for every individual use case, it's about being the one you regret least as things change. 56 4 Comments Like Comment Share Tiger Data (creators of TimescaleDB) 19,002 followers 1w Report this post Our 2025 Launch Hub tracks everything we shipped this year to make Postgres faster and more capable for real-time analytics and AI workloads. Highlights: columnstore indexes for 1,185x faster lookups, 2,500x faster distinct queries, 42x faster DELETEs, read replica sets, S3-to-Postgres sync without ETL pipelines, Tiger Lake for real-time analytics and agents, Agentic Postgres with zero-copy forks, pg_textsearch for BM25 ranking and hybrid retrieval, and Azure availability. One page. Every launch. Technical deep dives included. https://lnkd.in/epje9PNK Tiger 2025 Launch Hub | Tiger Data tigerdata.com 2 Like Comment Share Join now to see what you are missing Find people you know at Tiger Data (creators of TimescaleDB) Browse recommended jobs for you View all updates, news, and articles Join now Similar pages Timescale Software Development New York, New York Tiger Data Software Development Bonfire Analytics Business Intelligence Platforms New York, NY Continua AI Technology, Information and Internet New York, NY Rogo Software Development New York, NY Confido Software Development New York, New York RecruitU Software Development New York, NY Bevel Wellness and Fitness Services New York, New York Outliant Software Development Austin, Texas Prelim Software Development San Francisco, California Show more similar pages Show fewer similar pages LinkedIn © 2026 About Accessibility User Agreement Privacy Policy Cookie Policy Copyright Policy Brand Policy Guest Controls Community Guidelines العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional)) Language Agree & Join LinkedIn By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . Sign in to see who you already know at Tiger Data (creators of TimescaleDB) Sign in Welcome back Email or phone Password Show Forgot password? Sign in or By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . New to LinkedIn? Join now or New to LinkedIn? Join now By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy .
2026-01-13T08:48:13
https://dev.to/shashwathsh
Shashwath S H - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Shashwath S H 404 bio not found Location Bangalore Joined Joined on  Dec 28, 2025 Email address shashwathshashu15@gmail.com github website Education Rv College of Engineering(2026 passout) Pronouns He/Him Work AI Intern at CDPG,IIsc Bangalore More info about @shashwathsh Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Organizations Shashwath S H Skills/Languages C, C++, Java, SQL, Spring Boot Currently learning Spring Boot Currently hacking on Spring Boot Available for Any kind of projects or discussion related to my domain Post 18 posts published Comment 3 comments written Tag 3 tags followed 🐌 “My Spring Boot API Became Slow… Until I Learned Pagination & Sorting” Shashwath S H Shashwath S H Shashwath S H Follow Jan 13 🐌 “My Spring Boot API Became Slow… Until I Learned Pagination & Sorting” # springboot # backend # java # sorting 1  reaction Comments Add Comment 2 min read Want to connect with Shashwath S H? Create an account to connect with Shashwath S H. You can also sign in below to proceed if you already have an account. Create Account Already have an account? Sign in ✨I Didn’t Write a Single SQL Query… Yet Spring Data JPA Queried My Database Shashwath S H Shashwath S H Shashwath S H Follow Jan 11 ✨I Didn’t Write a Single SQL Query… Yet Spring Data JPA Queried My Database # springboot # java # backend # springdatajpa 2  reactions Comments Add Comment 2 min read 🔍 JPA, Hibernate, JDBC… I Was Confused Until This Finally Clicked Shashwath S H Shashwath S H Shashwath S H Follow Jan 11 🔍 JPA, Hibernate, JDBC… I Was Confused Until This Finally Clicked # springboot # java # backend # hibernate 1  reaction Comments Add Comment 2 min read 👉Why I Use DBeaver Instead of Writing SQL Everywhere Shashwath S H Shashwath S H Shashwath S H Follow Jan 10 👉Why I Use DBeaver Instead of Writing SQL Everywhere # springboot # java # backend # dbeaver 2  reactions Comments Add Comment 2 min read 📦My Spring Boot APIs Worked… But the Responses Looked Unprofessional Shashwath S H Shashwath S H Shashwath S H Follow Jan 9 📦My Spring Boot APIs Worked… But the Responses Looked Unprofessional # springboot # java # backend # api 2  reactions Comments Add Comment 2 min read 👉 My Spring Boot App Kept Crashing… Until I Fixed Exception Handling Shashwath S H Shashwath S H Shashwath S H Follow Jan 8 👉 My Spring Boot App Kept Crashing… Until I Fixed Exception Handling # springboot # backend # java # exceptionhandling 2  reactions Comments 4  comments 2 min read 🚫My Spring Boot API Accepted Invalid Data…. Until I Learned Input Validation Shashwath S H Shashwath S H Shashwath S H Follow Jan 7 🚫My Spring Boot API Accepted Invalid Data…. Until I Learned Input Validation # springboot # java # backend # validation 2  reactions Comments Add Comment 2 min read 🔄I Thought PUT and PATCH Were the Same… I Was Wrong Shashwath S H Shashwath S H Shashwath S H Follow Jan 6 🔄I Thought PUT and PATCH Were the Same… I Was Wrong # springboot # java # backend # api 2  reactions Comments Add Comment 2 min read 🧩My Spring Boot App Became Unmaintainable Until I Understood the Service Layer Shashwath S H Shashwath S H Shashwath S H Follow Jan 5 🧩My Spring Boot App Became Unmaintainable Until I Understood the Service Layer # springboot # java # backend # softwaredevelopment 3  reactions Comments Add Comment 2 min read 👉“I Didn’t Understand JPA Until I Built the Persistence Layer” Shashwath S H Shashwath S H Shashwath S H Follow Jan 4 👉“I Didn’t Understand JPA Until I Built the Persistence Layer” # springboot # java # backend # jpa 4  reactions Comments Add Comment 2 min read 🎯 My Spring Boot Controllers Looked Fine… Until I Understood the Presentation Layer Shashwath S H Shashwath S H Shashwath S H Follow Jan 3 🎯 My Spring Boot Controllers Looked Fine… Until I Understood the Presentation Layer # springboot # java # restapi # backend 3  reactions Comments Add Comment 2 min read 🌐Spring Boot Web & REST APIs: Building Clean Backends with MVC Architecture Shashwath S H Shashwath S H Shashwath S H Follow Jan 2 🌐Spring Boot Web & REST APIs: Building Clean Backends with MVC Architecture # springboot # restapi # java # backend 2  reactions Comments Add Comment 2 min read 🧑‍🍳Maven in Spring Boot: The Chef Behind Your Application Shashwath S H Shashwath S H Shashwath S H Follow Jan 1 🧑‍🍳Maven in Spring Boot: The Chef Behind Your Application # springboot # maven # java # backend 2  reactions Comments Add Comment 2 min read Spring Boot Auto-Configuration Explained: What Happens When You Run Your App? Shashwath S H Shashwath S H Shashwath S H Follow Dec 31 '25 Spring Boot Auto-Configuration Explained: What Happens When You Run Your App? # springboot # backend # autoconfiguration # softwareengineering 4  reactions Comments Add Comment 3 min read Dependency Injection in Spring Boot: How Spring Wires Everything for You Shashwath S H Shashwath S H Shashwath S H Follow Dec 30 '25 Dependency Injection in Spring Boot: How Spring Wires Everything for You # springboot # java # dependencyinjection # softwareengineering 3  reactions Comments Add Comment 2 min read Understanding Beans in Spring: The Backbone of a Spring Application Shashwath S H Shashwath S H Shashwath S H Follow Dec 29 '25 Understanding Beans in Spring: The Backbone of a Spring Application # backenddevelopment # springboot # java # softwaredevelopment 2  reactions Comments Add Comment 2 min read I Started Learning Spring Boot Shashwath S H Shashwath S H Shashwath S H Follow Dec 28 '25 I Started Learning Spring Boot # programming # springboot # development # java 2  reactions Comments Add Comment 2 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://www.highlight.io/docs/general/product-features/logging/log-alerts
Log Alerts Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Logging / Log Alerts Log Alerts Logs alerts are a way to get notified when the count of logs for a query is over or under a threshold for a specific time range. Creating an alert Query When you set up an alert, you can include a query to count only the logs that match. The query format follows the same specification as on the logs page. You can read more here . Alert Threshold You can control the number of logs needed to trigger an alert by setting an alert threshold. You can choose to alert if the actual log count is above or below this threshold. Alert Frequency You can adjust the time range for which logs are searched and aggregated. Shorter frequencies can be helpful to be alerted quickly about an issue, while longer frequencies can help reduce noise by aggregating across a larger time range. Notifications Log alerts can be configured to notify you via Slack, Discord, email, or webhooks. For more details, see alerts . Logging Features Log Search Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:13
https://www.highlight.io/docs/getting-started/server/js/nodejs
Node.js Quick Start Star us on GitHub Star Docs Sign in Sign up Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Getting Started / Server / JS / Node.js Quick Start Node.js Quick Start Learn how to set up highlight.io in Node.js. 1 Configure client-side Highlight. (optional) If you're using Highlight on the frontend for your application, make sure you've initialized it correctly and followed the fullstack mapping guide . 2 Install the relevant Highlight SDK(s). Install @highlight-run/node with your package manager. npm install --save @highlight-run/node 3 Initialize the Highlight JS SDK. Initialize the Highlight JS SDK with your project ID. import { H } from '@highlight-run/node' H.init({ projectID: '<YOUR_PROJECT_ID>', serviceName: '<YOUR_SERVICE_NAME>', environment: 'production', }) 4 Optionally, report manual errors in your app. If you need to report exceptions outside of a handler, use the Highlight SDK. const parsed = H.parseHeaders(request.headers) H.consumeError(error, parsed?.secureSessionId, parsed?.requestId) 5 Verify that your SDK is reporting errors. You'll want to throw an exception in one of your Node.js handlers. Access the API handler and make sure the error shows up in Highlight . const onError = (request, error) => { const parsed = H.parseHeaders(request.headers) H.consumeError(error, parsed.secureSessionId, parsed.requestId) } const main = () => { try { throw new Error('example error!') } catch (e) { onError(e) } } 6 Call built-in console methods. Logs are automatically recorded by the highlight SDK. Arguments passed as a dictionary as the second parameter will be interpreted as structured key-value pairs that logs can be easily searched by. module.exports = function() { console.log('hey there!'); console.warn('whoa there', {'key': 'value'}); } 7 Verify your backend logs are being recorded. Visit the highlight logs portal and check that backend logs are coming in. 8 Wrap your code using the Node.js SDK. By calling H.startWithHeaders() and span.end() , the @highlight-run/node SDK will record a span. You can create more child spans or add custom attributes to each span. const functionToTrace = async (input int) => { const { span, ctx } = H.startWithHeaders("functionToTrace", {}, {custom_property: input}) // ... // use the current span context with the function call to ensure child spans are tied to the current span // import api from '@opentelemetry/api' api.context.with(ctx, () => { anotherFunction() }) // ... span.end() } const anotherFunction = () => { const { span } = H.startWithHeaders("anotherFunction", {}) // ... span.end() } module.exports = function() { console.log('hey there!'); functionToTrace() } 9 Pass HTTP headers to the SDK H.runWithHeaders takes request headers and spreads them across all related spans, automatically relating spans to your session and request headers. app.get('/', async (req, res) => { await H.runWithHeaders(req.headers, () => { const { span } = H.startWithHeaders("custom-span", {}) const err = new Error('this is a test error') console.info('Sending error to highlight') H.consumeError(err) res.send('Hello World!') span.end() }) }) 10 Verify your backend traces are being recorded. Visit the highlight traces portal and check that backend traces are coming in. Next.js Pino [object Object]
2026-01-13T08:48:13
https://dev.to/t/backend/page/7
Backend Page 7 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # backend Follow Hide Desenvolvimento do lado do servidor, APIs, bancos de dados e logica de negocios. Create Post Older #backend posts 4 5 6 7 8 9 10 11 12 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu That-Real-Time-Headache-Its-Not-The-WebSockets-Its-Your-Framework member_6331818c member_6331818c member_6331818c Follow Dec 28 '25 That-Real-Time-Headache-Its-Not-The-WebSockets-Its-Your-Framework # webdev # programming # rust # backend Comments Add Comment 5 min read Finally, an Object-Oriented Framework for Bun That Isn't a Monster Myron Nevzorov Myron Nevzorov Myron Nevzorov Follow Jan 1 Finally, an Object-Oriented Framework for Bun That Isn't a Monster # architecture # backend # performance # javascript 3  reactions Comments Add Comment 5 min read Clean Code Principles Lucas Pereira de Souza Lucas Pereira de Souza Lucas Pereira de Souza Follow Dec 28 '25 Clean Code Principles # programming # typescript # backend # node Comments Add Comment 4 min read Your-Dev-Server-is-Lying-to-You-The-Critical-Difference-Between-Hot-Reload-and-Hot-Restart member_6331818c member_6331818c member_6331818c Follow Dec 28 '25 Your-Dev-Server-is-Lying-to-You-The-Critical-Difference-Between-Hot-Reload-and-Hot-Restart # webdev # programming # rust # backend Comments Add Comment 4 min read 🧑‍🍳Maven in Spring Boot: The Chef Behind Your Application Shashwath S H Shashwath S H Shashwath S H Follow Jan 1 🧑‍🍳Maven in Spring Boot: The Chef Behind Your Application # springboot # maven # java # backend 2  reactions Comments Add Comment 2 min read EP 13: SQL Injection Isn't Dead - It Just Evolved Hrishikesh Dalal Hrishikesh Dalal Hrishikesh Dalal Follow Dec 29 '25 EP 13: SQL Injection Isn't Dead - It Just Evolved # database # security # backend # sql Comments Add Comment 3 min read Security-is-Not-a-Feature-Its-a-Foundation member_6331818c member_6331818c member_6331818c Follow Dec 28 '25 Security-is-Not-a-Feature-Its-a-Foundation # webdev # programming # rust # backend Comments Add Comment 5 min read EP 12: Stop Storing JWTs in LocalStorage Hrishikesh Dalal Hrishikesh Dalal Hrishikesh Dalal Follow Dec 29 '25 EP 12: Stop Storing JWTs in LocalStorage # webdev # frontend # backend # security Comments Add Comment 3 min read What breaks first when settling P2P skill-based matches across third-party games? azender1@yahoo.com azender1@yahoo.com azender1@yahoo.com Follow Dec 27 '25 What breaks first when settling P2P skill-based matches across third-party games? # backend # payments # startup Comments Add Comment 1 min read Files-are-Not-Just-Data-A-Guide-to-Robust-File-Handling member_6331818c member_6331818c member_6331818c Follow Dec 28 '25 Files-are-Not-Just-Data-A-Guide-to-Robust-File-Handling # webdev # programming # rust # backend Comments Add Comment 4 min read Reliable Shopify Webhooks: Idempotency, Retries, and Signature Verification Sumeet Shroff Freelancer Sumeet Shroff Freelancer Sumeet Shroff Freelancer Follow Jan 1 Reliable Shopify Webhooks: Idempotency, Retries, and Signature Verification # architecture # backend # security # api Comments Add Comment 5 min read # Building an HTTP Module in Node.js Using the HTTP Server sudip khatiwada sudip khatiwada sudip khatiwada Follow Dec 27 '25 # Building an HTTP Module in Node.js Using the HTTP Server # webdev # programming # networking # backend Comments Add Comment 3 min read Building a Production-Ready Headless eCommerce API with Laravel Mahmoud ELDegwey Mahmoud ELDegwey Mahmoud ELDegwey Follow Dec 27 '25 Building a Production-Ready Headless eCommerce API with Laravel # ecommerce # api # headless # backend Comments Add Comment 2 min read Fixing Unbalanced TTS Error in D365FO Excel Upload Rohith_Veerapalli Rohith_Veerapalli Rohith_Veerapalli Follow Dec 27 '25 Fixing Unbalanced TTS Error in D365FO Excel Upload # microsoft # backend # dotnet # tutorial Comments Add Comment 2 min read Proxy and Reflect in JavaScript Lucas Pereira de Souza Lucas Pereira de Souza Lucas Pereira de Souza Follow Dec 27 '25 Proxy and Reflect in JavaScript # backend # javascript # node Comments Add Comment 6 min read Production-Ready NestJS Boilerplate for Scalable & Secure Backends 🚀 DAYEG Fedi DAYEG Fedi DAYEG Fedi Follow Dec 28 '25 Production-Ready NestJS Boilerplate for Scalable & Secure Backends 🚀 # tooling # security # backend # node Comments Add Comment 3 min read (Part 5) Sealing Secrets: How to Survive a Reboot (And Why It's Dangerous) 💾 Max Jiang Max Jiang Max Jiang Follow Dec 31 '25 (Part 5) Sealing Secrets: How to Survive a Reboot (And Why It's Dangerous) 💾 # security # persistence # cryptography # backend 1  reaction Comments 1  comment 3 min read “Just Add Caching” Is Usually the Wrong Answer Shamim Ali Shamim Ali Shamim Ali Follow Jan 11 “Just Add Caching” Is Usually the Wrong Answer # cache # webdev # backend # programming 1  reaction Comments Add Comment 1 min read Build A CRUD REST API With Litestar SQLAlchemy Models & Repositories | Build APIs with Litestar #4 Ssali Jonathan Ssali Jonathan Ssali Jonathan Follow Dec 27 '25 Build A CRUD REST API With Litestar SQLAlchemy Models & Repositories | Build APIs with Litestar #4 # python # api # backend # litestar Comments Add Comment 1 min read node-cron para jobs agendados Lucas Pereira de Souza Lucas Pereira de Souza Lucas Pereira de Souza Follow Dec 26 '25 node-cron para jobs agendados # javascript # backend # node # tutorial Comments Add Comment 7 min read 👉Why I Use DBeaver Instead of Writing SQL Everywhere Shashwath S H Shashwath S H Shashwath S H Follow Jan 10 👉Why I Use DBeaver Instead of Writing SQL Everywhere # springboot # java # backend # dbeaver 2  reactions Comments Add Comment 2 min read 🍽️ APIs Explained Like You're 5 Sreekar Reddy Sreekar Reddy Sreekar Reddy Follow Dec 27 '25 🍽️ APIs Explained Like You're 5 # eli5 # web # backend # beginners Comments Add Comment 1 min read Rust Macros: Declarative vs Procedural Sumana Sumana Sumana Follow Dec 27 '25 Rust Macros: Declarative vs Procedural # rust # programming # backend # systemprogramming 1  reaction Comments Add Comment 2 min read Building Rate-Limited APIs That Scale - A Practical Guide Abinash Sharma Abinash Sharma Abinash Sharma Follow Dec 28 '25 Building Rate-Limited APIs That Scale - A Practical Guide # api # backend # webdev # node Comments Add Comment 3 min read WebForms.php has been Updated to WebForms Core 2 Elanat Framework Elanat Framework Elanat Framework Follow Dec 26 '25 WebForms.php has been Updated to WebForms Core 2 # php # laravel # backend # webformscore Comments Add Comment 3 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://docs.github.com/en/copilot/get-started/plans
Plans for GitHub Copilot - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar GitHub Copilot / Get started / Plans Home GitHub Copilot Get started Quickstart What is GitHub Copilot? Plans Features Best practices Choose enterprise plan Achieve company goals Concepts Completions Code suggestions Text completion Code referencing Chat Agents Coding agent About coding agent Agent management Custom agents Access management MCP and coding agent Code review Copilot CLI OpenAI Codex Agent Skills Enterprise management Spark Prompting Prompt engineering Response customization Context MCP Spaces Repository indexing Content exclusion Tools AI tools About Copilot integrations Auto model selection Rate limits Billing Copilot requests Individual plans Billing for individuals Organizations and enterprises Copilot-only enterprises Policies MCP management Network settings Copilot usage metrics How-tos Set up Set up for self Set up for organization Set up for enterprise Set up a dedicated enterprise Install Copilot extension Install Copilot CLI Get code suggestions Get IDE code suggestions Write PR descriptions Find matching code Chat with Copilot Get started with Chat Chat in IDE Chat in Windows Terminal Chat in GitHub Chat in Mobile Use Copilot agents Manage agents Coding agent Create a PR Update existing PR Track Copilot sessions Review Copilot PRs Create custom agents Test custom agents Extend coding agent with MCP Integrate coding agent with Slack Integrate coding agent with Teams Integrate coding agent with Linear Changing the AI model Customize the agent environment Customize the agent firewall Troubleshoot coding agent Request a code review Use code review Configure automatic review Manage tools Use Copilot CLI Use AI models Configure access to AI models Change the chat model Change the completion model Provide context Use Copilot Spaces Create Copilot Spaces Use Copilot Spaces Collaborate with others Use MCP Extend Copilot Chat with MCP Set up the GitHub MCP Server Enterprise configuration Configure toolsets Use the GitHub MCP Server Change MCP registry Configure custom instructions Add personal instructions Add repository instructions Add organization instructions Configure content exclusion Exclude content from Copilot Review changes Use Copilot for common tasks Use Copilot to create or update issues Create a PR summary Use Copilot in the CLI Configure personal settings Configure network settings Configure in IDE Authenticate to GHE.com Manage and track spending Monitor premium requests Manage request allowances Manage company spending Manage your account Get started with a Copilot plan Get free access to Copilot Pro View and change your Copilot plan Disable Copilot Free Manage policies Administer Copilot Manage for organization Manage plan Subscribe Cancel Manage access Grant access Manage requests for access Revoke access Manage network access Manage policies Add Copilot coding agent Prepare for custom agents Review activity Review user activity data Review audit logs Use your own API keys Manage for enterprise Manage plan Subscribe Cancel plan Upgrade plan Downgrade subscription Manage access Grant access Disable for organizations View license usage Manage network access Manage enterprise policies Manage agents Prepare for custom agents Monitor agentic activity Manage Copilot coding agent Manage Copilot code review Manage Spark View usage and adoption View code generation Use your own API keys Manage MCP usage Configure MCP registry Configure MCP server access Download activity report Troubleshoot Copilot Troubleshoot common issues View logs Troubleshoot firewall settings Troubleshoot network errors Troubleshoot Spark Reference Cheat sheet AI models Supported models Model comparison Model hosting Keyboard shortcuts Custom agents configuration Custom instructions support Policy conflicts Copilot allowlist reference MCP allowlist enforcement Metrics data Copilot billing Billing cycle Seat assignment License changes Azure billing Agentic audit log events Review excluded files Copilot usage metrics Copilot usage metrics data Interpret usage metrics Reconciling Copilot usage metrics Copilot LoC metrics Tutorials All tutorials GitHub Copilot Chat Cookbook All prompts Communicate effectively Create templates Extract information Synthesize research Create diagrams Generate tables Debug errors Debug invalid JSON Handle API rate limits Analyze functionality Explore implementations Analyze feedback Refactor code Improve code readability Fix lint errors Refactor for optimization Refactor for sustainability Refactor design patterns Refactor data access layers Decouple business logic Handle cross-cutting Simplify inheritance hierarchies Fix database deadlocks Translate code Document code Create issues Document legacy code Explain legacy code Explain complex logic Sync documentation Write discussions or blog posts Testing code Generate unit tests Create mock objects Create end-to-end tests Update unit tests Analyze security Secure your repository Manage dependency updates Find vulnerabilities Customization library All customizations Custom instructions Your first custom instructions Concept explainer Debugging tutor Code reviewer GitHub Actions helper Pull request assistant Issue manager Accessibility auditor Testing automation Prompt files Your first prompt file Create README Onboarding plan Document API Review code Generate unit tests Custom agents Your first custom agent Implementation planner Bug fix teammate Cleanup specialist Coding agent Get the best results Pilot coding agent Spark Your first spark Prompt tips Build and deploy apps Deploy from CLI Use custom instructions Enhance agent mode with MCP Compare AI models Speed up development work Roll out at scale Assign licenses Set up self-serve licenses Track usage and adoption Remind inactive users Establish AI managers Enable developers Drive adoption Integrate AI agents Drive downstream impact Increase test coverage Accelerate pull requests Reduce security debt Measure trial success Explore a codebase Explore issues and discussions Explore pull requests Write tests Refactor code Optimize code reviews Reduce technical debt Review AI code Learn a new language Modernize legacy code Modernize Java applications Migrate a project Plan a project Vibe coding Upgrade projects Responsible use Copilot inline suggestions Chat in your IDE Chat in GitHub Chat in GitHub Mobile Copilot CLI Copilot in Windows Terminal Copilot in GitHub Desktop Pull request summaries Copilot text completion Commit message generation Code review Copilot coding agent Spark Copilot Spaces GitHub Copilot / Get started / Plans Plans for GitHub Copilot Learn about the available plans for Copilot. View page as Markdown In this article Comparing Copilot plans Ready to choose a plan? Footnotes GitHub offers several plans for GitHub Copilot, depending on your needs and whether you're using Copilot as an individual or as part of an organization or enterprise. GitHub Copilot Free is available to individual developers who don't have access to Copilot through an organization or enterprise. This free plan includes limited access to select Copilot features, allowing you to try AI-powered coding assistance at no cost. GitHub Copilot Pro is designed for individuals who want more flexibility. This paid plan includes unlimited completions, access to premium models in Copilot Chat, access to Copilot coding agent, and a monthly allowance of premium requests. Verified students, teachers, and maintainers of popular open source projects may be eligible for free access. GitHub Copilot Pro+ offers the highest level of access for individual developers. In addition to everything in Copilot Pro, this plan includes a larger allowance of premium requests, and full access to all available models in Copilot Chat. Ideal for AI power users who want access to the most advanced capabilities. GitHub Copilot Business is for organizations on GitHub Free or GitHub Team plan, or enterprises on GitHub Enterprise Cloud. This plan includes Copilot coding agent and enables centralized management and Copilot policy control for organization members. GitHub Copilot Enterprise is for enterprises using GitHub Enterprise Cloud. It includes all the features of Copilot Business, plus additional enterprise-grade capabilities. Enterprise owners can assign Copilot Enterprise or Copilot Business to individual organizations, or assign Copilot Business directly to users and teams. Copilot is not currently available for GitHub Enterprise Server. Comparing Copilot plans The tables below show the features available in each Copilot plan. Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Pricing Not applicable $10 USD per month, or $100 USD per year (free for some users) $39 USD per month, or $390 USD per year $19 USD per granted seat per month $39 USD per granted seat per month Premium requests 50 per month 300 per month 1500 per month 300 per user per month 1000 per user per month Purchase additional premium requests at $0.04/request Agents Agents Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Copilot coding agent Agent mode Copilot code review Only "Review selection" in VS Code Model Context Protocol (MCP) Chat Chat Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Copilot Chat in IDEs 1 2 50 messages per month Unlimited with included models Unlimited with included models Unlimited with included models Unlimited with included models Inline chat Slash commands Copilot Chat in GitHub Mobile Copilot Chat in GitHub Copilot Chat in Windows Terminal Increased GitHub Models rate limits 3 Copilot Chat skills in IDEs 4 Models Available models in chat Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Claude Haiku 4.5 Claude Opus 4.1 Claude Opus 4.5 Claude Sonnet 4 Claude Sonnet 4.5 Gemini 2.5 Pro Gemini 3 Flash Gemini 3 Pro GPT-4.1 GPT-5 GPT-5 mini GPT-5-Codex GPT-5.1 GPT-5.1-Codex GPT-5.1-Codex-Mini GPT-5.1-Codex-Max GPT-5.2 Grok Code Fast 1 Raptor mini Inline suggestions Inline suggestions Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Real-time code suggestions with included models 5 2000 completions per month Next edit suggestions Customization Customization Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Repository and personal custom instructions Organization custom instructions (public preview) Prompt files Model Context Protocol (MCP) Block suggestions matching public code Exclude specified files from Copilot Organization-wide policy management Other features Copilot Free Copilot Pro Copilot Pro+ Copilot Business Copilot Enterprise Copilot pull request summaries Audit logs Content exclusion Copilot CLI GitHub Spark (public preview) For more information, see GitHub Copilot features . Ready to choose a plan? Start using Copilot by signing up for the plan that best fits your needs. Copilot Free — Try Copilot with limited features and requests. Start using Copilot Free . Copilot Pro — Get unlimited completions and access to premium models. Includes a free 30-day trial for eligible users. Try Copilot Pro for free . Copilot Pro+ — Unlock advanced AI models, extended request limits, and extra capabilities. Subscribe to Copilot Pro+ . Copilot Business — For teams and organizations. Subscribe to Copilot Business . Copilot Enterprise — For enterprises that need advanced features and centralized management. Subscribe to Copilot Enterprise . Footnotes Copilot Chat in IDEs is available in Visual Studio Code, Visual Studio, JetBrains IDEs, Eclipse, and Xcode. ↩ Response times may vary during periods of high usage. ↩ For details about the increased rate limits, see Prototyping with AI models . ↩ Copilot Chat skills in IDEs is available in Visual Studio Code and Visual Studio. ↩ Inline suggestions in IDEs is available in Visual Studio Code, Visual Studio, JetBrains IDEs, Azure Data Studio, Xcode, Vim/Neovim, and Eclipse. ↩ Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:13
https://www.highlight.io/docs/getting-started/server/js/nodejs
Node.js Quick Start Star us on GitHub Star Docs Sign in Sign up Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Getting Started / Server / JS / Node.js Quick Start Node.js Quick Start Learn how to set up highlight.io in Node.js. 1 Configure client-side Highlight. (optional) If you're using Highlight on the frontend for your application, make sure you've initialized it correctly and followed the fullstack mapping guide . 2 Install the relevant Highlight SDK(s). Install @highlight-run/node with your package manager. npm install --save @highlight-run/node 3 Initialize the Highlight JS SDK. Initialize the Highlight JS SDK with your project ID. import { H } from '@highlight-run/node' H.init({ projectID: '<YOUR_PROJECT_ID>', serviceName: '<YOUR_SERVICE_NAME>', environment: 'production', }) 4 Optionally, report manual errors in your app. If you need to report exceptions outside of a handler, use the Highlight SDK. const parsed = H.parseHeaders(request.headers) H.consumeError(error, parsed?.secureSessionId, parsed?.requestId) 5 Verify that your SDK is reporting errors. You'll want to throw an exception in one of your Node.js handlers. Access the API handler and make sure the error shows up in Highlight . const onError = (request, error) => { const parsed = H.parseHeaders(request.headers) H.consumeError(error, parsed.secureSessionId, parsed.requestId) } const main = () => { try { throw new Error('example error!') } catch (e) { onError(e) } } 6 Call built-in console methods. Logs are automatically recorded by the highlight SDK. Arguments passed as a dictionary as the second parameter will be interpreted as structured key-value pairs that logs can be easily searched by. module.exports = function() { console.log('hey there!'); console.warn('whoa there', {'key': 'value'}); } 7 Verify your backend logs are being recorded. Visit the highlight logs portal and check that backend logs are coming in. 8 Wrap your code using the Node.js SDK. By calling H.startWithHeaders() and span.end() , the @highlight-run/node SDK will record a span. You can create more child spans or add custom attributes to each span. const functionToTrace = async (input int) => { const { span, ctx } = H.startWithHeaders("functionToTrace", {}, {custom_property: input}) // ... // use the current span context with the function call to ensure child spans are tied to the current span // import api from '@opentelemetry/api' api.context.with(ctx, () => { anotherFunction() }) // ... span.end() } const anotherFunction = () => { const { span } = H.startWithHeaders("anotherFunction", {}) // ... span.end() } module.exports = function() { console.log('hey there!'); functionToTrace() } 9 Pass HTTP headers to the SDK H.runWithHeaders takes request headers and spreads them across all related spans, automatically relating spans to your session and request headers. app.get('/', async (req, res) => { await H.runWithHeaders(req.headers, () => { const { span } = H.startWithHeaders("custom-span", {}) const err = new Error('this is a test error') console.info('Sending error to highlight') H.consumeError(err) res.send('Hello World!') span.end() }) }) 10 Verify your backend traces are being recorded. Visit the highlight traces portal and check that backend traces are coming in. Next.js Pino [object Object]
2026-01-13T08:48:13
https://www.highlight.io/docs/general/product-features/metrics/overview
Metrics (beta) Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Metrics (beta) / Metrics (beta) Metrics (beta) OpenTelemetry Metrics with Highlight Highlight supports accepting OpenTelemetry (OTel) metrics at our dedicated endpoint: otel.highlight.io . This allows you to seamlessly integrate your application's metrics data with Highlight. To get started with sending OTel metrics to Highlight using Python, for example, you can follow the example here . We're actively working on more tutorials and examples for other languages and frameworks, so stay tuned. That being said, given that we accept the OpenTelemetry metrics protocol, you can send data from other sources, including containers, cloud providers, and more. Querying these metrics in the Highlight UI Querying metrics in Highlight is similar to querying traces and logs. You can use the Highlight Query Language to query metrics on our dashboard page, like so: And then, you can visualize your metrics in a graph, like so: Metrics (beta) Frequently Asked Questions. Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:13
https://docs.github.com/en/enterprise-cloud@latest/enterprise-onboarding
Enterprise onboarding - GitHub Enterprise Cloud Docs Skip to main content GitHub Docs Version: Enterprise Cloud Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Enterprise onboarding Home Enterprise onboarding Get started Choose an enterprise type Start a trial Add users Billing Migrations Set up organizations and teams Best practices Set up an organization About roles Identify role requirements Create custom roles About teams Create teams Assign roles Use innersource Create a support model Understand enterprise support Support portal Manage support entitlements Govern people and repositories About enterprise policies Create custom properties Create repository policies Protect branches Use the audit log Security features Automate with apps Create enterprise apps Install enterprise apps Set up CI/CD with Actions About GitHub Actions Actions components Plan a rollout Migrate to Actions Get started Enterprise onboarding Onboard your company to GitHub Enterprise Cloud by following our recommended plan. You will set up teams with the access they need, create a policy framework to ensure compliance, and automate processes securely throughout your enterprise. 1 Getting started with your enterprise 5 articles Master the fundamentals of GitHub Enterprise Cloud and get started with a trial. Choosing an enterprise type for GitHub Enterprise Cloud Setting up a trial of GitHub Enterprise Adding users to your enterprise About enterprise billing About migrating to GitHub Enterprise Cloud 2 Setting up organizations and teams in your enterprise 9 articles Organize work effectively and ensure people have the access they need to resources and administrative settings. Best practices for organizing work in your enterprise Setting up an organization About roles in an enterprise Identifying the roles required by your enterprise Creating custom roles About teams in an enterprise Creating enterprise teams Assigning roles to teams and users Using innersource in your enterprise 3 Creating a support model for your enterprise 3 articles Find out how to get help and choose who will be able to contact Support. Understanding enterprise support Using the support portal Managing support entitlements 4 Governing people and repositories 6 articles Implement policies, custom properties, and rulesets to govern users and repositories across your enterprise. About enterprise policies Creating custom properties for repositories in your enterprise Defining policies for repositories in your enterprise Protecting branches in your enterprise with rulesets Using the audit log for your enterprise About enterprise security 5 Automating processes with GitHub Apps 2 articles Create and install apps to automate processes securely in your enterprise and organizations. Creating enterprise apps Installing enterprise apps 6 Setting up CI/CD with GitHub Actions 5 articles Explore GitHub Actions, plan your rollout, and get started. About GitHub Actions for enterprises Understanding the components of GitHub Actions Planning a rollout of GitHub Actions Migrating your enterprise to GitHub Actions Getting started with GitHub Actions for GitHub Enterprise Cloud 1 Getting started with your enterprise 5 articles Master the fundamentals of GitHub Enterprise Cloud and get started with a trial. Choosing an enterprise type for GitHub Enterprise Cloud Setting up a trial of GitHub Enterprise Adding users to your enterprise About enterprise billing About migrating to GitHub Enterprise Cloud 2 Setting up organizations and teams in your enterprise 9 articles Organize work effectively and ensure people have the access they need to resources and administrative settings. Best practices for organizing work in your enterprise Setting up an organization About roles in an enterprise Identifying the roles required by your enterprise Creating custom roles About teams in an enterprise Creating enterprise teams Assigning roles to teams and users Using innersource in your enterprise 3 Creating a support model for your enterprise 3 articles Find out how to get help and choose who will be able to contact Support. Understanding enterprise support Using the support portal Managing support entitlements 4 Governing people and repositories 6 articles Implement policies, custom properties, and rulesets to govern users and repositories across your enterprise. About enterprise policies Creating custom properties for repositories in your enterprise Defining policies for repositories in your enterprise Protecting branches in your enterprise with rulesets Using the audit log for your enterprise About enterprise security 5 Automating processes with GitHub Apps 2 articles Create and install apps to automate processes securely in your enterprise and organizations. Creating enterprise apps Installing enterprise apps 6 Setting up CI/CD with GitHub Actions 5 articles Explore GitHub Actions, plan your rollout, and get started. About GitHub Actions for enterprises Understanding the components of GitHub Actions Planning a rollout of GitHub Actions Migrating your enterprise to GitHub Actions Getting started with GitHub Actions for GitHub Enterprise Cloud Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:13
https://dev.to/vibhas_natekar/week-1-my-android-learning-journey-2lha
Week 1: My Android Learning Journey - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Vibhas Natekar Posted on Dec 17, 2025 Week 1: My Android Learning Journey # programming # android # java # androiddev This week marked the beginning of my **Android development **learning. I started with core concepts like application components, resources, and UI layouts including Linear and Table layouts. I explored TextView, menus, ImageButton, and learned how permissions work in Android by creating a program that makes a phone call. To apply my learning practically, I built a basic calculator app and a registration form. All my practice code is maintained on GitHub, which helps me track progress and improve through revision. This week helped me build a solid foundation, and I’m looking forward to exploring more advanced Android concepts in the coming weeks. 📂 GitHub Repository: 👉 https://github.com/vibhasJayavantNatekar/android-learning.git Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Vibhas Natekar Follow Full Stack Web Developer Joined Dec 17, 2025 Trending on DEV Community Hot The First Week at a Startup Taught Me More Than I Expected # startup # beginners # career # learning Bifrost: The fastest way to build AI applications that never go down # webdev # ai # programming # opensource Top 7 Featured DEV Posts of the Week # top7 # discuss 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://dev.to/kanywst/ebpf-experiencing-ebpf-with-cilium-4k55#comments
eBPF: Experiencing eBPF with Cilium - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse kt Posted on Jan 12           eBPF: Experiencing eBPF with Cilium # cilium # ebpf # kubernetes # network Linux Kernel (4 Part Series) 1 Linux File System Architecture: A Deep Dive into VFS, Inodes, and Storage 2 Linux Kernel Architecture: From Ring 0 to Network Stack & eBPF 3 Docker: Internal Architecture 4 eBPF: Experiencing eBPF with Cilium Introduction In recent years, a technology called eBPF (Extended Berkeley Packet Filter) has been hailed as a revolution in the Linux kernel world. It is often described as magic that "allows you to safely extend kernel functionality without rewriting kernel source code." However, when you actually try to write and run C code yourself, the hurdles of environment setup and verification are high, often making it look like "difficult black magic." However, Cilium serves as the perfect gateway to understanding eBPF. Cilium is a CNI (Container Network Interface) for Kubernetes built using eBPF. By using it, you can intuitively experience "how eBPF changes the world of networking and security" without writing a single line of eBPF code. In this article, we will build Cilium in a local Kubernetes environment (Kind) and unravel its power through the following four steps: Observability : Kernel-level visualization with Hubble Network Policy : L3-L7 control using eBPF + Envoy Governance : Policy enforcement via VAP (Validating Admission Policy) Zero Trust : Transparent mTLS integration with SPIRE 1. Why Cilium? First, let's understand the decisive difference between traditional Kubernetes networking and Cilium (eBPF). 1-1. Moving away from iptables (kube-proxy) In a standard Kubernetes configuration, kube-proxy handles packet control by manipulating iptables . However, iptables processes rules using linear search (O(n)), which causes latency in large-scale environments as the number of rules increases. Cilium replaces this with eBPF. Since eBPF references hash tables (Maps) within the kernel directly, the computational complexity remains O(1) regardless of how many services are added. 1-2. Identity-Aware Traditional firewalls identify traffic by "IP Address," but in the container world, IPs change frequently. Cilium assigns a unique "Identity (numeric ID)" to each Pod and manages it at the eBPF level, maintaining policies even if the IP changes. 2. Hands-on Experiment Prerequisites Docker, Kind, kubectl Cilium CLI ( brew install cilium-cli , etc.) Step 1: Create a Kind Cluster To let Cilium handle all networking, we create the cluster with disableDefaultCNI: true to disable the default CNI (kindnet). cat << EOF > kind-config.yaml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - role: worker - role: worker networking: disableDefaultCNI: true podSubnet: "10.0.0.0/8" serviceSubnet: "172.18.0.0/16" EOF kind create cluster --config kind-config.yaml --name cilium-test Enter fullscreen mode Exit fullscreen mode Verification Command: Since there is no CNI yet, the nodes will be in a NotReady state. kubectl get nodes # STATUS: NotReady (Expected) Enter fullscreen mode Exit fullscreen mode Step 2: Install Cilium Install using the Cilium CLI. cilium install --version 1.18.5 Enter fullscreen mode Exit fullscreen mode Verification Command: Once installation is complete, the nodes will become Ready . cilium status --wait # Status: OK kubectl get nodes # STATUS: Ready Enter fullscreen mode Exit fullscreen mode Step 3. Enable Hubble (Observability) Enable Hubble, Cilium's visualization feature. cilium hubble enable --ui Enter fullscreen mode Exit fullscreen mode Verification Command: Launch the Hubble UI and open http://localhost:12000 in your browser. cilium hubble ui Enter fullscreen mode Exit fullscreen mode Generate some test traffic from another terminal. cilium connectivity test # This takes a very long time Enter fullscreen mode Exit fullscreen mode Looking at the Hubble UI, communication between Pods is visualized as a Service Map. [!TIP] A Service Map is a network topology diagram that automatically visualizes dependencies, showing "which service (Pod) is communicating with which service" within the Kubernetes cluster. Because eBPF captures data at the socket level, you can see details like "DNS query content" and "HTTP methods" without injecting any sidecars. Step 4. Enable Network Policy (L3-L7) We will use a Star Wars demo app to control access between the Empire and the Alliance. 4-1. Deploy the App kubectl create -f https://raw.githubusercontent.com/cilium/cilium/HEAD/examples/minikube/http-sw-app.yaml Enter fullscreen mode Exit fullscreen mode Verification Command: Wait for the Pods to start. kubectl wait --for = condition = Ready pod --all --timeout = 60s kubectl get pods Enter fullscreen mode Exit fullscreen mode 4-2. L3/L4 Control: IP Level Blocking Apply a policy stating "Only Empire ships ( org=empire ) can access the Death Star." cat <<EOF | kubectl apply -f - apiVersion : " cilium.io/v2" kind : CiliumNetworkPolicy metadata : name : " rule1" spec : endpointSelector : matchLabels : org : empire class : deathstar ingress : - fromEndpoints : - matchLabels : org : empire toPorts : - ports : - port : " 80" protocol : TCP EOF Enter fullscreen mode Exit fullscreen mode Verification: Access from the Alliance (X-Wing) times out (drops). kubectl exec xwing -- curl -s --connect-timeout 2 -XPOST deathstar.default.svc.cluster.local/v1/request-landing # command terminated with exit code 28 Enter fullscreen mode Exit fullscreen mode Access from the Empire (TIE Fighter) succeeds. kubectl exec tiefighter -- curl -s -XPOST deathstar.default.svc.cluster.local/v1/request-landing # Ship landed Enter fullscreen mode Exit fullscreen mode 4-3. L7 Control: HTTP Method Blocking Furthermore, let's add a policy: "Even for the Empire, attacks on the exhaust port ( PUT /exhaust-port ) are prohibited." Cilium achieves this by integrating with Envoy. cat <<EOF | kubectl apply -f - apiVersion : " cilium.io/v2" kind : CiliumNetworkPolicy metadata : name : " rule1" spec : endpointSelector : matchLabels : org : empire class : deathstar ingress : - fromEndpoints : - matchLabels : org : empire toPorts : - ports : - port : " 80" protocol : TCP rules : http : - method : " POST" path : " /v1/request-landing" EOF Enter fullscreen mode Exit fullscreen mode Verification: # Request Landing (POST) -> OK kubectl exec tiefighter -- curl -s -XPOST deathstar.default.svc.cluster.local/v1/request-landing # Ship landed # Attack (PUT) -> Access Denied (403) kubectl exec tiefighter -- curl -s -XPUT deathstar.default.svc.cluster.local/v1/exhaust-port # Access denied Enter fullscreen mode Exit fullscreen mode Step 5. Enable Validating Admission Policy (VAP) Using VAP , a new feature in Kubernetes 1.30+, we can enforce governance during resource creation. Sidebar: ServiceAccount Impersonation Risk In K8s, a "user who can create Pods" can specify any ServiceAccount (SA). If they use an SA with strong privileges without permission, it can lead to privilege escalation attacks. 5-1. Applying Policy We create a rule: "Only the privileged user ( empire-admin ) is allowed to attach the org: empire label." cat <<EOF | kubectl apply -f - apiVersion : admissionregistration.k8s.io/v1 kind : ValidatingAdmissionPolicy metadata : name : " demo-strict-empire-label" spec : failurePolicy : Fail matchConstraints : resourceRules : - apiGroups : [ " " ] apiVersions : [ " v1" ] operations : [ " CREATE" , " UPDATE" ] resources : [ " pods" ] validations : - expression : > !('org' in object.metadata.labels) || object.metadata.labels['org'] != 'empire' || request.userInfo.username == 'system:serviceaccount:default:empire-admin' message : " You are not authorized to use the 'org: empire' label." EOF Enter fullscreen mode Exit fullscreen mode Create the binding as well. cat <<EOF | kubectl apply -f - apiVersion : admissionregistration.k8s.io/v1 kind : ValidatingAdmissionPolicyBinding metadata : name : " demo-strict-empire-label-binding" spec : policyName : " demo-strict-empire-label" validationActions : [ Deny ] matchResources : namespaceSelector : matchLabels : kubernetes.io/metadata.name : default EOF Enter fullscreen mode Exit fullscreen mode 5-2. Verification Execute as a normal user (Denied): cat << EOF | kubectl apply -f - apiVersion: v1 kind: Pod metadata: name: spy-x-wing labels: org: empire spec: containers: - image: nginx name: c EOF # The pods "spy-x-wing" is invalid: : ValidatingAdmissionPolicy 'demo-strict-empire-label' with binding 'demo-strict-empire-label-binding' denied request: You are not authorized to use the 'org: empire' label. Enter fullscreen mode Exit fullscreen mode Step 6. Combine with SPIRE Finally, we will build a Zero Trust network integrated with SPIRE . Authentication is performed based on "Issued Certificates (SVIDs)" rather than IP addresses or passwords. 6-1. Overview of SPIRE Integration SPIRE Server/Agent issues SVIDs (x509 certificates) to each workload. The Cilium Agent retrieves them. When communication occurs, Cilium (eBPF) automatically performs an mTLS handshake on the data plane. First, delete the Network Policy created in the previous experiments to start with a clean state. # Delete old policies kubectl delete cnp --all Enter fullscreen mode Exit fullscreen mode Next, use Helm to add and install SPIRE components to the environment installed via Cilium CLI. # 1. Add Cilium Helm repository helm repo add cilium https://helm.cilium.io/ helm repo update # 2. Upgrade Cilium with SPIRE integration enabled helm upgrade --install cilium cilium/cilium --version 1.16.1 \ --namespace kube-system \ --set authentication.mutual.spire.enabled = true \ --set authentication.mutual.spire.install.enabled = true \ --set authentication.mutual.spire.install.server.dataStorage.enabled = false \ --set hubble.relay.enabled = true \ --set hubble.ui.enabled = true # 3. Confirm SPIRE is running kubectl get pods -n cilium-spire Enter fullscreen mode Exit fullscreen mode By simply specifying authentication.mode: required in the policy, mTLS is enforced. cat <<EOF | kubectl apply -f - apiVersion : cilium.io/v2 kind : CiliumNetworkPolicy metadata : name : secure-access spec : endpointSelector : matchLabels : org : empire class : deathstar ingress : - authentication : mode : required # <--- Force mTLS fromEndpoints : - matchLabels : org : empire EOF Enter fullscreen mode Exit fullscreen mode This ensures that traffic from workloads without a certificate (not registered in SPIRE) is rejected. Verification: Access from the Alliance (X-Wing) times out (drops). kubectl exec xwing -- curl -s --connect-timeout 2 -XPOST deathstar.default.svc.cluster.local/v1/request-landing # command terminated with exit code 28 Enter fullscreen mode Exit fullscreen mode Access from the Empire (TIE Fighter) succeeds. kubectl exec tiefighter -- curl -s -XPOST deathstar.default.svc.cluster.local/v1/request-landing # Ship landed Enter fullscreen mode Exit fullscreen mode You can verify in the Hubble UI that Authentication is set to SPIRE . Although the curl logs look like TCP, this is because Cilium performs mTLS transparently. So, what is Cilium actually doing? We have verified the operation in various cases, but what is Cilium actually doing? Since Cilium is a CNI (Container Network Interface), it is responsible for programmably extending and controlling the Linux kernel's network stack itself. It replaces parts where default Kubernetes uses the standard Linux network stack (iptables and the traditional TCP/IP processing flow) . In other words, packet filtering, routing, and load balancing, as well as visualization and security monitoring, are performed by eBPF programs loaded into the kernel by Cilium. The packet flow can be represented as follows. By replacing these parts, we achieve overwhelming speed by bypassing the traditional TCP/IP stack processing and advanced control at the L7 level without modifying the OS kernel itself. As shown in this diagram, the relationship between Cilium and eBPF is as follows: Cilium (User Space) : Acts as the "Brain." It monitors the state of Kubernetes, and based on that, creates eBPF programs (bytecode) and injects (loads) them into the kernel . eBPF (Kernel Space) : Acts as the "Limbs/Hands." Once injected by Cilium, it executes at high speed inside the kernel whenever an event (like packet reception) occurs. During actual communication, the Cilium Agent does not intervene; processing is completed solely by eBPF, making it extremely fast. Cilium controls the network by generating and managing eBPF, but users simply define policies via CRDs to have Cilium create or update the eBPF programs. The following flow illustrates how CRDs are reflected in the eBPF layer (programs and Maps). Summary Through Cilium, we experienced the world of "Visualization," "Control," "Governance," and "Zero Trust" brought by eBPF. Hubble : Kernel-level visualization. Network Policy : Precise control with eBPF + Envoy. VAP : Entry-level inspection at the API level. SPIRE : Robust certificate-based authentication. These are not "black magic," but practical technologies that fuse the latest Linux kernel features with the Kubernetes ecosystem. Please try it out in your own environment. Cleanup kind delete cluster --name cilium-test rm kind-config.yaml Enter fullscreen mode Exit fullscreen mode Linux Kernel (4 Part Series) 1 Linux File System Architecture: A Deep Dive into VFS, Inodes, and Storage 2 Linux Kernel Architecture: From Ring 0 to Network Stack & eBPF 3 Docker: Internal Architecture 4 eBPF: Experiencing eBPF with Cilium Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse kt Follow Joined Jan 8, 2026 More from kt Supply Chain Security: A Deep Dive into SBOM and Code Signing # security # sbom # kubernetes # devops Linux Kernel Architecture: From Ring 0 to Network Stack & eBPF # linux # kernel # ebpf # programming 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://buildwithfern.com/learn/sdks/capabilities/code-snippets#snippets-over-api
SDKs overview | Fern Documentation Search / Ask AI Slack community Log in Book a demo Overview Introduction How it works Quickstart Customer showcase Working with SDKs Project structure Adding custom code Capabilities Fern Autorelease Generators TypeScript Python Go Java .NET PHP Ruby Swift Rust Postman SDK design Request behavior Preview & testing Hosting Reference generators.yml Light Overview SDKs overview Ask a question | Copy page | View as Markdown | More actions TypeScript v3.43.8 Changelog Python v4.46.14 Changelog Go v1.22.4 Changelog Java v3.28.0 Changelog .NET v2.13.0 Changelog PHP v1.25.2 Changelog Ruby v1.0.0-rc76 Changelog Swift v0.25.4 Changelog Rust v0.14.1 Changelog C++ Kotlin Was this page helpful? Yes No Edit this page Next How SDKs work Built with SDKs SDKs Generate client libraries in multiple languages SDKs SDKs Generate client libraries in multiple languages Slack community Log in Book a demo self.__next_f.push([1,"5a:[[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",[]],[\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\"]],[\"9b53d9252add86c9b4f54c97bc4b86687858b67cde32c9090a2822c291b5dec7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"db46558dae150aabe04834dc3b4913b7d6c063d75c3b1a458fc9683a20b2d1b4\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"1433d4d116c9ed41641be66b4304dde30bebe78682b717c0a047c139a089734e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\"]],[\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\"]],[\"0d552eae6ffcd12aa6bbe70604fb91ecf44a48b004b95fdcbba34c110b4a9aab\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"5b301049d4338d9ddbef4d47f37713c70e5ce4be73ecd15fdd8caf8aae9b21ac\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"14ab9a398e288e3aac7535a0a45053b2100b6ca5055b9298c5046c6608df13c2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"f2b155c7320050fa14bfc248d8860456af2da2c5792acd0c9a850c92a57fbe89\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"4a64fe3bb6d91d225f79c62a83f75f40135ac9598458e30e4ecc6f63c8cd6b6c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"aff52e585a7e37f36bb8aac43020e327767c2788b75b4e280117bc548b920b81\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"058d086a7189fa1ffa7110c9b67c0803ced41797711ca180a09bd5d6a69b186d\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\"]],[\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"ade8685946f803b0d3acf5e0d59aadabd5d52096eb6bd911a7255c21ba79912a\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"2b19e54baa3115046b4b34988f843f2883456da1369dcc950e455da8469d78ff\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"0428361bad0d16b4c8ddcbaf9fe4aef43df0acb723785a80a0351da549e23cc7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"e0cbc0b59bf64a9fcaa66488af3825aa503fbb3f840d3a8f1db041dfdda80088\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"4aadc421cd4428441949179e086c1542c2b89899c9dff8baae045de057c81884\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"94722ff288534cacebab20abac896d13010c66d96a45be51944a4ffe84709cb8\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"25efb91c99b875e9ba0d2e75753fc18813070aa1938ac06ed943b96f777da95f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"48b9ae889b9d45d2d6c02009426237ea1045ff1f4049d6b05b1ff2446eef72dc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"cec52b36ba691694b5a887e76342f24c7d5cb0793aaf1f5a57f9f32af8ebdff1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"4ce2b28dcb9547990d7533ccbd83f877c3b41a2ad20fa3ca3719d1264368a5a9\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"b67475c01858158a72196098a3331239ab2e68d24496965ecf41db8d799d13ec\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"8692a37029dd520de344e01a3777223a3b853927ad69fd380997e88d702933e6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"6e4f0fe8de88e8e2c4838fe5a60ca1a78e8e63980194457054e77845afcfcda2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"43966b73eb1d09f88ec13cbd4abd04085211e203a9b434c15f0e2552a21559a6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"77d5cd47bf1b36cc621c020853b85d6943fabdcd76e51d265b3065e508d1bb11\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"3f3a8ea0c73a4aefa92e26133604c27b2c9b0190ff0df47c4f9d326c2ec5357e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"e82253f82a94974c8608f84997d2afe4ba9e9d91a63c03902225583368e0952f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"d64dcc38088c947275cc8e7a6bcd7fbdf90749262015d0d587e57a6a088a4d43\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"c5e19b9f9d0c448fec5a625b3001333e69168b4a6fbe8d633ebc5bd6e7343dee\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"d0391843b8e70ac66e2e2d7c7dd42d2052efcc17aa45250780249c6c9da64cab\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"ba731695e6fde0acef3b94edf21afaadd658b6f98ec6fbe0c464960e626efe3d\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"ad0883489d7532744ccc2af79cdfa78ce5a75bcee1f58319166b66dc0212f4bd\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"a5ae1aa95e381424bfb75ff4837d37446f90dfc5d1770ca3241312579eb46e49\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"bcfeac3ad3ba03e4122dcc1496da68a62d94789636b25db69ac5d4f74ae8fea2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a13020d82bcd47c5c2e1cfbb33df64f76a3bd04bd817c82c3ffb8c5c1984c6b3\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a730cefdef16d13acd6361ecb98e068bda5468200b783d3d46fb8bb7598b8365\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a87349e0d6be03f8eced745cac161312776f59163782f4d154aecfdeca336838\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"f44ad9ccab0d3178f0ad0b4c87e972ba70ae7e286d32a3f3df6e99c162fb803f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"e0faa1cbc226f6a2e8530c01ac009a4c753e004722052860d0b10e2f5a0fc646\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"b058324be9763a965e01105ff54e13ef92396bdc0cdc04756fc763445e8c1834\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"1b6a7eda930f406f5b98d7eac53f5b994cf6215d8e79b5f56ac5758f14a83834\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"4a2a97adfe3828cb73aca63801784a7aaec3258ed1d06c6becf6ca9879a1cc78\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"e90f50dde613d9bbb5cab01788b6602c5b762758c50fa252eff3b9749b33460f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a739e9cdb2b8138c4a0dec33d8352c44697464b1fea6705ce5fb866329f63818\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"b82b4bf64294c2aca9999ec843bdcc14fefb8fe10a3f1f0556ef766f0fe84144\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"704894ba011b33a9a584b659d9b45f6d4849aeb140c7b3a3453e063f480644ae\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"01aac99aba8e0493fbaf23b3fc634256dcbc2161a64aca60f029f3b8f9bbebd7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"1b9ec24d915d90768fd129bb9671605cd81380e4baeb05170b843cab6d9b5b31\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"8a49333b6980c1204d6fd856d6935eb6e984adc4c592b80e162b5b722ecdeb17\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"6caf784babcc107a03bb05254bb3c22dcbe38474ef1df5f3b8811cfd578d9583\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"22f9efba9aec8709c8796e8536bfd4c3865940ff0c794815cc63e70393b5b110\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"ee9c700b98fd9f022d8cecf28c2e1a557f7dad1babf3e08409ca3c19bd636c14\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"4c2c1a952cab57f66c8a9f7b6cfbbbc697f75222d91db28c8c735ca0e6de4933\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"f0519044ff70636c58a00475af58686a7234e572f714617c98eba1a9e5b88530\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"0899516ca014af7452f9ed111d822babd7ae93a88b7375dfbec522774ec8618e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"9e41230b1d4d1955d01e1f3f2166f74d555e6223b2172957a531745f7f228122\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"00941c980beb96a1e5fedf2a51ea7c7f1b90110dfe38c2ee294ef9d79904101c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"1f7d806ddc2d8bf862a067ac5b048386f57a77c2e2d54e3024f0e4fbb4039019\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"6a0797df7883e273d124e1e6f5dff022c57ac9b17ff9f312e0dcd99c98e9b399\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"5fb30b41ff06797774db6e7029db51e41e53d7f7bf01a655ed6dca6a9951dcd6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"c4928410df055a220e66f56abbe55ee03d8b31c1c338c35ad051942852c16048\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"28b706550c9a665089836a446cc0ac3e0bbb17ef0adff07ae16771429dec3bd0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"02b339882c5bcf12aff92aacf80cb613d78d8802c3d1a77ca47fae91e3949b0e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"652d890d3bac71ac62315633329604c57fc53941899d0bb9987fd2d1b0feeb0e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"1a07a2668ffaf6f24d747910d0f44dd7a34d2f16d7b70f7a8f3a737b2f445265\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"941cbefbfa434b82c0d978e30132707d61d339d6c2f818329c9a16deb6e2960b\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"b403d7fe004a50d6a9e32a25aa713760575907afa94b40108d2206f96b6ce796\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"a7857f4702b4d2b898b10e76679f5c32bf294dcd99e5de15a9092841fb50b531\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"fa19dab91403f1e8754f248447025c4ffb718c351976370cf8ab46b76aa99522\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"f06b2e346761fa1d5eb39e481a38b6e6f1cbe0bf0acfeb4f06ba1b661663b36b\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"efe676a00d842dc4ebc05965f3de6f9004f9c276200345096a6e3157439837bc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"70632ef66492c43f1886850e7bc3a97e3aa74547bf09e93f2acae94ea518cdfc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"0310688cd37ccd08cddc7f539123ea69b40ce503bb7b0ea3d9f2f7d84abf010e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"f5a8aaca1aa274de61a80918e5f4ba0192663533611a62e4b2eb688fc4a57063\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"8b7750835bf1638347a90dadc9b1e9693e7bf9721554387dc133ec81c6f60408\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"0ff7bd11d506bef81cb3274fc82502faa49104bb73a021489983cd824c824b25\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"ab6b712bc19c157bca60befda0cba93c43b0b9fd7a660f25984e94a3a220f4b6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"1402a07e27572feb60cbeb37c86caa90b01a97b77c13e240d1fb7542b2f48c15\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"cf1dcd935130e769cd53f2cda0ab5ba668fc5c41da9cdeac28de0ef35dd1de32\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"3b1d6cde5246fb1cd2e34a97c8110f249d1bae8c0ffd1e42392a73066ad23523\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d316a73a79c2cf66323098561d1c8529c4d5845424ae8ff9aed63dd0f20c178c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"0d037c6f98bb77942782f8fce714bb7a5c1fdcfd565f88523d456d1798f22abc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"e62d5bdd702b7adf3efe1b72613789617d83d40b710a5dceb3f518092defd913\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"56e221c5d5097f09978ef370c29c55a1eee5784e259b8d762b114889c0d9b0e0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d1dd7e03678e3adb1fd2077f0fb55153d8db4e6f69e56748a4f5ce61ea66f1e4\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"e0cc72a8932dcc1d31df429783e9e16aef536d21d5ff9f4a80d1fa402450a74a\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"5c875af99183305a264bbb72d854a8477c551b32c5edcfdf326202fe6a672850\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"5a2f136a5c0f93c7f2ff8c7af66726fb8a1e79cba71f5a56c00a73eb86983d82\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"11b5de8ba6d06d33b3df31e11d58b5f8da920469e74f126a4938aead2d38b8a1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"f47685536fff79c5e83acdbe8aad3dcdf528749943348f60a5e2eb22ad2b729f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"b66c946dcb3e9677b549db7907d897a6172a72d4ab3193750acb9c43f0659f67\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"2e827c0fa595a1eac390ff664c666962cef472b33f20f73d702518fcdfe2c4ba\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"27809bb7b18c279a7d40ff7b6cf6c3bdcbd1855cd87c569f13d6738e54f05210\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d409d5d93c0106114aaaf21e9997bd02d7c9939b1d37ef2364e264dea614ea54\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"21653d1dcc354ec6458a40200e69b777daed4eeba9e98f37c049dacee4c7bba2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"7753238f95ed7efe726556a7948e0c973bc904a56bd255c09337196c29c686ba\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"46559645f3d6f9cf3eeb02e2885f3f2c8e7611c76aa986c7ccdd123e9b85c4d0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"cbf42d6ee419cabc88c8ff0d967614903813d86321f287fcfa64a2efa22087c6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"3a3a6b938eee0ddff85c4cdf2f091b727911bcb97fd0aec311c9719ad91140a8\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"2e3d41e14005acee42e165c85873c00228b9b7d267aec45d196eac7d4a9a4909\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"2140e8bb1f88d4629bf477de5d47b2ee754a995d02088621c2223b09c6175c41\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"c2372980d885c63b8f160d92bfb6826dfd6e45b6769d457fc42d211f15b35dfc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"f0330abee047e78d6667f1030134e5873a1c5146d53a5b14059b200bf7a66b11\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"b712adbb044a93e4cc7a3dbd7837a24cc538d1c97838eb83862029c734a4dae2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"b5f84b8d946f1a436a205099d650f9ed4a19b8a35ebb17dde15a2acf3058ee88\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"0bbb59b3daefc5bc018c4f71a0ff0bdb421815d694cb5bc148bc412b30279479\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"3c626b8d7fbf59d21bbb0622b66f521a72db77ba9c0ee5b5ea1f442f6817be14\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"6002ec900080c6f41ac3641d7c5b0d69bddd5b45d123ca651f3fcc1daafe7536\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"9b031927831372938891f1e4522d0a8fdb87026c68bf7d23593d697812d92dbc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"14790af08a3dd2ba1f8ca29f453d4bf0e14bae2200f48250b5ad607876a4ab65\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"65177eaa015b1c723bb1f43cee4693af005166d1c258af88cb63da1effde886f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"8cd8a016daa64c69f886d8c9b338f7f796e8666979f2e52faa9b1c7b51377d22\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f
2026-01-13T08:48:13
https://dev.to/t/career/page/76
Career Page 76 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Career Follow Hide This tag is for anything relating to careers! Job offers, workplace conflict, interviews, resumes, promotions, etc. Create Post submission guidelines All articles and discussions should relate to careers in some way. Pretty much everything on dev.to is about our careers in some way. Ideally, though, keep the tag related to getting, leaving, or maintaining a career or job. about #career A career is the field in which you work, while a job is a position held in that field. Related tags include #resume and #portfolio as resources to enhance your #career Older #career posts 73 74 75 76 77 78 79 80 81 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu From Frustration to Innovation: How Building a Dyslexia-Friendly Worksheet Creator Changed Everything WLH Challenge: After the Hack Submission gabbar gabbar gabbar Follow Jul 26 '25 From Frustration to Innovation: How Building a Dyslexia-Friendly Worksheet Creator Changed Everything # devchallenge # wlhchallenge # career # entrepreneurship 12  reactions Comments Add Comment 3 min read Introducing DEV Education Tracks: Expert-Guided Tutorials for Learning New Skills and Earning Badges Jess Lee Jess Lee Jess Lee Follow for The DEV Team Jun 30 '25 Introducing DEV Education Tracks: Expert-Guided Tutorials for Learning New Skills and Earning Badges # deved # career # ai # gemini 198  reactions Comments 33  comments 2 min read Consulting Rule #2: Don’t let your sarcasm show ... Unless you should Hatem Zidi Hatem Zidi Hatem Zidi Follow Jul 30 '25 Consulting Rule #2: Don’t let your sarcasm show ... Unless you should # career # softwareengineering # beginners # productivity 1  reaction Comments Add Comment 3 min read Excited to Start My Journey with WSO2 and Open-Source Contribution Tharushi Nimeshika Tharushi Nimeshika Tharushi Nimeshika Follow Jul 30 '25 Excited to Start My Journey with WSO2 and Open-Source Contribution # discuss # codenewbie # opensource # career Comments Add Comment 1 min read Practice Makes Perfect: How AI Interview Simulation Changed My Go Game RezaSi RezaSi RezaSi Follow Aug 16 '25 Practice Makes Perfect: How AI Interview Simulation Changed My Go Game # go # interview # ai # career 5  reactions Comments 1  comment 4 min read What the 2025 Stack Overflow Survey Tells Us About AI Developer Tools Takiuddin Ahmed Takiuddin Ahmed Takiuddin Ahmed Follow Jul 30 '25 What the 2025 Stack Overflow Survey Tells Us About AI Developer Tools # ai # productivity # programming # career Comments Add Comment 5 min read Automate Your Job Hunt 🚀 with n8n 🤖 Sumit Roy Sumit Roy Sumit Roy Follow Jul 29 '25 Automate Your Job Hunt 🚀 with n8n 🤖 # career # hiring # n8n 7  reactions Comments 1  comment 3 min read Why AI Won’t Replace Web Developers (But Might Replace Lazy Ones) FreezyStock FreezyStock FreezyStock Follow Jun 26 '25 Why AI Won’t Replace Web Developers (But Might Replace Lazy Ones) # webdev # ai # career # developerlife Comments Add Comment 1 min read Why I Code Better After 2 PM (and How I Stopped Fighting It) Vadym Vadym Vadym Follow Jul 29 '25 Why I Code Better After 2 PM (and How I Stopped Fighting It) # webdev # programming # career 4  reactions Comments 2  comments 2 min read Beware of Dev++ Service. R. R. R. Follow Jun 25 '25 Beware of Dev++ Service. # discuss # career # productivity Comments Add Comment 1 min read How My First Hackathon Became a One-Shot Miracle WLH Challenge: Beyond the Code Submission SHUMPEI DANSHITA SHUMPEI DANSHITA SHUMPEI DANSHITA Follow Jul 27 '25 How My First Hackathon Became a One-Shot Miracle # devchallenge # wlhchallenge # career # entrepreneurship 10  reactions Comments Add Comment 3 min read Learn System Design Sérgio Toledo Sérgio Toledo Sérgio Toledo Follow Jul 29 '25 Learn System Design # systemdesign # career # learning 2  reactions Comments 1  comment 1 min read Beginning my web dev journey as a illiterate CS Grad charan-simha charan-simha charan-simha Follow Jun 25 '25 Beginning my web dev journey as a illiterate CS Grad # codenewbie # webdev # firstyearincode # career Comments Add Comment 1 min read CMS Survey Kushal Durga Kushal Durga Kushal Durga Follow Jun 25 '25 CMS Survey # discuss # career # softwaredevelopment # productivity Comments Add Comment 1 min read Will AI Take Your Job? Or Will It Hand You a Better One? Rimsha Jalil Rimsha Jalil Rimsha Jalil Follow for epicX Jun 25 '25 Will AI Take Your Job? Or Will It Hand You a Better One? # ai # webdev # programming # career Comments Add Comment 3 min read 4D Thinking: Every visible moment has an invisible backstory Ali Alp Ali Alp Ali Alp Follow Jul 29 '25 4D Thinking: Every visible moment has an invisible backstory # selfimprovement # productivity # career # mindset 2  reactions Comments Add Comment 4 min read Learning Cloud the DevOps Mansi Sharma Mansi Sharma Mansi Sharma Follow Jun 25 '25 Learning Cloud the DevOps # devops # productivity # aws # career Comments Add Comment 1 min read After the Hack: Turning a Car Wash Prototype into a SaaS Company WLH Challenge: After the Hack Submission jefftheuri jefftheuri jefftheuri Follow Jul 25 '25 After the Hack: Turning a Car Wash Prototype into a SaaS Company # devchallenge # wlhchallenge # career # entrepreneurship 19  reactions Comments Add Comment 3 min read 🚀 The Cloud Resume Challenge My Journey to Cloud Mastery Devin Devin Devin Follow Jun 25 '25 🚀 The Cloud Resume Challenge My Journey to Cloud Mastery # devops # awschallenge # career # cloudcomputing 1  reaction Comments Add Comment 4 min read Breaking Out of Tutorial Hell DaoistRose DaoistRose DaoistRose Follow Aug 15 '25 Breaking Out of Tutorial Hell # webdev # programming # career # beginners Comments 1  comment 3 min read Python for Absolute Beginners — A Simple & Fast Guide I Created for Non-Programmers (Would Love Your Feedback!) thavo Henao thavo Henao thavo Henao Follow Jun 25 '25 Python for Absolute Beginners — A Simple & Fast Guide I Created for Non-Programmers (Would Love Your Feedback!) # python # beginners # learning # career Comments Add Comment 1 min read Everything you need to know about referrals Severin Wiggenhorn Severin Wiggenhorn Severin Wiggenhorn Follow Jun 24 '25 Everything you need to know about referrals # career # learning # leadership # beginners Comments Add Comment 4 min read From the Coding Loop to Cofounder Francisco Alejandro Francisco Alejandro Francisco Alejandro Follow Jun 24 '25 From the Coding Loop to Cofounder # startup # career Comments Add Comment 1 min read From Breathing Space to Building: Why I'm Joining Continue as Senior Developer Advocate BekahHW BekahHW BekahHW Follow Jul 24 '25 From Breathing Space to Building: Why I'm Joining Continue as Senior Developer Advocate # career # productivity # ai 20  reactions Comments 5  comments 3 min read From ATS to AI: Adapting Your Developer Job Hunt Dmytro Lokshyn Dmytro Lokshyn Dmytro Lokshyn Follow Jun 24 '25 From ATS to AI: Adapting Your Developer Job Hunt # career # ai # startup # interview Comments Add Comment 14 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:13
https://dev.to/ruppysuppy/5-projects-to-master-front-end-development-57p
5 projects to master Front End Development - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Tapajyoti Bose Posted on Jun 6, 2021 • Edited on Mar 1, 2025           5 projects to master Front End Development # javascript # webdev # programming # ux If you are starting on the journey to becoming a Front End Developer, once you get the basics down, you might want to make projects as the best way to learn any skill is to try making something hands-on. This article is for anyone trying to take their skills to the next level, as well as for people who is at a loss for project ideas. Here are five project ideas to help you out, according to no order. 1. Real-Time Chat App A Real-Time chat application sends and shows messages to a recipient instantly without any page refresh. This is a very lucrative project to have in your portfolio as it showcases that you have experience working with real-time data as well as authentication. If you are a Full-Stack Developer, you might also want to create the backend for the application for some extra brownie points in the eyes of the person checking it out. Demo Web-app: https://smartsapp-ba40f.firebaseapp.com ruppysuppy / SmartsApp 💬📱 An End to End Encrypted Cross Platform messenger app. Smartsapp A fully cross-platform messenger app with End to End Encryption (E2EE) . Demo NOTE: The features shown in the demo is not exhaustive. Only the core features are showcased in the demo. Platforms Supported Desktop: Windows, Linux, MacOS Mobile: Android, iOS Website: Any device with a browser Back-end Setup The back-end of the app is handled by Firebase . Basic Setup Go to firebase console and create a new project with the name Smartsapp Enable Google Analylitics App Setup Create an App for the project from the overview page Copy and paste the configurations in the required location (given in the readme of the respective apps) Auth Setup Go to the project Authentication section Select Sign-in method tab Enable Email/Password and Google sign in Firestore Setup Go to the project Firestore section Create firestore provisions for the project (choose the server nearest to your location) Go to the Rules … View on GitHub 2. E-Commerce Store E-commerce stores allow users to buy and sell goods or services using the internet and transfers money and data to execute these transactions. This project also involves authentication as well as keeping track of a user's previous orders, cart, etc resulting in a complex project, which tells the viewer you can solve complex development problems. Demo Web-app: https://pizza-man-61510.web.app/ ruppysuppy / Pizza-Man 🍕🛒 An e-commerce website to order pizza online Pizza Man Project An E-Commerce website for ordering Pizza Online Demo NOTE: The features shown in the demo is not exhaustive. Only the core features are showcased in the demo. Tools used React: To create the Single Page App React-Router: For Routing Redux: For State Management Firebase: As a DataBase Firebase Setup You need to create a firebase configeration file holding the firebase settings in the path /src/firebase/config.js . The required format is: const firebaseConfig = { apiKey : "API-KEY" , authDomain : "AUTH-DOMAIN.firebaseapp.com" , databaseURL : "DATABASE-URL.firebaseio.com" , projectId : "PROJECT-ID" , storageBucket : "STORAGE-BUCKET.appspot.com" , messagingSenderId : "MESSAGING-SENDER-ID" , appId : "APP-ID" , measurementId : "MEASUREMENT-ID" , } ; export default firebaseConfig ; Enter fullscreen mode Exit fullscreen mode Data needs to be stored in the following format: [ { name : "CATEGORY NAME" , items : [ { desc : "PIZZA DESCRIPTION" , id : "ID" , img : "IMAGE LINK" , name … Enter fullscreen mode Exit fullscreen mode View on GitHub 3. Weather Report App A Weather Report App provides the user with current weather details and forecasts as well for the future. This project is probably the easiest one on the list. You only need to use a third-party API like Open Weather Map or Weather API . It shows the viewer that you can work with external APIs. Demo ruppysuppy / The-WeatherMan-Project 🌞☁️ Get Local and International weather forecasts from the most accurate Weather Forecasting Technology featuring up to the minute Weather Reports. THE WEATHER MAN PROJECT This is a simple Django project which displays the weather details (current + forecast + previous) of any location in the world. Resources Used Google Places JavaScript API: For the place name auto-completion Open Weather Maps API: For getting the weather details Chart.js: For plotting the charts of previous data AOS: For Animation on Scroll effect How To Use Follow the steps to start the local server on your machine: Enter Your Google API Key (./templates/core/home.html) and Open Weather Maps API KEY (./weather_details/views.py). You receive the key after you make an account in the Google Cloud Platform (and Activate Google Places JavaScript API) and Open Weather Maps Download and install Python 3.x Navigate to the repository folder Open the Terminal/CMD/PowerShell at the location (Shift + Right Click => Run Command Prompt/PowerShell for Windows or Right Click => Run Terminal for Linux based system) Run the Command… View on GitHub 4. Cross-Platform App Cross-Platform Applications are apps developed to function on multiple Operating Systems from the same code base. Being well adapted at Cross-Platform Development is highly in demand these days as companies want to reduce the cost involved in application development, and what's a better way to do it than make an application once and use it on several platforms? Demo ruppysuppy / SmartsApp 💬📱 An End to End Encrypted Cross Platform messenger app. Smartsapp A fully cross-platform messenger app with End to End Encryption (E2EE) . Demo NOTE: The features shown in the demo is not exhaustive. Only the core features are showcased in the demo. Platforms Supported Desktop: Windows, Linux, MacOS Mobile: Android, iOS Website: Any device with a browser Back-end Setup The back-end of the app is handled by Firebase . Basic Setup Go to firebase console and create a new project with the name Smartsapp Enable Google Analylitics App Setup Create an App for the project from the overview page Copy and paste the configurations in the required location (given in the readme of the respective apps) Auth Setup Go to the project Authentication section Select Sign-in method tab Enable Email/Password and Google sign in Firestore Setup Go to the project Firestore section Create firestore provisions for the project (choose the server nearest to your location) Go to the Rules … View on GitHub ruppysuppy / UnHook 💻👨‍💻 Cross Platform Desktop App to remind you to Unhook yourself from the Screen. UnHook If you are one of the rare breed of people who call themselves programmers, you must have faced the following sitation: You were so busy working, that you forgot to take a break while coding... now your eyes hurt due to the excessive stress on them. The solution? Use UnHook, an app that helps you un-hook yourself from the screen by reminding you to take breaks at the right time. Demo Platforms Windows Linux MacOS Tools/Frameworks Used Electron React Redux (This is an overkill for such a small app, its used for practicing redux + electron integration) How to Use Download and go to the repository location. Install depenencies for main app using npm run install-dependencies Perform either of the following based on the development status of the app you are using PRODUCTION (default): Use npm run build-front-end to build the react app DEVELOPMENT: Use npm run start-front-end to… View on GitHub 5. Personal Portfolio Since you just completed 4 projects mentioned above, you will definitely need a place to showoff how cool your projects are. Personal Portfolio is the go-to place to do just that, you can also list out your experience, achievements, and any other relevant information. If you have a desire to build your personal brand, then a website that can promote your work is a must. This is just the place you can bring out your inner artist and design it to your heart's content. Not an artistic person? Draw ideas from templates or simply use one. Demo Web-app: https://tapajyoti-bose.vercel.app/ NOTE: This is by no means an exhaustive list; feel free to add your ideas in the comments below. Thanks for reading Need a Top Rated Software Development Freelancer to chop away your development woes? Contact me on Upwork Want to see what I am working on? Check out my Personal Website and GitHub Want to connect? Reach out to me on LinkedIn Follow my blogs for bi-weekly new Tidbits on Medium FAQ These are a few commonly asked questions I get. So, I hope this FAQ section solves your issues. I am a beginner, how should I learn Front-End Web Dev? Look into the following articles: Front End Buzz words Front End Development Roadmap Front End Project Ideas Transition from a Beginner to an Intermediate Frontend Developer Would you mentor me? Sorry, I am already under a lot of workload and would not have the time to mentor anyone. Top comments (26) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand   izaias izaias izaias Follow Eu sou o que sou e é isso que sou! Location Brasil Work noob at Auxiliar de serviços gerais Joined Jul 16, 2020 • Jun 7 '21 Dropdown menu Copy link Hide Show, adoro tudo que aparece aqui, tenho uma ideia para fazer um modelo para kanbam mas não tenho ninguém para me ajuda(se alguém se propor eu aceito) Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Jun 7 '21 • Edited on Jun 7 • Edited Dropdown menu Copy link Hide I'm sorry but can't understand the language Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   izaias izaias izaias Follow Eu sou o que sou e é isso que sou! Location Brasil Work noob at Auxiliar de serviços gerais Joined Jul 16, 2020 • Jun 8 '21 Dropdown menu Copy link Hide Show, I love everything that appears here, I have an idea to make a kanban model but I don't have anyone to help me (if someone proposes, I accept) Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   izaias izaias izaias Follow Eu sou o que sou e é isso que sou! Location Brasil Work noob at Auxiliar de serviços gerais Joined Jul 16, 2020 • Jun 8 '21 Dropdown menu Copy link Hide shadowruge.github.io/kanban/ Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Adriano Valadares Adriano Valadares Adriano Valadares Follow Nah! Vamo nessa! Joined Jul 2, 2020 • Jun 7 '21 Dropdown menu Copy link Hide Não entendi muito bem sua ideia. Mas parece interessante Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   izaias izaias izaias Follow Eu sou o que sou e é isso que sou! Location Brasil Work noob at Auxiliar de serviços gerais Joined Jul 16, 2020 • Jun 8 '21 Dropdown menu Copy link Hide shadowruge.github.io/kanban/ Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   izaias izaias izaias Follow Eu sou o que sou e é isso que sou! Location Brasil Work noob at Auxiliar de serviços gerais Joined Jul 16, 2020 • Jun 8 '21 Dropdown menu Copy link Hide criar um kanban com html, js, json é para ser bem simples de lidar, vou postar a ideia no github Like comment: Like comment: 2  likes Like Thread Thread   Adriano Valadares Adriano Valadares Adriano Valadares Follow Nah! Vamo nessa! Joined Jul 2, 2020 • Jun 8 '21 Dropdown menu Copy link Hide Entendi, é tipo um Trello/Jira da vida, certo?! Sempre tive vontade de desenvolver um. Cara, se quiser posso te dar uma ajuda. Não garanto ser muita, mas posso no que for possível. Like comment: Like comment: 2  likes Like Thread Thread   izaias izaias izaias Follow Eu sou o que sou e é isso que sou! Location Brasil Work noob at Auxiliar de serviços gerais Joined Jul 16, 2020 • Jun 8 '21 Dropdown menu Copy link Hide github.com/shadowruge Pocha fico feliz obrigado Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Lars Ejaas Lars Ejaas Lars Ejaas Follow I love coding and what motivates me is problem-solving and preferably if it has an element of creativity. I am a self-taught developer and work full-time as a front-end developer. Location Denmark 🇩🇰 Education Bachelor in Nutrition and health (I know not super relevant to my current line of work!) Work Frontend developer at AccuRanker Joined Apr 21, 2020 • Jul 5 '21 • Edited on Jul 5 • Edited Dropdown menu Copy link Hide Great article and some solid ideas. I sure learned a lot when I build my own personal portfolio page! I visited your portfolio and really like it! Especially the effects where the articles "move/fade" in looks great! Please check out my portfolio at larsejaas.com/en/ Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   GeorgeNeilyo GeorgeNeilyo GeorgeNeilyo Follow Fullstack Developer (Typescript) with expertise in frontend frameworks Next.js located in Denmark Location Denmark Work Frontend Developer at NoniCorp Joined Mar 15, 2019 • Mar 25 '23 Dropdown menu Copy link Hide Mate honestly . One of the best portfolio's I ever seen. Well done! Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Lars Ejaas Lars Ejaas Lars Ejaas Follow I love coding and what motivates me is problem-solving and preferably if it has an element of creativity. I am a self-taught developer and work full-time as a front-end developer. Location Denmark 🇩🇰 Education Bachelor in Nutrition and health (I know not super relevant to my current line of work!) Work Frontend developer at AccuRanker Joined Apr 21, 2020 • Mar 26 '23 Dropdown menu Copy link Hide Thanks @georgeneilyo . It is just starting to be a bit outdated. I probably should give it an update soon 😀 Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Jul 5 '21 Dropdown menu Copy link Hide Wow! The micro interactions in you portfolio really blew me away! Amazing work!!! Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Lars Ejaas Lars Ejaas Lars Ejaas Follow I love coding and what motivates me is problem-solving and preferably if it has an element of creativity. I am a self-taught developer and work full-time as a front-end developer. Location Denmark 🇩🇰 Education Bachelor in Nutrition and health (I know not super relevant to my current line of work!) Work Frontend developer at AccuRanker Joined Apr 21, 2020 • Jul 5 '21 Dropdown menu Copy link Hide Thanks! I am glad you liked it 😊 Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   M-133 M-133 M-133 Follow Work Front End at Front End Joined Jun 7, 2021 • Jun 7 '21 Dropdown menu Copy link Hide what tecnolgy you used to do this??? Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Jun 7 '21 • Edited on Jun 7 • Edited Dropdown menu Copy link Hide The projects? Real-Time Chat App: react, redux, typescript & firebase (web app) E-Commerce Store: react, redux & firebase Weather Report App: Django (the one in the example is a full stack project) Cross-Platform App: flutter & electron.js (flutter 2.0 & neutrino.js or tauri might be a better choice now) Portfolio: react, redux, typescript, next.js & firebase Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Frank Otabil Amissah Frank Otabil Amissah Frank Otabil Amissah Follow I'm a front-end developer and a tech writer... Email amissahfrank17@gmail.com Location Tema, Ghana Pronouns He,Him Joined Aug 10, 2022 • Mar 22 '23 Dropdown menu Copy link Hide Another great project will be a link shortening app with react and bitly. I made a tutorial on building it. If you don't mind you can look it up from my profile. Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   chaderenyore chaderenyore chaderenyore Follow Work Junior Fronted Developer Joined Dec 30, 2020 • Jun 12 '21 Dropdown menu Copy link Hide I don't like posts like this, they're click baits. since when did Django turn a frontend Language? Not a nice title but your projects are nice though Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Jun 13 '21 Dropdown menu Copy link Hide Thankyou. A weather report app is generally a front end project. As I had already mentioned, the one in the example is a full stack one Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   chaderenyore chaderenyore chaderenyore Follow Work Junior Fronted Developer Joined Dec 30, 2020 • Jul 2 '21 Dropdown menu Copy link Hide Okay great, thanks for the clarification Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   KUMAR HARSH KUMAR HARSH KUMAR HARSH Follow The best way to learn is to teach.Programmer by Passion and Developer for Fun, and I love sharing my journey with everyone. Education Prefinal Year CSE Undergrad Work Student Joined Jun 1, 2021 • Jun 6 '21 Dropdown menu Copy link Hide I really like your Portfolio website and would like to make one for myself as well. Is there a github repo or a tutorial maybe then please share it. Thanks. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Jun 6 '21 Dropdown menu Copy link Hide Thanks a lot. :) I am planning to write an article on that the next week so stay tuned! Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Chinweike Jude Obiejesi Chinweike Jude Obiejesi Chinweike Jude Obiejesi Follow Project Manager, Wordpress Developer, Developer Relation Email johnboscoobiejesi@gmail.com Location Abuja Nigeria Work Project Manager Techibytes Media Joined Feb 19, 2019 • Jun 7 '21 Dropdown menu Copy link Hide Would love to know if you have a GitHub repo for the portfolio Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Tapajyoti Bose Tapajyoti Bose Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 • Jun 8 '21 Dropdown menu Copy link Hide I do, but its private for some personal reasons. I'll be sharing how I made it the next week in great detail Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Hassan Hassan Hassan Follow I'm a FULL-STACK programmer [JAVASCRIPT and PHP] Email hasanweb03@gmail.com Location Iran, Zanjan Joined Aug 5, 2019 • Jun 10 '21 Dropdown menu Copy link Hide thanks for offers Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Wilson Morais Freire Wilson Morais Freire Wilson Morais Freire Follow Joined Jun 9, 2021 • Jun 9 '21 Dropdown menu Copy link Hide Bacanca as 5 idieas, pena que no git seria só a maneira de ver o pronto se tivesse passo a passo certamente tentaria acompanhar! Vou fazer o meu por Portifólio Pessoal, obrigado pela dica. Like comment: Like comment: 1  like Like Comment button Reply View full discussion (26 comments) Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Tapajyoti Bose Follow Top Rated Freelancer || Blogger || Cross-Platform App Developer || Web Developer || Open Source Contributor Location Kolkata, West Bengal, India Joined Dec 4, 2020 More from Tapajyoti Bose 9 tricks that separate a pro Typescript developer from an noob 😎 # programming # javascript # typescript # beginners 7 skill you must know to call yourself HTML master in 2025 🚀 # webdev # programming # html # beginners 11 Interview Questions You Should Know as a React Native Developer in 2025 📈🚀 # react # reactnative # javascript # programming 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.highlight.io/docs/getting-started/server/go
Go Star us on GitHub Star Docs Sign in Sign up Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Getting Started / Server / Go Go Server Highlight Integration in Go Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/live-mode
Live Mode Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Live Mode Live Mode highlight.io supports tracking users in real-time as they user your web application. When you use highlight.io's Live Mode, the session viewer shows the latest data from users' sessions. It is enabled by default on sessions currently 'live' - eg. when a user is still on the page and sending session data. While you can view how a session looks to a user in real time, note that some events haven't been processed and will not be visible. Errors, console logs, and network traffic will only be visible when Live Mode is disabled, up to what's most recently processed. In Live Mode, time-scrubbing is disabled since you're always seeing the latest session view. You can always turn off Live Mode by clicking the toggle button, which will show the session up to the latest data processed. Clicking on the session to write a comment will also disable Live Mode, since comments are associated with a particular timestamp. GraphQL Performance Impact Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://docs.github.com/en/codespaces
Codespaces documentation - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Codespaces Home Codespaces Quickstart Getting started What are Codespaces? Codespaces features The codespace lifecycle Deep dive into Codespaces Developing in a codespace Develop in a codespace Create a codespace for a repo Create a codespace from a template Delete a codespace Open an existing codespace Work collaboratively Source control Pull requests Stop a codespace Forward ports Rebuilding a container Default environment variables Persist variables and files Connecting to a private network Machine learning Visual Studio Code GitHub CLI Customizing your codespace Rename a codespace Change your shell Change the machine type Setting your user preferences Personalize your codespaces Set the default editor Set the default region Set the timeout Configure automatic deletion Choose the host image Setting up your project Adding a dev container configuration Introduction to dev containers Setting up a Node.js project Setting up a C# (.NET) project Setting up a Java project Setting up a PHP project Setting up a Python project Configuring dev containers Set a minimum machine spec Adding features Automatically opening files Specifying recommended secrets Setting up your repository Facilitating codespace creation Set up a template repo Prebuilding your codespaces About prebuilds Configure prebuilds Allow external repo access Manage prebuilds Test dev container changes Managing your codespaces Codespaces secrets Repository access Security logs GPG verification Managing your organization Enable or disable Codespaces Billing and ownership List organization codespaces Manage Codespaces costs Manage secrets Audit logs Restrict machine types Restrict codespace creation Restrict base image Restrict port visibility Restrict timeout periods Restrict the retention period Reference Access a private registry Copilot in Codespaces VS Code Command Palette Security in Codespaces Disaster recovery Troubleshooting Codespaces logs Codespaces clients Included usage Exporting changes Creation and deletion Authenticating to repositories Connection Codespaces prebuilds Personalization Port forwarding GPG verification Working with support github.dev editor Guides Codespaces documentation Create a codespace to start developing in a secure, configurable, and dedicated development environment that works how and where you want it to. Overview Quickstart View video transcript Start here View all Enabling or disabling GitHub Codespaces for your organization You can control which users can use GitHub Codespaces in your organization's private repositories. Understanding the codespace lifecycle Learn how to develop in a GitHub Codespaces environment, and maintain your data throughout the entire codespace lifecycle. Introduction to dev containers When you work in a codespace, the environment you are working in is created using a development container, or dev container, hosted on a virtual machine. Managing access to other repositories within your codespace You can manage the repositories that GitHub Codespaces can access. Set up your project Setting up a Node.js project for GitHub Codespaces Get started with a Node.js, JavaScript, or TypeScript project in GitHub Codespaces by creating a custom dev container configuration. Setting up a Python project for GitHub Codespaces Get started with a Python project in GitHub Codespaces by creating a custom dev container configuration. Setting up a Java project for GitHub Codespaces Get started with a Java project in GitHub Codespaces by creating a custom dev container configuration. Setting up a C# (.NET) project for GitHub Codespaces Get started with a C# (.NET) project in GitHub Codespaces by creating a custom dev container configuration. Guides Deep dive into GitHub Codespaces Explore more detail about how GitHub Codespaces work. @GitHub Creating a codespace for a repository You can create a codespace for a branch in a repository to develop online. @GitHub Creating a codespace from a template If you're starting a new project, you can create a codespace from a blank template or choose a template specially designed for the type of work you want to do. @GitHub Opening an existing codespace You can reopen a codespace that you have closed or stopped and return to your work. @GitHub Explore guides All Codespaces docs Getting started with GitHub Codespaces What are GitHub Codespaces? GitHub Codespaces features Understanding the codespace lifecycle Deep dive into GitHub Codespaces Developing in a codespace Developing in a codespace Creating a codespace for a repository Creating a codespace from a template Deleting a codespace Opening an existing codespace Working collaboratively in a codespace Using source control in your codespace Using GitHub Codespaces for pull requests Stopping and starting a codespace Forwarding ports in your codespace Rebuilding the container in a codespace Default environment variables for your codespace Persisting environment variables and temporary files Connecting to a private network Getting started with GitHub Codespaces for machine learning Using GitHub Codespaces in Visual Studio Code Using GitHub Codespaces with GitHub CLI Customizing your codespace Renaming a codespace Changing the shell in a codespace Changing the machine type for your codespace Setting your user preferences Personalizing GitHub Codespaces for your account Setting your default editor for GitHub Codespaces Setting your default region for GitHub Codespaces Setting your timeout period for GitHub Codespaces Configuring automatic deletion of your codespaces Choosing the stable or beta host image Setting up your project for GitHub Codespaces Adding a dev container configuration to your repository  • 6 articles Configuring dev containers  • 4 articles Setting up your repository for GitHub Codespaces  • 2 articles Prebuilding your codespaces About GitHub Codespaces prebuilds Configuring prebuilds Allowing a prebuild to access other repositories Managing prebuilds Testing dev container configuration changes on a prebuild-enabled branch Managing your codespaces Managing your account-specific secrets for GitHub Codespaces Managing access to other repositories within your codespace Reviewing your security logs for GitHub Codespaces Managing GPG verification for GitHub Codespaces Managing GitHub Codespaces for your organization Enabling or disabling GitHub Codespaces for your organization Choosing who owns and pays for codespaces in your organization Listing the codespaces in your organization Managing the cost of GitHub Codespaces in your organization Managing development environment secrets for your repository or organization Reviewing your organization's audit logs for GitHub Codespaces Restricting access to machine types Restricting the number of organization-billed codespaces a user can create Restricting the base image for codespaces Restricting the visibility of forwarded ports Restricting the idle timeout period Restricting the retention period for codespaces Reference Allowing your codespace to access a private registry Using GitHub Copilot in GitHub Codespaces Using the Visual Studio Code Command Palette in GitHub Codespaces Security in GitHub Codespaces Disaster recovery for GitHub Codespaces Troubleshooting GitHub Codespaces GitHub Codespaces logs Troubleshooting GitHub Codespaces clients Getting the most out of your included usage Exporting changes to a branch Troubleshooting creation and deletion of codespaces Troubleshooting authentication to a repository Troubleshooting your connection to GitHub Codespaces Troubleshooting prebuilds Troubleshooting personalization options for GitHub Codespaces Troubleshooting port forwarding for GitHub Codespaces Troubleshooting GPG verification for GitHub Codespaces Working with support for GitHub Codespaces Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Provide GitHub Feedback Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/dashboards/variables
Dashboard Variables Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Dashboards / Dashboard Variables Dashboard Variables Dashboard variables let you parameterize filters, bucketing, and grouping across multiple graphs. You can create and edit dashboard variables from the dashboard or graphing editor pages. Variables support three types of suggestions: Suggestion Behavior Value When creating the variable, you select a search key. The variable's input is a multiselect showing the possible values for that key. Key The variable's input is a select with all search keys. This is helpful for using a variable in function, grouping, and bucketing rules. None The variable's input is free text. Variables will appear in the graphing editor components wherever they can be used, including in the filter, function, grouping, and bucketing rules. To reference a variable, use a dollar sign followed by the variable's name, for example $user . Variables can be multivalued, e.g. to filter all sessions by a list of users. When using multivalued variables, the resulting filter is a logical OR of all values. For example, email=$users is interpolated to email=(zane@highlight.io OR jay@highlight.io) . Event Search SQL Editor Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.highlight.io/docs/getting-started/server/js/nodejs
Node.js Quick Start Star us on GitHub Star Docs Sign in Sign up Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Getting Started / Server / JS / Node.js Quick Start Node.js Quick Start Learn how to set up highlight.io in Node.js. 1 Configure client-side Highlight. (optional) If you're using Highlight on the frontend for your application, make sure you've initialized it correctly and followed the fullstack mapping guide . 2 Install the relevant Highlight SDK(s). Install @highlight-run/node with your package manager. npm install --save @highlight-run/node 3 Initialize the Highlight JS SDK. Initialize the Highlight JS SDK with your project ID. import { H } from '@highlight-run/node' H.init({ projectID: '<YOUR_PROJECT_ID>', serviceName: '<YOUR_SERVICE_NAME>', environment: 'production', }) 4 Optionally, report manual errors in your app. If you need to report exceptions outside of a handler, use the Highlight SDK. const parsed = H.parseHeaders(request.headers) H.consumeError(error, parsed?.secureSessionId, parsed?.requestId) 5 Verify that your SDK is reporting errors. You'll want to throw an exception in one of your Node.js handlers. Access the API handler and make sure the error shows up in Highlight . const onError = (request, error) => { const parsed = H.parseHeaders(request.headers) H.consumeError(error, parsed.secureSessionId, parsed.requestId) } const main = () => { try { throw new Error('example error!') } catch (e) { onError(e) } } 6 Call built-in console methods. Logs are automatically recorded by the highlight SDK. Arguments passed as a dictionary as the second parameter will be interpreted as structured key-value pairs that logs can be easily searched by. module.exports = function() { console.log('hey there!'); console.warn('whoa there', {'key': 'value'}); } 7 Verify your backend logs are being recorded. Visit the highlight logs portal and check that backend logs are coming in. 8 Wrap your code using the Node.js SDK. By calling H.startWithHeaders() and span.end() , the @highlight-run/node SDK will record a span. You can create more child spans or add custom attributes to each span. const functionToTrace = async (input int) => { const { span, ctx } = H.startWithHeaders("functionToTrace", {}, {custom_property: input}) // ... // use the current span context with the function call to ensure child spans are tied to the current span // import api from '@opentelemetry/api' api.context.with(ctx, () => { anotherFunction() }) // ... span.end() } const anotherFunction = () => { const { span } = H.startWithHeaders("anotherFunction", {}) // ... span.end() } module.exports = function() { console.log('hey there!'); functionToTrace() } 9 Pass HTTP headers to the SDK H.runWithHeaders takes request headers and spreads them across all related spans, automatically relating spans to your session and request headers. app.get('/', async (req, res) => { await H.runWithHeaders(req.headers, () => { const { span } = H.startWithHeaders("custom-span", {}) const err = new Error('this is a test error') console.info('Sending error to highlight') H.consumeError(err) res.send('Hello World!') span.end() }) }) 10 Verify your backend traces are being recorded. Visit the highlight traces portal and check that backend traces are coming in. Next.js Pino [object Object]
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/dashboards/graphing
Graphing Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Dashboards / Graphing Graphing Creating / editing a graph The graph editor allows you to choose how you query and aggregate data and how you display those results. There are many fields that can be configured to customize your graphs. Graphing fields Within the graph editor, the available fields are: Graph title : this is a title shown at the top of each graph. Source : this is the resource being queried corresponding to each different highlight.io resource - one of "logs", "traces", "sessions", "errors", or "events". events : these are clicks, navigation actions, and custom events sent from the session to be queried. Unique users can be determined by grouping by "identifier" while unique sessions can be determined by grouping by "secure_session_id". View type : this is the general type of the graph shown - one of "Line chart", "Bar chart / histogram", "Table". Depending on your selection, "display" and "null" settings can help you fine-tune how this data is shown. Function : this is used to aggregate data points. Includes a variety of useful aggregations such as "Count", "Sum", "P90", "Min", "Max". If the function requires a field as input, any available numeric fields that appear in the chosen time range can be selected. Filters : this is the search query used to filter which resources are included. For more information on using search, check out our search docs . Group by : if enabled, you can choose a categorical field for grouping results. Data points are aggregated within groups. When grouping is enabled, you can limit the total number of groups shown. For example, you can graph only the top 10 most common groups by choosing "Limit 10 by Count", or the top 5 slowest with "Limit 5 by P90 duration". Bucket by : this can be configured to accomplish any of the following: Time series data: when set to Timestamp by default, data points are aggregated within consecutive time ranges. Histogram data: when set to a different numeric field, that field is shown on the X-axis, and equally divided into consecutive ranges. For example, if you want to examine the distribution of latency for a particular API endpoint, you can bucket by duration. Aggregate data: disabling bucketing allows you to aggregate data across your entire time range. This could be useful for displaying aggregate statistics, e.g. in tabular format. User Analytics Drilldown Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://devblogs.microsoft.com/xamarin/?p=47422
Try the Latest Xamarin.Forms 4.7 Features Today! - Xamarin Blog Skip to main content Microsoft Dev Blogs Dev Blogs Dev Blogs Home Developer Microsoft for Developers Visual Studio Visual Studio Code Develop from the cloud All things Azure Xcode DevOps Windows Developer ISE Developer Azure SDK Command Line Aspire Technology DirectX Semantic Kernel Languages C++ C# F# TypeScript PowerShell Team Python Java Java Blog in Chinese Go .NET All .NET posts .NET Aspire .NET MAUI AI ASP.NET Core Blazor Entity Framework NuGet Servicing .NET Blog in Chinese Platform Development #ifdef Windows Microsoft Foundry Azure Government Azure VM Runtime Team Bing Dev Center Microsoft Edge Dev Microsoft Azure Microsoft 365 Developer Microsoft Entra Identity Developer Old New Thing Power Platform Data Development Azure Cosmos DB Azure Data Studio Azure SQL OData Revolutions R Unified Data Model (IDEAs) Microsoft Entra PowerShell More Search Search No results Cancel Dev Blogs Xamarin Blog Xamarin.Forms 4.7: Grid Column & Row Definitions, Multi-Bindings, Shapes & Paths, and More! Upgrade to .NET MAUI Today Microsoft support for Xamarin ended on May 1, 2024 for all Xamarin SDKs including Xamarin.Forms. Upgrade your Xamarin & Xamarin.Forms projects to .NET 8 and .NET MAUI with our migration guides. Learn more June 17th, 2020 0 reactions Xamarin.Forms 4.7: Grid Column & Row Definitions, Multi-Bindings, Shapes & Paths, and More! Jake Kirsch Program Manager - Xamarin.Forms Show more Today, the Xamarin.Forms team is releasing Xamarin.Forms 4.7 with a collection of feature additions and improvements. These new features will let you unleash your full creative abilities when developing Xamarin.Forms applications. Simplified Grid Row & Column Definitions Before Xamarin.Forms 4.7, you would have to specify each column and row definition separately. This process was tedious and repetitive, thus leading to an overall slower design time. Thanks to Morten Nielsen’s enhancement request, column and row definitions have been simplified. Take this example below: <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="2*" /> <ColumnDefinition Width="Auto" /> <ColumnDefinition Width="*" /> <ColumnDefinition Width="300" /> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="Auto" /> <RowDefinition Height="25" /> <RowDefinition Height= "14" /> <RowDefinition Height="20" /> </Grid.RowDefinitions> </Grid> While this code is practical, it is overly complex. To help simplify the grid definition process, the Xamarin.Forms team has created a simplified syntax. <Grid ColumnDefinitions="1*, 2*, Auto, *, 300" RowDefinitions="1*, Auto, 25, 14, 20"> </Grid> Shorter, easier. Thanks, Morten! Multi-Bindings The next great feature added to Xamarin.Forms in 4.7 thanks to the work of Peter Moore is multi-binding. Multi-binding allows you to connect a target property to a list of source properties and then apply logic to produce a value with the inputs specified. A simple and powerful way to use multi-binding is the ability to format any multi-binding result that’s displayed as a string with the StringFormat property. This property can be set to a standard .NET formatting string, with placeholders, that specifies how to format the multi-binding result. For example, let’s say you wanted to create a label of a user’s full name. You can use multi-bindings combined with StringFormat to create a single label that contains the user’s full name, regardless of where the user inputs their forename, middle name, or surname. An example of this can be seen below: <Label> <Label.Text> <MultiBinding StringFormat="{}{0} {1} {2}"> <Binding Path="Employee1.Forename" /> <Binding Path="Employee1.MiddleName" /> <Binding Path="Employee1.Surname" /> </MultiBinding> </Label.Text> </Label> Multi-binding is even more powerful when you add MultiValueConverters . Shapes & Paths Today in Xamarin.Forms we are releasing experimental support for shapes and paths. Currently, we have Views such as BoxView or Frames that allow you to create rectangles or ellipses. However, we recognize that you want the ability to create any shape that best fits your application design. Shapes & paths in Xamarin.Forms allow you to create custom, unique designs to better fit your user interfaces. David Ortinau made an amazing login screen example to show what shapes and paths can add to your apps. There are many new features leveraged when creating this application. First, a custom image shape was created using the clip property. <Image.Clip> <EllipseGeometry Center="75,75" RadiusX="75" RadiusY="75"/> </Image.Clip> In this example, an ellipse shape is supplied to the image clip property. However, you can use any shape as the clipping shape. Another new feature shown in this example is drawing a path to create a custom login shape, and then the login button itself. <Path Grid.RowSpan="7" Grid.ColumnSpan="4" HorizontalOptions="Fill" VerticalOptions="Fill" Fill="White" Data="M251,0 C266.463973,-2.84068575e-15 279,12.536027 279,28 L279,276 C279,291.463973 266.463973,304 251,304 L214.607,304 L214.629319,304.009394 L202.570739,304.356889 C196.091582,304.5436 190.154631,308.020457 186.821897,313.579883 L186.821897,313.579883 L183.402481,319.283905 C177.100406,337.175023 160.04792,350 140,350 C119.890172,350 102.794306,337.095694 96.5412691,319.115947 L96.5273695,319.126964 L92.8752676,313.28194 C89.5084023,307.893423 83.6708508,304.544546 77.3197008,304.358047 L65.133,304 L28,304 C12.536027,304 1.8937905e-15,291.463973 0,276 L0,28 C-1.8937905e-15,12.536027 12.536027,2.84068575e-15 28,0 L251,0 Z" /> In this case, a path view was defined within the XAML page, and then the data property was populated with path data that defines the custom shape. It’s important to note that this feature is shipping under the experimental flag, and thus Shapes_Experimental must be added to your App.xaml.cs constructor. For much more information on using shapes and paths, check out the documentation . Light & Dark mode With Xamarin.Forms 4.7 the Xamarin team is releasing updates to style light and dark mode. Users now have even more control to manage the theme of their applications through the use of UserAppTheme. Before you get started, set the experimental flag for AppTheme_Experimental. You can now set the style of your application with AppThemeBinding, and see your UI update at runtime as the OS changes theme. To do so, set the value of the property you are binding to using AppThemeBinding, as seen below: <Style TargetType="ContentPage" ApplyToDerivedTypes="True"> <Setter Property="BackgroundColor" Value="{AppThemeBinding Dark={StaticResource BackgroundColor_Dark}, Light={StaticResource BackgroundColor_Light}}"/> </Style> Note, if you were using AppThemeColor in a previous version, you’ll need to update to this. You can also set the app theme regardless of what your operating system’s theme is currently set to. For example, if your phone is in Light mode, but you want the specific app you are using to be in dark mode, then you can set: Application.Current.UserAppTheme = OSAppTheme.Dark; To keep the app theme on light mode regardless of your operating system’s application theme, set your application to: OSAppTheme.Light If you want your application to default to your operating system’s application theme, set your application to: OSAppTheme.Unspecified Read more about Light and Dark mode on the Xamarin.Forms docs. Featured Contributor Every release we have dozens of contributors , and several of whom we mention in our blogs. Today we are starting a featured spotlight to learn a little bit more about a contributor, so today let’s meet Fredy. What’s your name? Fredy Adriano Jimenez Martinez Where are you based? I’m Cuban, but living in Mexico. How long have you been using Xamarin.Forms? 10 months Where can people find you online? GitHub Get Started Today Update your projects from your favorite NuGet package manager today! Take advantage of this latest release . Share your projects and progress with us online. We’d love your feedback on Xamarin Forms. Please open issues on GitHub for any additional enhancements or issues to discuss. For more information on this release check the resources below. Xamarin.Forms 4.7 Release Notes Docs TypeConverter on Grid Column and Row Definitions Multi-Bindings Shapes & Paths Light & Dark Mode Login Screen Example Light and Dark Example 0 10 0 Share on Facebook Share on X Share on Linkedin Copy Link --> Category Announcements Developers Xamarin.Forms Topics Xamarin.Forms Share Author Jake Kirsch Program Manager - Xamarin.Forms Xamarin.Forms Program Manager, Avid Runner, Graduate from The University of Michigan, Jewish, Gay 10 comments Discussion is closed. Login to edit/delete existing comments. Code of Conduct Sort by : Newest Newest Popular Oldest Paul Jackson --> Paul Jackson --> June 22, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Can we extend the Grid Row & Column Definitions to Multibindings as well. ie… <MultiBinding StringFormat="{}{0} {1} {2}" Bindings="Employee1.Forename, Employee1.MiddleName, Employee1.Surname" /> Anthony Goomba --> Anthony Goomba --> June 21, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Great updates, but I’m experiencing the following error in the AppCenter build pipeline: MTOUCH : error MT2002: Failed to resolve "Xamarin.Forms.Platform.iOS.EllipseRenderer" reference from "Xamarin.Forms.Platform.iOS, Murali Kasalanati --> Murali Kasalanati --> July 22, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Any luck?, I get this on specific project on iOS version. But works on the other sample app. Jennifer Lum --> Jennifer Lum --> June 25, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Also getting this error, only from the Android side during compile. Cannot find any info to resolve it xamarinmobile@outlook.com --> xamarinmobile@outlook.com --> July 13, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> I am also facing similar issue on Android only…While setting linker option to Link SDk Assemlies…set to none than everything working as expected… Did u find any solution for this… saint4eva --> saint4eva --> June 20, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> The Grid improvement is excellent Jinming Mu --> Jinming Mu --> June 19, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> giving a alias to ColumnDefinition/RowDefinition is better than this so controls can quickly locate themselves Not only via index. ” Simplified Grid Row & Column Definitions” is useless and NOT elegant. Kalixt Huska --> Kalixt Huska --> June 19, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Very nice update. Alexandre Sanlim - Programador Libertário --> Alexandre Sanlim - Programador Libertário --> June 18, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> “Simplified Grid Row & Column Definitions” It’s very nice! Indudhar Gowda --> Indudhar Gowda --> June 17, 2020 0 --> Collapse this comment --> Copy link --> --> --> --> Nice..Can we drag this features to uwp as well.. I am talking about only uwp not xamarin. Read next June 25, 2020 Xamarin Podcast: //Build 2020 Recap Matt Soucoup June 26, 2020 Xamarin.Forms Shell Quick Tip – Easy Back Navigation James Montemagno Stay informed Get notified when new posts are published. Email * Country/Region * Select... United States Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon Canada Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Congo (DRC) Cook Islands Costa Rica Côte dIvoire Croatia Curaçao Cyprus Czechia Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong SAR Hungary Iceland India Indonesia Iraq Ireland Isle of Man Israel Italy Jamaica Jan Mayen Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea Kosovo Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau SAR Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana Islands Norway Oman Pakistan Palau Palestinian Authority Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar Réunion Romania Rwanda Saba Saint Barthélemy Saint Kitts and Nevis Saint Lucia Saint Martin Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino São Tomé and Príncipe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Eustatius Sint Maarten Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and South Sandwich Islands South Sudan Spain Sri Lanka St Helena Ascension Tristan da Cunha Suriname Svalbard Sweden Switzerland Taiwan Tajikistan Tanzania Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu U.S. Outlying Islands U.S. Virgin Islands Uganda Ukraine United Arab Emirates United Kingdom Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Wallis and Futuna Yemen Zambia Zimbabwe I would like to receive the Xamarin Blog Newsletter. Privacy Statement. Subscribe Follow this blog Are you sure you wish to delete this comment? × --> OK Cancel Sign in Theme Insert/edit link Close Enter the destination URL URL Link Text Open link in a new tab Or link to existing content Search No search term specified. Showing recent items. Search or use up and down arrow keys to select an item. Cancel Code Block × Paste your code snippet Ok Cancel What's new Surface Pro Surface Laptop Surface Laptop Studio 2 Copilot for organizations Copilot for personal use AI in Windows Explore Microsoft products Windows 11 apps Microsoft Store Account profile Download Center Microsoft Store support Returns Order tracking Certified Refurbished Microsoft Store Promise Flexible Payments Education Microsoft in education Devices for education Microsoft Teams for Education Microsoft 365 Education How to buy for your school Educator training and development Deals for students and parents AI for education Business Microsoft Cloud Microsoft Security Dynamics 365 Microsoft 365 Microsoft Power Platform Microsoft Teams Microsoft 365 Copilot Small Business Developer & IT Azure Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Marketplace Rewards Visual Studio Company Careers About Microsoft Company news Privacy at Microsoft Investors Diversity and inclusion Accessibility Sustainability Your Privacy Choices Opt-Out Icon Your Privacy Choices Your Privacy Choices Opt-Out Icon Your Privacy Choices Consumer Health Privacy Sitemap Contact Microsoft Privacy Manage cookies Terms of use Trademarks Safety & eco Recycling About our ads © Microsoft 2025
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/error-monitoring/enhancing-errors-with-github
Enhancing Errors with GitHub Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Error Monitoring / Enhancing Errors with GitHub Enhancing Errors with GitHub Highlight has the capability to enhance your backend errors using GitHub (errors on the frontend are enhanced using sourcemaps ). With our GitHub integration, Highlight is able to enhance a stacktrace with context, as well as other enhancements such as "link to a file" and attribution to a code change. In order to turn on GitHub Enhancements, 3 actions need to be completed for your project: 1. Create a service via the SDK 2. Add the GitHub Integration to Highlight 3. Link your service to a GitHub repo Create a service via the SDK Services are created to group your logs, errors, and traces by the application that is running the code. Having a service can make it helpful to decipher which application caused an error, especially in code paths shared by multiple applications. They can also be used also filters for logs and traces. Services are created by passing in a service name via the SDK. For example, in Golang, the following SDK will create a new service named "my-app": highlight.SetProjectID("<YOUR_PROJECT_ID>") highlight.Start( highlight.WithServiceName("my-app"), highlight.WithServiceVersion("git-sha"), ) defer highlight.Stop() Reference the SDK start up guides for more help. For more information about services, see Services documentation . Note: There is also a service version that is provided in the example above. This is not necessary to enable GitHub enhancements, but is recommended that this be the current GIT SHA of the deployed code to use the most accurate files. If not provided, Highlight will fallback to your current default branch (e.g. main) GIT SHA. Add the GitHub Integration to Highlight Enable GitHub on Highlight by going to the integrations and click the "Connect" button in the GitHub section. More information on the GitHub Integration can be found at GitHub Integration . Link your service to a GitHub repo Once a service is created, the service will be visible in the metadata of your error. The last step to enable stacktrace enhancements is to link your service to its respective GitHub repo, the one that should be used to enhance your errors. In addition to linking the repo, there are two fields to configure file path mappings from your deployment process to the correct file in GitHub. Build path prefix - This path prefix represents a path added in your deployment process, and is also the path in your server that contains your files. After removing this path (and possibly adding something else), you should be able to point this string to a GitHub file. GitHub path prefix - This path prefix is a string that can be appended to the front of the stacktracepath, and will be prepended to your files in order to correctly find the file in GitHub. It is recommended to complete with the form while viewing an error, to be able to test your configuration on the viewed error. This can also be completed from the services table , where all your services can be viewed and managed. An example: 1. An error received has a stacktrace path /build/main.go . 2. The GitHub repo was selected to be the Highlight repo . 3. Since Highlight's deployment process moves all files out of the /backend directory and into the /build directory, we would set "Build prefix path" to /backend and GitHub prefix path to /backend . This will result in the following mapping: /build/main.go -> https://github.com/highlight/highlight/blob/HEAD/backend/main.go . Having Issues? You may notice your service is in an "error" state, and is no longer attempting to enhance errors. This may be due to a bad configuration when linking your service to a repo. If this does not seem to be the case, please reach out to us in our discord community . Error Monitoring Features Error Search Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/dashboards/sql-editor
SQL Editor Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Dashboards / SQL Editor SQL Editor The SQL editor lets you write custom SELECT queries to retrieve your highlight.io data and aggregate it in useful ways. This is an alternative to the query builder, useful when you need to do more complex transformations to your data. The output is displayed in the same charts and tables supported by the query builder. ClickHouse SQL Highlight.io metadata is stored in ClickHouse, and the SQL editor supports the ClickHouse SQL dialect. For questions about supported syntax or functions, you can check out the ClickHouse docs . Time series data We added a built-in macro $time_interval(<duration>) to make time series queries easier to write. On our backend, this macro expands to toStartOfInterval(Timestamp, <duration>) . You can use this macro to group results by their timestamp. For example, returning a count for every hour: SELECT $time_interval('1 hour'), count() FROM logs WHERE service_name='prod' GROUP BY 1 For more details, you can read about the toStartOfInterval function in the ClickHouse docs . Date range filtering The dashboard's date range is applied as a filter to all SQL queries. For example, if your graph uses SELECT count() FROM logs and the dashboard's filter is Last 4 hours , your result will only include logs within the last 4 hours. A WHERE clause will filter in addition to the date range filter and will not include results outside the 4 hour range. Graphs will be updated dynamically whenever the dashboard's date range is updated. Multiple series To display multiple series, you can include multiple select expressions. For example, graphing an hourly count and average duration of all traces: SELECT $time_interval('1 hour'), count(), avg(duration) FROM traces GROUP BY 1 Querying custom fields Behind the scenes, we transform your SQL to simplify queries over our schema. Custom fields and metadata can be recorded with all highlight.io logs, traces, sessions, and errors. This data is stored without any type metadata on our backend - for numeric aggregations, you should first convert it to the appropriate type. For example, if your application records a custom integer field to record how many items are in a user's shopping cart: SELECT email, avg(toInt64(cart_size)) FROM sessions GROUP BY 1 ORDER BY 2 DESC LIMIT 100 Column aliases If you want your data to be graphed with custom labels, you can alias the appropriate expressions. For example: SELECT uniqExact(email) as "User Count" FROM sessions Limitations Currently, the SQL editor is restricted to a single SELECT query - this will be relaxed in the near future to support nested SELECT queries, UNION queries, and common table expressions. Dashboard Variables Metrics (beta) Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://docs.github.com/en/code-security/supply-chain-security
Securing your software supply chain - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Security and code quality / Supply chain security Home Security and code quality Getting started GitHub security features Dependabot quickstart Secure repository quickstart Add a security policy GitHub secret types GitHub Code Quality Get started Quickstart Reference Metrics and ratings CodeQL analysis CodeQL queries C# queries Go queries Java queries JavaScript queries Python queries Ruby queries Tutorials Fix findings in PRs Improve your codebase Improve recent merges Responsible use Code quality Secure your organization Introduction Choose security configuration Manage organization security Interpret security data Exposure to leaked secrets Export risk report CSV Risk report CSV contents Secret protection pricing Organize leak remediation Fix alerts at scale Create security campaigns Track security campaigns Secret scanning Introduction Supported patterns Enable features Enable secret scanning Enable push protection Enable validity checks Enable metadata checks Manage alerts View alerts Resolve alerts Monitor alerts Work with secret scanning Push protection for users Push protection on the command line Push protection in the GitHub UI Advanced features Exclude folders and files Non-provider patterns Enable for non-provider patterns Custom patterns Define custom patterns Manage custom patterns Custom pattern metrics Delegated bypass Enable delegated bypass Manage bypass requests Delegated alert dismissal Copilot secret scanning Generic secret detection Enable generic secret detection Generate regular expressions with AI Regular expression generator Troubleshoot Troubleshoot secret scanning Partner program Partner program Code scanning Enable code scanning Configure code scanning Create advanced setup Configure advanced setup Customize advanced setup CodeQL for compiled languages Hardware resources for CodeQL Code scanning in a container Manage alerts Copilot Autofix for code scanning Disable Copilot Autofix Assess alerts Resolve alerts Fix alerts in campaign Triage alerts in pull requests Manage code scanning Code scanning tool status Edit default setup Set merge protection Enable delegated alert dismissal Configure larger runners View code scanning logs Integrate with code scanning Using code scanning with your existing CI system Upload a SARIF file SARIF support Troubleshooting code scanning Code Security must be enabled Alerts in generated code Analysis takes too long Automatic build failed C# compiler failing Cannot enable CodeQL in a private repository Enabling default setup takes too long Extraction errors in the database Fewer lines scanned than expected Logs not detailed enough No source code seen during build Not recognized Out of disk or memory Resource not accessible Results different than expected Server error Some languages not analyzed Two CodeQL workflows Unclear what triggered a workflow Unnecessary step found Kotlin detected in no build Troubleshooting SARIF uploads GitHub Code Security disabled Default setup is enabled GitHub token missing SARIF file invalid Results file too large Results exceed limits Reference CodeQL queries About built-in queries Actions queries C and C++ queries C# queries Go queries Java and Kotlin queries JavaScript and TypeScript queries Python queries Ruby queries Rust queries Swift queries CodeQL CLI Getting started Setting up the CodeQL CLI Preparing code for analysis Analyzing code Uploading results to GitHub Customizing analysis Advanced functionality Advanced setup of the CodeQL CLI Using custom queries with the CodeQL CLI Creating CodeQL query suites Testing custom queries Testing query help files Creating and working with CodeQL packs Publishing and using CodeQL packs Specifying command options in a CodeQL configuration file CodeQL CLI SARIF output CodeQL CLI CSV output Extractor options Exit codes Creating CodeQL CLI database bundles CodeQL CLI manual bqrs decode bqrs diff bqrs hash bqrs info bqrs interpret database add-diagnostic database analyze database bundle database cleanup database create database export-diagnostics database finalize database import database index-files database init database interpret-results database print-baseline database run-queries database trace-command database unbundle database upgrade dataset check dataset cleanup dataset import dataset measure dataset upgrade diagnostic add diagnostic export execute cli-server execute language-server execute queries execute query-server execute query-server2 execute upgrades generate extensible-predicate-metadata generate log-summary generate overlay-changes generate query-help github merge-results github upload-results pack add pack bundle pack ci pack create pack download pack init pack install pack ls pack packlist pack publish pack resolve-dependencies pack upgrade query compile query decompile query format query run resolve database resolve extensions resolve extensions-by-pack resolve extractor resolve files resolve languages resolve library-path resolve metadata resolve ml-models resolve packs resolve qlpacks resolve qlref resolve queries resolve ram resolve tests resolve upgrades test accept test extract test run version CodeQL for VS Code Getting started Extension installation Manage CodeQL databases Run CodeQL queries Explore data flow Queries at scale Advanced functionality CodeQL model editor Custom query creation Manage CodeQL packs Explore code structure Test CodeQL queries Customize settings CodeQL workspace setup CodeQL CLI access Telemetry Troubleshooting CodeQL for VS Code Access logs Problem with controller repository Security advisories Global security advisories Browse Advisory Database Edit Advisory Database Repository security advisories Permission levels Configure for a repository Configure for an organization Create repository advisories Edit repository advisories Evaluate repository security Temporary private forks Publish repository advisories Add collaborators Remove collaborators Delete repository advisories Guidance on reporting and writing Best practices Privately reporting Manage vulnerability reports Supply chain security Understand your supply chain Dependency graph ecosystem support Customize dependency review action Enforce dependency review Troubleshoot dependency graph End-to-end supply chain Overview Securing accounts Securing code Securing builds Dependabot Dependabot ecosystems Dependabot ecosystem support Dependabot alerts View Dependabot alerts Enable delegated alert dismissal Dependabot auto-triage rules Manage auto-dismissed alerts Dependabot version updates Optimize PR creation Customize Dependabot PRs Work with Dependabot Use Dependabot with Actions Multi-ecosystem updates Dependabot options reference Configure ARC Configure VNET Troubleshoot Dependabot Viewing Dependabot logs Dependabot stopped working Troubleshoot Dependabot on Actions Security overview View security insights Assess adoption of features Assess security risk of code Filter security overview Export data View Dependabot metrics View secret scanning metrics View PR alert metrics Review bypass requests Review alert dismissal requests Concepts Secret security Secret scanning Push protection Secret protection tools Secret scanning alerts Delegated bypass Secret scanning for partners Push protection and the GitHub MCP server Push protection from the REST API Code scanning Introduction Code scanning alerts Evaluate code scanning Integration with code scanning CodeQL CodeQL code scanning CodeQL query suites CodeQL CLI CodeQL for VS Code CodeQL workspaces Query reference files GitHub Code Quality Supply chain security Supply chain features Dependency best practices Dependency graph Dependency review Dependabot alerts Dependabot security updates Dependabot version updates Dependabot auto-triage rules Dependabot on Actions Immutable releases Vulnerability reporting GitHub Advisory database Repository security advisories Global security advisories Coordinated disclosure Vulnerability exposure Security at scale Organization security Security overview Security campaigns Audit security alerts How-tos Secure at scale Configure enterprise security Configure specific tools Allow Code Quality Configure organization security Establish complete coverage Apply recommended configuration Create custom configuration Apply custom configuration Configure global settings Manage your coverage Edit custom configuration Filter repositories Detach security configuration Delete custom configuration Configure specific tools Assess your secret risk View risk report Push protection cost savings Protect your secrets Code scanning at scale CodeQL advanced setup at scale Manage usage and access Give access to private registries Manage paid GHAS use Troubleshoot security configurations Active advanced setup Unexpected default setup Find attachment failures Not enough GHAS licenses Secure your supply chain Secure your dependencies Configure Dependabot alerts Configure security updates Configure version updates Auto-update actions Configure dependency graph Explore dependencies Submit dependencies automatically Use dependency submission API Verify release integrity Manage your dependency security Auto-triage Dependabot alerts Prioritize with preset rules Customize Dependabot PRs Control dependency update Configure dependency review action Optimize Java packages Configure Dependabot notifications Configure access to private registries Remove access to public registries Manage Dependabot PRs Manage Dependabot on self-hosted runners List configured dependencies Configure private registries Troubleshoot dependency security Troubleshoot Dependabot errors Troubleshoot vulnerability detection Establish provenance and integrity Prevent release changes Export dependencies as SBOM Maintain quality code Enable Code Quality Interpret results Set PR thresholds Unblock your PR Reference Tutorials Secure your organization Prevent data leaks Fix alerts at scale Prioritize alerts in production code Interpret secret risk assessment Remediate leaked secrets Evaluate alerts Remediate a leaked secret Trial GitHub Advanced Security Plan GHAS trial Trial Advanced Security Enable security features in trial Trial Secret Protection Trial Code Security Manage security alerts Prioritize Dependabot alerts using metrics Best practices for campaigns Responsible use Security and code quality / Supply chain security Securing your software supply chain Visualize, maintain, and secure the dependencies in your software supply chain. Understanding your software supply chain Dependency graph supported package ecosystems Customizing your dependency review action configuration Enforcing dependency review across an organization Troubleshooting the dependency graph End-to-end supply chain Securing your end-to-end supply chain Best practices for securing accounts Best practices for securing code in your supply chain Best practices for securing your build system Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fresources%2Farticles%3Ftopic%3Dsoftware-development
Sign in to GitHub · GitHub Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Sign in to GitHub {{ message }} --> Username or email address Password Forgot password? Uh oh! There was an error while loading. Please reload this page . New to GitHub? Create an account Sign in with a passkey Terms Privacy Docs Contact GitHub Support Manage cookies Do not share my personal information You can’t perform that action at this time.
2026-01-13T08:48:14
https://buildwithfern.com/learn/docs/building-and-customizing-your-docs/custom-css-global-js
Fully customize your docs | Fern Documentation Search / Ask AI Slack community Log in Book a demo Getting started Overview How it works Quickstart Project structure Customer showcase Changelog Configuration Site-level settings Navigation Tabs and tab variants Versions Products Changelog pages Page-level settings Writing content Markdown basics Rich media in Markdown Components Fern Editor Reusable snippets Custom React components AI features Overview Fern Writer AI-generated examples llms.txt MCP server for your site Ask Fern Preview & publish Customization Accessibility API references SEO & GEO Authentication Security Self-hosted Analytics & integrations Developer tools Public API GET JWT from Fern API key GET Algolia search credentials GET Current user information Fern Writer API GET Get Fern Writer Install Link Light On this page Custom CSS Common use cases Inline CSS on MDX pages Custom JavaScript Strategy Common use cases Custom components Example custom components Example custom header Example custom footer Important notes Customization Fully customize your docs Add custom CSS, global JavaScript, and UI components. Ask a question | Copy page | View as Markdown | More actions This page covers how to customize your docs with CSS, JavaScript, and custom components. However, you can customize many things directly in your docs.yml file , including colors, typography, navbar links, layout, analytics, and metadata. Try these built-in options first before adding custom code. Custom CSS You can add custom CSS to your docs to further customize the look and feel. The defined class names are applied across all MDX files. See the CSS selectors reference for a complete list of available .fern-* selectors. 1 Create styles.css Add a styles.css file and include it in your fern/ project: Add the styles.css file $ fern/ > ├─ openapi/ > ├─ pages/ > ├─ images/ > ├─ styles.css > ├─ docs.yml > └─ fern.config.json 2 Edit docs.yml In docs.yml , specify the path to the styles.css file: docs.yml 1 css: ./styles.css 3 Add multiple custom CSS files (optional) You can specify any number of custom CSS files: docs.yml 1 css: 2 - ./css/header-styles.css 3 - ./css/footer-styles.css For customizing the background, logo, font, and layout of your Docs via Fern’s built-in styling, check out the Global Configuration . Common use cases Hiding page elements You can use custom CSS to hide specific Fern docs components that you don’t want to display. styles.css 1 .fern-layout-footer-toolbar { # Hides Fern feedback widget 2 display: none !important; 3 } You can target other Fern UI components using their CSS class names. See the CSS selectors reference for all available selectors, or use your browser’s developer tools to inspect elements. Adding custom styling You can use custom CSS to create brand-specific styling for tables, components, and other elements in your documentation. styles.css 1 .petstore-table { 2 background-color: white; 3 border: 1px solid #DEDEE1; 4 border-radius: 4px; 5 } 6 7 .dark .petstore-table { 8 background-color: #1e1e1e; 9 border: 1px solid #2e2e2e; 10 } 11 12 .petstore-table thead { 13 position: sticky; 14 top: 0; 15 } 16 17 .petstore-table thead tr { 18 background-color: #edecee; 19 border: 1px solid #DEDEE1; 20 border-radius: 4px 4px 0px 0px; 21 } 22 23 .dark .petstore-table thead tr { 24 background-color: #2e2e2e; 25 border: 1px solid #2e2e2e; 26 } 27 28 .petstore-table th { 29 padding: 6px; 30 } 31 32 .petstore-table tbody td { 33 padding: 6px; 34 } 35 36 .petstore-table tbody tr:nth-child(odd) { 37 border: 1px solid #DEDEE1; 38 } 39 .petstore-table tbody tr:nth-child(even) { 40 border: 1px solid #DEDEE1; 41 background-color: #f7f6f8; 42 } 43 44 .dark .petstore-table tbody tr:nth-child(odd) { 45 border: 1px solid #2e2e2e; 46 } 47 48 .dark .petstore-table tbody tr:nth-child(even) { 49 border: 1px solid #2e2e2e; 50 background-color: #2e2e2e; 51 } Inline CSS on MDX pages You can add CSS directly within an MDX page using a <style> tag. This is useful for page-specific styles that don’t need to be applied globally. page.mdx 1 --- 2 title: My page 3 --- 4 5 <style> 6 {` 7 .tropical-callout { 8 background: linear-gradient(135deg, #2d5016 0%, #4a7c23 100%); 9 border-radius: 8px; 10 padding: 16px; 11 color: white; 12 } 13 14 .dark .tropical-callout { 15 background: linear-gradient(135deg, #1a3009 0%, #2d5016 100%); 16 } 17 `} 18 </style> 19 20 <div className="tropical-callout"> 21 Monstera deliciosa thrives in bright, indirect light. 22 </div> The CSS must be wrapped in curly braces and backticks ( {``} ) to be valid JSX. Use the .dark selector prefix to define styles for dark mode. Custom JavaScript Customize the behavior of your Docs site by injecting custom JavaScript globally.Add a custom.js file and include it in your fern/ project: Add the custom.js file $ fern/ > ├─ openapi/ > ├─ pages/ > ├─ images/ > ├─ custom.js > ├─ docs.yml > └─ fern.config.json In docs.yml , specify the path to the custom.js file: docs.yml 1 js: ./custom.js You can also specify multiple custom JS files stored locally and remote: docs.yml 1 js: 2 - path/to/js/file.js 3 - path: path/to/another/js/file.js 4 strategy: beforeInteractive 5 - url: https://example.com/path/to/js/file.js We use path for local sources and url for remote sources. Strategy Optionally, specify the strategy for each custom JavaScript file. Choose from beforeInteractive , afterInteractive (default), and lazyOnload . docs.yml 1 js: 2 - path: path/to/another/js/file.js 3 strategy: beforeInteractive Common use cases Integrate with third-party platforms that Fern doesn’t natively support Implement custom search (also requires your Algolia credentials ) Insert scripts and widgets Custom components Pro and Enterprise feature This feature is available only for the Pro and Enterprise plans . To get started, reach out to support@buildwithfern.com . You can use custom CSS and JS to replace Fern’s default UI components with your own. The header and footer are the most commonly replaced components. You can replace any component in the docs, including the sidebar, tabs, search bar, and more. To implement your own components in Fern Docs, write JavaScript to render your custom components in the DOM. Build to CSS and JavaScript files that are stored in fern/ and referenced in docs.yml : fern/ docs.yml $ fern/ > ├─ openapi/ > ├─ pages/ > ├─ images/ > ├─ dist/ > └─ output.css > └─ output.js > ├─ docs.yml > └─ fern.config.json Example custom components See this GitHub repo and its generated docs page for an example of how to replace the Fern header and footer with custom React components. Example custom header 1 ReactDOM.render( 2 React.createElement(NavHeader), 3 document.getElementById('fern-header'), 4 ) Example custom footer 1 ReactDOM.render( 2 React.createElement(NavFooter), 3 document.getElementById('fern-footer'), 4 ) Important notes ReactDOM.render() may need to be called multiple times to prevent it from unmounting (this side-effect will be removed in the future). yarn build or npm build must generate files with deterministic names to be referenced in docs.yml . The above example uses a vite config to accomplish this. For your hosted Docs site, you may need to update your CD steps to include building the react-app. Custom components aren’t supported in local development, but are supported in preview links. This approach is subject to change, with notice, as we make improvements to the plugin architecture. Was this page helpful? Yes No Edit this page Previous Collecting feedback and suggestions from users Next CSS selectors reference Built with Docs Docs Generate beautiful, interactive documentation websites Docs Docs Generate beautiful, interactive documentation websites Slack community Log in Book a demo self.__next_f.push([1,"5a:[[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",[]],[\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\"]],[\"9b53d9252add86c9b4f54c97bc4b86687858b67cde32c9090a2822c291b5dec7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"db46558dae150aabe04834dc3b4913b7d6c063d75c3b1a458fc9683a20b2d1b4\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"1433d4d116c9ed41641be66b4304dde30bebe78682b717c0a047c139a089734e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\"]],[\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\"]],[\"0d552eae6ffcd12aa6bbe70604fb91ecf44a48b004b95fdcbba34c110b4a9aab\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"5b301049d4338d9ddbef4d47f37713c70e5ce4be73ecd15fdd8caf8aae9b21ac\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"14ab9a398e288e3aac7535a0a45053b2100b6ca5055b9298c5046c6608df13c2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"f2b155c7320050fa14bfc248d8860456af2da2c5792acd0c9a850c92a57fbe89\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"4a64fe3bb6d91d225f79c62a83f75f40135ac9598458e30e4ecc6f63c8cd6b6c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"aff52e585a7e37f36bb8aac43020e327767c2788b75b4e280117bc548b920b81\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"058d086a7189fa1ffa7110c9b67c0803ced41797711ca180a09bd5d6a69b186d\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\"]],[\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"ade8685946f803b0d3acf5e0d59aadabd5d52096eb6bd911a7255c21ba79912a\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"2b19e54baa3115046b4b34988f843f2883456da1369dcc950e455da8469d78ff\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"0428361bad0d16b4c8ddcbaf9fe4aef43df0acb723785a80a0351da549e23cc7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"e0cbc0b59bf64a9fcaa66488af3825aa503fbb3f840d3a8f1db041dfdda80088\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"4aadc421cd4428441949179e086c1542c2b89899c9dff8baae045de057c81884\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"94722ff288534cacebab20abac896d13010c66d96a45be51944a4ffe84709cb8\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"25efb91c99b875e9ba0d2e75753fc18813070aa1938ac06ed943b96f777da95f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"48b9ae889b9d45d2d6c02009426237ea1045ff1f4049d6b05b1ff2446eef72dc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"cec52b36ba691694b5a887e76342f24c7d5cb0793aaf1f5a57f9f32af8ebdff1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"4ce2b28dcb9547990d7533ccbd83f877c3b41a2ad20fa3ca3719d1264368a5a9\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"b67475c01858158a72196098a3331239ab2e68d24496965ecf41db8d799d13ec\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"8692a37029dd520de344e01a3777223a3b853927ad69fd380997e88d702933e6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"6e4f0fe8de88e8e2c4838fe5a60ca1a78e8e63980194457054e77845afcfcda2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"43966b73eb1d09f88ec13cbd4abd04085211e203a9b434c15f0e2552a21559a6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"77d5cd47bf1b36cc621c020853b85d6943fabdcd76e51d265b3065e508d1bb11\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"3f3a8ea0c73a4aefa92e26133604c27b2c9b0190ff0df47c4f9d326c2ec5357e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"e82253f82a94974c8608f84997d2afe4ba9e9d91a63c03902225583368e0952f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"d64dcc38088c947275cc8e7a6bcd7fbdf90749262015d0d587e57a6a088a4d43\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"c5e19b9f9d0c448fec5a625b3001333e69168b4a6fbe8d633ebc5bd6e7343dee\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"d0391843b8e70ac66e2e2d7c7dd42d2052efcc17aa45250780249c6c9da64cab\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"ba731695e6fde0acef3b94edf21afaadd658b6f98ec6fbe0c464960e626efe3d\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"ad0883489d7532744ccc2af79cdfa78ce5a75bcee1f58319166b66dc0212f4bd\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"a5ae1aa95e381424bfb75ff4837d37446f90dfc5d1770ca3241312579eb46e49\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"bcfeac3ad3ba03e4122dcc1496da68a62d94789636b25db69ac5d4f74ae8fea2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a13020d82bcd47c5c2e1cfbb33df64f76a3bd04bd817c82c3ffb8c5c1984c6b3\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a730cefdef16d13acd6361ecb98e068bda5468200b783d3d46fb8bb7598b8365\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a87349e0d6be03f8eced745cac161312776f59163782f4d154aecfdeca336838\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"f44ad9ccab0d3178f0ad0b4c87e972ba70ae7e286d32a3f3df6e99c162fb803f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"e0faa1cbc226f6a2e8530c01ac009a4c753e004722052860d0b10e2f5a0fc646\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"b058324be9763a965e01105ff54e13ef92396bdc0cdc04756fc763445e8c1834\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"1b6a7eda930f406f5b98d7eac53f5b994cf6215d8e79b5f56ac5758f14a83834\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"4a2a97adfe3828cb73aca63801784a7aaec3258ed1d06c6becf6ca9879a1cc78\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"e90f50dde613d9bbb5cab01788b6602c5b762758c50fa252eff3b9749b33460f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a739e9cdb2b8138c4a0dec33d8352c44697464b1fea6705ce5fb866329f63818\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"b82b4bf64294c2aca9999ec843bdcc14fefb8fe10a3f1f0556ef766f0fe84144\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"704894ba011b33a9a584b659d9b45f6d4849aeb140c7b3a3453e063f480644ae\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"01aac99aba8e0493fbaf23b3fc634256dcbc2161a64aca60f029f3b8f9bbebd7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"1b9ec24d915d90768fd129bb9671605cd81380e4baeb05170b843cab6d9b5b31\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"8a49333b6980c1204d6fd856d6935eb6e984adc4c592b80e162b5b722ecdeb17\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"6caf784babcc107a03bb05254bb3c22dcbe38474ef1df5f3b8811cfd578d9583\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"22f9efba9aec8709c8796e8536bfd4c3865940ff0c794815cc63e70393b5b110\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"ee9c700b98fd9f022d8cecf28c2e1a557f7dad1babf3e08409ca3c19bd636c14\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"4c2c1a952cab57f66c8a9f7b6cfbbbc697f75222d91db28c8c735ca0e6de4933\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"f0519044ff70636c58a00475af58686a7234e572f714617c98eba1a9e5b88530\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"0899516ca014af7452f9ed111d822babd7ae93a88b7375dfbec522774ec8618e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"9e41230b1d4d1955d01e1f3f2166f74d555e6223b2172957a531745f7f228122\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"00941c980beb96a1e5fedf2a51ea7c7f1b90110dfe38c2ee294ef9d79904101c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"1f7d806ddc2d8bf862a067ac5b048386f57a77c2e2d54e3024f0e4fbb4039019\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"6a0797df7883e273d124e1e6f5dff022c57ac9b17ff9f312e0dcd99c98e9b399\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"5fb30b41ff06797774db6e7029db51e41e53d7f7bf01a655ed6dca6a9951dcd6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"c4928410df055a220e66f56abbe55ee03d8b31c1c338c35ad051942852c16048\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"28b706550c9a665089836a446cc0ac3e0bbb17ef0adff07ae16771429dec3bd0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"02b339882c5bcf12aff92aacf80cb613d78d8802c3d1a77ca47fae91e3949b0e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"652d890d3bac71ac62315633329604c57fc53941899d0bb9987fd2d1b0feeb0e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"1a07a2668ffaf6f24d747910d0f44dd7a34d2f16d7b70f7a8f3a737b2f445265\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"941cbefbfa434b82c0d978e30132707d61d339d6c2f818329c9a16deb6e2960b\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"b403d7fe004a50d6a9e32a25aa713760575907afa94b40108d2206f96b6ce796\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"a7857f4702b4d2b898b10e76679f5c32bf294dcd99e5de15a9092841fb50b531\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"fa19dab91403f1e8754f248447025c4ffb718c351976370cf8ab46b76aa99522\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"f06b2e346761fa1d5eb39e481a38b6e6f1cbe0bf0acfeb4f06ba1b661663b36b\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"efe676a00d842dc4ebc05965f3de6f9004f9c276200345096a6e3157439837bc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"70632ef66492c43f1886850e7bc3a97e3aa74547bf09e93f2acae94ea518cdfc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"0310688cd37ccd08cddc7f539123ea69b40ce503bb7b0ea3d9f2f7d84abf010e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"f5a8aaca1aa274de61a80918e5f4ba0192663533611a62e4b2eb688fc4a57063\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"8b7750835bf1638347a90dadc9b1e9693e7bf9721554387dc133ec81c6f60408\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"0ff7bd11d506bef81cb3274fc82502faa49104bb73a021489983cd824c824b25\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"ab6b712bc19c157bca60befda0cba93c43b0b9fd7a660f25984e94a3a220f4b6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"1402a07e27572feb60cbeb37c86caa90b01a97b77c13e240d1fb7542b2f48c15\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"cf1dcd935130e769cd53f2cda0ab5ba668fc5c41da9cdeac28de0ef35dd1de32\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"3b1d6cde5246fb1cd2e34a97c8110f249d1bae8c0ffd1e42392a73066ad23523\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d316a73a79c2cf66323098561d1c8529c4d5845424ae8ff9aed63dd0f20c178c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"0d037c6f98bb77942782f8fce714bb7a5c1fdcfd565f88523d456d1798f22abc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"e62d5bdd702b7adf3efe1b72613789617d83d40b710a5dceb3f518092defd913\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"56e221c5d5097f09978ef370c29c55a1eee5784e259b8d762b114889c0d9b0e0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d1dd7e03678e3adb1fd2077f0fb55153d8db4e6f69e56748a4f5ce61ea66f1e4\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"e0cc72a8932dcc1d31df429783e9e16aef536d21d5ff9f4a80d1fa402450a74a\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"5c875af99183305a264bbb72d854a8477c551b32c5edcfdf326202fe6a672850\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"5a2f136a5c0f93c7f2ff8c7af66726fb8a1e79cba71f5a56c00a73eb86983d82\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"11b5de8ba6d06d33b3df31e11d58b5f8da920469e74f126a4938aead2d38b8a1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"f47685536fff79c5e83acdbe8aad3dcdf528749943348f60a5e2eb22ad2b729f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"b66c946dcb3e9677b549db7907d897a6172a72d4ab3193750acb9c43f0659f67\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"2e827c0fa595a1eac390ff664c666962cef472b33f20f73d702518fcdfe2c4ba\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"27809bb7b18c279a7d40ff7b6cf6c3bdcbd1855cd87c569f13d6738e54f05210\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d409d5d93c0106114aaaf21e9997bd02d7c9939b1d37ef2364e264dea614ea54\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"21653d1dcc354ec6458a40200e69b777daed4eeba9e98f37c049dacee4c7bba2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"7753238f95ed7efe726556a7948e0c973bc904a56bd255c09337196c29c686ba\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a647712
2026-01-13T08:48:14
https://dev.to/page/agentic-postgres-tigerdata-v25-10-22-contest-rules
Agentic Postgres Challenge with Tiger Data Contest Rules - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Agentic Postgres Challenge with Tiger Data Contest Rules Contest Announcement Agentic Postgres Challenge with Tiger Data Sponsored by Dev Community Inc.(" Sponsor ") NO ENTRY FEE. NO PURCHASE NECESSARY TO ENTER OR WIN. VOID WHERE PROHIBITED. We urge you to carefully read the terms and conditions of this Contest Landing Page located here and the DEV Community Inc. General Contest Official Rules located here ("Official Rules"), incorporated herein by reference. The following contest specific details on this Contest Announcement Page, together with the Official Rules , govern your participation in the named contest defined below (the "Contest"). Sponsor does not claim ownership rights in your Entry. The Official Rules describe the rights you give to Sponsor by submitting an Entry to participate in the named Contest. In the event of a conflict between the terms of this Contest Announcement Page and the Official Rules, the Official Rules will govern and control. Contest Name : Agentic Postgres Challenge with Tiger Data Entry Period : The Contest begins on October 22, 2025 at 9:00 AM PST and ends on November 9, 2025 at 11:59 PM PST (the " Entry Period ") How to Enter : All entries must be submitted no later than the end of the Entry Period. You may enter the Contest during the Entry Period as follows: Visit the Contest webpage part of the DEV Community Site located here (the " Contest Page "); and Follow any instructions on the Contest Page and submit your completed entry (each an " Entry "). There is no limit on the number of Entries you may submit during the Entry Period. Required Elements for Entries : Without limiting any terms of the Official Rules, each Entry must include, at a minimum, the following elements: A published submission post on DEV that provides an overview of the application using the submission template provided on the Contest Page. The application must use Agentic Postgres features on Tiger Cloud. Judging Criteria : All qualified entries will be judged by a panel as selected by Sponsor as set forth in the Official Rules. Judges will award three winners based on the following criteria: Use of underlying technology Usability and User Experience Accessibility Creativity Judges are looking for projects that demonstrate innovative and surprising uses of Agentic Postgres features. In the event of a tie in scoring between judges, the judges will select the entry that received the highest number of positive reactions on their DEV post to determine the winner. Prize(s) : The prizes to be awarded from the Contest are as follows: Winners (3) will each receive: $1,000 USD Gift Card or Equivalent Exclusive DEV Badge Participant Winner (who submits a valid and qualified entry) will receive: A completion badge on their DEV profile 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.highlight.io/docs/general/company/open-source/contributing/getting-started
Open Source Contributing Overview Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Company / Open Source / Contributing / Open Source Contributing Overview Contributing Overview How do I spin up highlight.io locally? Local Development Guide. Running a docker version of highlight.io for development. GitHub Code Spaces Guide Running highlight.io in a Code Spaces environment. What is the app architecture? App Architecture Overall architecture guide. SDK Design Adding an SDK. How do I develop in ...? Frontend Frontend React.js development for app.highlight.io. Backend Backend GraphQL development for app.highlight.io. Landing Site Frontend Next.js development for highlight.io landing site. Docs Frontend Next.js development for highlight.io/docs What are development best practices? Good First Issues Good first issues to start with. Code Style Defining our code styles. Contributing GraphQL Backend Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://docs.github.com/fr
GitHub Docs Skip to main content Documentation GitHub Version: Free, Pro, & Team Rechercher ou demander à Copilot Rechercher ou demander à Copilot Select language: current language is French Rechercher ou demander à Copilot Rechercher ou demander à Copilot Ouvrir le menu Documentation GitHub De l’aide, où que vous en soyez dans votre parcours sur GitHub. Démarrage Bien démarrer Migrations Compte et profil Abonnements et notifications Authentification Facturation et paiements Politique du site Programmation collaborative Codespaces Référentiels Demandes de tirage GitHub Discussions Integrations GitHub Copilot GitHub Copilot Plans Obtenir des suggestions de code IDE Agent de codage Tutoriels Guide pratique GitHub Copilot Chat Bibliothèque de personnalisation CI/CD et DevOps GitHub Actions GitHub Packages GitHub Pages Sécurité et qualité Analyse de secrets Sécurité de la chaîne d’approvisionnement Dependabot Analyse du code Qualité du code GitHub Applications clientes GitHub CLI GitHub Mobile GitHub Desktop Gestion de projets GitHub Issues Projects Rechercher sur GitHub Entreprise et équipes Organisations Sécuriser votre organisation Intégration d’entreprise Administrateurs d’entreprise Développeurs Applications API REST GraphQL API webhooks GitHub Models Community Construction de communautés GitHub Sponsors GitHub Education GitHub for Nonprofits Support GitHub Contribuer à GitHub Docs Autres documents CodeQL query writing Electron npm GitHub Well-Architected Prise en main Configurer Git Au cœur de GitHub, se trouve un système de gestion de versions open source appelé Git. Git est responsable de tout ce qui est lié à GitHub qui se produit localement sur votre ordinateur. Connexion à GitHub à l’aide de SSH Vous pouvez vous connecter à GitHub en utilisant le protocole SSH (Secure Shell Protocol), lequel fournit un canal sécurisé sur un réseau non sécurisé. Création et gestion de dépôts Vous pouvez créer un référentiel sur pour stocker les fichiers de votre projet et collaborer sur ceux-ci, puis gérer le nom et l’emplacement du référentiel. Syntaxe d’écriture et de mise en forme de base Créez une mise en forme sophistiquée pour votre prose et votre code sur GitHub avec une syntaxe simple. Populaire À propos des demandes de tirage (pull requests) Les pull requests vous permettent de proposer, d’examiner et de fusionner des modifications de code. Documentation sur l’authentification Maintenez votre compte et vos données en sécurité grâce à des fonctionnalités telles que l’authentification à 2 facteurs, SSH et la vérification de la signature de commit. Obtention de suggestions de code dans votre IDE avec GitHub Copilot Utilisez GitHub Copilot pour obtenir des suggestions de code dans votre éditeur. Création de dépôt distants Apprenez à travailler avec vos dépôts locaux sur votre ordinateur et avec des dépôts distants hébergés sur GitHub. Aide et support Avez-vous trouvé ce dont vous aviez besoin ? Oui Non Politique de confidentialité Encore besoin d’aide ? Demander à la communauté GitHub Contacter le support technique Informations juridiques Une partie de ce contenu peut être traduite automatiquement ou par intelligence artificielle. © 2026 GitHub, Inc. Termes Confidentialité Statut Tarifs Services d’experts Blog
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/session-search
Session Search Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Session Search Session Search In highlight.io , you can search for a session by any of the data you send us (via the SDK) throughout a session. The data you send us can be in the form of: track calls identify calls click data This is done using search query , and we cover how search/instrumentation for each type of these queries works below. Searching for Sessions For general information on searching sessions, check out our Search docs . Default Search By default, Highlight will show completed sessions that have been fully processed, completed=true . For newer projects with less sessions, Highlight will show all sessions, and provide an example of how to use the search query, completed=(true or false) . Default Key The default key for session search searches across multiple attributes. These columns include the user's identifier and location. This could be the user's email , device_id , or given identifier , as well as their city or country . For example, if you enter an expression without a key ( highlight ) it will be used as the key for the following expression. email=*highlight* OR city=*highlight* Track Searching For track calls, you can search for sessions based on the properties that you gave to the track method. For example, if you want to filter sessions out by the value of a tracked feature toggle, FeatureFlag-Analytics , then you can use the the following query: FeatureFlag-Analytics=true Identify Searching For identify calls, you can search for sessions based on the properties that have a name of identifier , and the value corresponds to the value sent to the first argument of H.init (see here ). This looks like the following query: identifier=spencer@highlight.io Searching by User Clicks When using Highlight, you might be interested in querying for sessions where a user clicked a certain HTML element. Highlight records users' clicks on the page as two queryable properties: clickSelector and clickInnerText . clickSelector is the HTML Element's target's selector, concatinating the element's tag , id and class values. clickTextContent is the HTML Element's target's textContent property. Only the first 2000 characters are sent. You can then use the session filters to search for text in the two fields. An example of these queries are: clickSelector=svg clickTextContent="Last 30 days" Searching by Visited URL You can also search for sessions based on the URL that the user visited. This is useful if you want to search for sessions where a user visited a certain page on your site. To perform this search, you can use the visit-url filter. An example of this query is: visited-url="https://app.highlight.io/" Since many urls contains the special characters, : and = , you can wrap the value in quotations to avoid any errors. And like all of our filters, you can use contains, =** , and matches, =// , to help acheive the query you need. For example, to get all sessions that visited the sessions page, we can use the following queries: visited-url=*sessions* visited-url=/.+\d/sessions.+/ Autoinjected attributes By default, Highlight's SDKs will autoinject attributes to provide additional context to help with searching for sessions. Attribute Description Example active_length Time the user was active in milliseconds 10m browser_name Browser the user was on Chrome browser_version Browser version the user was on 124.0.0.0 city City the user was in San Francisco completed If the session is finished recording true country Country the user was in Greece device_id Fingerprint of the user's device 1018613574 environment The environment specified in the SDK production first_time If its the user's first session false has_comments If someone has commented on the Highlight session true has_errors If the session contained linked errors true has_rage_clicks If the user rage clicked in the session true identified If the session successfully identified the user false identifier The idenifier passed to H.init 1 ip The IP address of the user 127.0.0.1 length The total length of the session 10m os_name The user's operating system Mac OS X os_version The user's operating system version 10.15.7 pages_visited The number of pages visited in the session 10 sample A unique order by to sample sessions c1c9b1137183cbb1 service_version Version of the service specified in the SDK e1845285cb360410aee05c61dd0cc57f85afe6da state State the user was in Virginia viewed_by_anyone If the session has been viewed by anyone true viewed_by_me If your account has viewed the session false Helpful tips Use the completed=false to view live sessions. Create a new sample of sessions by clicking "New Random Seed" for the sample's values. Currently, length and active length are not supported by time suffixes, but this functionality is coming soon. Use time suffixes, such as s , m and h to help filter out for length durations. For example, use length>10m to find all sessions that were longer than 10 minutes. Demo Request Proxying Extracting the Session URL Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://dev.to/t/career/page/8#main-content
Career Page 8 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Career Follow Hide This tag is for anything relating to careers! Job offers, workplace conflict, interviews, resumes, promotions, etc. Create Post submission guidelines All articles and discussions should relate to careers in some way. Pretty much everything on dev.to is about our careers in some way. Ideally, though, keep the tag related to getting, leaving, or maintaining a career or job. about #career A career is the field in which you work, while a job is a position held in that field. Related tags include #resume and #portfolio as resources to enhance your #career Older #career posts 5 6 7 8 9 10 11 12 13 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Il Bug della Dignità: Cronaca di un’illusione ereditaria Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Il Bug della Dignità: Cronaca di un’illusione ereditaria # discuss # career # mentalhealth Comments Add Comment 2 min read The First Week at a Startup Taught Me More Than I Expected Aryan Choudhary Aryan Choudhary Aryan Choudhary Follow Jan 9 The First Week at a Startup Taught Me More Than I Expected # startup # beginners # career # learning 35  reactions Comments 16  comments 2 min read Human dignity bug: chronicles of an inherited delusion Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Human dignity bug: chronicles of an inherited delusion # discuss # career # mentalhealth Comments Add Comment 2 min read Facebook System Design Interview Resources That Helped Me Land the Role Dev Loops Dev Loops Dev Loops Follow Dec 31 '25 Facebook System Design Interview Resources That Helped Me Land the Role # systemdesign # resources # productivity # career Comments Add Comment 4 min read Ultimate Guide to Snapchat OA: Data/SDE Passing Strategies (with Real Questions & Tips) net programhelp net programhelp net programhelp Follow Dec 31 '25 Ultimate Guide to Snapchat OA: Data/SDE Passing Strategies (with Real Questions & Tips) # algorithms # interview # career # tutorial Comments Add Comment 4 min read Ending the year by reaching out Medea Medea Medea Follow Dec 31 '25 Ending the year by reaching out # webdev # programming # career 5  reactions Comments 1  comment 2 min read I Built TrackInterview — A Simple Way to Track Job Applications Surajdev Pandey Surajdev Pandey Surajdev Pandey Follow Dec 30 '25 I Built TrackInterview — A Simple Way to Track Job Applications # trackinterview # career # productivity # sideprojects Comments Add Comment 1 min read Prompt Engineering Won’t Fix Your Architecture Art light Art light Art light Follow Jan 9 Prompt Engineering Won’t Fix Your Architecture # discuss # career # ai # programming 117  reactions Comments 101  comments 3 min read Stop Editing Manually: Why Senior Devs Build "Factories" Instead of Just Writing Code zo Aoo zo Aoo zo Aoo Follow Dec 30 '25 Stop Editing Manually: Why Senior Devs Build "Factories" Instead of Just Writing Code # automation # ai # career Comments Add Comment 3 min read Your 2026 Cloud Computing Roadmap: Start Here Technical Monish Technical Monish Technical Monish Follow Dec 31 '25 Your 2026 Cloud Computing Roadmap: Start Here # aws # cloudcomputing # roadmap # career Comments Add Comment 5 min read Developers VS Product Sense superkacper4 superkacper4 superkacper4 Follow Dec 30 '25 Developers VS Product Sense # webdev # career # developers # software 1  reaction Comments 1  comment 4 min read From Reading to Writing: My Dev.to Journey Through 2025 Konark Sharma Konark Sharma Konark Sharma Follow Jan 3 From Reading to Writing: My Dev.to Journey Through 2025 # career # community # learning # beginners 5  reactions Comments Add Comment 1 min read What Interviewing Interns Taught Us About Real-World Engineering Insights By VyskaTech Insights By VyskaTech Insights By VyskaTech Follow Dec 30 '25 What Interviewing Interns Taught Us About Real-World Engineering # discuss # interview # career # backend Comments Add Comment 3 min read GrowExx Jr.Software Engineer Interview Experience | Ahmedabad FRESHER 7.2 LPA Vrajkumar Patel Vrajkumar Patel Vrajkumar Patel Follow Dec 28 '25 GrowExx Jr.Software Engineer Interview Experience | Ahmedabad FRESHER 7.2 LPA # career # interviewexperience # softwareengineering # growexx 1  reaction Comments Add Comment 3 min read 2026 GOAL PLANNING GUIDE Sospeter Mong'are Sospeter Mong'are Sospeter Mong'are Follow Dec 30 '25 2026 GOAL PLANNING GUIDE # productivity # beginners # career # ai Comments Add Comment 2 min read What I Wish I Knew About Full-Stack Development 5 Years Ago Omar Anajar Omar Anajar Omar Anajar Follow Dec 29 '25 What I Wish I Knew About Full-Stack Development 5 Years Ago # fullstack # career # webdev # learning Comments Add Comment 2 min read Why I Chose Custom Code Over CMS — As a Freelance Dev Starting from Scratch Hugo Calmels Hugo Calmels Hugo Calmels Follow Jan 3 Why I Chose Custom Code Over CMS — As a Freelance Dev Starting from Scratch # career # chatgpt # react # webdev 1  reaction Comments Add Comment 2 min read Notes from a Developer Who Learned to Slow Down Serguey Asael Shinder Serguey Asael Shinder Serguey Asael Shinder Follow Dec 29 '25 Notes from a Developer Who Learned to Slow Down # discuss # career # productivity # softwaredevelopment Comments Add Comment 1 min read AZ-700: Shaping the Future of Azure Networking – Industry Trends & Strategic Outlook Dominic Knight Dominic Knight Dominic Knight Follow Dec 29 '25 AZ-700: Shaping the Future of Azure Networking – Industry Trends & Strategic Outlook # azure # career # learning # networking Comments Add Comment 7 min read Accidental Research Before 20s: How It Started AMAN ALI AMAN ALI AMAN ALI Follow Dec 29 '25 Accidental Research Before 20s: How It Started # research # programming # devjournal # career Comments Add Comment 4 min read How I Aced the Yahoo System Design Interview: Best Courses and 7 Key Lessons Dev Loops Dev Loops Dev Loops Follow Dec 29 '25 How I Aced the Yahoo System Design Interview: Best Courses and 7 Key Lessons # yahoo # systemdesign # career # productivity Comments Add Comment 4 min read Azure AI Engineer Explained: Skills, Tools, and Responsibilities Adil Sajid Adil Sajid Adil Sajid Follow Dec 30 '25 Azure AI Engineer Explained: Skills, Tools, and Responsibilities # azure # career # machinelearning # ai Comments Add Comment 1 min read Un pequeño script para el códec, un gran paso para el Dev Learning Branch LostCodec LostCodec LostCodec Follow Dec 29 '25 Un pequeño script para el códec, un gran paso para el Dev Learning Branch # devjournal # career # java # learning Comments Add Comment 1 min read Why SWEs are afraid of making mistakes TechPreneur: lesswork&earnmore TechPreneur: lesswork&earnmore TechPreneur: lesswork&earnmore Follow Jan 2 Why SWEs are afraid of making mistakes # beginners # career # mentalhealth Comments Add Comment 13 min read I Didn’t “Become” a Senior Developer. I Accumulated Damage. Art light Art light Art light Follow Jan 7 I Didn’t “Become” a Senior Developer. I Accumulated Damage. # discuss # programming # ai # career 123  reactions Comments 34  comments 2 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://gg.forem.com/privacy#1-what-does-this-privacy-policy-apply-to
Privacy Policy - Gamers Forem Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Gamers Forem Close Privacy Policy Last Updated: September 01, 2023 This Privacy Policy is designed to help you understand how DEV Community Inc. (" DEV ," " we ," or " us ") collects, use, and discloses your personal information. What's With the Defined Terms? You'll notice that some words appear in quotes in this Privacy Policy.  They're called "defined terms," and we use them so that we don't have to repeat the same language again and again.  They mean the same thing in every instance, to help us make sure that this Privacy Policy is consistent. We've included the defined terms throughout because we want it to be easy for you to read them in context. 1. WHAT DOES THIS PRIVACY POLICY APPLY TO? 2. PERSONAL INFORMATION WE COLLECT 3. HOW WE USE YOUR INFORMATION 4. HOW WE DISCLOSE YOUR INFORMATION 5. YOUR PRIVACY CHOICES AND RIGHTS 6. INTERNATIONAL DATA TRANSFERS 7. RETENTION OF PERSONAL INFORMATION 8. SUPPLEMENTAL DISCLOSURES FOR CALIFORNIA RESIDENTS 9. SUPPLEMENTAL NOTICE FOR NEVADA RESIDENTS 10. CHILDREN'S INFORMATION 11. OTHER PROVISIONS 12. CONTACT US 1. WHAT DOES THIS PRIVACY POLICY APPLY TO? This Privacy Policy applies to personal information processed by us, including on our websites, mobile applications, and other online or offline offerings — basically anything we do. To make this Privacy Policy easier to read, our websites, mobile applications, and other offerings are all collectively called the " Services. " Beyond this Privacy Policy, your use of the Services is subject to our DEV Community Terms and our Forem Terms. The Services include both our own community forum at https://www.dev.to (the " DEV Community ") and the open source tool we provide called " Forem ," available at https://www.forem.com which allows our customers to create and operate their own online forums. We collect personal information from two categories of people: (1) our customers, who use Forem and our hosting services to run and host their own forums (we'll call them " Forem Operators "), and (2) the people who interact with DEV-hosted forums, including forums provided by Forem Operators utilizing Forem and separately our own DEV Community (we'll call them " Users "). An Important Note for Users Since we provide hosting services for Forem Operators, technically we also process your information on their behalf. That processing is governed by the contracts that we have in place with each Forem Operator, not this Privacy Policy. In other words, when you share your data on a DEV-hosted forum operated by a Forem Operator, we at DEV are basically just the "pipes" — we process the data on behalf of the Forem Operator, but don't do anything with it ourselves beyond what we're required to do under our contract (and by law). So, if you post your information on a DEV-powered forum provided by a Forem Operator, that Forem Operator's privacy policy applies, and any questions or requests relating to your data on that service should be directed to that Forem Operator, not us. Likewise, if you use our mobile application, you may also interact with forums that use DEV's open-source tools but do all their hosting and data collection themselves. For those forums, we at DEV have no access to your data, so be sure to read the privacy policy of any third-party hosted forum before posting. 2. PERSONAL INFORMATION WE COLLECT The categories of personal information we collect depend on whether you're a User or Forem Operator, how you interact with us, our Services, and the requirements of applicable law. Breaking it down, we collect three types of information: (1) information that you provide to us directly, (2) information we obtain automatically when you use our Services, and (3) information we get about you from other sources (such as third-party services and organizations). More details are below. A. Information You Provide to Us Directly We may collect the following personal information that you provide to us. Account Creation (for Forem Operators): We'll require your name and email address to get started, as well as some details about the Forem you want to run, such as: whether you're running the Forem on your own behalf or as part of an organization, and details about the community you want to support (how big is it, what topics does it cover, where do members currently communicate, how/if the community earns money, whether the community is open, invite-only or paid, any existing social media accounts, etc.) You'll need to tell us a bit about your personal coding background, and you'll have the option to provide your DEV username as well, if you are a member of the DEV.to community. Account Creation (for Users) : We collect name and email address from users that create an account on DEV Community. For other forums created by Forem Operators using Forem, the Forem Operator determines what information is required for User account creation for their respective forums. Interactive Features (for Users) . Like any other social network, both we and other Users of our Services may collect personal information that you submit or make available through our interactive features (e.g., messaging and chat features, commenting functionalities, forums, blogs, posts, and other social media pages). While we do have private messages that are only between you and the person you're messaging (as well as us and the Forem Operator, as applicable), any information you provide using the public sharing features of the Services, such as the information you post to your public profile or the topics you follow is public, including to recruiters and prospective employers, and is not subject to any of the privacy protections we mention in this Privacy Policy except where legally required. Please exercise caution before revealing any information that may identify you in the real world to others. Purchases . If you buy stuff on our shop site https://shop.dev.to/ (as either a User or Forem Operator), or otherwise if you pay us in connection with your use of the Forem service, we may collect personal information and details associated with your purchases, including payment information. Any payments made via our Services are processed by third-party payment processors, such as Stripe, Shopify, and PayPal. We do not directly collect or store any payment card information entered through our Services, but may receive information associated with your payment card information (e.g., your billing details). Your Communications with Us (Users and Forem Operators) . We may collect personal information, such as email address, phone number, or mailing address when you request information about our Services, register for our newsletter or loyalty program, request customer or technical support, apply for a job, or otherwise communicate with us. Surveys . We may contact you to participate in surveys. If you decide to participate, you may be asked to provide certain information, which may include personal information (for example, your home address). Sweepstakes or Contests . We may collect personal information you provide for any sweepstakes or contests that we offer. In some jurisdictions, we are required to publicly share information of sweepstakes and contest winners. Conferences, Trade Shows, and Other Events . We may collect personal information from individuals when we attend conferences, trade shows, and other events. Business Development and Strategic Partnerships . We may collect personal information from individuals and third parties to assess and pursue potential business opportunities. Job Applications . We may post job openings and opportunities on our Services. If you reply to one of these postings by submitting your application, CV and/or cover letter to us, we will collect and use your information to assess your qualifications. B. Information Collected Automatically We may collect personal information automatically when you use our Services: Automatic Data Collection . We may collect certain information automatically when you use our Services, such as your Internet protocol (IP) address, user settings, MAC address, cookie identifiers, mobile carrier, mobile advertising and other unique identifiers, browser or device information, location information (including approximate location derived from IP address), and Internet service provider. We may also automatically collect information regarding your use of our Services, such as pages that you visit before, during and after using our Services, information about the links you click, the types of content you interact with, the frequency and duration of your activities, and other information about how you use our Services. In addition, we may collect information that other people provide about you when they use our Services, including information about you when they tag you in their posts. Cookies, Pixel Tags/Web Beacons, and Other Technologies . We, as well as third parties that provide content, advertising, or other functionality on our Services, may use cookies, pixel tags, local storage, and other technologies (" Technologies ") to automatically collect information through your use of our Services. Cookies . Cookies are small text files placed in device browsers that store preferences and facilitate and enhance your experience. Pixel Tags/Web Beacons . A pixel tag (also known as a web beacon) is a piece of code embedded in our Services that collects information about engagement on our Services. The use of a pixel tag allows us to record, for example, that a user has visited a particular web page or clicked on a particular advertisement. We may also include web beacons in e-mails to understand whether messages have been opened, acted on, or forwarded. Our uses of these Technologies fall into the following general categories: Operationally Necessary . This includes Technologies that allow you access to our Services, applications, and tools that are required to identify irregular website behavior, prevent fraudulent activity and improve security or that allow you to make use of our functionality. Performance-Related . We may use Technologies to assess the performance of our Services, including as part of our analytic practices to help us understand how individuals use our Services ( see Analytics below ). Functionality-Related . We may use Technologies that allow us to offer you enhanced functionality when accessing or using our Services. This may include identifying you when you sign into our Services or keeping track of your specified preferences, interests, or past items viewed. Analytics . We may use Technologies and other third-party tools to process analytics information on our Services. Some of our analytics partners include Google Analytics. For more information,please visit Google Analytics' Privacy Policy . To learn more about how to opt-out of Google Analytics' use of your information, please click here . Social Media Platforms . Our Services may contain social media buttons such as Twitter, Facebook, GitHub, Instagram, and Twitch (that might include widgets such as the "share this" button or other interactive mini programs). These features may collect your IP address, which page you are visiting on our Services, and may set a cookie to enable the feature to function properly. Your interactions with these platforms are governed by the privacy policy of the company providing it. See the "Your Privacy Choices and Rights" section below to understand your choices regarding these Technologies. C. Information Collected from Other Sources We may obtain information about you from other sources, including through third-party services and organizations. For example, if you access our Services through a third-party application, such as an app store, a third-party login service (e.g., through Twitter, Apple, or GitHub), or a social networking site, we may collect whatever information about you from that third-party application that you have made available via your privacy settings. 3. HOW WE USE YOUR INFORMATION We use your information for a variety of business purposes, including to provide our Services, for administrative purposes, and to market our products and Services, as described below. A. Provide Our Services We use your information to fulfill our contract with you and provide you with our Services, such as: Managing your information and accounts; Providing access to certain areas, functionalities, and features of our Services; Answering requests for customer or technical support; Communicating with you about your account, activities on our Services, and policy changes; Processing your financial information and other payment methods for products or Services purchased; Processing applications if you apply for a job we post on our Services; and Allowing you to register for events. B. Administrative Purposes We use your information for various administrative purposes, such as: Pursuing our legitimate interests such as direct marketing, research and development (including marketing research), network and information security, and fraud prevention; Detecting security incidents, protecting against malicious, deceptive, fraudulent or illegal activity, and prosecuting those responsible for that activity; Measuring interest and engagement in our Services, including for usage-based billing purposes; Short-term, transient use, such as contextual customization of ads; Improving, optimizing, upgrading, or enhancing our Services; Developing new products and Services; Ensuring internal quality control and safety; Authenticating and verifying individual identities, including requests to exercise your rights under this policy; Debugging to identify and repair errors with our Services; Auditing relating to interactions, transactions and other compliance activities; Enforcing our agreements and policies; and Complying with our legal obligations. C. Marketing and Advertising our Products and Services We may use your personal information to tailor and provide you with content and advertisements for our Services, such as via email. If you have any questions about our marketing practices, you may contact us at any time as set forth in the "Contact Us" section below. D. Other Purposes We also use your information for other purposes as requested by you or as permitted by applicable law. Consent . We may use personal information for other purposes that are clearly disclosed to you at the time you provide personal information or with your consent. Automated Decision Making. We may engage in automated decision making, including profiling, such as to suggest topics or other Users for you to follow. DEV's processing of your personal information will not result in a decision based solely on automated processing that significantly affects you unless such a decision is necessary as part of a contract we have with you, we have your consent, or we are permitted by law to engage in such automated decision making. If you have questions about our automated decision making, you may contact us as set forth in the "Contact Us" section below. De-identified and Aggregated Information . We may use personal information and other information about you to create de-identified and/or aggregated information, such as de-identified demographic information, information about the device from which you access our Services, or other analyses we create. For example, we may collect system-wide information to ensure availability of the platform, or measure aggregate data trends to analyze and optimize our Services. Share Content with Friends or Colleagues. Our Services may offer various tools and functionalities. For example, we may allow you to provide information about your friends through our referral services. Our referral services may allow you to forward or share certain content with a friend or colleague, such as an email inviting your friend to use our Services. Please only share with us contact information of people with whom you have a relationship (e.g., relative, friend neighbor, or co-worker). 4. HOW WE DISCLOSE YOUR INFORMATION We disclose your information to third parties for a variety of business purposes, including to provide our Services, to protect us or others, or in the event of a major business transaction such as a merger, sale, or asset transfer, as described below. A. Disclosures to Provide our Services The categories of third parties with whom we may share your information are described below. Service Providers . We may share your personal information with our third-party service providers who use that information to help us provide our Services. This includes service providers that provide us with IT support, hosting, payment processing, customer service, and related services. For example, our Shop site is run by Shopify, who handle your shipping details on our behalf. Business Partners . We may share your personal information with business partners to provide you with a product or service you have requested. We may also share your personal information to business partners with whom we jointly offer products or services. Other Users . As described above in the "Personal Information We Collect" section of this Privacy Policy, our Service allows Users to share their profiles, and any posts, chats, etc. with other Users and with the general public, including to those who do not use our Services. APIs/SDKs . We may use third-party Application Program Interfaces ("APIs") and Software Development Kits ("SDKs") as part of the functionality of our Services. For more information about our use of APIs and SDKs, please contact us as set forth in the "Contact Us" section below. B . Disclosures to Protect Us or Others We may access, preserve, and disclose any information we store associated with you to external parties if we, in good faith, believe doing so is required or appropriate to: comply with law enforcement or national security requests and legal process, such as a court order or subpoena; protect your, our, or others' rights, property, or safety; enforce our policies or contracts; collect amounts owed to us; or assist with an investigation or prosecution of suspected or actual illegal activity. C. Disclosure in the Event of Merger, Sale, or Other Asset Transfers If we are involved in a merger, acquisition, financing due diligence, reorganization, bankruptcy, receivership, purchase or sale of assets, or transition of service to another provider, your information may be sold or transferred as part of such a transaction, as permitted by law and/or contract. 5. YOUR PRIVACY CHOICES AND RIGHTS Your Privacy Choices . The privacy choices you may have about your personal information are determined by applicable law and are described below. Email Communications . If you receive an unwanted email from us, you can use the unsubscribe link found at the bottom of the email to opt out of receiving future emails. Note that you will continue to receive transaction-related emails regarding products or Services you have requested. We may also send you certain non-promotional communications regarding us and our Services, and you will not be able to opt out of those communications (e.g., communications regarding our Services or updates to our Terms or this Privacy Policy). Mobile Devices . We may send you push notifications through our mobile application. You may opt out from receiving these push notifications by changing the settings on your mobile device. "Do Not Track." Do Not Track (" DNT ") is a privacy preference that users can set in certain web browsers. Please note that we do not respond to or honor DNT signals or similar mechanisms transmitted by web browsers. Cookies and Interest-Based Advertising . You may stop or restrict the placement of Technologies on your device or remove them by adjusting your preferences as your browser or device permits. However, if you adjust your preferences, our Services may not work properly. Please note that cookie-based opt-outs are not effective on mobile applications. Please note you must separately opt out in each browser and on each device. Your Privacy Rights . In accordance with applicable law, you may have the right to: Access Personal Information about you, including: (i) confirming whether we are processing your personal information; (ii) obtaining access to or a copy of your personal information; Request Correction of your personal information where it is inaccurate, incomplete or outdated. In some cases, we may provide self-service tools that enable you to update your personal information; Request Deletion, Anonymization or Blocking of your personal information when processing is based on your consent or when processing is unnecessary, excessive or noncompliant; Request Restriction of or Object to our processing of your personal information when processing is noncompliant; Withdraw Your Consent to our processing of your personal information. If you refrain from providing personal information or withdraw your consent to processing, some features of our Service may not be available; Request Data Portability and Receive an Electronic Copy of Personal Information that You Have Provided to Us; Be Informed about third parties with which your personal information has been shared; and Request the Review of Decisions Taken Exclusively Based on Automated Processing if such decisions could affect your data subject rights. If you would like to exercise any of these rights, please contact us as set forth in "Contact Us" below. We will process such requests in accordance with applicable laws. 6. INTERNATIONAL DATA TRANSFERS All information processed by us may be transferred, processed, and stored anywhere in the world, including, but not limited to, the United States or other countries, which may have data protection laws that are different from the laws where you live. We always strive to safeguard your information consistent with the requirements of applicable laws. 7. RETENTION OF PERSONAL INFORMATION We store the personal information we collect as described in this Privacy Policy for as long as you use our Services or as necessary: to fulfill the purpose or purposes for which it was collected, to provide our Services, to resolve disputes, to establish legal defenses, to conduct audits, to pursue legitimate business purposes, to enforce our agreements, and to comply with applicable laws.  8. SUPPLEMENTAL DISCLOSURES FOR CALIFORNIA RESIDENTS Refer-a-Friend and Similar Incentive Programs . As described above in the How We Use Your Personal Information section ("Share Content with Friends or Colleagues" subsection), we may offer referral programs or other incentivized data collection programs. For example, we may offer incentives to you such as discounts or promotional items or credit in connection with these programs, wherein you provide your personal information in exchange for a reward, or provide personal information regarding your friends or colleagues (such as their email address) and receive rewards when they sign up to use our Services. (The referred party may also receive rewards for signing up via your referral.) These programs are entirely voluntary and allow us to grow our business and provide additional benefits to you. The value of your data to us depends on how you ultimately use our Services, whereas the value of the referred party's data to us depends on whether the referred party ultimately becomes a User or Forem Operator and uses our Services. Said value will be reflected in the incentive offered in connection with each program. Accessibility . This Privacy Policy uses industry-standard technologies and was developed in line with the World Wide Web Consortium's Web Content Accessibility Guidelines, version 2.1* . * If you wish to print this policy, please do so from your web browser or by saving the page as a PDF. California Shine the Light . The California "Shine the Light" law permits users who are California residents to request and obtain from us once a year, free of charge, a list of the third parties to whom we have disclosed their personal information (if any) for their direct marketing purposes in the prior calendar year, as well as the type of personal information disclosed to those parties. Right for Minors to Remove Posted Content . Where required by law, California residents under the age of 18 may request to have their posted content or information removed from the publicly-viewable portions of the Services by contacting us directly as set forth in the "Contact Us" section below or by logging into their account and removing the content or information using our self-service tools. 9. SUPPLEMENTAL NOTICE FOR NEVADA RESIDENTS If you are a resident of Nevada, you have the right to opt-out of the sale of certain Personal Information to third parties who intend to license or sell that Personal Information. You can exercise this right by contacting us as set forth in the "Contact Us\" section below with the subject line "Nevada Do Not Sell Request" and providing us with your name and the email address associated with your account. Please note that we do not currently sell your Personal Information as sales are defined in Nevada Revised Statutes Chapter 603A. If you have any questions, please contact us as set forth below. 10. CHILDREN'S INFORMATION The Services are not directed to children under 13 (or other age as required by local law), and we do not knowingly collect personal information from children. If you are a parent or guardian and believe your child has uploaded personal information to our site without your consent, you may contact us as described in the "Contact Us" section below. If we become aware that a child has provided us with personal information in violation of applicable law, we will delete any personal information we have collected, unless we have a legal obligation to keep it, and terminate the child's account if applicable. 11. OTHER PROVISIONS Third-Party Websites or Applications . The Services may contain links to other websites or applications, and other websites or applications may reference or link to our Services. These third-party services are not controlled by us. We encourage our users to read the privacy policies of each website and application with which they interact. We do not endorse, screen or approve, and are not responsible for, the privacy practices or content of such other websites or applications. Providing personal information to third-party websites or applications is at your own risk. Changes to Our Privacy Policy . We may revise this Privacy Policy from time to time in our sole discretion. If there are any material changes to this Privacy Policy, we will notify you as required by applicable law. You understand and agree that you will be deemed to have accepted the updated Privacy Policy if you continue to use our Services after the new Privacy Policy takes effect. 12. CONTACT US If you have any questions about our privacy practices or this Privacy Policy, or to exercise your rights as detailed in this Privacy Policy, please contact us at: support@dev.to . 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Gamers Forem — An inclusive community for gaming enthusiasts Home About Contact Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Gamers Forem © 2025 - 2026. We're a place where gamers unite, level up, and share epic adventures. Log in Create account
2026-01-13T08:48:14
https://dev.to/sunny7899/documenting-the-journey-preparing-for-a-senior-ui-engineer-role-at-servicenow-81a
Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Neweraofcoding Posted on Dec 29, 2025 Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow # devjournal # interview # career # ui There’s a moment in every engineering career where you pause—not because you’re stuck, but because you’re leveling up . This blog is about one of those moments for me. Recently, I started preparing for a Senior Software Engineer – UI role at ServiceNow . Instead of rushing through prep, I decided to slow down and document the journey —the prompts, the reflections, and the story behind my work. This post is both a record for myself and a guide for anyone preparing for a similar transition. Why I Decided to Document This Interview prep can feel transactional: Memorize answers Practice talking points Hope it clicks But this role made me realize something: This wasn’t just interview prep. This was a reflection of my career so far. ServiceNow’s focus on AI-powered UX, observability, scale, and craftsmanship forced me to connect dots across my experience—from building dashboards and APIs to integrating ML and designing for trust. So instead of just “preparing answers,” I framed everything as a story . The Prompts That Shaped the Story These were the prompts I worked through—and honestly, they map really well to how senior engineers think. 1. Short Introduction (2 minutes) This wasn’t about listing tools. It was about answering: What problems do I enjoy solving? How does my work create impact? Why does my experience make sense now ? I focused on: Building customer-facing UI Turning complex systems into simple experiences Using AI not as a buzzword , but as a practical tool The goal wasn’t to sound impressive—it was to sound clear . 2. What Do I Know About ServiceNow? (30 seconds) This forced me to zoom out. Not just: “They do workflow automation.” But: They connect people, systems, and processes They’re investing deeply in AI-native experiences Observability isn’t just metrics—it’s insight and action This helped me align my past work with where the platform is going. 3. Why This Role, Why Now? This was one of the most important reflections. I realized I wasn’t leaving my current role because of dissatisfaction. I was leaving because I wanted: More product-driven engineering More scale A place where UI, AI, and platform thinking intersect That clarity alone boosted my confidence. 4. What I Want in My Next Opportunity This wasn’t about perks or titles. I wrote down three things: Ownership from idea to delivery Strong engineering culture (reviews, quality, reliability) Space to grow—technically and as a mentor Simple. Honest. Grounded. 5. A Real Challenge (Not a Perfect Story) Instead of a “hero story,” I picked a messy one: Inconsistent data Tight timelines Evolving requirements Cross-team friction I talked about: Trade-offs Decisions What broke What I learned That reflection reminded me: Senior engineering isn’t about avoiding problems—it’s about navigating them calmly. 6. Questions I Ask Them This flipped the dynamic. Instead of trying to impress, I got curious: What problems matter most right now? How does AI actually show up in the product? How do teams collaborate end-to-end? It made the conversation feel mutual—not one-sided. What This Process Taught Me A few things really stood out: Good interviews are storytelling exercises AI experience matters most when tied to user trust UI engineering at scale is about empathy, not pixels Preparation is confidence—not memorization Most importantly, I realized I already had the experience. I just needed to frame it clearly. Why I’m Keeping This Documented Careers are long. It’s easy to forget: Why you chose certain paths How much you’ve learned What kind of engineer you’re becoming This blog is a checkpoint. Whether or not this specific role works out, the process itself already paid off. I’m sharper, clearer, and more intentional than I was before. And that’s a win. Final Thought If you’re preparing for a senior role: Don’t just study the job description Study your own journey There’s more alignment there than you think. End of entry. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Neweraofcoding Follow Expert Front end developer with Angular, and React experience Location Delhi India Joined Nov 4, 2020 More from Neweraofcoding Apertre 3.0: An Open-Source Program Empowering the Next Generation of Developers # codenewbie # career # learning # opensource The Agentic Leap: Key Announcements and Demos from the Google I/O 2025 Developer Keynote # webdev # ai # career # productivity What is the Microsoft MVP Award and its benefits? # career # leadership # microsoft 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/t/career/page/79
Career Page 79 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Career Follow Hide This tag is for anything relating to careers! Job offers, workplace conflict, interviews, resumes, promotions, etc. Create Post submission guidelines All articles and discussions should relate to careers in some way. Pretty much everything on dev.to is about our careers in some way. Ideally, though, keep the tag related to getting, leaving, or maintaining a career or job. about #career A career is the field in which you work, while a job is a position held in that field. Related tags include #resume and #portfolio as resources to enhance your #career Older #career posts 76 77 78 79 80 81 82 83 84 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu From Rejection to Redemption: How I Landed My SRE Role Branden Hernandez Branden Hernandez Branden Hernandez Follow Jun 23 '25 From Rejection to Redemption: How I Landed My SRE Role # career # sitereliabilityengineering # devjournal # resume Comments Add Comment 3 min read Boost Productivity: The 10 AI Tools That Took Over My Job Abhishek Shakya Abhishek Shakya Abhishek Shakya Follow Jun 19 '25 Boost Productivity: The 10 AI Tools That Took Over My Job # webdev # programming # ai # career Comments Add Comment 3 min read When Technical Excellence Meets Organizational Chaos: A Developer's Survival Guide AibnuHibban AibnuHibban AibnuHibban Follow Jul 23 '25 When Technical Excellence Meets Organizational Chaos: A Developer's Survival Guide # career # leadership # softwareengineering # teamwork Comments Add Comment 5 min read 20 Rules for Becoming THAT Manager (From a Principal Engineer’s Perspective) Giorgi Kobaidze Giorgi Kobaidze Giorgi Kobaidze Follow Jul 19 '25 20 Rules for Becoming THAT Manager (From a Principal Engineer’s Perspective) # management # softskills # leadership # career 19  reactions Comments 15  comments 8 min read Permission to Be Weird: Why Authenticity Is a Leadership Superpower Ctrl Zed Ctrl Zed Ctrl Zed Follow Jun 18 '25 Permission to Be Weird: Why Authenticity Is a Leadership Superpower # leadership # career # management # culture Comments Add Comment 1 min read Exploring Cybersecurity Roles: A Walkthrough of TryHackMe's "Careers in Cyber" Room Emanuele Emanuele Emanuele Follow Jun 18 '25 Exploring Cybersecurity Roles: A Walkthrough of TryHackMe's "Careers in Cyber" Room # cybersecurity # career # tryhackme # infosec Comments Add Comment 3 min read Why I'm Still Thinking About My Hackathon Project Weeks Later WLH Challenge: After the Hack Submission Philip Ganchev Philip Ganchev Philip Ganchev Follow Jul 22 '25 Why I'm Still Thinking About My Hackathon Project Weeks Later # devchallenge # wlhchallenge # career # entrepreneurship 4  reactions Comments Add Comment 3 min read Intern to Engineer: The Hard Lessons You Only Learn in Production Ashish Saran Shakya Ashish Saran Shakya Ashish Saran Shakya Follow Jul 22 '25 Intern to Engineer: The Hard Lessons You Only Learn in Production # java # career # internship # backend 1  reaction Comments Add Comment 3 min read Day 0: The 180-Day Challenge That Will Transform Me Into a Better Developer Mukesh Mukesh Mukesh Follow Jul 18 '25 Day 0: The 180-Day Challenge That Will Transform Me Into a Better Developer # programming # devchallenge # career # webdev 12  reactions Comments Add Comment 2 min read How We Designed the Interview Flow to Be Stress-Free (for Both Sides) Erzana Muharremi Erzana Muharremi Erzana Muharremi Follow Jun 18 '25 How We Designed the Interview Flow to Be Stress-Free (for Both Sides) # interview # productivity # career Comments Add Comment 1 min read Share SolarWorld: Transforming Clean Energy Access for All service Seoo service Seoo service Seoo Follow Jun 18 '25 Share SolarWorld: Transforming Clean Energy Access for All # ai # career # learning # webdev Comments Add Comment 5 min read Day 3 of My 180-Day Developer Challenge: How I Escaped Tutorial Hell as a Developer Mukesh Mukesh Mukesh Follow Jul 22 '25 Day 3 of My 180-Day Developer Challenge: How I Escaped Tutorial Hell as a Developer # webdev # programming # productivity # career Comments Add Comment 3 min read DAY 8 Ranjani R Ranjani R Ranjani R Follow Jun 18 '25 DAY 8 # webdev # programming # javascript # career Comments Add Comment 1 min read 🎨 Mastering the Basics of CSS: A Beginner-Friendly Guide ~ devsync.in Piyush Kose Piyush Kose Piyush Kose Follow Jun 18 '25 🎨 Mastering the Basics of CSS: A Beginner-Friendly Guide ~ devsync.in # webdev # programming # career # css Comments Add Comment 2 min read Small Projects That Taught Me Big Lessons in Web Development Vadym Vadym Vadym Follow Jul 1 '25 Small Projects That Taught Me Big Lessons in Web Development # development # career # programming 2  reactions Comments Add Comment 1 min read AI Talent Wars: Why ‘AI-Native’ Grads Might Replace Traditional Developers Abdul Rehman Khan Abdul Rehman Khan Abdul Rehman Khan Follow Jul 21 '25 AI Talent Wars: Why ‘AI-Native’ Grads Might Replace Traditional Developers # ai # programming # career # technology Comments Add Comment 3 min read As quatro áreas que considero quando monto uma trilha de carreira para engenharia de software Rafael Cavalcante Rafael Cavalcante Rafael Cavalcante Follow Jul 21 '25 As quatro áreas que considero quando monto uma trilha de carreira para engenharia de software # career # carreira # swe # engineeringmanagement 4  reactions Comments Add Comment 3 min read I Applied to 300+ Jobs, Faced Constant Rejection — Then One 8AM Update Changed Everything Karunya Muralidharan Karunya Muralidharan Karunya Muralidharan Follow Jul 21 '25 I Applied to 300+ Jobs, Faced Constant Rejection — Then One 8AM Update Changed Everything # beginners # programming # career # learning 1  reaction Comments Add Comment 2 min read From Trainee to Software Engineer: A 5 Year Journey Through Code, Growth, and AI J-Sandaruwan J-Sandaruwan J-Sandaruwan Follow Jul 21 '25 From Trainee to Software Engineer: A 5 Year Journey Through Code, Growth, and AI # career # machinelearning # laravel # tensorflow Comments 1  comment 4 min read Week 6 - You're not stuck, you just skipped the basics: What is a real database? Adam Neves Adam Neves Adam Neves Follow Jul 10 '25 Week 6 - You're not stuck, you just skipped the basics: What is a real database? # career # basic # programming # developer 2  reactions Comments Add Comment 2 min read Interview with a recruiter: Everything you've wanted to ask about resumes Severin Wiggenhorn Severin Wiggenhorn Severin Wiggenhorn Follow Jul 20 '25 Interview with a recruiter: Everything you've wanted to ask about resumes # discuss # productivity # career # interview 1  reaction Comments Add Comment 4 min read Instance Segmentation with Mask R-CNN (ResNet-50 + FPN) using Detectron2 Krishnan R Krishnan R Krishnan R Follow Jul 20 '25 Instance Segmentation with Mask R-CNN (ResNet-50 + FPN) using Detectron2 # ai # beginners # python # career Comments 1  comment 1 min read The Open Source Beginner Contributor Guide Juan Manuel Barea Martínez Juan Manuel Barea Martínez Juan Manuel Barea Martínez Follow Jun 16 '25 The Open Source Beginner Contributor Guide # opensource # codenewbie # community # career Comments Add Comment 1 min read 35 Free Platforms to Boost Your Startup’s SEO & Visibility gokayburuc.dev gokayburuc.dev gokayburuc.dev Follow Jul 20 '25 35 Free Platforms to Boost Your Startup’s SEO & Visibility # seo # webdev # career # productivity Comments Add Comment 3 min read 🧠 Top 20 JavaScript Interview Questions and Answers for 2025 Nezir Zahirovic Nezir Zahirovic Nezir Zahirovic Follow Jul 20 '25 🧠 Top 20 JavaScript Interview Questions and Answers for 2025 # javascript # career # interview # books 2  reactions Comments Add Comment 3 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/general-features/alerts
Alerts Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Backend General Features / Alerts Alerts Alerts are a way to keep your team in the loop as to what is happening on your app. Below is a description of the common components of Alerts, and more specific parameters are included in subsequent sections. To get started, visit app.highlight.io/alerts . The basic parameters for an alert look like the following image: Picking a Source This input allows you to create alerts based on sessions, errors, logs, traces, or metrics all in one single form. It is backed by the same data used on the search experiences. Functions Functions allow for more powerful alerts from simple counts to percentiles of data. These percentile alerts are typically used on the duration of traces to alert when the latency is high. Filters Add filters to filter out any unwanted data from be used in the alert evaluation, exactly like the search experiences. For more information on how to best utilize search, please visit our Search docs . Cooldown Avoid over alerting by adding a cooldown time. After the initial notification, additional alert notifications will not be sent for this amount of time. If the alert is still in an alert state after the cooldown, another notification will be sent to your added channels. Distinct Alerts You can create multiple alerts based on a key in the data to allow more granular alerting. In the example above, the service_name is used to group the data and send an alert distinct to the service. In the example, the "all" and "frontend" services would be notified of an "alert", while the "private-graph" service would not. Notifications An alert can be sent to the following channels: Slack Discord Microsoft Teams Email Webhooks If your workspace has not yet integrated with one of the channels you are trying to add, you will be redirected to set up the appropriate integration. Once an alert has been created or updated with a channel, a test notification will be sent notifying that it is now being used in a Highlight alert. Webhook Notifications All alerts can route notifications to webhooks via a HTTP POST JSON payload. Learn more about configuring webhooks . General Features Comments Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.highlight.io/docs/general/integrations/electron-integration
Electron Support Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Integrations / Electron Support Electron Support If you are running Highlight in Electron, a Desktop based JS framework, you can benefit from the additional functionality that tracks main process window events to stop and start Highlight recording when your app is minimized. Please ensure you are using Highlight SDK version  highlight.run@4.3.4. or higher. Call  configureElectronHighlight  with a  BrowserWindow  object to instrument Electron events. const mainWindow = new BrowserWindow(...) configureElectronHighlight(mainWindow) Under the hood, the function will forward the  focus  and  blur  events to your renderer process so that the highlight recording SDK can track them. mainWindow.on('focus', () => { mainWindow.webContents.send('highlight.run', { visible: true }); }); window.on('blur', () => { mainWindow.webContents.send('highlight.run', { visible: false }); }); This will stop the Highlight recording when the app is not visible and resume the session when the app regains visibility to help minimize performance and battery impact that Highlight may have on Electron users. Discord Integration Front Integration Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://buildwithfern.com/learn
Build with Fern | Fern Documentation Search / Ask AI Slack community Log in Book a demo Light Build with Fern Start with SDKs, Docs, or both. SDKs Generate client libraries in multiple languages. Get started with: Introduction Quickstart Customers Docs A beautiful, interactive documentation website. Introduction Quickstart AI features Fern Editor Bring your own API spec Control role-based access Self host your docs Customers Ask Fern AI Search to find answers in your documentation instantly. Introduction Configure Customers Supported Specs Select one or more specs to generate SDKs and Docs. OpenAPI AsyncAPI OpenRPC gRPC Fern Definition Community Changelog See our most recent product updates. Github Follow progress and contribute to the codebase. View Slack Connect with the Fern community. View Twitter X Get updates on the Fern platform. View Help We’re lightning-fast with support! If you’re a customer, reach out via your dedicated Slack channel. File a Github issue Email us Book a demo Built with Home Home Products that elevate your developer experience Home Home Products that elevate your developer experience Slack community Log in Book a demo self.__next_f.push([1,"59:[[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",[]],[\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\"]],[\"9b53d9252add86c9b4f54c97bc4b86687858b67cde32c9090a2822c291b5dec7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"db46558dae150aabe04834dc3b4913b7d6c063d75c3b1a458fc9683a20b2d1b4\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"1433d4d116c9ed41641be66b4304dde30bebe78682b717c0a047c139a089734e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\"]],[\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\"]],[\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\"]],[\"0d552eae6ffcd12aa6bbe70604fb91ecf44a48b004b95fdcbba34c110b4a9aab\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"5b301049d4338d9ddbef4d47f37713c70e5ce4be73ecd15fdd8caf8aae9b21ac\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"14ab9a398e288e3aac7535a0a45053b2100b6ca5055b9298c5046c6608df13c2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"f2b155c7320050fa14bfc248d8860456af2da2c5792acd0c9a850c92a57fbe89\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"4a64fe3bb6d91d225f79c62a83f75f40135ac9598458e30e4ecc6f63c8cd6b6c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"aff52e585a7e37f36bb8aac43020e327767c2788b75b4e280117bc548b920b81\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"058d086a7189fa1ffa7110c9b67c0803ced41797711ca180a09bd5d6a69b186d\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"63e0ed6605a8cc11c9c747749945af9ba91468f8330256534d149b89bfd2fea9\",\"2ff09cd8cf02e74d6b0314c306da351f3168f039fe92786937335ad2c634efe1\"]],[\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\"]],[\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"ade8685946f803b0d3acf5e0d59aadabd5d52096eb6bd911a7255c21ba79912a\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"2b19e54baa3115046b4b34988f843f2883456da1369dcc950e455da8469d78ff\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"0428361bad0d16b4c8ddcbaf9fe4aef43df0acb723785a80a0351da549e23cc7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"e0cbc0b59bf64a9fcaa66488af3825aa503fbb3f840d3a8f1db041dfdda80088\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"4aadc421cd4428441949179e086c1542c2b89899c9dff8baae045de057c81884\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"94722ff288534cacebab20abac896d13010c66d96a45be51944a4ffe84709cb8\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"25efb91c99b875e9ba0d2e75753fc18813070aa1938ac06ed943b96f777da95f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"48b9ae889b9d45d2d6c02009426237ea1045ff1f4049d6b05b1ff2446eef72dc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"cec52b36ba691694b5a887e76342f24c7d5cb0793aaf1f5a57f9f32af8ebdff1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"4ce2b28dcb9547990d7533ccbd83f877c3b41a2ad20fa3ca3719d1264368a5a9\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"b67475c01858158a72196098a3331239ab2e68d24496965ecf41db8d799d13ec\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"8692a37029dd520de344e01a3777223a3b853927ad69fd380997e88d702933e6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"6e4f0fe8de88e8e2c4838fe5a60ca1a78e8e63980194457054e77845afcfcda2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"43966b73eb1d09f88ec13cbd4abd04085211e203a9b434c15f0e2552a21559a6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"77d5cd47bf1b36cc621c020853b85d6943fabdcd76e51d265b3065e508d1bb11\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"3f3a8ea0c73a4aefa92e26133604c27b2c9b0190ff0df47c4f9d326c2ec5357e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"e82253f82a94974c8608f84997d2afe4ba9e9d91a63c03902225583368e0952f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"d64dcc38088c947275cc8e7a6bcd7fbdf90749262015d0d587e57a6a088a4d43\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"c5e19b9f9d0c448fec5a625b3001333e69168b4a6fbe8d633ebc5bd6e7343dee\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"d0391843b8e70ac66e2e2d7c7dd42d2052efcc17aa45250780249c6c9da64cab\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"ba731695e6fde0acef3b94edf21afaadd658b6f98ec6fbe0c464960e626efe3d\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"ad0883489d7532744ccc2af79cdfa78ce5a75bcee1f58319166b66dc0212f4bd\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"a5ae1aa95e381424bfb75ff4837d37446f90dfc5d1770ca3241312579eb46e49\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"951b343ef9570bf6b569eccdf46b664ecbd25533d4716740ef4ee61bb7d1e903\"]],[\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"bcfeac3ad3ba03e4122dcc1496da68a62d94789636b25db69ac5d4f74ae8fea2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a13020d82bcd47c5c2e1cfbb33df64f76a3bd04bd817c82c3ffb8c5c1984c6b3\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a730cefdef16d13acd6361ecb98e068bda5468200b783d3d46fb8bb7598b8365\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a87349e0d6be03f8eced745cac161312776f59163782f4d154aecfdeca336838\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"f44ad9ccab0d3178f0ad0b4c87e972ba70ae7e286d32a3f3df6e99c162fb803f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"e0faa1cbc226f6a2e8530c01ac009a4c753e004722052860d0b10e2f5a0fc646\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"b058324be9763a965e01105ff54e13ef92396bdc0cdc04756fc763445e8c1834\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"1b6a7eda930f406f5b98d7eac53f5b994cf6215d8e79b5f56ac5758f14a83834\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"4a2a97adfe3828cb73aca63801784a7aaec3258ed1d06c6becf6ca9879a1cc78\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"e90f50dde613d9bbb5cab01788b6602c5b762758c50fa252eff3b9749b33460f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"a739e9cdb2b8138c4a0dec33d8352c44697464b1fea6705ce5fb866329f63818\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"b82b4bf64294c2aca9999ec843bdcc14fefb8fe10a3f1f0556ef766f0fe84144\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"704894ba011b33a9a584b659d9b45f6d4849aeb140c7b3a3453e063f480644ae\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"01aac99aba8e0493fbaf23b3fc634256dcbc2161a64aca60f029f3b8f9bbebd7\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"1b9ec24d915d90768fd129bb9671605cd81380e4baeb05170b843cab6d9b5b31\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"8a49333b6980c1204d6fd856d6935eb6e984adc4c592b80e162b5b722ecdeb17\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"6caf784babcc107a03bb05254bb3c22dcbe38474ef1df5f3b8811cfd578d9583\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"22f9efba9aec8709c8796e8536bfd4c3865940ff0c794815cc63e70393b5b110\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"ee9c700b98fd9f022d8cecf28c2e1a557f7dad1babf3e08409ca3c19bd636c14\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"4c2c1a952cab57f66c8a9f7b6cfbbbc697f75222d91db28c8c735ca0e6de4933\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"f0519044ff70636c58a00475af58686a7234e572f714617c98eba1a9e5b88530\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"0899516ca014af7452f9ed111d822babd7ae93a88b7375dfbec522774ec8618e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"9e41230b1d4d1955d01e1f3f2166f74d555e6223b2172957a531745f7f228122\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"5c96e11a2b0389dc7cc2280e0ef96192de7cba904e243e076fc62e4b1c963334\"]],[\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"00941c980beb96a1e5fedf2a51ea7c7f1b90110dfe38c2ee294ef9d79904101c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"1f7d806ddc2d8bf862a067ac5b048386f57a77c2e2d54e3024f0e4fbb4039019\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"6a0797df7883e273d124e1e6f5dff022c57ac9b17ff9f312e0dcd99c98e9b399\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"5fb30b41ff06797774db6e7029db51e41e53d7f7bf01a655ed6dca6a9951dcd6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"c4928410df055a220e66f56abbe55ee03d8b31c1c338c35ad051942852c16048\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"28b706550c9a665089836a446cc0ac3e0bbb17ef0adff07ae16771429dec3bd0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"02b339882c5bcf12aff92aacf80cb613d78d8802c3d1a77ca47fae91e3949b0e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"652d890d3bac71ac62315633329604c57fc53941899d0bb9987fd2d1b0feeb0e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"1a07a2668ffaf6f24d747910d0f44dd7a34d2f16d7b70f7a8f3a737b2f445265\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"941cbefbfa434b82c0d978e30132707d61d339d6c2f818329c9a16deb6e2960b\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"b403d7fe004a50d6a9e32a25aa713760575907afa94b40108d2206f96b6ce796\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"a7857f4702b4d2b898b10e76679f5c32bf294dcd99e5de15a9092841fb50b531\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"fa19dab91403f1e8754f248447025c4ffb718c351976370cf8ab46b76aa99522\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"f06b2e346761fa1d5eb39e481a38b6e6f1cbe0bf0acfeb4f06ba1b661663b36b\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"efe676a00d842dc4ebc05965f3de6f9004f9c276200345096a6e3157439837bc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"70632ef66492c43f1886850e7bc3a97e3aa74547bf09e93f2acae94ea518cdfc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"0310688cd37ccd08cddc7f539123ea69b40ce503bb7b0ea3d9f2f7d84abf010e\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"f5a8aaca1aa274de61a80918e5f4ba0192663533611a62e4b2eb688fc4a57063\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"8b7750835bf1638347a90dadc9b1e9693e7bf9721554387dc133ec81c6f60408\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"0ff7bd11d506bef81cb3274fc82502faa49104bb73a021489983cd824c824b25\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"ab6b712bc19c157bca60befda0cba93c43b0b9fd7a660f25984e94a3a220f4b6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"c634b4b286077cd5b01592e9cf89c869e7abee472a5398d4cf40086e80a44b6c\"]],[\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"1402a07e27572feb60cbeb37c86caa90b01a97b77c13e240d1fb7542b2f48c15\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"cf1dcd935130e769cd53f2cda0ab5ba668fc5c41da9cdeac28de0ef35dd1de32\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"3b1d6cde5246fb1cd2e34a97c8110f249d1bae8c0ffd1e42392a73066ad23523\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d316a73a79c2cf66323098561d1c8529c4d5845424ae8ff9aed63dd0f20c178c\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"0d037c6f98bb77942782f8fce714bb7a5c1fdcfd565f88523d456d1798f22abc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"e62d5bdd702b7adf3efe1b72613789617d83d40b710a5dceb3f518092defd913\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"56e221c5d5097f09978ef370c29c55a1eee5784e259b8d762b114889c0d9b0e0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d1dd7e03678e3adb1fd2077f0fb55153d8db4e6f69e56748a4f5ce61ea66f1e4\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"e0cc72a8932dcc1d31df429783e9e16aef536d21d5ff9f4a80d1fa402450a74a\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"5c875af99183305a264bbb72d854a8477c551b32c5edcfdf326202fe6a672850\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"5a2f136a5c0f93c7f2ff8c7af66726fb8a1e79cba71f5a56c00a73eb86983d82\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"11b5de8ba6d06d33b3df31e11d58b5f8da920469e74f126a4938aead2d38b8a1\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"f47685536fff79c5e83acdbe8aad3dcdf528749943348f60a5e2eb22ad2b729f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"b66c946dcb3e9677b549db7907d897a6172a72d4ab3193750acb9c43f0659f67\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"2e827c0fa595a1eac390ff664c666962cef472b33f20f73d702518fcdfe2c4ba\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"27809bb7b18c279a7d40ff7b6cf6c3bdcbd1855cd87c569f13d6738e54f05210\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"d409d5d93c0106114aaaf21e9997bd02d7c9939b1d37ef2364e264dea614ea54\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"21653d1dcc354ec6458a40200e69b777daed4eeba9e98f37c049dacee4c7bba2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"7753238f95ed7efe726556a7948e0c973bc904a56bd255c09337196c29c686ba\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"46559645f3d6f9cf3eeb02e2885f3f2c8e7611c76aa986c7ccdd123e9b85c4d0\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"cbf42d6ee419cabc88c8ff0d967614903813d86321f287fcfa64a2efa22087c6\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"9dff1241d76eec5fced1cdbf685b7cc1d253e0b27317dbfe6ff0ad7281832e32\"]],[\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\"]],[\"3a3a6b938eee0ddff85c4cdf2f091b727911bcb97fd0aec311c9719ad91140a8\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"2e3d41e14005acee42e165c85873c00228b9b7d267aec45d196eac7d4a9a4909\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"2140e8bb1f88d4629bf477de5d47b2ee754a995d02088621c2223b09c6175c41\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"c2372980d885c63b8f160d92bfb6826dfd6e45b6769d457fc42d211f15b35dfc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"f0330abee047e78d6667f1030134e5873a1c5146d53a5b14059b200bf7a66b11\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"b712adbb044a93e4cc7a3dbd7837a24cc538d1c97838eb83862029c734a4dae2\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"b5f84b8d946f1a436a205099d650f9ed4a19b8a35ebb17dde15a2acf3058ee88\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"0bbb59b3daefc5bc018c4f71a0ff0bdb421815d694cb5bc148bc412b30279479\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"3c626b8d7fbf59d21bbb0622b66f521a72db77ba9c0ee5b5ea1f442f6817be14\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"6002ec900080c6f41ac3641d7c5b0d69bddd5b45d123ca651f3fcc1daafe7536\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"9b031927831372938891f1e4522d0a8fdb87026c68bf7d23593d697812d92dbc\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"14790af08a3dd2ba1f8ca29f453d4bf0e14bae2200f48250b5ad607876a4ab65\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff304758e33c92ff1370cf407371f109ea34550051faf1c4974\"]],[\"65177eaa015b1c723bb1f43cee4693af005166d1c258af88cb63da1effde886f\",[\"642d84bae41d787b3d3bac45580f7ae5cf016122f4dddd29bbbe3dcebbd9e194\",\"a6477125a11dc13c281d67ac6b55237ed422e25f599c7e9d2d112fbddcdce202\",\"a75c7301886e82d01d214bbcd4a0f3d1fc6a5eec7f0da84b2d9f1a4b31e3a63e\",\"44bacdaa4da32d75d66af06c9d544d2c37ed7d717108dfd59198f407c234292c\",\"1b1e002a3643fff30
2026-01-13T08:48:14
https://github.com/Ali-Funk1
Ali-Funk1 · GitHub Skip to content Navigation Menu Toggle navigation Sign in Appearance settings Platform AI CODE CREATION GitHub Copilot Write better code with AI GitHub Spark Build and deploy intelligent apps GitHub Models Manage and compare prompts MCP Registry New Integrate external tools DEVELOPER WORKFLOWS Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes APPLICATION SECURITY GitHub Advanced Security Find and fix vulnerabilities Code security Secure your code as you build Secret protection Stop leaks before they start EXPLORE Why GitHub Documentation Blog Changelog Marketplace View all features Solutions BY COMPANY SIZE Enterprises Small and medium teams Startups Nonprofits BY USE CASE App Modernization DevSecOps DevOps CI/CD View all use cases BY INDUSTRY Healthcare Financial services Manufacturing Government View all industries View all solutions Resources EXPLORE BY TOPIC AI Software Development DevOps Security View all topics EXPLORE BY TYPE Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills SUPPORT & SERVICES Documentation Customer support Community forum Trust center Partners Open Source COMMUNITY GitHub Sponsors Fund open source developers PROGRAMS Security Lab Maintainer Community Accelerator Archive Program REPOSITORIES Topics Trending Collections Enterprise ENTERPRISE SOLUTIONS Enterprise platform AI-powered developer platform AVAILABLE ADD-ONS GitHub Advanced Security Enterprise-grade security features Copilot for Business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... --> Search Clear Search syntax tips Provide feedback --> We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly --> Name Query To see all available qualifiers, see our documentation . Cancel Create saved search Sign in Sign up Appearance settings Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} Ali-Funk1 Follow Overview Repositories 0 Projects 0 Packages 0 Stars 0 More Overview Repositories Projects Packages Stars Ali-Funk1 Follow Ali-Funk1 Follow Joined Jan 3, 2026 Block or Report Block or report Ali-Funk1 --> Block user Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users . You must be logged in to block users. Add an optional note Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you. Block user Report abuse Contact GitHub support about this user’s behavior. Learn more about reporting abuse . Report abuse Overview Repositories 0 Projects 0 Packages 0 Stars 0 More Overview Repositories Projects Packages Stars Popular repositories Loading Ali-Funk1 doesn't have any public repositories yet. Something went wrong, please refresh the page to try again. If the problem persists, check the GitHub status page or contact support . Uh oh! There was an error while loading. Please reload this page . Footer © 2026 GitHub, Inc. Footer navigation Terms Privacy Security Status Community Docs Contact Manage cookies Do not share my personal information You can’t perform that action at this time.
2026-01-13T08:48:14
https://www.youtube.com/github
GitHub - YouTube var ytInitialData = {"responseContext":{"serviceTrackingParams":[{"service":"GFEEDBACK","params":[{"key":"route","value":"channel."},{"key":"is_owner","value":"false"},{"key":"is_alc_surface","value":"false"},{"key":"browse_id","value":"UC7c3Kb6jYCRj4JOHHZTxKsQ"},{"key":"browse_id_prefix","value":""},{"key":"logged_in","value":"0"},{"key":"visitor_data","value":"Cgs2NGU4RDV6dVlGUSjMjZjLBjIKCgJLUhIEGgAgVQ%3D%3D"}]},{"service":"GOOGLE_HELP","params":[{"key":"browse_id","value":"UC7c3Kb6jYCRj4JOHHZTxKsQ"},{"key":"browse_id_prefix","value":""}]},{"service":"CSI","params":[{"key":"c","value":"WEB"},{"key":"cver","value":"2.20260109.01.00"},{"key":"yt_li","value":"0"},{"key":"GetChannelPage_rid","value":"0xafd6fd70f9d57216"}]},{"service":"GUIDED_HELP","params":[{"key":"logged_in","value":"0"}]},{"service":"ECATCHER","params":[{"key":"client.version","value":"2.20260109"},{"key":"client.name","value":"WEB"}]}],"maxAgeSeconds":300,"mainAppWebResponseContext":{"loggedOut":true,"trackingParam":"kx_fmPxhoPZR7CwR88gdw_W3IIdT8NsnYNvBIviJ0sDPUlwRgkuswmIBwOcCE59TDtslLKPQ-SS"},"webResponseContextExtensionData":{"webResponseContextPreloadData":{"preloadMessageNames":["pageHeaderRenderer","pageHeaderViewModel","imageBannerViewModel","dynamicTextViewModel","decoratedAvatarViewModel","avatarViewModel","contentMetadataViewModel","flexibleActionsViewModel","buttonViewModel","modalWithTitleAndButtonRenderer","buttonRenderer","descriptionPreviewViewModel","engagementPanelSectionListRenderer","engagementPanelTitleHeaderRenderer","sectionListRenderer","itemSectionRenderer","continuationItemRenderer","attributionViewModel","channelMetadataRenderer","twoColumnBrowseResultsRenderer","tabRenderer","channelVideoPlayerRenderer","shelfRenderer","horizontalListRenderer","gridVideoRenderer","metadataBadgeRenderer","thumbnailOverlayTimeStatusRenderer","thumbnailOverlayToggleButtonRenderer","thumbnailOverlayNowPlayingRenderer","menuRenderer","menuServiceItemRenderer","menuNavigationItemRenderer","unifiedSharePanelRenderer","dialogViewModel","dialogHeaderViewModel","listViewModel","listItemViewModel","textViewModel","reelShelfRenderer","shortsLockupViewModel","thumbnailViewModel","reelPlayerOverlayRenderer","sheetViewModel","postRenderer","pollRenderer","commentActionButtonsRenderer","toggleButtonRenderer","hintRenderer","bubbleHintRenderer","quizRenderer","backstageImageRenderer","expandableTabRenderer","desktopTopbarRenderer","topbarLogoRenderer","fusionSearchboxRenderer","topbarMenuButtonRenderer","multiPageMenuRenderer","hotkeyDialogRenderer","hotkeyDialogSectionRenderer","hotkeyDialogSectionOptionRenderer","voiceSearchDialogRenderer","microformatDataRenderer"]},"ytConfigData":{"visitorData":"Cgs2NGU4RDV6dVlGUSjMjZjLBjIKCgJLUhIEGgAgVQ%3D%3D","rootVisualElementType":3611},"hasDecorated":true}},"contents":{"twoColumnBrowseResultsRenderer":{"tabs":[{"tabRenderer":{"endpoint":{"clickTrackingParams":"CCcQ8JMBGAUiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/@GitHub/featured","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UC7c3Kb6jYCRj4JOHHZTxKsQ","params":"EghmZWF0dXJlZPIGBAoCMgA%3D","canonicalBaseUrl":"/@GitHub"}},"title":"홈","selected":true,"content":{"sectionListRenderer":{"contents":[{"itemSectionRenderer":{"contents":[{"channelVideoPlayerRenderer":{"videoId":"uNIZQpyQlys","title":{"runs":[{"text":"다운로드: Anthropic이 인수한 Bun, React2Shell, GPT 5.2 등","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=uNIZQpyQlys","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"uNIZQpyQlys","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr4---sn-ab02a0nfpgxapox-bh266.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=b8d219429c90972b\u0026ip=1.208.108.242\u0026initcwndbps=3431250\u0026mt=1768293662\u0026oweuc="}}}}}}],"accessibility":{"accessibilityData":{"label":"다운로드: Anthropic이 인수한 Bun, React2Shell, GPT 5.2 등 6분 38초"}}},"description":{"runs":[{"text":"이번 주 The Download에서는 Christina Warren이 Anthropic의 Bun 인수 소식과 모델 컨텍스트 프로토콜(MCP)의 Linux Foundation 이전 소식을 전해드립니다. 또한 React 서버 구성 요소에 영향을 미치는 심각한 React2Shell 취약점과 GitHub Copilot에 GPT 5.2가 도입된 소식도 다룹니다. 더불어 2025년 최고의 오픈 소스 프로젝트들을 소개합니다.\n\n"},{"text":"#TheDownload","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/hashtag/thedownload","webPageType":"WEB_PAGE_TYPE_BROWSE","rootVe":6827,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"FEhashtag","params":"6gUPCgt0aGVkb3dubG9hZBgB"}}},{"text":" "},{"text":"#개발뉴스","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/hashtag/%EA%B0%9C%EB%B0%9C%EB%89%B4%EC%8A%A4","webPageType":"WEB_PAGE_TYPE_BROWSE","rootVe":6827,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"FEhashtag","params":"6gUQCgzqsJzrsJzribTsiqQYAQ%3D%3D"}}},{"text":" "},{"text":"#오픈소스","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/hashtag/%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4","webPageType":"WEB_PAGE_TYPE_BROWSE","rootVe":6827,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"FEhashtag","params":"6gUQCgzsmKTtlIjshozsiqQYAQ%3D%3D"}}},{"text":"\n\n▬▬▬▬▬▬ 자료 🚀 ▬▬▬▬▬▬\n\nBun, Anthropic에 합류\n"},{"text":"https://bun.com/blog/bun-joins-anthropic","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjZhQTJxMEpjX0VsNkR3YWcxS2JnOEg1RlVQZ3xBQ3Jtc0ttcjlvZGVJUTBEdGtRN2pBWDBoemZ4aDgzU25nSVphUDljenBxZmVQanU4NGNKRE9XYWphSEJPZXd1Z0d5aEFnU1M0QmszY1dubTNYdHpSS1VYdW5RQWtYMXFtZGVLUU9ZQjEtMlp1U0xOQXNqNEl4Yw\u0026q=https%3A%2F%2Fbun.com%2Fblog%2Fbun-joins-anthropic","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjZhQTJxMEpjX0VsNkR3YWcxS2JnOEg1RlVQZ3xBQ3Jtc0ttcjlvZGVJUTBEdGtRN2pBWDBoemZ4aDgzU25nSVphUDljenBxZmVQanU4NGNKRE9XYWphSEJPZXd1Z0d5aEFnU1M0QmszY1dubTNYdHpSS1VYdW5RQWtYMXFtZGVLUU9ZQjEtMlp1U0xOQXNqNEl4Yw\u0026q=https%3A%2F%2Fbun.com%2Fblog%2Fbun-joins-anthropic","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\nMCP, Linux에 합류 재단\n"},{"text":"https://github.blog/open-source/maint...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEtnbldWQjdxUC0zMUlOVWhTRHJPdkxraldld3xBQ3Jtc0tudFphNEo4VzdsU243bGxRR004N2p1UGVudzZrOElvT3I4elJKV1VTME03ZGx6WjdkZWxYaWZtblRJdE41T0VKVnpEdFBvRjJPMG5JcFR4QXo5M2ZFV1ZTV0I0YnpGVkVKcmJtc21JN0ZkY1FHdjZLdw\u0026q=https%3A%2F%2Fgithub.blog%2Fopen-source%2Fmaintainers%2Fmcp-joins-the-linux-foundation-what-this-means-for-developers-building-the-next-era-of-ai-tools-and-agents%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEtnbldWQjdxUC0zMUlOVWhTRHJPdkxraldld3xBQ3Jtc0tudFphNEo4VzdsU243bGxRR004N2p1UGVudzZrOElvT3I4elJKV1VTME03ZGx6WjdkZWxYaWZtblRJdE41T0VKVnpEdFBvRjJPMG5JcFR4QXo5M2ZFV1ZTV0I0YnpGVkVKcmJtc21JN0ZkY1FHdjZLdw\u0026q=https%3A%2F%2Fgithub.blog%2Fopen-source%2Fmaintainers%2Fmcp-joins-the-linux-foundation-what-this-means-for-developers-building-the-next-era-of-ai-tools-and-agents%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://www.anthropic.com/news/donati...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEJ1cGNEdWd0aWVnbm9WQkxtVTA4bERfOTR6d3xBQ3Jtc0trekNUQmtaeGdJU2NZeEhQZzV4VzRrM3Vaalo1WEJqUThVUThtV3EyNkhnMWlPb0NPVEJZOW4tbGc5RHBOQUJaU1psQTVHRHAtZ2FoY1lFdHpfR1l0cWZVc0Z5Yy05RGxxWGJBTUU2eUlLcXRVZUFTbw\u0026q=https%3A%2F%2Fwww.anthropic.com%2Fnews%2Fdonating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEJ1cGNEdWd0aWVnbm9WQkxtVTA4bERfOTR6d3xBQ3Jtc0trekNUQmtaeGdJU2NZeEhQZzV4VzRrM3Vaalo1WEJqUThVUThtV3EyNkhnMWlPb0NPVEJZOW4tbGc5RHBOQUJaU1psQTVHRHAtZ2FoY1lFdHpfR1l0cWZVc0Z5Yy05RGxxWGJBTUU2eUlLcXRVZUFTbw\u0026q=https%3A%2F%2Fwww.anthropic.com%2Fnews%2Fdonating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://www.youtube.com/watch?v=DBaFF...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=DBaFFYyUSl8","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"DBaFFYyUSl8","startTimeSeconds":0,"watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr2---sn-ab02a0nfpgxapox-bh2zz.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=0c1685158c944a5f\u0026ip=1.208.108.242\u0026initcwndbps=3655000\u0026mt=1768293662\u0026oweuc="}}}}}},{"text":"\nReact2Shell 취약점\n"},{"text":"https://react2shell.com/","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbDBLSzd0QldsTjZBOWdJblVHcmtuOE4wa1NCUXxBQ3Jtc0tuMnN4QXZDb1VCWWotYV9Sb2FvZFViczRhZXllM25hSW83VjZRN2ZGU3VsZEE4emRPYnJkeE10eVAxejkxa1VsU3B0UXhuUjVEVjhwOF9tVnRyRHFmZ2pOdzZzN19tV3p4NXFCSmNQUzliemlhbXRQVQ\u0026q=https%3A%2F%2Freact2shell.com%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbDBLSzd0QldsTjZBOWdJblVHcmtuOE4wa1NCUXxBQ3Jtc0tuMnN4QXZDb1VCWWotYV9Sb2FvZFViczRhZXllM25hSW83VjZRN2ZGU3VsZEE4emRPYnJkeE10eVAxejkxa1VsU3B0UXhuUjVEVjhwOF9tVnRyRHFmZ2pOdzZzN19tV3p4NXFCSmNQUzliemlhbXRQVQ\u0026q=https%3A%2F%2Freact2shell.com%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://github.com/vercel/next.js/sec...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbGdSWFA1Z1ZhZzBVVEg1bk1yYUxGeGFsam5YQXxBQ3Jtc0traE9CSEZwaU1KQ0t3VTVvTWlhVHZYVF9XbEdKTUFyWmlkLVlKVVBaU19sLVZsQjZ0U2ZnY1Q3NjZNaW5UdjROWjZqR1M3RUhkaGRxdmhGTHJ2UGhWSGJaY284clZlcFhxMm1uMUdpYjhJLWppaE0yRQ\u0026q=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Fsecurity%2Fadvisories%2FGHSA-9qr9-h5gf-34mp","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbGdSWFA1Z1ZhZzBVVEg1bk1yYUxGeGFsam5YQXxBQ3Jtc0traE9CSEZwaU1KQ0t3VTVvTWlhVHZYVF9XbEdKTUFyWmlkLVlKVVBaU19sLVZsQjZ0U2ZnY1Q3NjZNaW5UdjROWjZqR1M3RUhkaGRxdmhGTHJ2UGhWSGJaY284clZlcFhxMm1uMUdpYjhJLWppaE0yRQ\u0026q=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Fsecurity%2Fadvisories%2FGHSA-9qr9-h5gf-34mp","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://github.com/facebook/react/sec...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbV83cG90aGpucnVaRXZhelhSOFRkcUVzTTVyUXxBQ3Jtc0tsZGktdV9OekRhRnBPUzRDb0k5N19uR01FNWVLd0tjdll2TzF6bEJfOUg2TGw0ejJRV0xyZEtIOWdPcExUclZkRUlpaTczZnVHTTdfcjZkNng5U2ZMYWlicVU0allXNmNPVWFfUTlMVFdEd0FfRjc3MA\u0026q=https%3A%2F%2Fgithub.com%2Ffacebook%2Freact%2Fsecurity%2Fadvisories%2FGHSA-fv66-9v8q-g76r","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbV83cG90aGpucnVaRXZhelhSOFRkcUVzTTVyUXxBQ3Jtc0tsZGktdV9OekRhRnBPUzRDb0k5N19uR01FNWVLd0tjdll2TzF6bEJfOUg2TGw0ejJRV0xyZEtIOWdPcExUclZkRUlpaTczZnVHTTdfcjZkNng5U2ZMYWlicVU0allXNmNPVWFfUTlMVFdEd0FfRjc3MA\u0026q=https%3A%2F%2Fgithub.com%2Ffacebook%2Freact%2Fsecurity%2Fadvisories%2FGHSA-fv66-9v8q-g76r","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://react.dev/blog/2025/12/11/den...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqblFGZ2ZDT05uaWFQSUhmbUNUclZ1bXhiZnc3UXxBQ3Jtc0tub2RxWmxDQkJFZ0ZtaE1XUXVacjB5TW9kSjVHd2FZYW9fWXlicEtPM2lBdFZodjBrQkNSZkRaQTNOcEtTSUM5R0VFblpSZ19QLTB6bVZlb0RKMWdGVXJPVkVsb1hoNFhMRTlheThSeTd4WjRxbGMwSQ\u0026q=https%3A%2F%2Freact.dev%2Fblog%2F2025%2F12%2F11%2Fdenial-of-service-and-source-code-exposure-in-react-server-components","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqblFGZ2ZDT05uaWFQSUhmbUNUclZ1bXhiZnc3UXxBQ3Jtc0tub2RxWmxDQkJFZ0ZtaE1XUXVacjB5TW9kSjVHd2FZYW9fWXlicEtPM2lBdFZodjBrQkNSZkRaQTNOcEtTSUM5R0VFblpSZ19QLTB6bVZlb0RKMWdGVXJPVkVsb1hoNFhMRTlheThSeTd4WjRxbGMwSQ\u0026q=https%3A%2F%2Freact.dev%2Fblog%2F2025%2F12%2F11%2Fdenial-of-service-and-source-code-exposure-in-react-server-components","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\nGPT 5.2\n"},{"text":"https://github.blog/changelog/2025-12...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjdNaF9mTzZjcDJhOUJLTmozal9YZW5GbU5Id3xBQ3Jtc0tuOXVOYWJvUVdyOW9PWkRUb0VHSzlWS1pYcmdfQVNFQXhRRkNuNjB2WERMdkx4QXZWLXBNYjNCdnR5TDVGcTZoNzB1cU1ZLWhVb2YtNzhGeEp4NHktTkh4NGpCZUtiTGZPa2x6M2FjM3JHc0VMWC05SQ\u0026q=https%3A%2F%2Fgithub.blog%2Fchangelog%2F2025-12-11-openais-gpt-5-2-is-now-in-public-preview-for-github-copilot%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjdNaF9mTzZjcDJhOUJLTmozal9YZW5GbU5Id3xBQ3Jtc0tuOXVOYWJvUVdyOW9PWkRUb0VHSzlWS1pYcmdfQVNFQXhRRkNuNjB2WERMdkx4QXZWLXBNYjNCdnR5TDVGcTZoNzB1cU1ZLWhVb2YtNzhGeEp4NHktTkh4NGpCZUtiTGZPa2x6M2FjM3JHc0VMWC05SQ\u0026q=https%3A%2F%2Fgithub.blog%2Fchangelog%2F2025-12-11-openais-gpt-5-2-is-now-in-public-preview-for-github-copilot%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n프로젝트 스포트라이트:\n"},{"text":"https://github.com/IAmTomShaw/f1-race...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjhGVFczaU1WSVVJZm1Kc1FFYVhmOXdlNnBLUXxBQ3Jtc0trTE5WeFdoOW5MMll4dDYwcVFSaFZoQXFNc2QyZTBDc3cxbUFIY1lYWHh2ODdtZmw1S2UzNEdvaVFwUF9tdHlVQThpel9HNE1Wb253azVFdldmVkU3NzlpTTJzTkFjcHBDSDZCaUo4X0lkVzBscFZiVQ\u0026q=https%3A%2F%2Fgithub.com%2FIAmTomShaw%2Ff1-race-replay","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjhGVFczaU1WSVVJZm1Kc1FFYVhmOXdlNnBLUXxBQ3Jtc0trTE5WeFdoOW5MMll4dDYwcVFSaFZoQXFNc2QyZTBDc3cxbUFIY1lYWHh2ODdtZmw1S2UzNEdvaVFwUF9tdHlVQThpel9HNE1Wb253azVFdldmVkU3NzlpTTJzTkFjcHBDSDZCaUo4X0lkVzBscFZiVQ\u0026q=https%3A%2F%2Fgithub.com%2FIAmTomShaw%2Ff1-race-replay","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n추천 주차:\n"},{"text":"https://github.com/JustAJobApp/jobsee...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqa3J6NmVJdklYMXBybWR4WXVDd0JGaFRxNUU3UXxBQ3Jtc0tsdzQ0WXc4SGVreHAzOXUyRThUaVcwR196WlpFekliWXJoQ3NqbnVnbDU1UU8xSVV2Ni1sR2RIc1dYbWNTWEtrdkQ4ZHItZ1kyWWt5WXZHODBWNndnbVJSMVExMlJjU0FpWHFLYTJZR0pFUHJYS2NsMA\u0026q=https%3A%2F%2Fgithub.com%2FJustAJobApp%2Fjobseeker-analytics","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqa3J6NmVJdklYMXBybWR4WXVDd0JGaFRxNUU3UXxBQ3Jtc0tsdzQ0WXc4SGVreHAzOXUyRThUaVcwR196WlpFekliWXJoQ3NqbnVnbDU1UU8xSVV2Ni1sR2RIc1dYbWNTWEtrdkQ4ZHItZ1kyWWt5WXZHODBWNndnbVJSMVExMlJjU0FpWHFLYTJZR0pFUHJYS2NsMA\u0026q=https%3A%2F%2Fgithub.com%2FJustAJobApp%2Fjobseeker-analytics","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://github.com/rochacbruno/marmite","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbGJtWEdHUXBVMWtNenAyREVGcHNkMnhBV0ZqQXxBQ3Jtc0ttUEJfSnVMeU0zcnJGQXJFeXVEZXg4S0owTk5RaVJRU3ZOS1JZUDBldWttbnZsajFXdUpxMUhGMVZ3S2VjcGVWcXdsWnVlQzIycVpDbExqOUkyTUkzLW5xNXVPdXR6NHBLS0RfVFJrVDlZUlNPSXV6Yw\u0026q=https%3A%2F%2Fgithub.com%2Frochacbruno%2Fmarmite","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbGJtWEdHUXBVMWtNenAyREVGcHNkMnhBV0ZqQXxBQ3Jtc0ttUEJfSnVMeU0zcnJGQXJFeXVEZXg4S0owTk5RaVJRU3ZOS1JZUDBldWttbnZsajFXdUpxMUhGMVZ3S2VjcGVWcXdsWnVlQzIycVpDbExqOUkyTUkzLW5xNXVPdXR6NHBLS0RfVFJrVDlZUlNPSXV6Yw\u0026q=https%3A%2F%2Fgithub.com%2Frochacbruno%2Fmarmite","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n"},{"text":"https://github.com/Polprzewodnikowy/S...","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbG4yb1h4M1BjSUk5NmEwS2ZWbXlHblZBSk9VUXxBQ3Jtc0trTWhFS2s0YktxOUF4T2NiT3p0M0RpaVpPQlpTUXFOeXNKVi04cGNVc0loZGx1WlBiWFViaFZwWmpDTGhFRjlxMUhxcFEzUm1nOEM2WFZIcjdObnNWNVBDNzdvdkwxbFRGa21zTUZpRVlaRzFKRU9Zdw\u0026q=https%3A%2F%2Fgithub.com%2FPolprzewodnikowy%2FSummerCart64","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbG4yb1h4M1BjSUk5NmEwS2ZWbXlHblZBSk9VUXxBQ3Jtc0trTWhFS2s0YktxOUF4T2NiT3p0M0RpaVpPQlpTUXFOeXNKVi04cGNVc0loZGx1WlBiWFViaFZwWmpDTGhFRjlxMUhxcFEzUm1nOEM2WFZIcjdObnNWNVBDNzdvdkwxbFRGa21zTUZpRVlaRzFKRU9Zdw\u0026q=https%3A%2F%2Fgithub.com%2FPolprzewodnikowy%2FSummerCart64","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n\n▬▬▬▬▬▬ 타임스탬프 ⌚ ▬▬▬▬▬▬ \n\n"},{"text":"00:00"},{"text":" The Download에 오신 것을 환영합니다\n"},{"text":"00:34"},{"text":" Bun이 Anthropic에 인수되었습니다\n"},{"text":"01:29"},{"text":" MCP 1주년\n"},{"text":"02:13"},{"text":" React2Shell 취약점\n"},{"text":"03:02"},{"text":" GitHub Copilot에서 GPT 5.2 사용 가능\n"},{"text":"03:28"},{"text":" 프로젝트 스포트라이트: F1 Race Replay\n"},{"text":"04:18"},{"text":" 2025년 최고의 프로젝트\n\nGitHub의 모든 소식을 받아보려면 다음을 통해 연결하세요.\n\nYouTube: "},{"text":"https://gh.io/subgithub","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbTVIQ0JCZElPVHpCT1R6Vi1EdGw3NGtTN3BGZ3xBQ3Jtc0tuV1FRem1naUhwVXotV3hVeWFVNzM4Mnh1VVRMMzhkYTdMUnNmN21mLTZ0dE5vLUdBQkJPRkFncGQtTThwc0JOSnJGcDA4QWNIbU9zaWVIUmFxckxlV0tzYTRpWmFDekQxcXBSUjN0eU5Qal9xTUR0dw\u0026q=https%3A%2F%2Fgh.io%2Fsubgithub","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbTVIQ0JCZElPVHpCT1R6Vi1EdGw3NGtTN3BGZ3xBQ3Jtc0tuV1FRem1naUhwVXotV3hVeWFVNzM4Mnh1VVRMMzhkYTdMUnNmN21mLTZ0dE5vLUdBQkJPRkFncGQtTThwc0JOSnJGcDA4QWNIbU9zaWVIUmFxckxlV0tzYTRpWmFDekQxcXBSUjN0eU5Qal9xTUR0dw\u0026q=https%3A%2F%2Fgh.io%2Fsubgithub","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n블로그: "},{"text":"https://github.blog","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEViMTA5U3N0R3Z6aklRVHg1N2dWdXAxN2dIUXxBQ3Jtc0ttNTdJU1dPXzV4M0lZRkVsMTdEdVJPeHFtandaRXM2WVlDY21OeXYzUVBlTF96dTdLVENieE10bW82SzBhNnFwOTBLa0xaZVZxQklJNFo2Vm5BZ0VWMlI3STVINWNTdmRnVGZITkktTHBkMFBleU02cw\u0026q=https%3A%2F%2Fgithub.blog%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEViMTA5U3N0R3Z6aklRVHg1N2dWdXAxN2dIUXxBQ3Jtc0ttNTdJU1dPXzV4M0lZRkVsMTdEdVJPeHFtandaRXM2WVlDY21OeXYzUVBlTF96dTdLVENieE10bW82SzBhNnFwOTBLa0xaZVZxQklJNFo2Vm5BZ0VWMlI3STVINWNTdmRnVGZITkktTHBkMFBleU02cw\u0026q=https%3A%2F%2Fgithub.blog%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\nX: "},{"text":"https://twitter.com/github","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbk1DYVFYUzh2d2h1aUxYaUdPRkdhcm0xVXBEZ3xBQ3Jtc0ttSGdwV3pCemx4SDVUV20xcDNyREIzQ3NSWDNDNnlILUpCSGNWMDRaR2dfaGdTMnFHNjJhQk95NDd3WWpDMjc5eDFRYmVKemstOFgyM0NaOFJyY3hrZDJHa3ZBSzE3ZWFwaEdXdFRSbEJoN053dTEyaw\u0026q=https%3A%2F%2Ftwitter.com%2Fgithub","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbk1DYVFYUzh2d2h1aUxYaUdPRkdhcm0xVXBEZ3xBQ3Jtc0ttSGdwV3pCemx4SDVUV20xcDNyREIzQ3NSWDNDNnlILUpCSGNWMDRaR2dfaGdTMnFHNjJhQk95NDd3WWpDMjc5eDFRYmVKemstOFgyM0NaOFJyY3hrZDJHa3ZBSzE3ZWFwaEdXdFRSbEJoN053dTEyaw\u0026q=https%3A%2F%2Ftwitter.com%2Fgithub","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\nLinkedIn: "},{"text":"https://linkedin.com/company/github","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbUowb3BuUnNVSE5Jb3BsTXp4QmNRNlVzM0pyQXxBQ3Jtc0tsZktBRmd1QVhtdjVJcUFKUzZOMEVaSlNFeUxXamo3c1ZxMllQYUZyNVJ6QVZtMmljOEsxWW1oTjVSMWgwYURBLWFibWY4cDF4bElmTGJZTTFMYVkxZjlqQ2dBTk9GQVdadFowYzN4bDhVaGszV3hxYw\u0026q=https%3A%2F%2Flinkedin.com%2Fcompany%2Fgithub","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbUowb3BuUnNVSE5Jb3BsTXp4QmNRNlVzM0pyQXxBQ3Jtc0tsZktBRmd1QVhtdjVJcUFKUzZOMEVaSlNFeUxXamo3c1ZxMllQYUZyNVJ6QVZtMmljOEsxWW1oTjVSMWgwYURBLWFibWY4cDF4bElmTGJZTTFMYVkxZjlqQ2dBTk9GQVdadFowYzN4bDhVaGszV3hxYw\u0026q=https%3A%2F%2Flinkedin.com%2Fcompany%2Fgithub","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n뉴스레터 구독: "},{"text":"https://resources.github.com/newsletter/","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqa1dzZlhfQUJMYkxmR0lxd1FoczBBSEZucVRZZ3xBQ3Jtc0tsUzZKSU0xeUU4V2FhcV9HNWJWLWtLWk04YVgxMUZfNGRmdk1fZVRqNlBqWlJadEVzVzVlVVZjY0Roc2hOeEFmc3VmMGpaVko5eGotODhnYW94d3YzQ0tmWHBMRUo1ZV95UFc2OTNxdEhFTmhNVC1VRQ\u0026q=https%3A%2F%2Fresources.github.com%2Fnewsletter%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqa1dzZlhfQUJMYkxmR0lxd1FoczBBSEZucVRZZ3xBQ3Jtc0tsUzZKSU0xeUU4V2FhcV9HNWJWLWtLWk04YVgxMUZfNGRmdk1fZVRqNlBqWlJadEVzVzVlVVZjY0Roc2hOeEFmc3VmMGpaVko5eGotODhnYW94d3YzQ0tmWHBMRUo1ZV95UFc2OTNxdEhFTmhNVC1VRQ\u0026q=https%3A%2F%2Fresources.github.com%2Fnewsletter%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\nInstagram: "},{"text":"https://www.instagram.com/github","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEpReFQ5WFpkU1RsdWNoaWZRanpNQzdXdV9Ld3xBQ3Jtc0tsMkR1UE5BREZQQkxTaWJwSFBaMnFKaUJSNm1zWG42UzlPZXdMVUZwUEFnZHBtTlZhQ21SOXBwVklpTDdZYmpyYUwzZFJ6ZnBfeE9ySjZMOVFFRDV3Nkl0NlZ0QTlaMkdBWmZ1SnlWMUktMWg2QW9uTQ\u0026q=https%3A%2F%2Fwww.instagram.com%2Fgithub","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbEpReFQ5WFpkU1RsdWNoaWZRanpNQzdXdV9Ld3xBQ3Jtc0tsMkR1UE5BREZQQkxTaWJwSFBaMnFKaUJSNm1zWG42UzlPZXdMVUZwUEFnZHBtTlZhQ21SOXBwVklpTDdZYmpyYUwzZFJ6ZnBfeE9ySjZMOVFFRDV3Nkl0NlZ0QTlaMkdBWmZ1SnlWMUktMWg2QW9uTQ\u0026q=https%3A%2F%2Fwww.instagram.com%2Fgithub","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\nTikTok: "},{"text":"https://www.tiktok.com/@github","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbVljZERRcnkwcFA0eC1EUVBQdjJIa3g3ZEhoUXxBQ3Jtc0tsWTJUcFlRMHk1RHVzLTFKT3I1SnhERFg1X3AtQWZjMTFoQXMwaWxwTmp5bnhEUEZOUnktenN6RXZlV3VjbncwRHBJSVMwZVZyUGJNMVVQOUJBQzMzSFBlNlJKaU5zM2tFT0NMQnJ0YjhjMmpORktMSQ\u0026q=https%3A%2F%2Fwww.tiktok.com%2F%40github","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbVljZERRcnkwcFA0eC1EUVBQdjJIa3g3ZEhoUXxBQ3Jtc0tsWTJUcFlRMHk1RHVzLTFKT3I1SnhERFg1X3AtQWZjMTFoQXMwaWxwTmp5bnhEUEZOUnktenN6RXZlV3VjbncwRHBJSVMwZVZyUGJNMVVQOUJBQzMzSFBlNlJKaU5zM2tFT0NMQnJ0YjhjMmpORktMSQ\u0026q=https%3A%2F%2Fwww.tiktok.com%2F%40github","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n\nGitHub 소개\nGitHub는 1억 8천만 명이 넘는 개발자들이 최고의 코드를 만들고, 공유하고, 배포하는 곳입니다. 누구나 어디에서든 무엇이든 만들 수 있는 곳, 바로 전 세계가 소프트웨어를 만드는 곳입니다. "},{"text":"https://github.com","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqay1ieWh5WTVrRldXbklaR0dqY2M2ejRWSklUUXxBQ3Jtc0ttalZnSUExaTNJOXZWQUR2cVEtVS05cFc5U3p0V1NIdHZSQS1NS3k5Rlp6UFYzak5fTDZ0NUFSQnhTNmtNaU52a0Z6bzQxanEtdmtoQzU4ZExfNnZpX28zUUNUQV9hVjZNOE8yOUxxQWI2cWVxdjhmOA\u0026q=https%3A%2F%2Fgithub.com%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqay1ieWh5WTVrRldXbklaR0dqY2M2ejRWSklUUXxBQ3Jtc0ttalZnSUExaTNJOXZWQUR2cVEtVS05cFc5U3p0V1NIdHZSQS1NS3k5Rlp6UFYzak5fTDZ0NUFSQnhTNmtNaU52a0Z6bzQxanEtdmtoQzU4ZExfNnZpX28zUUNUQV9hVjZNOE8yOUxxQWI2cWVxdjhmOA\u0026q=https%3A%2F%2Fgithub.com%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}}]},"viewCountText":{"simpleText":"조회수 19,033회"},"publishedTimeText":{"runs":[{"text":"3주 전"}]},"readMoreText":{"runs":[{"text":"자세히 알아보기","navigationEndpoint":{"clickTrackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=uNIZQpyQlys","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"uNIZQpyQlys","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr4---sn-ab02a0nfpgxapox-bh266.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=b8d219429c90972b\u0026ip=1.208.108.242\u0026initcwndbps=3431250\u0026mt=1768293662\u0026oweuc="}}}}}}]}}}],"trackingParams":"CI4GELsvGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSw="}},{"itemSectionRenderer":{"contents":[{"shelfRenderer":{"title":{"runs":[{"text":"GitHub Universe 2025","navigationEndpoint":{"clickTrackingParams":"CMEFENwcGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/playlist?list=PL0lo9MOBetEFKNlPHNouEmVeYeyoyGTXC","webPageType":"WEB_PAGE_TYPE_PLAYLIST","rootVe":5754,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"VLPL0lo9MOBetEFKNlPHNouEmVeYeyoyGTXC"}}}]},"endpoint":{"clickTrackingParams":"CMEFENwcGAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/playlist?list=PL0lo9MOBetEFKNlPHNouEmVeYeyoyGTXC","webPageType":"WEB_PAGE_TYPE_PLAYLIST","rootVe":5754,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"VLPL0lo9MOBetEFKNlPHNouEmVeYeyoyGTXC"}},"content":{"horizontalListRenderer":{"items":[{"gridVideoRenderer":{"videoId":"LwqUp4Dc1mQ","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/LwqUp4Dc1mQ/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLDL1X3ZgY9owX6lDFTl3kPHriomaA","width":168,"height":94},{"url":"https://i.ytimg.com/vi/LwqUp4Dc1mQ/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLBGC8ekVkj0TfeGEmQi6Mpb9WBasQ","width":196,"height":110},{"url":"https://i.ytimg.com/vi/LwqUp4Dc1mQ/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLC9U_Qo6_eZrrYdBQqNk8kAAS_lmQ","width":246,"height":138},{"url":"https://i.ytimg.com/vi/LwqUp4Dc1mQ/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLCBB_ZinDpQFle4BxXs000p-qjQgQ","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"AI 에이전트 확장: GitHub MCP 서버 라이브 데모 15분"}},"simpleText":"AI 에이전트 확장: GitHub MCP 서버 라이브 데모"},"publishedTimeText":{"simpleText":"1개월 전"},"viewCountText":{"simpleText":"조회수 22,783회"},"navigationEndpoint":{"clickTrackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSwyBmctaGlnaFoYVUM3YzNLYjZqWUNSajRKT0hIWlR4S3NRmgEFEPI4GGSqASJQTDBsbzlNT0JldEVGS05sUEhOb3VFbVZlWWV5b3lHVFhDygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=LwqUp4Dc1mQ","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"LwqUp4Dc1mQ","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr3---sn-ab02a0nfpgxapox-jwwe7.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=2f0a94a780dcd664\u0026ip=1.208.108.242\u0026initcwndbps=3695000\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"GitHub","navigationEndpoint":{"clickTrackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/@GitHub","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UC7c3Kb6jYCRj4JOHHZTxKsQ","canonicalBaseUrl":"/@GitHub"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","accessibilityData":{"label":"자막"}}}],"ownerBadges":[{"metadataBadgeRenderer":{"icon":{"iconType":"CHECK_CIRCLE_THICK"},"style":"BADGE_STYLE_TYPE_VERIFIED","tooltip":"인증됨","trackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","accessibilityData":{"label":"인증됨"}}}],"trackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSxA5KzzhviUpYUvqgEiUEwwbG85TU9CZXRFRktObFBITm91RW1WZVlleW95R1RYQw==","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 2.2만회"}},"simpleText":"조회수 2.2만회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"CI0GEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CI0GEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"LwqUp4Dc1mQ","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CI0GEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["LwqUp4Dc1mQ"],"params":"CAQ%3D"}},"videoIds":["LwqUp4Dc1mQ"],"videoCommand":{"clickTrackingParams":"CI0GEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=LwqUp4Dc1mQ","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"LwqUp4Dc1mQ","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr3---sn-ab02a0nfpgxapox-jwwe7.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=2f0a94a780dcd664\u0026ip=1.208.108.242\u0026initcwndbps=3695000\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"CI0GEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"CIwGEJSsCRgIIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"CIwGEJSsCRgIIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgtMd3FVcDREYzFtUQ%3D%3D"}}}}}},"trackingParams":"CIwGEJSsCRgIIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"menuServiceItemRenderer":{"text":{"runs":[{"text":"공유"}]},"icon":{"iconType":"SHARE"},"serviceEndpoint":{"clickTrackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/share/get_share_panel"}},"shareEntityServiceEndpoint":{"serializedShareEntity":"CgtMd3FVcDREYzFtUQ%3D%3D","commands":[{"clickTrackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","openPopupAction":{"popup":{"unifiedSharePanelRenderer":{"trackingParams":"CIsGEI5iIhMI9MTp6ZCIkgMVqkr1BR236zUs","showLoadingSpinner":true}},"popupType":"DIALOG","beReused":true}}]}},"trackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","hasSeparator":true}}],"trackingParams":"CIgGEJQ1GAAiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","accessibility":{"accessibilityData":{"label":"작업 메뉴"}}}},"thumbnailOverlays":[{"thumbnailOverlayTimeStatusRenderer":{"text":{"accessibility":{"accessibilityData":{"label":"15분 8초"}},"simpleText":"15:08"},"style":"DEFAULT"}},{"thumbnailOverlayToggleButtonRenderer":{"isToggled":false,"untoggledIcon":{"iconType":"WATCH_LATER"},"toggledIcon":{"iconType":"CHECK"},"untoggledTooltip":"나중에 볼 동영상","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CIoGEPnnAxgDIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"addedVideoId":"LwqUp4Dc1mQ","action":"ACTION_ADD_VIDEO"}]}},"toggledServiceEndpoint":{"clickTrackingParams":"CIoGEPnnAxgDIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"action":"ACTION_REMOVE_VIDEO_BY_VIDEO_ID","removedVideoId":"LwqUp4Dc1mQ"}]}},"untoggledAccessibility":{"accessibilityData":{"label":"나중에 볼 동영상"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CIoGEPnnAxgDIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"thumbnailOverlayToggleButtonRenderer":{"untoggledIcon":{"iconType":"ADD_TO_QUEUE_TAIL"},"toggledIcon":{"iconType":"PLAYLIST_ADD_CHECK"},"untoggledTooltip":"현재 재생목록에 추가","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CIkGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CIkGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"LwqUp4Dc1mQ","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CIkGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["LwqUp4Dc1mQ"],"params":"CAQ%3D"}},"videoIds":["LwqUp4Dc1mQ"]}}]}},"untoggledAccessibility":{"accessibilityData":{"label":"현재 재생목록에 추가"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CIkGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"thumbnailOverlayNowPlayingRenderer":{"text":{"runs":[{"text":"지금 재생 중"}]}}}]}},{"gridVideoRenderer":{"videoId":"PvdptUZ3XeU","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/PvdptUZ3XeU/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLCyP-9QWg4LvZcP6zMuvvavZXg6HQ","width":168,"height":94},{"url":"https://i.ytimg.com/vi/PvdptUZ3XeU/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLCNyeCwBXBaRRXoVScH1nl3nft8Cw","width":196,"height":110},{"url":"https://i.ytimg.com/vi/PvdptUZ3XeU/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLC8buoeig8mU6ROEfXelauWjQj8xg","width":246,"height":138},{"url":"https://i.ytimg.com/vi/PvdptUZ3XeU/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLBRDGKQDPb08Bwl02Nv5Fs9thpzCw","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"MCP의 도움을 받아 책임감 있게 코드를 작성하는 방법 14분 22초"}},"simpleText":"MCP의 도움을 받아 책임감 있게 코드를 작성하는 방법"},"publishedTimeText":{"simpleText":"1개월 전"},"viewCountText":{"simpleText":"조회수 4,277회"},"navigationEndpoint":{"clickTrackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSwyBmctaGlnaFoYVUM3YzNLYjZqWUNSajRKT0hIWlR4S3NRmgEFEPI4GGSqASJQTDBsbzlNT0JldEVGS05sUEhOb3VFbVZlWWV5b3lHVFhDygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=PvdptUZ3XeU","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"PvdptUZ3XeU","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr7---sn-ab02a0nfpgxapox-bh266.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=3ef769b546775de5\u0026ip=1.208.108.242\u0026initcwndbps=3431250\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"GitHub","navigationEndpoint":{"clickTrackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"url":"/@GitHub","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UC7c3Kb6jYCRj4JOHHZTxKsQ","canonicalBaseUrl":"/@GitHub"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","accessibilityData":{"label":"자막"}}}],"ownerBadges":[{"metadataBadgeRenderer":{"icon":{"iconType":"CHECK_CIRCLE_THICK"},"style":"BADGE_STYLE_TYPE_VERIFIED","tooltip":"인증됨","trackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","accessibilityData":{"label":"인증됨"}}}],"trackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSxA5bvds9S22vs-qgEiUEwwbG85TU9CZXRFRktObFBITm91RW1WZVlleW95R1RYQw==","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 4.2천회"}},"simpleText":"조회수 4.2천회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"CIcGEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CIcGEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"PvdptUZ3XeU","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CIcGEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["PvdptUZ3XeU"],"params":"CAQ%3D"}},"videoIds":["PvdptUZ3XeU"],"videoCommand":{"clickTrackingParams":"CIcGEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=PvdptUZ3XeU","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"PvdptUZ3XeU","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr7---sn-ab02a0nfpgxapox-bh266.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=3ef769b546775de5\u0026ip=1.208.108.242\u0026initcwndbps=3431250\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"CIcGEP6YBBgHIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"CIYGEJSsCRgIIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"CIYGEJSsCRgIIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgtQdmRwdFVaM1hlVQ%3D%3D"}}}}}},"trackingParams":"CIYGEJSsCRgIIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"menuServiceItemRenderer":{"text":{"runs":[{"text":"공유"}]},"icon":{"iconType":"SHARE"},"serviceEndpoint":{"clickTrackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/share/get_share_panel"}},"shareEntityServiceEndpoint":{"serializedShareEntity":"CgtQdmRwdFVaM1hlVQ%3D%3D","commands":[{"clickTrackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSzKAQQp_EE2","openPopupAction":{"popup":{"unifiedSharePanelRenderer":{"trackingParams":"CIUGEI5iIhMI9MTp6ZCIkgMVqkr1BR236zUs","showLoadingSpinner":true}},"popupType":"DIALOG","beReused":true}}]}},"trackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","hasSeparator":true}}],"trackingParams":"CIIGEJQ1GAEiEwj0xOnpkIiSAxWqSvUFHbfrNSw=","accessibility":{"accessibilityData":{"label":"작업 메뉴"}}}},"thumbnailOverlays":[{"thumbnailOverlayTimeStatusRenderer":{"text":{"accessibility":{"accessibilityData":{"label":"14분 22초"}},"simpleText":"14:22"},"style":"DEFAULT"}},{"thumbnailOverlayToggleButtonRenderer":{"isToggled":false,"untoggledIcon":{"iconType":"WATCH_LATER"},"toggledIcon":{"iconType":"CHECK"},"untoggledTooltip":"나중에 볼 동영상","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CIQGEPnnAxgDIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"addedVideoId":"PvdptUZ3XeU","action":"ACTION_ADD_VIDEO"}]}},"toggledServiceEndpoint":{"clickTrackingParams":"CIQGEPnnAxgDIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"action":"ACTION_REMOVE_VIDEO_BY_VIDEO_ID","removedVideoId":"PvdptUZ3XeU"}]}},"untoggledAccessibility":{"accessibilityData":{"label":"나중에 볼 동영상"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CIQGEPnnAxgDIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"thumbnailOverlayToggleButtonRenderer":{"untoggledIcon":{"iconType":"ADD_TO_QUEUE_TAIL"},"toggledIcon":{"iconType":"PLAYLIST_ADD_CHECK"},"untoggledTooltip":"현재 재생목록에 추가","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CIMGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CIMGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"PvdptUZ3XeU","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CIMGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUsygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["PvdptUZ3XeU"],"params":"CAQ%3D"}},"videoIds":["PvdptUZ3XeU"]}}]}},"untoggledAccessibility":{"accessibilityData":{"label":"현재 재생목록에 추가"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CIMGEMfsBBgEIhMI9MTp6ZCIkgMVqkr1BR236zUs"}},{"thumbnailOverlayNowPlayingRenderer":{"text":{"runs":[{"text":"지금 재생 중"}]}}}]}},{"gridVideoRenderer":{"videoId":"2p1D29zJdBI","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/2p1D29zJdBI/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLAmyBuHKAt4aCcYdeGZtvIiOzoYQQ","width":168,"height":94},{"url":"https://i.ytimg.com/vi/2p1D29zJdBI/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLDjh2tAJE6XsrhaCx2Q5vHLG2urhA","width":196,"height":110},{"url":"https://i.ytimg.com/vi/2p1D29zJdBI/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLC4Khcx7fPfQ5hsVPLw97sSFoU97A","width":246,"height":138},{"url":"https://i.ytimg.com/vi/2p1D29zJdBI/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLDRBKD1xqDIFHlGMjhvNtCXrq2hIg","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"GitHub Actions를 사용하여 일상 업무 워크플로를 자동화하는 5가지 방법 15분"}},"simpleText":"GitHub Actions를 사용하여 일상 업무 워크플로를 자동화하는 5가지 방법"},"publishedTimeText":{"simpleText":"1개월 전"},"viewCountText":{"simpleText":"조회수 4,060회"},"navigationEndpoint":{"clickTrackingParams":"CPwFEJQ1GAIiEwj0xOnpkIiSAxWqSvUFHbfrNSwyBmctaGlnaFoYVUM3YzNLYjZqWUNSajRKT0hIWlR4S3NRmgEFEPI4GGSqASJQTDBsbzlNT0JldEVGS05sUEhOb3VFbVZlWWV5b3lHVFhDygEEKfxBNg==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=2p1D29zJdBI","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"2p1D29zJdBI","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr3---sn-ab02a0nfpgxapox-bh2zr.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=da9d43dbdcc97412\u0026
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/error-monitoring/grouping-errors
Grouping Errors Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Error Monitoring / Grouping Errors Grouping Errors Highlight groups errors together based on their error message and stack trace. When an error is thrown, Highlight finds the closest matching error and adds the new error instance to it. An error is matched if: It has the same error message OR It has the same top stack frame and 3 of the next 4 stack frames are the same (in any order) A stack frame is matched if: It has the same filename, function name, line number, and column number OR It has the same source code and context (if sourcemaps are enabled) If there is no match with an existing error, a new error group is created instead. Grouping Rules If your errors are in JSON form, you can add JSONPath expressions in your project settings to select parts of your errors that you want to group on. For example, if your errors look like: { "type": "StackOverflowError", "user": "alice", "message": "Oh no! You got an error on line 41!!" } { "type": "StackOverflowError", "user": "bob", "message": "Oh no! You got an error on line 50!!" } They would not be grouped together since the errors are not an exact match and since they were thrown at different lines in your code. In this case, if you wanted to group all errors of the same type into the same error group, you can add an expression $.type in your project settings. Filtering Errors Managing Errors Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://dev.to/new?prefill=---%0Atitle%3A%20%0Apublished%3A%20%0Atags%3A%20devchallenge%2C%20googleaichallenge%2C%20portfolio%2C%20gemini%0A---%0A%0A*This%20is%20a%20submission%20for%20the%20%5BNew%20Year%2C%20New%20You%20Portfolio%20Challenge%20Presented%20by%20Google%20AI%5D(https%3A%2F%2Fdev.to%2Fchallenges%2Fnew-year-new-you-google-ai-2025-12-31)*%0A%0A%23%23%20About%20Me%0A%3C!--%20Tell%20us%20a%20bit%20about%20yourself%20and%20what%20you%20hope%20to%20express%20with%20your%20portfolio.%20--%3E%0A%0A%23%23%20Portfolio%0A%3C!--%20Embed%20your%20Cloud%20Run%20deployment%20here%20using%20the%20instructions%20from%20https%3A%2F%2Fdev.to%2Fdevteam%2Fyou-can-now-embed-cloud-run-deployments-directly-in-your-dev-posts-1jk8%0ADon%27t%20forget%20to%20include%20the%20dev%20label!%20--%3E%0A%0A%23%23%20How%20I%20Built%20It%0A%3C!--%20Share%20your%20tech%20stack%2C%20design%20decisions%2C%20and%20development%20process.%20What%20Google%20AI%20tools%20did%20you%20use%3F%20--%3E%0A%0A%23%23%20What%20I%27m%20Most%20Proud%20Of%0A%3C!--%20Highlight%20the%20features%2C%20design%20elements%2C%20or%20technical%20achievements%20you%27re%20most%20excited%20about.%20--%3E%0A%0A%3C!--%20Don%27t%20forget%20to%20add%20a%20cover%20image%20(if%20you%20want).%20--%3E%0A%0A%3C!--%20Thanks%20for%20participating!%20--%3E
New Post - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Join the DEV Community DEV Community is a community of 3,676,891 amazing developers Continue with Apple Continue with Facebook Continue with Forem Continue with GitHub Continue with Google Continue with Twitter (X) OR Email Password Remember me Forgot password? By signing in, you are agreeing to our privacy policy , terms of use and code of conduct . New to DEV Community? Create account . 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://docs.github.com/en/copilot/tutorials/copilot-chat-cookbook
GitHub Copilot Chat Cookbook - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar GitHub Copilot / Tutorials / GitHub Copilot Chat Cookbook Home GitHub Copilot Get started Quickstart What is GitHub Copilot? Plans Features Best practices Choose enterprise plan Achieve company goals Concepts Completions Code suggestions Text completion Code referencing Chat Agents Coding agent About coding agent Agent management Custom agents Access management MCP and coding agent Code review Copilot CLI OpenAI Codex Agent Skills Enterprise management Spark Prompting Prompt engineering Response customization Context MCP Spaces Repository indexing Content exclusion Tools AI tools About Copilot integrations Auto model selection Rate limits Billing Copilot requests Individual plans Billing for individuals Organizations and enterprises Copilot-only enterprises Policies MCP management Network settings Copilot usage metrics How-tos Set up Set up for self Set up for organization Set up for enterprise Set up a dedicated enterprise Install Copilot extension Install Copilot CLI Get code suggestions Get IDE code suggestions Write PR descriptions Find matching code Chat with Copilot Get started with Chat Chat in IDE Chat in Windows Terminal Chat in GitHub Chat in Mobile Use Copilot agents Manage agents Coding agent Create a PR Update existing PR Track Copilot sessions Review Copilot PRs Create custom agents Test custom agents Extend coding agent with MCP Integrate coding agent with Slack Integrate coding agent with Teams Integrate coding agent with Linear Changing the AI model Customize the agent environment Customize the agent firewall Troubleshoot coding agent Request a code review Use code review Configure automatic review Manage tools Use Copilot CLI Use AI models Configure access to AI models Change the chat model Change the completion model Provide context Use Copilot Spaces Create Copilot Spaces Use Copilot Spaces Collaborate with others Use MCP Extend Copilot Chat with MCP Set up the GitHub MCP Server Enterprise configuration Configure toolsets Use the GitHub MCP Server Change MCP registry Configure custom instructions Add personal instructions Add repository instructions Add organization instructions Configure content exclusion Exclude content from Copilot Review changes Use Copilot for common tasks Use Copilot to create or update issues Create a PR summary Use Copilot in the CLI Configure personal settings Configure network settings Configure in IDE Authenticate to GHE.com Manage and track spending Monitor premium requests Manage request allowances Manage company spending Manage your account Get started with a Copilot plan Get free access to Copilot Pro View and change your Copilot plan Disable Copilot Free Manage policies Administer Copilot Manage for organization Manage plan Subscribe Cancel Manage access Grant access Manage requests for access Revoke access Manage network access Manage policies Add Copilot coding agent Prepare for custom agents Review activity Review user activity data Review audit logs Use your own API keys Manage for enterprise Manage plan Subscribe Cancel plan Upgrade plan Downgrade subscription Manage access Grant access Disable for organizations View license usage Manage network access Manage enterprise policies Manage agents Prepare for custom agents Monitor agentic activity Manage Copilot coding agent Manage Copilot code review Manage Spark View usage and adoption View code generation Use your own API keys Manage MCP usage Configure MCP registry Configure MCP server access Download activity report Troubleshoot Copilot Troubleshoot common issues View logs Troubleshoot firewall settings Troubleshoot network errors Troubleshoot Spark Reference Cheat sheet AI models Supported models Model comparison Model hosting Keyboard shortcuts Custom agents configuration Custom instructions support Policy conflicts Copilot allowlist reference MCP allowlist enforcement Metrics data Copilot billing Billing cycle Seat assignment License changes Azure billing Agentic audit log events Review excluded files Copilot usage metrics Copilot usage metrics data Interpret usage metrics Reconciling Copilot usage metrics Copilot LoC metrics Tutorials All tutorials GitHub Copilot Chat Cookbook All prompts Communicate effectively Create templates Extract information Synthesize research Create diagrams Generate tables Debug errors Debug invalid JSON Handle API rate limits Analyze functionality Explore implementations Analyze feedback Refactor code Improve code readability Fix lint errors Refactor for optimization Refactor for sustainability Refactor design patterns Refactor data access layers Decouple business logic Handle cross-cutting Simplify inheritance hierarchies Fix database deadlocks Translate code Document code Create issues Document legacy code Explain legacy code Explain complex logic Sync documentation Write discussions or blog posts Testing code Generate unit tests Create mock objects Create end-to-end tests Update unit tests Analyze security Secure your repository Manage dependency updates Find vulnerabilities Customization library All customizations Custom instructions Your first custom instructions Concept explainer Debugging tutor Code reviewer GitHub Actions helper Pull request assistant Issue manager Accessibility auditor Testing automation Prompt files Your first prompt file Create README Onboarding plan Document API Review code Generate unit tests Custom agents Your first custom agent Implementation planner Bug fix teammate Cleanup specialist Coding agent Get the best results Pilot coding agent Spark Your first spark Prompt tips Build and deploy apps Deploy from CLI Use custom instructions Enhance agent mode with MCP Compare AI models Speed up development work Roll out at scale Assign licenses Set up self-serve licenses Track usage and adoption Remind inactive users Establish AI managers Enable developers Drive adoption Integrate AI agents Drive downstream impact Increase test coverage Accelerate pull requests Reduce security debt Measure trial success Explore a codebase Explore issues and discussions Explore pull requests Write tests Refactor code Optimize code reviews Reduce technical debt Review AI code Learn a new language Modernize legacy code Modernize Java applications Migrate a project Plan a project Vibe coding Upgrade projects Responsible use Copilot inline suggestions Chat in your IDE Chat in GitHub Chat in GitHub Mobile Copilot CLI Copilot in Windows Terminal Copilot in GitHub Desktop Pull request summaries Copilot text completion Commit message generation Code review Copilot coding agent Spark Copilot Spaces GitHub Copilot / Tutorials / GitHub Copilot Chat Cookbook GitHub Copilot Chat Cookbook Find examples of prompts to use with GitHub Copilot Chat. Spotlight Generating unit tests Copilot Chat can help with generating unit tests for a function. Improving code readability and maintainability Copilot Chat can suggest ways to make your code easier to understand and maintain. Debugging invalid JSON Copilot Chat can identify and resolve syntax errors or structural issues in JSON data. Explore 33 examples Category : All Complexity : All Reset filters Creating templates Copilot Chat can help you create templates to streamline your workflow and ensure consistency across your projects. Communicate effectively Author and optimize with Copilot Simple Extracting information Copilot Chat in GitHub can help you extract key information from issues and discussions. Communicate effectively Author and optimize with Copilot Simple Synthesizing research Copilot Chat can help you synthesize research findings and insights from multiple sources into a cohesive summary. Communicate effectively Author and optimize with Copilot Simple Creating diagrams GitHub Copilot Chat can help you create diagrams to better understand your data and communicate insights. Communicate effectively Visualize data Simple Generating tables Copilot Chat can help you create tables to organize information and present it clearly. Communicate effectively Author and optimize with Copilot Simple Debugging invalid JSON Copilot Chat can identify and resolve syntax errors or structural issues in JSON data. Debugging code Author and optimize with Copilot Intermediate Handling API rate limits Copilot Chat can help handle API rate limits by suggesting code that detects them and implements retry logic. Debugging code Author and optimize with Copilot Intermediate Exploring potential feature implementations Copilot Chat can help explore different approaches for implementing a single feature. Functionality analysis Author and optimize with Copilot Intermediate Analyzing and incorporating user feedback Copilot Chat can enhance the process of incorporating user feedback into your project. Functionality analysis Author and optimize with Copilot Intermediate Improving code readability and maintainability Copilot Chat can suggest ways to make your code easier to understand and maintain. Refactoring code Author and optimize with Copilot Simple Fixing lint errors Copilot Chat can suggest ways to fix issues identified by a code linter. Refactoring code Author and optimize with Copilot Intermediate Refactoring for performance optimization Copilot Chat can suggest ways to speed up slow-running code. Refactoring code Author and optimize with Copilot Simple Refactoring for environmental sustainability Copilot Chat can suggest ways to make code more environmentally friendly. Refactoring code Simple Refactoring to implement a design pattern Copilot Chat can suggest design patterns that you can use to improve your code. Refactoring code Author and optimize with Copilot Intermediate Refactoring data access layers Copilot Chat can suggest ways to decouple your data access code from your business logic, making an application easier to maintain and scale. Refactoring code Author and optimize with Copilot Advanced Decoupling business logic from UI components Copilot Chat can help you separate your business logic from your user interface code, making it easier to maintain and scale your application. Refactoring code Author and optimize with Copilot Advanced Handling cross-cutting concerns Copilot Chat can help you avoid code that relates to a concern other than the core concern of the method or function in which the code is located. Refactoring code Author and optimize with Copilot Intermediate Simplifying complex inheritance hierarchies Copilot Chat can help you to refactor code to avoid classes with multiple layers of inheritance. Refactoring code Author and optimize with Copilot Intermediate Fixing database deadlocks or data integrity issues Copilot Chat can help you avoid code that causes slow or blocked database operations, or tables with missing or incorrect data. Refactoring code Author and optimize with Copilot Advanced Translating code to a different programming language Copilot Chat can help you rewrite code to perform the same operations but in a different programming language. Refactoring code Author and optimize with Copilot Simple Creating issues Copilot Chat can help you quickly create issues without filling out every field manually. Documenting code Author and optimize with Copilot Simple Documenting legacy code Copilot Chat can help with documenting legacy code. Documenting code Author and optimize with Copilot Simple Explaining legacy code Copilot Chat can help with explaining unfamiliar code. Documenting code Author and optimize with Copilot Simple Explaining complex algorithms or logic Copilot Chat can help add clear and concise documentation on complex algorithms or logic. Documenting code Author and optimize with Copilot Intermediate Syncing documentation with code changes Copilot Chat can help with keeping code documentation up-to-date. Documenting code Author and optimize with Copilot Intermediate Writing discussions or blog posts Copilot Chat can help you generate ideas, outline, or draft discussions or blog posts. Documenting code Author and optimize with Copilot Simple Generating unit tests Copilot Chat can help with generating unit tests for a function. Testing code Author and optimize with Copilot Intermediate Creating mock objects to abstract layers Copilot Chat can help with creating mock objects that you can use for unit tests. Testing code Author and optimize with Copilot Intermediate Creating end-to-end tests for a webpage Copilot Chat can help with generating end-to-end tests. Testing code Author and optimize with Copilot Advanced Updating unit tests to match code changes Copilot Chat can help with updating your tests. Testing code Author and optimize with Copilot Intermediate Securing your repository Copilot Chat can help you to secure your repository and your code. Security analysis Author and optimize with Copilot Simple Managing dependency updates Copilot Chat can help you get set up with Dependabot to streamline dependency updates. Security analysis Author and optimize with Copilot Simple Finding existing vulnerabilities in code Copilot Chat can help find common vulnerabilities in your code and suggest fixes. Security analysis Author and optimize with Copilot Intermediate Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://aws.amazon.com/blogs/developer/aws-elastic-beanstalk-adds-net-core-on-linux-platform/
AWS Elastic Beanstalk adds .NET Core on Linux platform | AWS Developer Tools Blog Skip to Main Content Filter: All English Contact us AWS Marketplace Support My account Search Filter: All Sign in to console Create account AWS Blogs Home Blogs Editions AWS Developer Tools Blog AWS Elastic Beanstalk adds .NET Core on Linux platform by Norm Johanson on 23 JUN 2020 in .NET , AWS Elastic Beanstalk Permalink Share Today the AWS Elastic Beanstalk service extends its .NET support with the creation of the new .NET Core on Linux platform. This new platform version makes it easy to get ASP.NET Core applications deployed to AWS quickly for either a dev stack or a full production environment including enhanced health, patching, autoscaling, and rolling deployments. Cost savings with .NET Core on Linux platform The new .NET Core on Linux platform has significant cost savings compared to existing .NET on Windows Server platform. For example, if you compare using the .NET Core on Linux platform on a t3.medium instance type to using the .NET on Windows Server platform on a t3.medium instance type in the us-east-1 AWS region, you can get 30% cost savings with on-demand pricing. Also, when using .NET Core on Linux platform, you can often use smaller EC2 instance types to handle your .NET workloads providing even greater cost savings. Differences between Windows and Linux platforms Besides the OS platform version differences there are a couple other differences to be aware of when using the new .NET Core on Linux platform. First, Nginx is used as a reverse proxy to the Kestrel webserver hosting the ASP.NET Core application. For applications that need Kestrel to be the internet-facing webserver it is possible to disable Nginx. We’ll talk about how to do that later. The other major difference is the package bundle. With a Windows Server platform a separate manifest file must be included with the deployment bundle to configure IIS with the ASP.NET Core application. For the new .NET Core on Linux platform, the deployment bundle can be as simple as a zip file of the output from the dotnet publish command. For more advanced use cases like running multiple ASP.NET Core applications within the same Elastic Beanstalk environment a Procfile can be included in the deployment bundle, listing all of the processes you want to run as a service in the environment. Getting started If you have never used Elastic Beanstalk before there are a couple terms you should know to help you get started. First, there is an application , which is the logical grouping of all of the deployed instances of your applications. Within applications you have a collection of environments . Environments are the actual AWS resources that are running your application. When you create an environment you choose a platform version to base the environment on, like the new .NET Core on Amazon Linux 2 v1.0.0 platform version released today. Depending on your developer workflow there are many ways to get started. Here are some of the most common ways for developers getting started with Elastic Beanstalk. Console In the Elastic Beanstalk console you can get started by creating new environment. In the Platform section select the new .NET Core on Linux Platform. To use your application in the new environment, first execute the dotnet publish command from the command line in your project directory. Once the publish command is complete, zip up the contents of the publish folder and upload that to the environment. Visual Studio Starting with version 1.18.0.0 of the AWS Toolkit for Visual Studio you can publish your application to the new .NET Core on Linux platform. To start publishing your application, right click on your project in the solution explorer and select Publish to AWS Elastic Beanstalk . The wizard will walk you through creating a new Elastic Beanstalk environment and creating the deployment bundle for the environment based on how you want to run the application. To indicate you want to deploy to .NET Core on Linux platform, select the 64bit Amazon Linux 2 v1.0.0 running .NET Core platform version. As mentioned earlier, Nginx is used as the reverse proxy by default in Elastic Beanstalk. On the Application Options page of the wizard you can change the Reverse Proxy setting to *none* to use Kestrel as the internet-facing webserver. Once you finish the wizard your application will be built and packaged for Elastic Beanstalk, and then the environment will be created to host your application. To deploy new versions of your application select the environment you previously created. Depending on how you configure deployments for your environment, you can perform quick redeployments for dev environments, or perform slower, rolling, deployments for production environments. Check the Elastic Beanstalk developer guide for more information on deployment strategies. Command line Like the pattern we used with .NET Core for Lambda all of the deployment tooling we integrated inside Visual Studio for deploying .NET Core application to Elastic Beanstalk can also be used on the command line using the Amazon.ElasticBeanstalk.Tools .NET Core Global Tool. To install the tool execute the following command. dotnet tool install -g Amazon.ElasticBeanstalk.Tools Then in the project directory execute the following command to deploy the application to Elastic Beanstalk. dotnet eb deploy-environment You can either specify the required parameters on the command line or the the tool will query you while it is performing the deployment. If you first deployed using the AWS Toolkit for Visual Studio it will create a file called aws-beanstalk-tools-defaults.json in the project directory with all of the settings made in the wizard saved to the file. Then when you attempt to deploy from the command line using Amazon.ElasticBeanstalk.Tools it will use the values stored in aws-beanstalk-tools-defaults.json making it easy to transition from deploying in Visual Studio to the command line and integrating into your automation. Here is an example of deploying from scratch to Elastic Beanstalk using Amazon.ElasticBeanstalk.Tools. Trying out .NET 5 preview in Elastic Beanstalk The AL2 platform launches with support for .NET Core 2.1 and 3.1. You can also deploy any version of .NET Core as a self contained deployment bundle. That includes .NET 5 which is currently in preview. In the AWS Toolkit for Visual Studio you can choose to deploy as a self contained deployment on the on the Application Options page of the wizard. Checking this option triggers the underlying call to dotnet publish to publish as a self contained application, and generate a Procfile for the deployment bundle to reflect the fact the application is self contained. Conclusion The new AWS Elastic Beanstalk support for .NET Core on Linux is one of the fastest ways to get your .NET Core web applications running in the cloud. You can focus on building your ASP.NET Core application and let Elastic Beanstalk handle the scaling, patching, and monitoring of your application. If you are already running a .NET Core application with the existing .NET on Windows Server platform migrating to the new platform can be as simple as creating a new environment with the new .NET Core on Linux platform. For more information checkout the Elastic Beanstalk developer guide here . –Norm TAGS: .NET , ASPNETCore Norm Johanson Norm Johanson has been a software developer for more than 25 years developing all types of applications. Since 2010 he has been working for AWS focusing on the .NET developer experience at AWS. You can find him on Twitter @socketnorm and GitHub @normj. Resources Developer Resources & Community Open Source Repos Twitch Live Coding Labs on Github Follow  Instagram  Reddit  Twitter  Facebook  LinkedIn  Twitch  Email Updates @charset "UTF-8";[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4{position:relative;transition:box-shadow .3s ease}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_3d631df0,[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_b27cc003,[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_5962fadc:hover{box-shadow:var(--rg-shadow-gray-elevation-1, 1px 1px 20px rgba(0, 0, 0, .1))}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_3d631df0.rgft_e79955da,[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_b27cc003.rgft_e79955da,[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_5962fadc:hover.rgft_e79955da{box-shadow:var(--rg-shadow-gray-elevation-2, 1px 1px 24px rgba(0, 0, 0, .25))}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1b2a14d4:not(:disabled,.rgft_3ef5a62a).rgft_b27cc003:hover{box-shadow:none}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde{position:relative;transform-style:preserve-3d;overflow:unset!important}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:before{content:"";position:absolute;inset:0;border-radius:inherit;transform:translateZ(-1px);pointer-events:none;transition-property:filter,inset;transition-duration:.3s;transition-timing-function:ease;background-clip:content-box!important;padding:1px}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_3d631df0:before{filter:blur(15px)}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_3d631df0.rgft_4df65418:hover:before{filter:blur(20px)}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_5962fadc:hover:before{filter:blur(15px)}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_b27cc003:before{filter:blur(15px)}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_b27cc003:hover:before{filter:none}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_e90ac70d:active:before{filter:blur(8px)!important}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_a4f580d2:before{filter:blur(8px)!important}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=fuchsia] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=fuchsia].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-fuchsia, linear-gradient(123deg, #fa6f00 0%, #e433ff 50%, #8575ff 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=fuchsia] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=fuchsia].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-fuchsia, linear-gradient(123deg, #d14600 0%, #c300e0 50%, #6842ff 100%))}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=indigo] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=indigo].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-indigo, linear-gradient(123deg, #0099ff 0%, #5c7fff 50%, #8575ff 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=indigo] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=indigo].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-indigo, linear-gradient(123deg, #006ce0 0%, #295eff 50%, #6842ff 100%))}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=orange] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=orange].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-orange, linear-gradient(123deg, #ff1ae0 0%, #ff386a 50%, #fa6f00 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=orange] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=orange].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-orange, linear-gradient(123deg, #d600ba 0%, #eb003b 50%, #d14600 100%))}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=teal] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=teal].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-teal, linear-gradient(123deg, #00bd6b 0%, #00a4bd 50%, #0099ff 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=teal] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=teal].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-teal, linear-gradient(123deg, #008559 0%, #007e94 50%, #006ce0 100%))}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=blue] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=blue].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-blue, linear-gradient(123deg, #00bd6b 0%, #0099ff 50%, #8575ff 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=blue] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=blue].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-blue, linear-gradient(123deg, #008559 0%, #006ce0 50%, #6842ff 100%))}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=violet] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=violet].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-violet, linear-gradient(123deg, #ad5cff 0%, #0099ff 50%, #00a4bd 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=violet] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=violet].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-violet, linear-gradient(123deg, #962eff 0%, #006ce0 50%, #007e94 100%))}[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=purple] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=light][data-rg-theme=purple].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-purple, linear-gradient(123deg, #ff1ae0 0%, #8575ff 50%, #00a4bd 100%))}[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=purple] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a).rgft_38d8ffac:before,[data-eb-6a8f3296] [data-rg-mode=dark][data-rg-theme=purple].rgft_9e423fbb.rgft_1ed8cbde.rgft_38d8ffac:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-purple, linear-gradient(123deg, #d600ba 0%, #6842ff 50%, #007e94 100%))}[data-eb-6a8f3296] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:linear-gradient(123deg,#d14600,#c300e0,#6842ff)}[data-eb-6a8f3296] [data-rg-theme=fuchsia] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=fuchsia].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-fuchsia, linear-gradient(123deg, #d14600 0%, #c300e0 50%, #6842ff 100%))}[data-eb-6a8f3296] [data-rg-theme=indigo] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=indigo].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-indigo, linear-gradient(123deg, #006ce0 0%, #295eff 50%, #6842ff 100%))}[data-eb-6a8f3296] [data-rg-theme=orange] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=orange].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-orange, linear-gradient(123deg, #d600ba 0%, #eb003b 50%, #d14600 100%))}[data-eb-6a8f3296] [data-rg-theme=teal] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=teal].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-teal, linear-gradient(123deg, #008559 0%, #007e94 50%, #006ce0 100%))}[data-eb-6a8f3296] [data-rg-theme=blue] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=blue].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-blue, linear-gradient(123deg, #008559 0%, #006ce0 50%, #6842ff 100%))}[data-eb-6a8f3296] [data-rg-theme=violet] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=violet].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-violet, linear-gradient(123deg, #962eff 0%, #006ce0 50%, #007e94 100%))}[data-eb-6a8f3296] [data-rg-theme=purple] .rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before,[data-eb-6a8f3296] [data-rg-theme=purple].rgft_9e423fbb.rgft_1ed8cbde:not(:disabled,.rgft_3ef5a62a):before{background:var(--rg-shadow-gradient-purple, linear-gradient(123deg, #d600ba 0%, #6842ff 50%, #007e94 100%))}[data-eb-6a8f3296] a.rgft_f7822e54,[data-eb-6a8f3296] button.rgft_f7822e54{--button-size: 44px;--button-pad-h: 24px;--button-pad-borderless-h: 26px;border:2px solid var(--rg-color-background-page-inverted, #0F141A);padding:8px var(--button-pad-h, 24px);border-radius:40px!important;align-items:center;justify-content:center;display:inline-flex;height:var(--button-size, 44px);text-decoration:none!important;text-wrap:nowrap;cursor:pointer;position:relative;transition:all .3s ease}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_094d67e1,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_094d67e1{--button-size: 32px;--button-pad-h: 14px;--button-pad-borderless-h: 16px}[data-eb-6a8f3296] a.rgft_f7822e54>span,[data-eb-6a8f3296] button.rgft_f7822e54>span{color:var(--btn-text-color, inherit)!important}[data-eb-6a8f3296] a.rgft_f7822e54:focus-visible,[data-eb-6a8f3296] button.rgft_f7822e54:focus-visible{outline:2px solid var(--rg-color-focus-ring, #006CE0)!important;outline-offset:4px!important;transition:outline 0s}[data-eb-6a8f3296] a.rgft_f7822e54:focus:not(:focus-visible),[data-eb-6a8f3296] button.rgft_f7822e54:focus:not(:focus-visible){outline:none!important}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_303c672b,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_303c672b{--btn-text-color: var(--rg-color-text-utility-inverted, #FFFFFF);background-color:var(--rg-color-btn-primary-bg, #161D26);border:none;padding:10px var(--button-pad-borderless-h, 24px)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_18409398,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_18409398{--btn-text-color: var(--rg-color-text-utility, #161D26);background-color:var(--rg-color-btn-secondary-bg, #FFFFFF);border-color:var(--rg-color-background-page-inverted, #0F141A)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_090951dc{--btn-text-color: var(--rg-color-text-utility, #161D26);background-color:var(--rg-color-background-object, #F3F3F7);border:none;padding:10px var(--button-pad-borderless-h, 24px)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_15529d9f,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_15529d9f{--btn-text-color: var(--rg-color-text-utility, #161D26);background-color:var(--rg-color-btn-secondary-bg, #FFFFFF);border:none;padding:10px var(--button-pad-borderless-h, 24px)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_bb950a4e,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_bb950a4e{--btn-text-color: var(--rg-color-text-utility, #161D26);border:none;padding:10px var(--button-pad-borderless-h, 24px)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_bb950a4e,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_bb950a4e{background-image:linear-gradient(97deg,#ffc0ad,#f8c7ff 37.79%,#d2ccff 75.81%,#c2d1ff)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_bb950a4e,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_bb950a4e{--rg-gradient-angle:97deg;background-image:var(--rg-gradient-a, linear-gradient(120deg, #f8c7ff 20.08%, #d2ccff 75.81%))}[data-eb-6a8f3296] [data-rg-mode=dark] a.rgft_f7822e54.rgft_bb950a4e,[data-eb-6a8f3296] [data-rg-mode=dark] button.rgft_f7822e54.rgft_bb950a4e,[data-eb-6a8f3296] a[data-rg-mode=dark].rgft_f7822e54.rgft_bb950a4e,[data-eb-6a8f3296] button[data-rg-mode=dark].rgft_f7822e54.rgft_bb950a4e{background-image:var(--rg-gradient-a, linear-gradient(120deg, #78008a 24.25%, #b2008f 69.56%))}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_bb419678,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_bb419678{--btn-text-color: var(--rg-color-text-utility-inverted, #FFFFFF);background-color:var(--rg-color-btn-visited-bg, #656871);border-color:var(--rg-color-btn-visited-bg, #656871)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_bb419678.rgft_18409398,[data-eb-6a8f3296] a.rgft_f7822e54.rgft_bb419678.rgft_15529d9f,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_bb419678.rgft_18409398,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_bb419678.rgft_15529d9f{--btn-text-color: var(--rg-color-text-utility, #161D26);background-color:var(--rg-color-btn-secondary-visited-bg, #FFFFFF)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_badebaf5,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_badebaf5{--btn-text-color: var(--rg-color-btn-disabled-text, #B4B4BB);background-color:var(--rg-color-btn-disabled-bg, #F3F3F7);border-color:var(--rg-color-btn-disabled-bg, #F3F3F7);cursor:default}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_badebaf5.rgft_18409398,[data-eb-6a8f3296] a.rgft_f7822e54.rgft_badebaf5.rgft_15529d9f,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_badebaf5.rgft_18409398,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_badebaf5.rgft_15529d9f{border:none;padding:10px var(--button-pad-borderless-h, 24px)}[data-eb-6a8f3296] a.rgft_f7822e54.rgft_badebaf5.rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54.rgft_badebaf5.rgft_090951dc{--btn-text-color: var(--rg-color-btn-tertiary-disabled-text, #B4B4BB);background-color:#0000}[data-eb-6a8f3296] a.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_18409398:not(.rgft_bb950a4e),[data-eb-6a8f3296] a.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_15529d9f:not(.rgft_bb950a4e),[data-eb-6a8f3296] button.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_18409398:not(.rgft_bb950a4e),[data-eb-6a8f3296] button.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_15529d9f:not(.rgft_bb950a4e){--btn-text-color: var(--rg-color-text-utility, #161D26);background-color:var(--rg-color-btn-secondary-bg, #FFFFFF)}[data-eb-6a8f3296] a.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc{box-shadow:none}[data-eb-6a8f3296] a.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc{background-image:linear-gradient(97deg,#ffc0ad80,#f8c7ff80 37.79%,#d2ccff80 75.81%,#c2d1ff80)}[data-eb-6a8f3296] a.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc{--rg-gradient-angle:97deg;background-image:var(--rg-gradient-a-50, linear-gradient(120deg, #f8c7ff 20.08%, #d2ccff 75.81%))}[data-eb-6a8f3296] [data-rg-mode=dark] a.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] [data-rg-mode=dark] button.rgft_f7822e54:hover:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] a[data-rg-mode=dark].rgft_f7822e54.rgft_090951dc:hover:not(.rgft_badebaf5),[data-eb-6a8f3296] button[data-rg-mode=dark].rgft_f7822e54.rgft_090951dc:hover:not(.rgft_badebaf5){background-image:var(--rg-gradient-a-50, linear-gradient(120deg, #78008a 24.25%, #b2008f 69.56%))}[data-eb-6a8f3296] a.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc{box-shadow:none}[data-eb-6a8f3296] a.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc{background-image:linear-gradient(97deg,#ffc0ad,#f8c7ff 37.79%,#d2ccff 75.81%,#c2d1ff)}[data-eb-6a8f3296] a.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] button.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc{--rg-gradient-angle:97deg;background-image:var(--rg-gradient-a-pressed, linear-gradient(120deg, rgba(248, 199, 255, .5) 20.08%, #d2ccff 75.81%))}[data-eb-6a8f3296] [data-rg-mode=dark] a.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] [data-rg-mode=dark] button.rgft_f7822e54:active:not(.rgft_badebaf5).rgft_090951dc,[data-eb-6a8f3296] a[data-rg-mode=dark].rgft_f7822e54.rgft_090951dc:active:not(.rgft_badebaf5),[data-eb-6a8f3296] button[data-rg-mode=dark].rgft_f7822e54.rgft_090951dc:active:not(.rgft_badebaf5){background-image:var(--rg-gradient-a-pressed, linear-gradient(120deg, rgba(120, 0, 138, .5) 24.25%, #b2008f 69.56%))}[data-eb-6a8f3296] .rgft_8711ccd9{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0000;border:none;margin:0}[data-eb-6a8f3296] .rgft_8711ccd9.rgft_5e58a6df{text-align:center}[data-eb-6a8f3296] .rgft_8711ccd9.rgft_b7ada98b{display:block}[data-eb-6a8f3296] .rgft_8711ccd9.rgft_beb26dc7{font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}[data-eb-6a8f3296] .rgft_8711ccd9 a{display:inline;position:relative;cursor:pointer;text-decoration:none!important;color:var(--rg-color-link-default, #006CE0);background:linear-gradient(to right,currentcolor,currentcolor);background-size:100% .1em;background-position:0 100%;background-repeat:no-repeat}[data-eb-6a8f3296] .rgft_8711ccd9 a:focus-visible{color:var(--rg-color-link-focus, #006CE0)}[data-eb-6a8f3296] .rgft_8711ccd9 a:hover{color:var(--rg-color-link-hover, #003B8F);animation:rgft_d72bdead .3s cubic-bezier(0,0,.2,1)}[data-eb-6a8f3296] .rgft_8711ccd9 a:visited{color:var(--rg-color-link-visited, #6842FF)}@keyframes rgft_d72bdead{0%{background-size:0 .1em}to{background-size:100% .1em}}[data-eb-6a8f3296] .rgft_8711ccd9 b,[data-eb-6a8f3296] b.rgft_8711ccd9,[data-eb-6a8f3296] .rgft_8711ccd9 strong,[data-eb-6a8f3296] strong.rgft_8711ccd9{font-weight:700}[data-eb-6a8f3296] i.rgft_8711ccd9,[data-eb-6a8f3296] .rgft_8711ccd9 i,[data-eb-6a8f3296] em.rgft_8711ccd9,[data-eb-6a8f3296] .rgft_8711ccd9 em{font-style:italic}[data-eb-6a8f3296] u.rgft_8711ccd9,[data-eb-6a8f3296] .rgft_8711ccd9 u{text-decoration:underline}[data-eb-6a8f3296] code.rgft_8711ccd9,[data-eb-6a8f3296] .rgft_8711ccd9 code{font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;border-radius:4px;border:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);color:var(--rg-color-text-secondary, #232B37);padding-top:var(--rg-padding-8);padding-right:var(--rg-padding-8);padding-bottom:var(--rg-padding-8);padding-left:var(--rg-padding-8)}[data-eb-6a8f3296] .rgft_12e1c6fa{display:inline!important;vertical-align:middle}[data-eb-6a8f3296] .rgft_8711ccd9 p img{aspect-ratio:16/9;height:100%;object-fit:cover;width:100%;border-radius:8px;order:1;margin-bottom:var(--rg-margin-4)}[data-eb-6a8f3296] .rgft_8711ccd9 table{table-layout:fixed;border-spacing:0;width:100%}[data-eb-6a8f3296] .rgft_8711ccd9 table td{font-size:14px;border-right:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);border-bottom:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);padding-top:var(--rg-padding-6);padding-right:var(--rg-padding-6);padding-bottom:var(--rg-padding-6);padding-left:var(--rg-padding-6)}[data-eb-6a8f3296] .rgft_8711ccd9 table td:first-of-type{border-left:1px solid var(--rg-color-border-lowcontrast, #CCCCD1)}[data-eb-6a8f3296] .rgft_8711ccd9 table thead tr:first-of-type>*:first-of-type,[data-eb-6a8f3296] .rgft_8711ccd9 table:not(:has(thead)) tr:first-of-type>*:first-of-type{border-top-left-radius:16px}[data-eb-6a8f3296] .rgft_8711ccd9 table thead tr:first-of-type>*:last-of-type,[data-eb-6a8f3296] .rgft_8711ccd9 table:not(:has(thead)) tr:first-of-type>*:last-of-type{border-top-right-radius:16px}[data-eb-6a8f3296] .rgft_8711ccd9 table tr:last-of-type td:first-of-type{border-bottom-left-radius:16px}[data-eb-6a8f3296] .rgft_8711ccd9 table tr:last-of-type td:last-of-type{border-bottom-right-radius:16px}[data-eb-6a8f3296] .rgft_8711ccd9 table:not(:has(thead),:has(th)) tr:first-of-type td{border-top:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);border-right:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);border-bottom:1px solid var(--rg-color-border-lowcontrast, #CCCCD1)}[data-eb-6a8f3296] .rgft_8711ccd9 table th{color:var(--rg-color-text-primary-inverted, #FFFFFF);min-width:280px;max-width:400px;padding:0;text-align:left;vertical-align:top;background-color:var(--rg-color-background-object-inverted, #232B37);border-left:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);border-right:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);border-bottom:1px solid var(--rg-color-border-lowcontrast, #CCCCD1);padding-top:var(--rg-padding-6);padding-right:var(--rg-padding-6);padding-bottom:var(--rg-padding-6);padding-left:var(--rg-padding-6);row-gap:var(--rg-margin-5);column-gap:var(--rg-margin-5);max-width:100%;min-width:150px}@media (min-width: 480px) and (max-width: 767px){[data-eb-6a8f3296] .rgft_8711ccd9 table th{max-width:100%;min-width:150px}}@media (min-width: 768px) and (max-width: 1023px){[data-eb-6a8f3296] .rgft_8711ccd9 table th{max-width:240px;min-width:180px}}@media (min-width: 1024px) and (max-width: 1279px){[data-eb-6a8f3296] .rgft_8711ccd9 table th{max-width:350px;min-width:240px}}@media (min-width: 1280px) and (max-width: 1599px){[data-eb-6a8f3296] .rgft_8711ccd9 table th{max-width:400px;min-width:280px}}@media (min-width: 1600px){[data-eb-6a8f3296] .rgft_8711ccd9 table th{max-width:400px;min-width:280px}}[data-eb-6a8f3296] .rgft_8711ccd9 table th:first-of-type{border-top-left-radius:16px;border-top:0 solid var(--rg-color-border-lowcontrast, #CCCCD1);border-left:0 solid var(--rg-color-border-lowcontrast, #CCCCD1);border-right:0 solid var(--rg-color-border-lowcontrast, #CCCCD1)}[data-eb-6a8f3296] .rgft_8711ccd9 table th:nth-of-type(n+3){border-left:0 solid var(--rg-color-border-lowcontrast, #CCCCD1)}[data-eb-6a8f3296] .rgft_8711ccd9 table th:last-of-type{border-top-right-radius:16px;border-top:0 solid var(--rg-color-border-lowcontrast, #CCCCD1);border-right:0 solid var(--rg-color-border-lowcontrast, #CCCCD1)}[data-eb-6a8f3296] .rgft_a1b66739{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;color:var(--rg-color-text-primary, #161D26);--icon-color: currentcolor}[data-eb-6a8f3296] .rgft_a1b66739.rgft_bc1a8743{height:16px;width:16px}[data-eb-6a8f3296] .rgft_a1b66739.rgft_c0cbb35d{height:20px;width:20px}[data-eb-6a8f3296] .rgft_a1b66739.rgft_bd40fe12{height:32px;width:32px}[data-eb-6a8f3296] .rgft_a1b66739.rgft_27320e58{height:48px;width:48px}[data-eb-6a8f3296] .rgft_a1b66739 svg{fill:none;stroke:none}[data-eb-6a8f3296] .rgft_a1b66739 path[data-fill]:not([fill]){fill:var(--icon-color)}[data-eb-6a8f3296] .rgft_a1b66739 path[data-stroke]{stroke-width:2}[data-eb-6a8f3296] .rgft_a1b66739 path[data-stroke]:not([stroke]){stroke:var(--icon-color)}[data-eb-6a8f3296] .rgft_3ed66ff4{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;color:var(--rg-color-text-primary, #161D26)}[data-eb-6a8f3296] .rgft_3ed66ff4.rgft_9124b200{height:10px;width:10px}[data-eb-6a8f3296] .rgft_3ed66ff4.rgft_bc1a8743{height:16px;width:16px}[data-eb-6a8f3296] .rgft_3ed66ff4.rgft_c0cbb35d{height:20px;width:20px}[data-eb-6a8f3296] .rgft_3ed66ff4.rgft_bd40fe12{height:32px;width:32px}[data-eb-6a8f3296] .rgft_3ed66ff4.rgft_27320e58{height:48px;width:48px}[data-eb-6a8f3296] .rgft_98b54368{color:var(--rg-color-text-body, #232B37)}[data-eb-6a8f3296] .rgft_98b54368.rgft_275611e5{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400;font-family:Amazon Ember Display,Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_98b54368.rgft_275611e5{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_98b54368.rgft_275611e5{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_98b54368.rgft_275611e5{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_98b54368.rgft_275611e5{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_98b54368.rgft_275611e5{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_98b54368.rgft_275611e5{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_98b54368.rgft_275611e5{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_98b54368.rgft_007aef8b{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.429;font-weight:400;font-family:Amazon Ember Display,Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_98b54368.rgft_007aef8b{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.429;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_98b54368.rgft_007aef8b{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.429;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_98b54368.rgft_007aef8b{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_98b54368.rgft_007aef8b{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_98b54368.rgft_007aef8b{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_98b54368.rgft_007aef8b{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_98b54368.rgft_007aef8b{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_98b54368.rgft_ff19c5f9{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:1.333;font-weight:400;font-family:Amazon Ember Display,Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_98b54368.rgft_ff19c5f9{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:1.333;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_98b54368.rgft_ff19c5f9{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:1.333;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_98b54368.rgft_ff19c5f9{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_98b54368.rgft_ff19c5f9{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_98b54368.rgft_ff19c5f9{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_98b54368.rgft_ff19c5f9{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_98b54368.rgft_ff19c5f9{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_98b54368 ul{list-style-type:disc;margin-top:2rem}[data-eb-6a8f3296] .rgft_98b54368.rgft_2a7f98ee{display:inline;position:relative;cursor:pointer;text-decoration:none!important;color:var(--rg-color-link-default, #006CE0);background:linear-gradient(to right,currentcolor,currentcolor);background-size:100% .1em;background-position:0 100%;background-repeat:no-repeat}[data-eb-6a8f3296] .rgft_98b54368.rgft_2a7f98ee:focus-visible{color:var(--rg-color-link-focus, #006CE0)}[data-eb-6a8f3296] .rgft_98b54368.rgft_2a7f98ee:hover{color:var(--rg-color-link-hover, #003B8F);animation:rgft_9beb7cc5 .3s cubic-bezier(0,0,.2,1)}[data-eb-6a8f3296] .rgft_98b54368.rgft_2a7f98ee:visited{color:var(--rg-color-link-visited, #6842FF)}@keyframes rgft_9beb7cc5{0%{background-size:0 .1em}to{background-size:100% .1em}}[data-eb-6a8f3296] .rgft_d835af5c{color:var(--rg-color-text-title, #161D26)}[data-eb-6a8f3296] .rgft_d835af5c.rgft_3e9243e1{font-size:calc(4.5rem * var(--font-size-multiplier, 1.6));line-height:1.111;font-weight:500;font-family:Amazon Ember Display,Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d835af5c.rgft_3e9243e1{font-size:calc(3.75rem * var(--font-size-multiplier, 1.6));line-height:1.133;font-weight:500}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_d835af5c.rgft_3e9243e1{font-size:calc(3rem * var(--font-size-multiplier, 1.6));line-height:1.167;font-weight:500}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_d835af5c.rgft_3e9243e1{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_d835af5c.rgft_3e9243e1{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_d835af5c.rgft_3e9243e1{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_d835af5c.rgft_3e9243e1{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_d835af5c.rgft_3e9243e1{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_d835af5c.rgft_54816d41{font-size:calc(3.75rem * var(--font-size-multiplier, 1.6));line-height:1.133;font-weight:500;font-family:Amazon Ember Display,Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d835af5c.rgft_54816d41{font-size:calc(3rem * var(--font-size-multiplier, 1.6));line-height:1.167;font-weight:500}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_d835af5c.rgft_54816d41{font-size:calc(2.5rem * var(--font-size-multiplier, 1.6));line-height:1.2;font-weight:500}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_d835af5c.rgft_54816d41{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_d835af5c.rgft_54816d41{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_d835af5c.rgft_54816d41{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_d835af5c.rgft_54816d41{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_d835af5c.rgft_54816d41{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_d835af5c.rgft_852a8b78{font-size:calc(3rem * var(--font-size-multiplier, 1.6));line-height:1.167;font-weight:500;font-family:Amazon Ember Display,Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d835af5c.rgft_852a8b78{font-size:calc(2.5rem * var(--font-size-multiplier, 1.6));line-height:1.2;font-weight:500}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_d835af5c.rgft_852a8b78{font-size:calc(2rem * var(--font-size-multiplier, 1.6));line-height:1.25;font-weight:500}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_d835af5c.rgft_852a8b78{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_d835af5c.rgft_852a8b78{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_d835af5c.rgft_852a8b78{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_d835af5c.rgft_852a8b78{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_d835af5c.rgft_852a8b78{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_286fbc8d{letter-spacing:1.6px;text-transform:uppercase;color:var(--rg-color-text-eyebrow, #161D26)}[data-eb-6a8f3296] .rgft_286fbc8d.rgft_cf5cdf86{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400;font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_286fbc8d.rgft_cf5cdf86{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.714;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_286fbc8d.rgft_cf5cdf86{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:2;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_286fbc8d.rgft_cf5cdf86{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_286fbc8d.rgft_cf5cdf86{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_286fbc8d.rgft_cf5cdf86{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_286fbc8d.rgft_cf5cdf86{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_286fbc8d.rgft_cf5cdf86{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_286fbc8d.rgft_c6f92487{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.714;font-weight:400;font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_286fbc8d.rgft_c6f92487{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:2;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_286fbc8d.rgft_c6f92487{font-size:calc(.625rem * var(--font-size-multiplier, 1.6));line-height:2.4;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_286fbc8d.rgft_c6f92487{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_286fbc8d.rgft_c6f92487{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_286fbc8d.rgft_c6f92487{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_286fbc8d.rgft_c6f92487{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_286fbc8d.rgft_c6f92487{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_d27b4751{color:var(--rg-color-text-utility, #161D26)}[data-eb-6a8f3296] .rgft_d27b4751.rgft_927d7fd1{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400;font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_927d7fd1{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_927d7fd1{font-size:calc(1rem * var(--font-size-multiplier, 1.6));line-height:1.5;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_d27b4751.rgft_927d7fd1{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_d27b4751.rgft_927d7fd1{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_d27b4751.rgft_927d7fd1{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_d27b4751.rgft_927d7fd1{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_d27b4751.rgft_927d7fd1{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_d27b4751.rgft_100c8a76{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.429;font-weight:400;font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_100c8a76{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.429;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_100c8a76{font-size:calc(.875rem * var(--font-size-multiplier, 1.6));line-height:1.429;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_d27b4751.rgft_100c8a76{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_d27b4751.rgft_100c8a76{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_d27b4751.rgft_100c8a76{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_d27b4751.rgft_100c8a76{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_d27b4751.rgft_100c8a76{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_d27b4751.rgft_453dc601{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:1.333;font-weight:400;font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_453dc601{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:1.333;font-weight:400}}@media (max-width: 480px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_453dc601{font-size:calc(.75rem * var(--font-size-multiplier, 1.6));line-height:1.333;font-weight:400}}[data-eb-6a8f3296] [data-rg-lang=ar] .rgft_d27b4751.rgft_453dc601{font-family:AmazonEmberArabic,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ja] .rgft_d27b4751.rgft_453dc601{font-family:ShinGo,\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,Hiragino Kaku Gothic Pro,Osaka,\30e1\30a4\30ea\30aa,Meiryo,\ff2d\ff33 \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=ko] .rgft_d27b4751.rgft_453dc601{font-family:NotoSansKR,Malgun Gothic,sans-serif}[data-eb-6a8f3296] [data-rg-lang=th] .rgft_d27b4751.rgft_453dc601{font-family:NotoSansThai,Helvetica,Arial,sans-serif}[data-eb-6a8f3296] [data-rg-lang=zh] .rgft_d27b4751.rgft_453dc601{font-family:NotoSansTC,Helvetica,Arial,Microsoft Yahei,\5fae\8f6f\96c5\9ed1,STXihei,\534e\6587\7ec6\9ed1,sans-serif}[data-eb-6a8f3296] .rgft_d27b4751.rgft_949ed5ce{font-size:calc(.625rem * var(--font-size-multiplier, 1.6));line-height:1.2;font-weight:400;font-family:Amazon Ember Mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}@media (min-width: 481px) and (max-width: 768px){[data-eb-6a8f3296] .rgft_d27b4751.rgft_949ed5ce{font-size:calc(.625rem * var(--font-size-multiplier,
2026-01-13T08:48:14
https://www.highlight.io/docs/general/company/open-source/contributing/landing-site
Landing Site (highlight.io) Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Company / Open Source / Contributing / Landing Site (highlight.io) Landing Site (highlight.io) Getting Started The documentation rendered on https://highlight.io/docs is rendered from the docs-content directory. The code for rendering the landing page resides in highlight.io directory. To run the app locally, install dependencies and call yarn dev as follows: yarn install; yarn dev:highlight.io; open http://localhost:4000/ Changes to docs-content may require refreshing the browser. Frequently Asked Questions How do I test the blog locally? Blog posts rely on Hygraph for rendering and use an environment variable. Reach our on our discord if you need to work on the blog. Frontend (app.highlight.io) Documentation Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://dev.to/sunny7899
Neweraofcoding - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Neweraofcoding Expert Front end developer with Angular, and React experience Location Delhi India Joined Joined on  Nov 4, 2020 Personal website https://code-for-next-generation.vercel.app/ github website 2025 Hacktoberfest Writing Challenge Completion Awarded for completing at least one prompt in the 2025 Hacktoberfest Writing Challenge. Thank you for sharing your open source story! 🎃✍️ Got it Close Five Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least five years. Got it Close Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Four Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least four years. Got it Close Three Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least three years. Got it Close Two Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least two years. Got it Close Hacktoberfest 2021 Awarded for successful completion of the 2021 Hacktoberfest challenge. Got it Close One Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least one year. Got it Close More info about @sunny7899 Post 45 posts published Comment 2 comments written Tag 1 tag followed Guide to get started with Retrieval-Augmented Generation (RAG) Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 12 Guide to get started with Retrieval-Augmented Generation (RAG) # beginners # llm # rag # tutorial Comments Add Comment 2 min read Want to connect with Neweraofcoding? Create an account to connect with Neweraofcoding. You can also sign in below to proceed if you already have an account. Create Account Already have an account? Sign in High-performance GPUs or TPUs vs CPUs Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 11 High-performance GPUs or TPUs vs CPUs # architecture # machinelearning # performance # ai Comments Add Comment 2 min read India's AI model approach Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 10 India's AI model approach 1  reaction Comments Add Comment 7 min read Getting Started with Vite Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 9 Getting Started with Vite # beginners # frontend # javascript # tooling 1  reaction Comments Add Comment 3 min read comprehensive guide to Google Jules, how it relates to AI Pro users, how it uses Gemini 3 models Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 7 comprehensive guide to Google Jules, how it relates to AI Pro users, how it uses Gemini 3 models Comments Add Comment 3 min read How Modern Face Recognition Systems Work Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 3 How Modern Face Recognition Systems Work Comments Add Comment 3 min read Apertre 3.0: An Open-Source Program Empowering the Next Generation of Developers Neweraofcoding Neweraofcoding Neweraofcoding Follow Jan 1 Apertre 3.0: An Open-Source Program Empowering the Next Generation of Developers # codenewbie # career # learning # opensource 1  reaction Comments Add Comment 3 min read Java EE / Enterprise Java Technologies – Practical Guide Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 30 '25 Java EE / Enterprise Java Technologies – Practical Guide # architecture # backend # java Comments Add Comment 2 min read Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 29 '25 Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow # devjournal # interview # career # ui Comments Add Comment 3 min read How to Integrate Zomato MCP in a Next.js Application Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 24 '25 How to Integrate Zomato MCP in a Next.js Application # nextjs # tutorial # mcp # ai 1  reaction Comments Add Comment 8 min read AI-Assisted Development Workflows Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 14 '25 AI-Assisted Development Workflows # webdev # ai # programming # productivity 1  reaction Comments Add Comment 3 min read How to Recreate the Same Image Using Only Text Prompts Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 13 '25 How to Recreate the Same Image Using Only Text Prompts # webdev # ai # promptengineering # nanobanana 1  reaction Comments Add Comment 4 min read Angular Community Coding Challenge: 30 Days of Modern Angular Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 6 '25 Angular Community Coding Challenge: 30 Days of Modern Angular 1  reaction Comments Add Comment 2 min read AI in web development, especially Angular Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 2 '25 AI in web development, especially Angular # webdev # programming # angular # ai 1  reaction Comments Add Comment 2 min read The Real Backend Framework for AI: Why Performance Hinges on Silicon, Not Software Neweraofcoding Neweraofcoding Neweraofcoding Follow Nov 20 '25 The Real Backend Framework for AI: Why Performance Hinges on Silicon, Not Software # webdev # ai # backend # web 1  reaction Comments Add Comment 3 min read UTM Tracking for Web Developers: Why It Matters and How to Implement It Neweraofcoding Neweraofcoding Neweraofcoding Follow Nov 13 '25 UTM Tracking for Web Developers: Why It Matters and How to Implement It # analytics # google # ga4 # development 1  reaction Comments Add Comment 3 min read Call for Papers: What Makes a Great Speaker Proposal Neweraofcoding Neweraofcoding Neweraofcoding Follow Nov 10 '25 Call for Papers: What Makes a Great Speaker Proposal # techtalks # contentwriting # devdiscuss # mentorship 1  reaction Comments Add Comment 3 min read The Agentic Leap: Key Announcements and Demos from the Google I/O 2025 Developer Keynote Neweraofcoding Neweraofcoding Neweraofcoding Follow Nov 9 '25 The Agentic Leap: Key Announcements and Demos from the Google I/O 2025 Developer Keynote # webdev # ai # career # productivity 1  reaction Comments Add Comment 7 min read Beyond the "Vibe Check": How to Use the Web Codegen Scorer to Master AI-Generated Code Neweraofcoding Neweraofcoding Neweraofcoding Follow Nov 5 '25 Beyond the "Vibe Check": How to Use the Web Codegen Scorer to Master AI-Generated Code # webdev # ai # programming # angular 1  reaction Comments Add Comment 4 min read Empowering the Future: Building Meaningful Projects with Microsoft Technologies 💡 Neweraofcoding Neweraofcoding Neweraofcoding Follow Nov 2 '25 Empowering the Future: Building Meaningful Projects with Microsoft Technologies 💡 # webdev # programming # ai # microsoft 4  reactions Comments Add Comment 5 min read Type-Checked Host Bindings in Angular—what it is, why it matters, and how it works behind the scenes. Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 27 '25 Type-Checked Host Bindings in Angular—what it is, why it matters, and how it works behind the scenes. # webdev # programming # angular # javascript 2  reactions Comments Add Comment 4 min read The Beginner's Guide to Hacktoberfest: Your First Open Source Adventure Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 20 '25 The Beginner's Guide to Hacktoberfest: Your First Open Source Adventure # hacktoberfest # opensource # webdev 2  reactions Comments 1  comment 7 min read How to create our own cryptocurrency like Bitcoin Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 15 '25 How to create our own cryptocurrency like Bitcoin # webdev # programming # cryptocurrency # blockchain 2  reactions Comments Add Comment 3 min read Level Up Your Career with Salesforce: Why You Should Try the Trailblazer Quest – Get Started as a Commerce Developer Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 12 '25 Level Up Your Career with Salesforce: Why You Should Try the Trailblazer Quest – Get Started as a Commerce Developer # showdev # cloud # ecommerce # salesforce Comments Add Comment 3 min read Angular Development & AI Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 11 '25 Angular Development & AI # webdev # programming # ai # angular Comments Add Comment 3 min read Chat Smarter, Not Harder: Building an AI Chat Interface in Your Angular App Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 6 '25 Chat Smarter, Not Harder: Building an AI Chat Interface in Your Angular App # webdev # programming # ai # javascript 1  reaction Comments Add Comment 6 min read Building a Custom NLP Model from Scratch: From Idea to Real-World Impact Neweraofcoding Neweraofcoding Neweraofcoding Follow Oct 2 '25 Building a Custom NLP Model from Scratch: From Idea to Real-World Impact # webdev # programming # ai # beginners 3  reactions Comments Add Comment 3 min read AI Features to Add to Your Software Solutions Neweraofcoding Neweraofcoding Neweraofcoding Follow Sep 30 '25 AI Features to Add to Your Software Solutions # webdev # programming # ai # javascript 2  reactions Comments 1  comment 2 min read How Generative AI is Transforming Software Development Neweraofcoding Neweraofcoding Neweraofcoding Follow Sep 27 '25 How Generative AI is Transforming Software Development # webdev # programming # ai # javascript 3  reactions Comments 1  comment 3 min read The Best Way to Automate Complex Tasks and Streamline Workflow Neweraofcoding Neweraofcoding Neweraofcoding Follow Sep 10 '25 The Best Way to Automate Complex Tasks and Streamline Workflow # webdev # programming # ai # automation Comments Add Comment 3 min read What is the Microsoft MVP Award and its benefits? Neweraofcoding Neweraofcoding Neweraofcoding Follow Sep 2 '25 What is the Microsoft MVP Award and its benefits? # career # leadership # microsoft Comments Add Comment 6 min read GitHub Stars program Neweraofcoding Neweraofcoding Neweraofcoding Follow Sep 2 '25 GitHub Stars program # ai # webdev # rag # programming Comments Add Comment 3 min read Enterprise AI feature development with LLMs Neweraofcoding Neweraofcoding Neweraofcoding Follow Jul 8 '25 Enterprise AI feature development with LLMs # ai # webdev # rag # programming 1  reaction Comments Add Comment 2 min read Multi-Step Form in Angular—Basic Implementation Neweraofcoding Neweraofcoding Neweraofcoding Follow Jun 20 '25 Multi-Step Form in Angular—Basic Implementation # webdev # programming # javascript # angular Comments Add Comment 3 min read AI highlights - Practical tools + must-read resources. Neweraofcoding Neweraofcoding Neweraofcoding Follow Apr 20 '25 AI highlights - Practical tools + must-read resources. # socialmedia # community # collaboration Comments Add Comment 3 min read Large Language Models (LLMs) Neweraofcoding Neweraofcoding Neweraofcoding Follow Apr 7 '25 Large Language Models (LLMs) 1  reaction Comments Add Comment 5 min read Dive into integrating AI and data science into your projects! Neweraofcoding Neweraofcoding Neweraofcoding Follow Apr 7 '25 Dive into integrating AI and data science into your projects! 1  reaction Comments Add Comment 4 min read Learn more about bots, agents, data engineering, AI, ML, and automating tasks? Neweraofcoding Neweraofcoding Neweraofcoding Follow Apr 7 '25 Learn more about bots, agents, data engineering, AI, ML, and automating tasks? # ai # machinelearning # agentaichallenge # python Comments Add Comment 4 min read How AI is revolutionizing the way we build for the web. Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 31 '25 How AI is revolutionizing the way we build for the web. # webdev # ai # angular # development Comments Add Comment 3 min read Guide to becoming an Angular GDE Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 30 '25 Guide to becoming an Angular GDE # discuss # angular # webdev # google Comments Add Comment 5 min read AI projects, agents, Web3 , DeFi, Blockchain, GenAI, NFT Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 30 '25 AI projects, agents, Web3 , DeFi, Blockchain, GenAI, NFT Comments Add Comment 2 min read Micro-assessments Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 30 '25 Micro-assessments # learning # career Comments Add Comment 1 min read Sponsors Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 30 '25 Sponsors # webdev Comments Add Comment 1 min read social space Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 30 '25 social space # javascript # beginners Comments Add Comment 1 min read Monthly Meetups Neweraofcoding Neweraofcoding Neweraofcoding Follow Mar 30 '25 Monthly Meetups # programming # webdev Comments Add Comment 1 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/imsurajx
Suraj Kumar - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Suraj Kumar 404 bio not found Joined Joined on  Oct 21, 2025 github website More info about @imsurajx Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Post 2 posts published Comment 0 comments written Tag 0 tags followed I Called Myself a Tech Guy Without Building Anything! Suraj Kumar Suraj Kumar Suraj Kumar Follow Jan 9 I Called Myself a Tech Guy Without Building Anything! # webdev # programming # ai # mixedreality Comments Add Comment 2 min read I Dreamed of Being a Software Engineer at 8 — Still Figuring It Out at 21 Suraj Kumar Suraj Kumar Suraj Kumar Follow Jan 8 I Dreamed of Being a Software Engineer at 8 — Still Figuring It Out at 21 # webdev # programming # ai # javascript Comments Add Comment 2 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://docs.github.com/en/code-security/secret-scanning
Keeping secrets secure with secret scanning - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Security and code quality / Secret scanning Home Security and code quality Getting started GitHub security features Dependabot quickstart Secure repository quickstart Add a security policy GitHub secret types GitHub Code Quality Get started Quickstart Reference Metrics and ratings CodeQL analysis CodeQL queries C# queries Go queries Java queries JavaScript queries Python queries Ruby queries Tutorials Fix findings in PRs Improve your codebase Improve recent merges Responsible use Code quality Secure your organization Introduction Choose security configuration Manage organization security Interpret security data Exposure to leaked secrets Export risk report CSV Risk report CSV contents Secret protection pricing Organize leak remediation Fix alerts at scale Create security campaigns Track security campaigns Secret scanning Introduction Supported patterns Enable features Enable secret scanning Enable push protection Enable validity checks Enable metadata checks Manage alerts View alerts Resolve alerts Monitor alerts Work with secret scanning Push protection for users Push protection on the command line Push protection in the GitHub UI Advanced features Exclude folders and files Non-provider patterns Enable for non-provider patterns Custom patterns Define custom patterns Manage custom patterns Custom pattern metrics Delegated bypass Enable delegated bypass Manage bypass requests Delegated alert dismissal Copilot secret scanning Generic secret detection Enable generic secret detection Generate regular expressions with AI Regular expression generator Troubleshoot Troubleshoot secret scanning Partner program Partner program Code scanning Enable code scanning Configure code scanning Create advanced setup Configure advanced setup Customize advanced setup CodeQL for compiled languages Hardware resources for CodeQL Code scanning in a container Manage alerts Copilot Autofix for code scanning Disable Copilot Autofix Assess alerts Resolve alerts Fix alerts in campaign Triage alerts in pull requests Manage code scanning Code scanning tool status Edit default setup Set merge protection Enable delegated alert dismissal Configure larger runners View code scanning logs Integrate with code scanning Using code scanning with your existing CI system Upload a SARIF file SARIF support Troubleshooting code scanning Code Security must be enabled Alerts in generated code Analysis takes too long Automatic build failed C# compiler failing Cannot enable CodeQL in a private repository Enabling default setup takes too long Extraction errors in the database Fewer lines scanned than expected Logs not detailed enough No source code seen during build Not recognized Out of disk or memory Resource not accessible Results different than expected Server error Some languages not analyzed Two CodeQL workflows Unclear what triggered a workflow Unnecessary step found Kotlin detected in no build Troubleshooting SARIF uploads GitHub Code Security disabled Default setup is enabled GitHub token missing SARIF file invalid Results file too large Results exceed limits Reference CodeQL queries About built-in queries Actions queries C and C++ queries C# queries Go queries Java and Kotlin queries JavaScript and TypeScript queries Python queries Ruby queries Rust queries Swift queries CodeQL CLI Getting started Setting up the CodeQL CLI Preparing code for analysis Analyzing code Uploading results to GitHub Customizing analysis Advanced functionality Advanced setup of the CodeQL CLI Using custom queries with the CodeQL CLI Creating CodeQL query suites Testing custom queries Testing query help files Creating and working with CodeQL packs Publishing and using CodeQL packs Specifying command options in a CodeQL configuration file CodeQL CLI SARIF output CodeQL CLI CSV output Extractor options Exit codes Creating CodeQL CLI database bundles CodeQL CLI manual bqrs decode bqrs diff bqrs hash bqrs info bqrs interpret database add-diagnostic database analyze database bundle database cleanup database create database export-diagnostics database finalize database import database index-files database init database interpret-results database print-baseline database run-queries database trace-command database unbundle database upgrade dataset check dataset cleanup dataset import dataset measure dataset upgrade diagnostic add diagnostic export execute cli-server execute language-server execute queries execute query-server execute query-server2 execute upgrades generate extensible-predicate-metadata generate log-summary generate overlay-changes generate query-help github merge-results github upload-results pack add pack bundle pack ci pack create pack download pack init pack install pack ls pack packlist pack publish pack resolve-dependencies pack upgrade query compile query decompile query format query run resolve database resolve extensions resolve extensions-by-pack resolve extractor resolve files resolve languages resolve library-path resolve metadata resolve ml-models resolve packs resolve qlpacks resolve qlref resolve queries resolve ram resolve tests resolve upgrades test accept test extract test run version CodeQL for VS Code Getting started Extension installation Manage CodeQL databases Run CodeQL queries Explore data flow Queries at scale Advanced functionality CodeQL model editor Custom query creation Manage CodeQL packs Explore code structure Test CodeQL queries Customize settings CodeQL workspace setup CodeQL CLI access Telemetry Troubleshooting CodeQL for VS Code Access logs Problem with controller repository Security advisories Global security advisories Browse Advisory Database Edit Advisory Database Repository security advisories Permission levels Configure for a repository Configure for an organization Create repository advisories Edit repository advisories Evaluate repository security Temporary private forks Publish repository advisories Add collaborators Remove collaborators Delete repository advisories Guidance on reporting and writing Best practices Privately reporting Manage vulnerability reports Supply chain security Understand your supply chain Dependency graph ecosystem support Customize dependency review action Enforce dependency review Troubleshoot dependency graph End-to-end supply chain Overview Securing accounts Securing code Securing builds Dependabot Dependabot ecosystems Dependabot ecosystem support Dependabot alerts View Dependabot alerts Enable delegated alert dismissal Dependabot auto-triage rules Manage auto-dismissed alerts Dependabot version updates Optimize PR creation Customize Dependabot PRs Work with Dependabot Use Dependabot with Actions Multi-ecosystem updates Dependabot options reference Configure ARC Configure VNET Troubleshoot Dependabot Viewing Dependabot logs Dependabot stopped working Troubleshoot Dependabot on Actions Security overview View security insights Assess adoption of features Assess security risk of code Filter security overview Export data View Dependabot metrics View secret scanning metrics View PR alert metrics Review bypass requests Review alert dismissal requests Concepts Secret security Secret scanning Push protection Secret protection tools Secret scanning alerts Delegated bypass Secret scanning for partners Push protection and the GitHub MCP server Push protection from the REST API Code scanning Introduction Code scanning alerts Evaluate code scanning Integration with code scanning CodeQL CodeQL code scanning CodeQL query suites CodeQL CLI CodeQL for VS Code CodeQL workspaces Query reference files GitHub Code Quality Supply chain security Supply chain features Dependency best practices Dependency graph Dependency review Dependabot alerts Dependabot security updates Dependabot version updates Dependabot auto-triage rules Dependabot on Actions Immutable releases Vulnerability reporting GitHub Advisory database Repository security advisories Global security advisories Coordinated disclosure Vulnerability exposure Security at scale Organization security Security overview Security campaigns Audit security alerts How-tos Secure at scale Configure enterprise security Configure specific tools Allow Code Quality Configure organization security Establish complete coverage Apply recommended configuration Create custom configuration Apply custom configuration Configure global settings Manage your coverage Edit custom configuration Filter repositories Detach security configuration Delete custom configuration Configure specific tools Assess your secret risk View risk report Push protection cost savings Protect your secrets Code scanning at scale CodeQL advanced setup at scale Manage usage and access Give access to private registries Manage paid GHAS use Troubleshoot security configurations Active advanced setup Unexpected default setup Find attachment failures Not enough GHAS licenses Secure your supply chain Secure your dependencies Configure Dependabot alerts Configure security updates Configure version updates Auto-update actions Configure dependency graph Explore dependencies Submit dependencies automatically Use dependency submission API Verify release integrity Manage your dependency security Auto-triage Dependabot alerts Prioritize with preset rules Customize Dependabot PRs Control dependency update Configure dependency review action Optimize Java packages Configure Dependabot notifications Configure access to private registries Remove access to public registries Manage Dependabot PRs Manage Dependabot on self-hosted runners List configured dependencies Configure private registries Troubleshoot dependency security Troubleshoot Dependabot errors Troubleshoot vulnerability detection Establish provenance and integrity Prevent release changes Export dependencies as SBOM Maintain quality code Enable Code Quality Interpret results Set PR thresholds Unblock your PR Reference Tutorials Secure your organization Prevent data leaks Fix alerts at scale Prioritize alerts in production code Interpret secret risk assessment Remediate leaked secrets Evaluate alerts Remediate a leaked secret Trial GitHub Advanced Security Plan GHAS trial Trial Advanced Security Enable security features in trial Trial Secret Protection Trial Code Security Manage security alerts Prioritize Dependabot alerts using metrics Best practices for campaigns Responsible use Security and code quality / Secret scanning Keeping secrets secure with secret scanning Let GitHub do the hard work of ensuring that tokens, private keys, and other code secrets are not exposed in your repository. Who can use this feature? Secret scanning is available for the following repository types: Public repositories on GitHub.com Organization-owned repositories on GitHub Team with GitHub Secret Protection enabled Introduction to secret scanning Supported secret scanning patterns Enabling secret scanning features Enabling secret scanning for your repository Enabling push protection for your repository Enabling validity checks for your repository Enabling extended metadata checks for your repository Managing alerts from secret scanning Viewing and filtering alerts from secret scanning Resolving alerts from secret scanning Monitoring alerts from secret scanning Working with secret scanning and push protection Push protection for users Working with push protection from the command line Working with push protection in the GitHub UI Using advanced secret scanning and push protection features Excluding folders and files from secret scanning Non-provider patterns Custom patterns Delegated bypass for push protection Enabling delegated alert dismissal for secret scanning Enhance your secret detection capabilities with Copilot secret scanning Responsible detection of generic secrets with Copilot secret scanning Enabling Copilot secret scanning's generic secret detection Responsible generation of regular expressions with Copilot secret scanning Generating regular expressions for custom patterns with Copilot secret scanning Troubleshooting secret scanning and push protection Troubleshooting secret scanning Secret scanning partnership program Secret scanning partner program Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://dev.to/jbvk
Jens Båvenmark - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Forem Close Follow User actions Jens Båvenmark CloudOps Engineer focusing on AWS. AWS Builder. Location Stockholm, Sweden Joined Joined on  Mar 18, 2025 Personal website https://medium.com/@jens.bavenmark github website Education Nackademin Work CloudOps Engineer More info about @jbvk Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Organizations AWS Community Builders Skills/Languages AWS,Python,Terraform Currently learning AWS Professional Certificates Post 7 posts published Comment 0 comments written Tag 1 tag followed New pricing model for CloudFront Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow for AWS Community Builders Nov 18 '25 New pricing model for CloudFront # aws # cloudfront 1  reaction Comments Add Comment 5 min read AWS Capabilities by Region Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow for AWS Community Builders Nov 6 '25 AWS Capabilities by Region # aws 5  reactions Comments Add Comment 2 min read Create AWS Diagrams with Kiro Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow for AWS Community Builders Jul 28 '25 Create AWS Diagrams with Kiro # aws # ai # kiro # mcp 3  reactions Comments Add Comment 6 min read Create AWS Diagrams with Python and Q in the CLI Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow for AWS Community Builders Jul 24 '25 Create AWS Diagrams with Python and Q in the CLI # aws # ai # diagrams 5  reactions Comments 1  comment 6 min read LinkedIn for New Technicians Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow Jul 21 '25 LinkedIn for New Technicians # career Comments Add Comment 8 min read AWS Alert Validation - Lambda Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow for AWS Community Builders May 19 '25 AWS Alert Validation - Lambda # aws # cloudwatch # lambda # monitoring 1  reaction Comments Add Comment 5 min read AWS Alert Validation - EC2 Jens Båvenmark Jens Båvenmark Jens Båvenmark Follow for AWS Community Builders May 8 '25 AWS Alert Validation - EC2 # aws # cloudwatch # ec2 # alarm 3  reactions Comments Add Comment 5 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Forem — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Forem © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://docs.github.com/en/migrations
Migrations documentation - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Migrations Home Migrations Overview GitHub's migration tooling Plan your migration Migration paths Locked repositories Programmatic repository imports Migrate from Azure DevOps About migrations Overview of a migration Manage access Migrate repositories Import source code GitHub Importer About GitHub Importer Import a repository Command line About source code imports Local code External Git repo Subversion Mercurial Team Foundation Version Control GitHub Enterprise Importer Understand GitHub Enterprise Importer About GitHub Enterprise Importer Migrate from Bitbucket Server About migrations Overview of a migration Manage access Migrate repositories Migrate between GitHub products About migrations Overview of a migration Manage access Migrate from Enterprise Server Migrate repositories from GitHub.com Migrate organizations from GitHub.com Complete migration Access migration logs Reclaim mannequins Troubleshoot migrations ghe-migrator About ghe-migrator Export from GHES Export from GitHub.com Migrate data Migrations documentation If you're moving to GitHub from another code hosting platform or moving between GitHub products, learn how to use our migration tooling to bring your work with you. Overview Plan your migration Start here About GitHub Importer If your source code is stored on another Git-based hosting service, you can move the code to GitHub.com using GitHub Importer. About GitHub Enterprise Importer With GitHub Enterprise Importer, you can migrate your enterprise to GitHub Enterprise Cloud from various sources. Automating migration with GitHub Actions Importer Use GitHub Actions Importer to plan and automate your migration to GitHub Actions. Popular Importing a repository with GitHub Importer If you have a project hosted on another Git-based hosting service, you can quickly import it to GitHub using the GitHub Importer tool. Adding locally hosted code to GitHub If your code is stored locally on your computer and is tracked by Git or not tracked by any version control system (VCS), you can import the code to GitHub using GitHub CLI or Git commands. Migrating repositories from GitHub Enterprise Server to GitHub Enterprise Cloud You can migrate repositories from GitHub Enterprise Server to GitHub Enterprise Cloud, using the GitHub CLI or API. Guides Reclaiming mannequins for GitHub Enterprise Importer After your migration, you can assign the history of a placeholder identity, or mannequin, to a member of your organization. @GitHub Troubleshooting your migration with GitHub Enterprise Importer If your migration fails or produces unexpected results, you can try common troubleshooting steps. @GitHub All Migrations docs Overview About GitHub's migration tooling Planning your migration to GitHub Migration paths to GitHub About locked repositories Programmatically importing repositories Migrating from Azure DevOps to GitHub Enterprise Cloud About migrations from Azure DevOps to GitHub Enterprise Cloud Overview of a migration from Azure DevOps to GitHub Enterprise Cloud Managing access for a migration from Azure DevOps Migrating repositories from Azure DevOps to GitHub Enterprise Cloud Importing source code Using GitHub Importer  • 2 articles Using the command line to import source code  • 6 articles Using GitHub Enterprise Importer Understanding GitHub Enterprise Importer  • 1 articles Migrating from Bitbucket Server to GitHub Enterprise Cloud  • 4 articles Migrating between GitHub products  • 6 articles Completing your migration with GitHub Enterprise Importer  • 3 articles Using ghe-migrator About ghe-migrator Exporting migration data from GitHub Enterprise Server Exporting migration data from GitHub.com Migrating data to GitHub Enterprise Server Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://dev.to/awsbites/118-the-landing-zone-managing-multiple-aws-accounts
118. The landing zone: Managing multiple AWS accounts - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close AWS Bites Follow 118. The landing zone: Managing multiple AWS accounts Mar 15 '24 play In this episode, we provide an introductory overview of AWS's best practices for managing infrastructure using multiple accounts under an organization. We discuss the advantages of this approach and how to get started creating your own multi-account environment, or "landing zone". 💰 SPONSORS 💰 AWS Bites is brought to you by fourTheorem, an AWS Partner that does CLOUD stuff well, including helping you set up your AWS organisation! If that’s something you are looking for, go to fourtheorem.com to read more about us and to get in touch! In this episode, we mentioned the following resources: AWS Definition of Landing Zone: https://docs.aws.amazon.com/prescriptive-guidance/latest/strategy-migration/aws-landing-zone.html Series of articles "Managing AWS accounts like a PRO": https://fourtheorem.com/managing-aws-accounts-part-1/ AWS Organizations service: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html IAM Identity Center service: https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html Control Tower: https://docs.aws.amazon.com/controltower/latest/userguide/what-is-control-tower.html org-formation: https://github.com/org-formation/org-formation-cli Our previous episode "AWS Governance and landing zone with Control Tower, OrgFormation and Terraform": https://awsbites.com/96-aws-governance-and-landing-zone-with-control-tower-org-formation-and-terraform granted.dev: https://granted.dev AWS SSO util: https://github.com/benkehoe/aws-sso-util Leapp: https://www.leapp.cloud/ Cloud Glance: https://cloudglance.dev/ Do you have any AWS questions you would like us to address? Leave a comment here or connect with us on X, formerly Twitter: - ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://twitter.com/eoins⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ - ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://twitter.com/loige⁠⁠ Episode source Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Your browser does not support the audio element. 1x initializing... × 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/events-and-users
Tracking Users & Recording Events Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Tracking Users & Recording Events Tracking Users & Recording Events Identifying Users & Tracking Events With session replay, it can be useful to identify the actual users and track actions that they perform. By default, your users in highlight.io remain anonymous, but we offer the option to identify and track actions with our javascript SDK. Read more in our SDK Configuration guide. Definition of a Session A highlight session starts when you H.init in your web application (or call H.start if you are manually delaying the recording start). Once a session starts, we will continue recording in the same session for up to 4 hours. Each browser tab / instance will start a distinct session, so if your web app is opened in 2 tabs at once, we will record 2 sessions. However, once a session starts, it can be resumed. If your web app is opened in a single tab, closed, and then reopened within 15 minutes of closing, we will resume the existing highlight session. If more than 15 minutes have passed, we will start a new session. Active time is the time when a user is interacting with your page with no more than a 10-second gap in activity. For example, if a user is moving their mouse / typing / clicking for 30 seconds with no gaps of longer than 10 seconds, that would count as 30 seconds of active time. Dev-tool Window Recording Filtering Sessions Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://twitter.com/_johnnydallas_
JavaScript is not available. We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help Center. Help Center Terms of Service Privacy Policy Cookie Policy Imprint Ads info © 2026 X Corp. Something went wrong, but don’t fret — let’s give it another shot. Try again Some privacy related extensions may cause issues on x.com. Please disable them and try again.
2026-01-13T08:48:14
https://dev.to/page/runnerh-challenge-2025-06-05-contest-rules
Runner H “AI Agent Prompting” Challenge Contest Rules - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Runner H “AI Agent Prompting” Challenge Contest Rules Contest Announcement Runner H “AI Agent Prompting” Challenge Sponsored by Dev Community Inc.(" Sponsor ") NO ENTRY FEE. NO PURCHASE NECESSARY TO ENTER OR WIN. VOID WHERE PROHIBITED. We urge you to carefully read the terms and conditions of this Contest Landing Page located here and the DEV Community Inc. General Contest Official Rules located here ("Official Rules"), incorporated herein by reference. The following contest specific details on this Contest Announcement Page, together with the Official Rules , govern your participation in the named contest defined below (the "Contest"). Sponsor does not claim ownership rights in your Entry. The Official Rules describe the rights you give to Sponsor by submitting an Entry to participate in the named Contest. In the event of a conflict between the terms of this Contest Announcement Page and the Official Rules, the Official Rules will govern and control. Contest Name : Runner H “AI Agent Prompting” Challenge Entry Period : The Contest begins on June 5, 2025 at 9:00 AM PDT and ends on July 6, 2025 at 11:59 PM PDT (the " Entry Period ") How to Enter : All entries must be submitted no later than the end of the Entry Period. You may enter the Contest during the Entry Period as follows: Visit the Contest webpage part of the DEV Community Site located here (the " Contest Page "); and Follow any instructions on the Contest Page and submit your completed entry (each an " Entry "). There is no limit on the number of Entries you may submit during the Entry Period. Required Elements for Entries : Without limiting any terms of the Official Rules, each Entry must include, at a minimum, the following elements: A published submission post on DEV that provides an overview of the project using the submission template provided on the Contest Page. Judging Criteria : All qualified entries will be judged by a panel as selected by Sponsor as set forth in the Official Rules. Judges will award ten winners to the overall prompt based on the following criteria: Utilization of Runner H: Clarity of Technical Documentation Use Case (Creativity and Innovation) Judges will award ten additional prize category winners based on the following criteria: Utilization of Runner H: Clarity of Technical Documentation Use Case (Creativity and Innovation) DEV engagement, social engagement, as well as community volunteer judge popularity. In the event of a tie in scoring between judges, the judges will select the entry that received the highest number of positive reactions on their DEV post to determine the winner. Prize(s) : The prizes to be awarded from the Contest are as follows: All 20 winners will receive: $500 USD Exclusive DEV Badge DEV++ Membership Participant Winner (who submits a valid and qualified entry) will receive: A completion badge on their DEV profile 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/page/new-year-new-you-google-ai-2025-12-31-contest-rules
New Year, New You Portfolio Challenge Presented by Google AI Contest Rules - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close New Year, New You Portfolio Challenge Presented by Google AI Contest Rules Contest Announcement New Year, New You Portfolio Challenge Presented by Google AI Sponsored by Dev Community Inc.(" Sponsor ") NO ENTRY FEE. NO PURCHASE NECESSARY TO ENTER OR WIN. VOID WHERE PROHIBITED. We urge you to carefully read the terms and conditions of this Contest Landing Page located here and the DEV Community Inc. General Contest Official Rules located here ("Official Rules"), incorporated herein by reference. The following contest specific details on this Contest Announcement Page, together with the Official Rules , govern your participation in the named contest defined below (the "Contest"). Sponsor does not claim ownership rights in your Entry. The Official Rules describe the rights you give to Sponsor by submitting an Entry to participate in the named Contest. In the event of a conflict between the terms of this Contest Announcement Page and the Official Rules, the Official Rules will govern and control. Contest Name : New Year, New You Portfolio Challenge Presented by Google AI Entry Period : The Contest begins on December 31, 2024 at 9:00 AM PST and ends on February 1, 2026 at 11:59 PM PST (the " Entry Period ") How to Enter : All entries must be submitted no later than the end of the Entry Period. You may enter the Contest during the Entry Period as follows: Visit the Contest webpage part of the DEV Community Site located here (the " Contest Page "); and Follow any instructions on the Contest Page and submit your completed entry (each an " Entry "). There is no limit on the number of Entries you may submit during the Entry Period. Required Elements for Entries : Without limiting any terms of the Official Rules, each Entry must include, at a minimum, the following elements: A published submission post on DEV that provides an overview of the portfolio using the submission template provided on the Contest Page. A live, functional portfolio deployed to Google Cloud Run and embedded in the submission post using the Cloud Run embed feature with the dev label. Judging Criteria : All qualified entries will be judged by a panel as selected by Sponsor as set forth in the Official Rules. Judges will award winners based on the following criteria: Innovation and Creativity Technical Implementation User Experience In the event of a tie in scoring between judges, the judges will select the entry that received the highest number of positive reactions on their DEV post to determine the winner. Prize(s) : The prizes to be awarded from the Contest are as follows: Winners (3) will each receive: $1,000 USD Gift Card or Equivalent Exclusive DEV Badge A completion badge on their DEV profile Runner-Ups (5) will receive: Personalized feedback on their portfolio from the Google AI team Exclusive DEV Badge A runner-up badge on their DEV profile All Participants (who submit a valid and qualified entry) will receive: A completion badge on their DEV profile Additional Eligibility Restrictions : This specific challenge includes the following restrictions in addition to those outlined in the Official Rules: Territories and regions excluded: Afghanistan, Belarus, Central African Republic, Cuba, Equatorial Guinea, Iran, Iraq, Kosovo, Libya, Myanmar (Burma), North Korea, Russia, South Sudan, Sudan, Syria, Tanzania, Venezuela, Yemen, Crimea, the so-called Donetsk People's Republic (DNR), the so-called Luhansk People's Republic (LNR). Additional participant exclusions for this challenge: Government institution employees, Google employees 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://coderabbit.ai/
AI Code Reviews | CodeRabbit | Try for Free Features Enterprise Customers Pricing Blog Resources Docs Trust Center Contact Us FAQ Log In Get a free trial Cut code review time & bugs in half Instantly. Reviews for AI-powered teams who move fast (but don’t break things) Try it for free 2-click install | Also Available in CLI & IDE The leader in AI code reviews 2M Repositories 13M Pull Requests Most installed AI App Why teams prefer CodeRabbit Why teams prefer CodeRabbit Trusted by  10 , 000+  customers Meet our customers Code reviews were hard before. Now, they feel impossible. Your team moves fast with AI. But fast shouldn’t mean sloppy. We make sure every line still earns its merge. Faster reviews + better code. We do the heavy lifting & spot the hard to find issues. You do the final 10%. See a sample review //1-click & AI fixes Catch fast. Fix fast. 1-click commits for easy fixes and a “Fix with AI” button for harder ones.  //Summaries & visual diagrams TL;DR for your diff. Quick context with a summary of changes, a walkthrough & an architectural diagram. //Agentic reviews Find the bugs. Skip the noise. We find bugs humans miss – & flag the time consuming and tedious. Without the noise.   //Chat Chat with the CodeRabbit bot directly. Give feedback on reviews to create Learnings. Or create issues, trigger docstrings & more. //Your code, your way Most customizable tool. Customize everything from your coding guidelines to your workflow in a yaml file.   //Automated reports The reports you need. Automate the creation of your daily standup reports, sprint reviews, and more. CR_Flexibility The only tool that reviews everywhere you work. Review at the PR stage or directly in your IDE & CLI GIT IDE CLI CR_Quality Industry-leading context. Codebase-awareness is tablestakes. We pull in dozens more points of context than other tools. See a sample review 1. Codebase intelligence Codegraph and custom guidelines help us understand complex dependencies across files to uncover the impact of changes. 2. External context We bring the right context via MCP servers, Linked Issues (Jira & Linear) & Web Query (to fetch the latest info on the web). 3. Linters & Scanners 40+ linters and security scanners catch more bugs – while we filter out the noise from false positives. CR_Intelligence Code reviews that learn from you. Set the baseline with your rules and style guides, then train the agent with feedback via replies. Reviews improve continuously. CodeRabbit learnings Give our AI agent feedback in natural language and it takes that into account in future reviews.  Path & AST-based instructions Easily configurable instructions that let you quickly share how you want your code reviewed. Coding agent guidelines Pass your coding instructions from your AI coding tool to CodeRabbit in one click. CR_Finish Ship faster with pre-merge checks & finishing touches. Save hours of work and make sure your code’s ready to ship. Custom checks Create your own pre-merge code quality checks in natural language. Unit test generation Check test coverage and immediately generate any missing tests. Docstring generation Create docstrings to make it easier to understand the file in the future. CR_Security We take security seriously. Architected for security We protect your code and privacy with an architecture designed to ensure your code is private.  SSL encrypted data End-to-end encryption protects your code during reviews with zero data retention post-review. SOC 2 Type II certified Enterprise-grade security validated annually through independent SOC2 Type II audits. Get started in 2 clicks. No credit card needed Your browser does not support the video. Start reviewing See pricing Your browser does not support the video. Why teams prefer CodeRabbit I love how deeply it analyzes code… it spots potential errors more often than other tools. Gabriel Almeida Technical Founder @ Langflow CodeRabbit routinely catches off-by-ones, edge cases, and even spec/security slips before they hit production. Brandon Romano Senior Staff Software Engineer @ Clerk It enforced a more precise UUID check and saved us from a production issue. Kyrylo Buha Member of Technical Staff @ Writer Writing code faster was never the issue; the bottleneck was always code review. I feel like CodeRabbit is solving that one problem and that was attractive. Why not solve that problem before we use a coding agent? Kiran Kanagasekar Senior Engineering Manager @ TaskRabbit CodeRabbit provides instant and accurate feedback on pull requests often catching real issues. Auto-generated summaries and walkthroughs are very helpful for human code reviewers. Our team loves having contextual conversations with AI right within GitHub's comment threads, turning each pull request into a collaborative AI chat. It is the most innovative application of AI in coding since Copilot! Code reviews will never be the same, thanks to CodeRabbit! Tanveer Gill CTO and Co-Founder, FluxNinja With CodeRabbit,, everybody was like, give me this. This is fantastic. It speeds up code reviews. We went from a small test to full adoption very quickly. Michael Archibald CTO @ SalesRabbit I love how deeply it analyzes code… it spots potential errors more often than other tools. Gabriel Almeida Technical Founder @ Langflow CodeRabbit routinely catches off-by-ones, edge cases, and even spec/security slips before they hit production. Brandon Romano Senior Staff Software Engineer @ Clerk It enforced a more precise UUID check and saved us from a production issue. Kyrylo Buha Member of Technical Staff @ Writer Writing code faster was never the issue; the bottleneck was always code review. I feel like CodeRabbit is solving that one problem and that was attractive. Why not solve that problem before we use a coding agent? Kiran Kanagasekar Senior Engineering Manager @ TaskRabbit CodeRabbit provides instant and accurate feedback on pull requests often catching real issues. Auto-generated summaries and walkthroughs are very helpful for human code reviewers. Our team loves having contextual conversations with AI right within GitHub's comment threads, turning each pull request into a collaborative AI chat. It is the most innovative application of AI in coding since Copilot! Code reviews will never be the same, thanks to CodeRabbit! Tanveer Gill CTO and Co-Founder, FluxNinja With CodeRabbit,, everybody was like, give me this. This is fantastic. It speeds up code reviews. We went from a small test to full adoption very quickly. Michael Archibald CTO @ SalesRabbit Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy Select language English 日本語 Terms of Service Privacy Policy CodeRabbit Inc © 2026 Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy
2026-01-13T08:48:14
https://platform.uno/blog/unoconf-2020-virtual-free-aug-12-2020-save-the-date/
UnoConf 2020 (Virtual & Free) – Aug 12, 2020 – Save the date Skip to content Platform.uno Logo Studio Platform Community GitHub Discord Blog Docs Resources Workshop – Simple Calc Workshop – Tube player Code Samples Case Studies Uno Gallery Uno Playground Support Contact Us Pricing Book a Demo Get Started Sign in Studio Platform Community GitHub Discord Blog Docs Resources Workshop – Simple Calc Workshop – Tube player Code Samples Case Studies Uno Gallery Uno Playground Support Contact Us Pricing Book a Demo Get Started Sign in UnoConf 2020 (Virtual & Free) – Aug 12, 2020 – Save the date Uno Platform Team June 17, 2020 2 min read Much like the rest of the industry, we’ve moved our annual conference to your favorite device – desktop or mobile! UnoConf will be a half-day, single-track free online conference on WinUI and Uno Platform powered cross-platform application development for Desktop, Web and Mobile. Save your August 12, 2020 starting at noon EDT! REGISTER NOW We will bring you the speakers from the Uno Platform core team and community as well as Microsoft to share their vision on WinUI, Uno Platform, and offer useful how-to’s on developing cross-platform applications. We will announce the agenda as speakers and sessions get confirmed- stay tuned to www.UnoConf.com Format wise, you can expect many shorter sessions, we clearly learned from Microsoft Build. However, we will also add a fun networking session at the end. This is one aspect which is really missing from the offline conferences and we will try to overcome it with a virtual networking session. We are excited to put this event on and we hope you’ll join us! Register now and add the event to your calendar so you don’t miss it! REGISTER NOW And for the old times sake, here is a short video recap of last year’s UnoConf. We can’t wait to host you again in Montreal in August 2021 when the pandemic – fingers crossed – is over.   Search Search ON THIS PAGE Subscribe to Our Blog Where Uno Devs Get Their News Get the latest release news, tutorials, blogs, Uno Tech Bites, and more—straight to your inbox. No spam—just practical, developer-focused content delivered occasionally. X Subscribe via RSS Back to Top TAGS Events UnoConf Related Posts News Announcing Uno Platform Holiday App Challenge Winner January 6, 2026 1 min News The Year We Shipped AI, Secured Funding, and Partnered with Microsoft December 23, 2025 6 min News Announcing DEV Uno Platform Challenge Winners December 19, 2025 8 min 360 rue Saint-Jacques, suite G101, Montréal, Québec, Canada H2Y 1P5 USA/CANADA toll free: +1-877-237-0471 International: +1-514-312-6958 Tools Visual Studio VS Code Rider Reactive MAUI Embedding C# Markup Extensions Themes Toolkit Figma Platform Windows 10/11 iOS & Android WebAssembly Linux macOS Windows 7 Migration WPF Silverlight Xamarin Forms Resources Docs Blog Uno Gallery Uno Samples Case Studies Newsletter Support About Us Contact Us Support Pricing Careers Terms of Use Privacy Policy Privacy Policy Terms of Use © 2026 All rights reserved Github Discord Twitter Reddit-alien Youtube Linkedin We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies. Cookie settings Accept Manage consent Close Privacy Overview This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience. Necessary Necessary Always Enabled Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information. Non-necessary Non-necessary Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website. SAVE & ACCEPT Uno Platform 5.2 LIVE Webinar – Today at 3 PM EST – Watch
2026-01-13T08:48:14
https://dev.to/zio-mitch
Michele Carino - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Michele Carino 318 Temporarily a Teapot The server is temporarily unable to brew coffee because it is, for the moment, a teapot. The condition is expected to be resolved after a short period of time. Location Salsomaggiore Terme, Parma, Italy Joined Joined on  Dec 8, 2025 Email address michelecarino84@gmail.com github website Education Liceo Scientifico Statale G. Vailati, Genzano di Roma + a bit of University @Roma II Torvergata Pronouns Software/Enthusiast Work Software architect in a enterprise that develops business management software. More info about @zio-mitch Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Skills/Languages Php, docker, linux, mysql. Currently hacking on Making software: open, useful, collaborative. The tool? Able to pick up and use the best I need when I need it. Available for Available for activities with high human value, tech is just the crust... Unless you want to sell me something I would not need, any reason is valid to contact me.. Post 6 posts published Comment 0 comments written Tag 12 tags followed Human dignity bug: chronicles of an inherited delusion Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Human dignity bug: chronicles of an inherited delusion # discuss # career # mentalhealth Comments Add Comment 2 min read Il Bug della Dignità: Cronaca di un’illusione ereditaria Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Il Bug della Dignità: Cronaca di un’illusione ereditaria # discuss # career # mentalhealth Comments Add Comment 2 min read (•‿•) this post is not written with AI Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 (•‿•) this post is not written with AI # withoutai # notai # ainot # nonai Comments Add Comment 1 min read (•‿•) questo post non è scritto con l'AI Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 (•‿•) questo post non è scritto con l'AI # watercooler # ai # writing Comments Add Comment 1 min read A volte devi prendere meno sul serio quello che ti terrorizza e affrontare seriamente quello che ti diverte... Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 A volte devi prendere meno sul serio quello che ti terrorizza e affrontare seriamente quello che ti diverte... # gamedev # growth # developers # joy Comments Add Comment 3 min read Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... # programming # career # development # italian Comments Add Comment 4 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/new?prefill=---%0Atitle%3A%20%0Apublished%3A%20%0Atags%3A%20devchallenge%2C%20runnerhchallenge%2C%20ai%2C%20machinelearning%0A---%0A%0A*This%20is%20a%20submission%20for%20the%20%5BRunner%20H%20%22AI%20Agent%20Prompting%22%20Challenge%5D(https%3A%2F%2Fdev.to%2Fchallenges%2Frunnerh)*%0A%0A%23%23%20What%20I%20Built%0A%3C!--%20Share%20an%20overview%20of%20your%20Runner%20H%20workflow%20or%20automation.%20What%20problem%20does%20it%20solve%3F%20--%3E%0A%0A%23%23%20Demo%0A%3C!--%20Please%20embed%20a%20video%20recording%20of%20your%20workflow%20in%20action.%20If%20you%20can%27t%20provide%20a%20video%2C%20screenshots%20are%20acceptable.%20--%3E%0A%0A%23%23%20How%20I%20Used%20Runner%20H%0A%3C!--%20Explain%20how%20you%20leveraged%20Runner%20H%27s%20capabilities%20and%20provide%20clear%20instructions%20for%20others%20to%20replicate%20your%20workflow.%20--%3E%0A%0A%23%23%20Use%20Case%20%26%20Impact%0A%3C!--%20Describe%20the%20real-world%20applications%20of%20your%20solution.%20Who%20would%20benefit%20from%20this%3F%20How%20does%20it%20improve%20existing%20processes%3F%20--%3E%0A%0A%23%23%23%20Social%20Love%20%0A%3C!--%20If%20you%27d%20like%20to%20be%20considered%20for%20the%20Community%20Champion%20prize%20category%2C%20share%20your%20submission%20on%20social%20media%20and%20update%20this%20post%20or%20the%20comments%20sections%20of%20this%20post%20with%20social%20embed%20links%20after%20you%20share!%20--%3E%0A%0A%3C!--%20Team%20Submissions%3A%20Please%20pick%20one%20member%20to%20publish%20the%20submission%20and%20credit%20teammates%20by%20listing%20their%20DEV%20usernames%20directly%20in%20the%20body%20of%20the%20post.%20--%3E%0A%0A%3C!--%20Don%27t%20forget%20to%20add%20a%20cover%20image%20(if%20you%20want).%20--%3E%0A%0A%3C!--%20Remember%20to%20share%20your%20project%20on%20social%20media!%20--%3E%0A%0A%3C!--%20Thanks%20for%20participating!%20--%3E
New Post - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Join the DEV Community DEV Community is a community of 3,676,891 amazing developers Continue with Apple Continue with Facebook Continue with Forem Continue with GitHub Continue with Google Continue with Twitter (X) OR Email Password Remember me Forgot password? By signing in, you are agreeing to our privacy policy , terms of use and code of conduct . New to DEV Community? Create account . 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/narnaiezzsshaa/eioc-a-detection-framework-for-human-layer-security-2ne9
EIOC: A Detection Framework for Human‑Layer Security - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Narnaiezzsshaa Truong Posted on Jan 11 EIOC: A Detection Framework for Human‑Layer Security # cybersecurity # career # management # mentalhealth EIOC Series (2 Part Series) 1 Kill Chain Analysis for a Toxic Meeting 2 EIOC: A Detection Framework for Human‑Layer Security Part 2 of the EIOC Series Last week, we walked through a meeting that felt wrong in a way you couldn’t quite name—a subtle, structured erosion of clarity and boundaries that mapped cleanly onto a cybersecurity kill chain. This week, we formalize the model behind that experience. If Part 1 showed you the pattern, Part 2 gives you the detection system . Why We Need a Detection Framework Emotional compromise is real, but it’s rarely recognized as such. People walk out of destabilizing interactions thinking: “Why did I freeze?” “Why did I agree to that?” “Why can’t I think straight?” But if you mapped the same signals onto a network, you’d call it what it is: A correlated compromise event. EIOC— Emotional Indicators of Compromise —gives you the vocabulary and structure to detect these events with the same clarity you’d apply to a technical system. The Five Categories of EIOCs EIOCs are grouped into five categories. You saw all of them in the meeting from Part 1. 1. Cognitive Drift Indicators Fog, confusion, over‑explaining, loss of narrative coherence. 2. Boundary Integrity Indicators Pressured agreement, inability to exit, emotional numbness during violations. 3. Autonomic Stress Indicators Tight chest, shallow breathing, sudden exhaustion. 4. Relational Distortion Indicators Guilt spikes, hypervigilance, emotional shrinking. 5. Identity Disruption Indicators Feeling “unlike yourself,” dissociation, emotional flattening. One category firing is normal. Two is concerning. Three or more is a pattern. That’s where Detection Logic 2.0 comes in. Detection Logic 2.0: The Human‑Layer SIEM In cybersecurity, SIEM systems correlate multiple weak signals into a meaningful alert. EIOC uses the same logic. This is the heart of the framework. Single‑Category Activation: Noise Layer One EIOC category firing is normal fluctuation . Interpretation: Monitor, but don’t escalate. Dual‑Category Activation: Elevated Risk Layer Two categories firing means something is clustering. Interpretation: Heightened vigilance. This may be the early stage of compromise. Triple‑Category Activation: Correlated Compromise Event Three categories firing in proximity is a High‑Severity Emotional Compromise . Interpretation: Initiate containment. A breach is underway. Four‑to‑Five Category Activation: Critical Compromise Four or more categories firing is a Critical Emotional Compromise . Interpretation: Immediate intervention required. The Severity Matrix EIOC Categories Severity Meaning 1 Low Noise / normal fluctuation 2 Medium Elevated risk / monitor 3 High Emotional compromise likely 4–5 Critical Active boundary breach Correlation Rules Detection Logic 2.0 introduces explicit correlation rules—the emotional equivalent of SIEM logic. Rule 1—High Severity Three or more categories → High Severity (SEV‑2). Rule 2—Critical Severity Four or more categories → Critical (SEV‑1). Rule 3—Persistence Repeated activation of the same category → Kill Chain Stage 4 (Persistence). Rule 4—Time Windowing Interpret clusters based on temporal proximity: Minutes–hours: acute compromise Days: relational pattern Weeks: systemic issue Applying Detection Logic 2.0 to the Scenario from Part 1 During the high‑pressure meeting, you experienced: Cognitive Drift Boundary Integrity breach Relational Distortion → Three categories activated → High‑Severity Emotional Compromise If you also felt: Autonomic Stress → Four categories activated → Critical Compromise This is not “being sensitive.” This is a correlated emotional breach . Why This Framework Matters EIOC reframes emotional overwhelm as: detectable structured non‑pathologizing operational actionable It turns “I feel awful and I don’t know why” into: “A multi‑category EIOC event occurred. Severity: High. Containment required.” That shift alone restores agency. Coming Next Week—Part 3 EIOC Guard™ Runbook: SOC‑Style Emotional Incident Response If Part 1 showed you the pattern and Part 2 gave you the detection system, Part 3 gives you the playbook . You’ll get: trigger conditions severity classification containment procedures eradication procedures recovery steps post‑incident review long‑term hardening Everything you’d expect from a SOC runbook—but for the human layer. EIOC Series (2 Part Series) 1 Kill Chain Analysis for a Toxic Meeting 2 EIOC: A Detection Framework for Human‑Layer Security Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Narnaiezzsshaa Truong Follow Security tools for bootstrapped startups Location Texas, United States Joined Oct 24, 2025 More from Narnaiezzsshaa Truong The Creator's Paradox in the AI Era: How to Stay Generative When Everything Gets Scraped # ai # discuss # productivity # career OSI Layer 7—The Orchestrator's Stage: Application Integrity as Intention, Agency, and Human-Layer Logic # cybersecurity # osi # applicationsecurity # aiml Kill Chain Analysis for a Toxic Meeting # career # management # mentalhealth # cybersecurity 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/page/postmark-challenge-v25-05-21-contest-rules
Postmark Challenge: Inbox Innovators Contest Rules - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Postmark Challenge: Inbox Innovators Contest Rules Contest Announcement Postmark Challenge: Inbox Innovators Sponsored by Dev Community Inc.(" Sponsor ") NO ENTRY FEE. NO PURCHASE NECESSARY TO ENTER OR WIN. VOID WHERE PROHIBITED. We urge you to carefully read the terms and conditions of this Contest Landing Page located here and the DEV Community Inc. General Contest Official Rules located here ("Official Rules"), incorporated herein by reference. The following contest specific details on this Contest Announcement Page, together with the Official Rules , govern your participation in the named contest defined below (the "Contest"). Sponsor does not claim ownership rights in your Entry. The Official Rules describe the rights you give to Sponsor by submitting an Entry to participate in the named Contest. In the event of a conflict between the terms of this Contest Announcement Page and the Official Rules, the Official Rules will govern and control. Contest Name : Postmark Challenge: Inbox Innovators Entry Period : The Contest begins on May 21, 2025 at 9:00 AM PDT and ends on June 8, 2025 at 11:59 PM PDT (the " Entry Period ") How to Enter : All entries must be submitted no later than the end of the Entry Period. You may enter the Contest during the Entry Period as follows: Visit the Contest webpage part of the DEV Community Site located here (the " Contest Page "); and Follow any instructions on the Contest Page and submit your completed entry (each an " Entry "). There is no limit on the number of Entries you may submit during the Entry Period. Required Elements for Entries : Without limiting any terms of the Official Rules, each Entry must include, at a minimum, the following elements: A published submission post on DEV that provides an overview of the app using the submission template provided on the Contest Page. All submissions must use Postmark's inbound email parsing feature. Judging Criteria : All qualified entries will be judged by a panel as selected by Sponsor as set forth in the Official Rules. Judges will award three winners to the prompt based on the following criteria: Utilization of Postmark features Use Case (creativity, originality, impact) Accessibility Writing Quality (originality, clarity) In the event of a tie in scoring between judges, the judges will select the entry that received the highest number of positive reactions on their DEV post to determine the winner. In the event that a participant may win two or more prompts, and the submissions are a tie, we will favor the participant that has not already won a prompt. Prize(s) : The prizes to be awarded from the Contest are as follows: Prompt Winners (3) will receive: $1,000 USD Gift Card or Equivalent Exclusive DEV Badge DEV++ Membership Participant Winner (who submits a valid and qualified entry) will receive: A completion badge on their DEV profile 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/zio-mitch/il-bug-della-dignita-cronaca-di-unillusione-ereditaria-54fd
Il Bug della Dignità: Cronaca di un’illusione ereditaria - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Michele Carino Posted on Dec 30, 2025 Il Bug della Dignità: Cronaca di un’illusione ereditaria # discuss # career # mentalhealth Una riflessione sulla cultura, la perdita e la promessa infranta della meritocrazia. Sono un informatico con vent’anni di esperienza, un uomo cresciuto in una casa dove i libri erano così tanti da fare da isolante tra le camere. Mamma professoressa di matematica, papà ingegnere elettrotecnico. I libri erano il simbolo della nostra promessa: l’idea che la cultura ci avrebbe portato in alto, ci avrebbe emancipato e ci avrebbe garantito il rispetto del mondo. Ho costruito la mia identità su questo pilastro, convinto che la logica e lo studio fossero il mio passaporto per la libertà. Invece, per vent'anni anni, ho assistito al fallimento di quel patto. Ho visto 'figli di papà' fare impresa senza la minima capacità razionale, occupando spazi per puro diritto di nascita mentre io, nonostante le competenze, dovevo lottare ogni giorno per sbarcare il lunario. Ho visto il mio nucleo familiare frantumarsi e mia madre spegnersi, tradita da una demenza fronto-temporale e abbandonata da uno Stato che ha preferito divorare la sua pensione per la retta di una casa di cura piuttosto che onorare la sua vita. In questi mesi, è scomparsa da poco, ho dovuto buttare i suoi libri, piangendo su ogni volume che finiva nel sacco, sentendo che stavo smaltendo i resti di un’illusione. Oggi, però, sono entrato in una biblioteca. E inaspettatamente, tra quegli scaffali, mi sono sentito di nuovo a casa. Sono tornato bambino, avvolto da quell'odore di carta che un tempo mi proteggeva. Lavorare da lì, circondato da quel silenzio antico, ha spento il rumore del mondo esterno. Per la prima volta dopo tanto tempo, ho ritrovato la serenità di fare e progettare per il puro gusto di farlo. Senza chiedermi il perché, senza il peso dell'ingiustizia, senza l'ombra dei privilegiati che mi calpestano. Nella mia pancia c'è ancora la rabbia dei miei genitori, ma oggi, tra questi libri, ho ripreso in mano il mio codice. Ho smesso di cercare una logica nel tradimento del sistema e ho ricominciato a costruire, semplicemente perché questo è ciò che sono. Oltre le macerie, oltre l'abbandono, la mia mente è ancora la mia casa. Vorrei poter piangere tutte le lacrime dovute al rivederci così dove non ci aspettavamo di essere nonostante tutto eppure so che l'unica soluzione è la resa, l'accettazione, il far finta idi niente per evitare di continuare a infliggersi dolore. E mi chiedo se una famiglia davvero evoluta sia quella che sprona i figli a fare soldi e realizzarsi economicamente o quella che vuole che essi siano studiosi e alfieri del progresso umano mettendo in secondo piano l'avere. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Michele Carino Follow 318 Temporarily a Teapot The server is temporarily unable to brew coffee because it is, for the moment, a teapot. The condition is expected to be resolved after a short period of time. Location Salsomaggiore Terme, Parma, Italy Education Liceo Scientifico Statale G. Vailati, Genzano di Roma + a bit of University @Roma II Torvergata Pronouns Software/Enthusiast Work Software architect in a enterprise that develops business management software. Joined Dec 8, 2025 More from Michele Carino Human dignity bug: chronicles of an inherited delusion # career # discuss # mentalhealth Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... # programming # career # development # italian 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/swetty_sultania_834f90237/dont-let-users-get-lost-on-your-ui-1jc9
🚨 Don’t let users get lost on your UI! - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Nuro Design Posted on Jun 28, 2025 🚨 Don’t let users get lost on your UI! # beginners # tutorial # career # github 📐 Master Visual Hierarchy in UI Design 🔑 Make users notice what you want first! What is Visual Hierarchy? It’s the order in which your users process information on the screen. 👀 Your job? Guide their eyes. 5 Key Elements of Visual Hierarchy: 1️⃣ Size — Bigger = More Important 2️⃣ Color & Contrast — Use it to highlight 3️⃣ Spacing — White space adds focus 4️⃣ Alignment — Clean structure = easy scanning 5️⃣ Typography Weight — Bold grabs more attention Quick Example: 📰 Headline > Subheading > CTA Button 👁️ Design it so users instantly know what to read and click. Why It Matters? ✅ Improves UX ✅ Increases Conversion ✅ Reduces Bounce ✅ Makes designs look ✨professional✨ 💬 Do you check visual hierarchy while designing? 👇 Comment YES or NO below! 📥 Save this for your next Figma project. 🔔 Follow @nurodesign for daily UI design wisdom! Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Nuro Design Follow UI/UX designer, graphic designer, and WordPress expert with a keen eye for aesthetics and a strong focus on user-centered design. I specialize in crafting intuitive, engaging experience. Education B.Com Graduate Pronouns She/Her Work Freelancing Joined Mar 10, 2025 More from Nuro Design Typography in UI: Do it Right! # career # mobile # design # csharp Lost users = lost conversions # ai # tutorial # mobile # startup Stay ahead in the design game # ai # tutorial # career # mobile 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://docs.github.com/en/webhooks
Webhooks documentation - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Webhooks Home Webhooks About webhooks Types of webhooks Webhook events & payloads Using webhooks Create webhooks Handle deliveries Validate deliveries Deliver to private systems Edit webhooks Disable webhooks Best practices Handle failed deliveries Automatically redeliver for repository Automatically redeliver for organization Automatically redeliver for GitHub App Testing and troubleshooting webhooks View deliveries Redeliver webhooks Test webhooks Troubleshoot webhooks Test with the CLI Webhooks documentation Webhooks can let your integrations take an action in response to events that occur on GitHub. Overview Reference Start here Creating webhooks You can create webhooks to subscribe to specific events that occur on GitHub. Handling webhook deliveries Learn how to write code to listen for and respond to webhook deliveries. Validating webhook deliveries You can use a webhook secret to verify that a webhook delivery is from GitHub. Popular Webhook events and payloads Learn about when each webhook event occurs and what the payload contains. Best practices for using webhooks Follow these best practices to improve security and performance when using webhooks. Troubleshooting webhooks Learn how to diagnose and resolve common errors for webhooks. Guides Handling webhook deliveries Learn how to write code to listen for and respond to webhook deliveries. @GitHub Handling failed webhook deliveries GitHub does not automatically redeliver failed webhook deliveries, but you can handle failed deliveries manually or by writing code. @GitHub Testing webhooks Learn how to test your webhooks and your code that handles webhook deliveries. @GitHub All Webhooks docs Using webhooks Creating webhooks Handling webhook deliveries Validating webhook deliveries Delivering webhooks to private systems Editing webhooks Disabling webhooks Best practices for using webhooks Handling failed webhook deliveries Automatically redelivering failed deliveries for a repository webhook Automatically redelivering failed deliveries for an organization webhook Automatically redelivering failed deliveries for a GitHub App webhook Testing and troubleshooting webhooks Viewing webhook deliveries Redelivering webhooks Testing webhooks Troubleshooting webhooks Using the GitHub CLI to forward webhooks for testing Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://dev.to/sunny7899/documenting-the-journey-preparing-for-a-senior-ui-engineer-role-at-servicenow-81a
Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Neweraofcoding Posted on Dec 29, 2025 Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow # devjournal # interview # career # ui There’s a moment in every engineering career where you pause—not because you’re stuck, but because you’re leveling up . This blog is about one of those moments for me. Recently, I started preparing for a Senior Software Engineer – UI role at ServiceNow . Instead of rushing through prep, I decided to slow down and document the journey —the prompts, the reflections, and the story behind my work. This post is both a record for myself and a guide for anyone preparing for a similar transition. Why I Decided to Document This Interview prep can feel transactional: Memorize answers Practice talking points Hope it clicks But this role made me realize something: This wasn’t just interview prep. This was a reflection of my career so far. ServiceNow’s focus on AI-powered UX, observability, scale, and craftsmanship forced me to connect dots across my experience—from building dashboards and APIs to integrating ML and designing for trust. So instead of just “preparing answers,” I framed everything as a story . The Prompts That Shaped the Story These were the prompts I worked through—and honestly, they map really well to how senior engineers think. 1. Short Introduction (2 minutes) This wasn’t about listing tools. It was about answering: What problems do I enjoy solving? How does my work create impact? Why does my experience make sense now ? I focused on: Building customer-facing UI Turning complex systems into simple experiences Using AI not as a buzzword , but as a practical tool The goal wasn’t to sound impressive—it was to sound clear . 2. What Do I Know About ServiceNow? (30 seconds) This forced me to zoom out. Not just: “They do workflow automation.” But: They connect people, systems, and processes They’re investing deeply in AI-native experiences Observability isn’t just metrics—it’s insight and action This helped me align my past work with where the platform is going. 3. Why This Role, Why Now? This was one of the most important reflections. I realized I wasn’t leaving my current role because of dissatisfaction. I was leaving because I wanted: More product-driven engineering More scale A place where UI, AI, and platform thinking intersect That clarity alone boosted my confidence. 4. What I Want in My Next Opportunity This wasn’t about perks or titles. I wrote down three things: Ownership from idea to delivery Strong engineering culture (reviews, quality, reliability) Space to grow—technically and as a mentor Simple. Honest. Grounded. 5. A Real Challenge (Not a Perfect Story) Instead of a “hero story,” I picked a messy one: Inconsistent data Tight timelines Evolving requirements Cross-team friction I talked about: Trade-offs Decisions What broke What I learned That reflection reminded me: Senior engineering isn’t about avoiding problems—it’s about navigating them calmly. 6. Questions I Ask Them This flipped the dynamic. Instead of trying to impress, I got curious: What problems matter most right now? How does AI actually show up in the product? How do teams collaborate end-to-end? It made the conversation feel mutual—not one-sided. What This Process Taught Me A few things really stood out: Good interviews are storytelling exercises AI experience matters most when tied to user trust UI engineering at scale is about empathy, not pixels Preparation is confidence—not memorization Most importantly, I realized I already had the experience. I just needed to frame it clearly. Why I’m Keeping This Documented Careers are long. It’s easy to forget: Why you chose certain paths How much you’ve learned What kind of engineer you’re becoming This blog is a checkpoint. Whether or not this specific role works out, the process itself already paid off. I’m sharper, clearer, and more intentional than I was before. And that’s a win. Final Thought If you’re preparing for a senior role: Don’t just study the job description Study your own journey There’s more alignment there than you think. End of entry. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Neweraofcoding Follow Expert Front end developer with Angular, and React experience Location Delhi India Joined Nov 4, 2020 More from Neweraofcoding Apertre 3.0: An Open-Source Program Empowering the Next Generation of Developers # codenewbie # career # learning # opensource The Agentic Leap: Key Announcements and Demos from the Google I/O 2025 Developer Keynote # webdev # ai # career # productivity What is the Microsoft MVP Award and its benefits? # career # leadership # microsoft 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/session-url
Extracting the Session URL Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Extracting the Session URL Extracting the Session URL In some cases, you may want to extract the Session URL at the time that a user visits your web application to send it your other tools. For example, if you have a customer support tool, many customers like to sent the session URL of their customers to the tool in order to help them debug their issues. You can do this by using the the H.getSessionDetails method. This method will return an object with a url and urlWithTimestamp property. Usage is as follows: H.getSessionDetails().then(({url, urlWithTimestamp}) => { console.log(url, urlWithTimestamp); }); Please refer to our SDK docs for more information. Session Search Session Search Deep Linking Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://dev.to/sunny7899/documenting-the-journey-preparing-for-a-senior-ui-engineer-role-at-servicenow-81a#comments
Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Neweraofcoding Posted on Dec 29, 2025 Documenting the Journey: Preparing for a Senior UI Engineer Role at ServiceNow # devjournal # interview # career # ui There’s a moment in every engineering career where you pause—not because you’re stuck, but because you’re leveling up . This blog is about one of those moments for me. Recently, I started preparing for a Senior Software Engineer – UI role at ServiceNow . Instead of rushing through prep, I decided to slow down and document the journey —the prompts, the reflections, and the story behind my work. This post is both a record for myself and a guide for anyone preparing for a similar transition. Why I Decided to Document This Interview prep can feel transactional: Memorize answers Practice talking points Hope it clicks But this role made me realize something: This wasn’t just interview prep. This was a reflection of my career so far. ServiceNow’s focus on AI-powered UX, observability, scale, and craftsmanship forced me to connect dots across my experience—from building dashboards and APIs to integrating ML and designing for trust. So instead of just “preparing answers,” I framed everything as a story . The Prompts That Shaped the Story These were the prompts I worked through—and honestly, they map really well to how senior engineers think. 1. Short Introduction (2 minutes) This wasn’t about listing tools. It was about answering: What problems do I enjoy solving? How does my work create impact? Why does my experience make sense now ? I focused on: Building customer-facing UI Turning complex systems into simple experiences Using AI not as a buzzword , but as a practical tool The goal wasn’t to sound impressive—it was to sound clear . 2. What Do I Know About ServiceNow? (30 seconds) This forced me to zoom out. Not just: “They do workflow automation.” But: They connect people, systems, and processes They’re investing deeply in AI-native experiences Observability isn’t just metrics—it’s insight and action This helped me align my past work with where the platform is going. 3. Why This Role, Why Now? This was one of the most important reflections. I realized I wasn’t leaving my current role because of dissatisfaction. I was leaving because I wanted: More product-driven engineering More scale A place where UI, AI, and platform thinking intersect That clarity alone boosted my confidence. 4. What I Want in My Next Opportunity This wasn’t about perks or titles. I wrote down three things: Ownership from idea to delivery Strong engineering culture (reviews, quality, reliability) Space to grow—technically and as a mentor Simple. Honest. Grounded. 5. A Real Challenge (Not a Perfect Story) Instead of a “hero story,” I picked a messy one: Inconsistent data Tight timelines Evolving requirements Cross-team friction I talked about: Trade-offs Decisions What broke What I learned That reflection reminded me: Senior engineering isn’t about avoiding problems—it’s about navigating them calmly. 6. Questions I Ask Them This flipped the dynamic. Instead of trying to impress, I got curious: What problems matter most right now? How does AI actually show up in the product? How do teams collaborate end-to-end? It made the conversation feel mutual—not one-sided. What This Process Taught Me A few things really stood out: Good interviews are storytelling exercises AI experience matters most when tied to user trust UI engineering at scale is about empathy, not pixels Preparation is confidence—not memorization Most importantly, I realized I already had the experience. I just needed to frame it clearly. Why I’m Keeping This Documented Careers are long. It’s easy to forget: Why you chose certain paths How much you’ve learned What kind of engineer you’re becoming This blog is a checkpoint. Whether or not this specific role works out, the process itself already paid off. I’m sharper, clearer, and more intentional than I was before. And that’s a win. Final Thought If you’re preparing for a senior role: Don’t just study the job description Study your own journey There’s more alignment there than you think. End of entry. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Neweraofcoding Follow Expert Front end developer with Angular, and React experience Location Delhi India Joined Nov 4, 2020 More from Neweraofcoding Apertre 3.0: An Open-Source Program Empowering the Next Generation of Developers # codenewbie # career # learning # opensource The Agentic Leap: Key Announcements and Demos from the Google I/O 2025 Developer Keynote # webdev # ai # career # productivity What is the Microsoft MVP Award and its benefits? # career # leadership # microsoft 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/zio-mitch/il-bug-della-dignita-cronaca-di-unillusione-ereditaria-54fd
Il Bug della Dignità: Cronaca di un’illusione ereditaria - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Michele Carino Posted on Dec 30, 2025 Il Bug della Dignità: Cronaca di un’illusione ereditaria # discuss # career # mentalhealth Una riflessione sulla cultura, la perdita e la promessa infranta della meritocrazia. Sono un informatico con vent’anni di esperienza, un uomo cresciuto in una casa dove i libri erano così tanti da fare da isolante tra le camere. Mamma professoressa di matematica, papà ingegnere elettrotecnico. I libri erano il simbolo della nostra promessa: l’idea che la cultura ci avrebbe portato in alto, ci avrebbe emancipato e ci avrebbe garantito il rispetto del mondo. Ho costruito la mia identità su questo pilastro, convinto che la logica e lo studio fossero il mio passaporto per la libertà. Invece, per vent'anni anni, ho assistito al fallimento di quel patto. Ho visto 'figli di papà' fare impresa senza la minima capacità razionale, occupando spazi per puro diritto di nascita mentre io, nonostante le competenze, dovevo lottare ogni giorno per sbarcare il lunario. Ho visto il mio nucleo familiare frantumarsi e mia madre spegnersi, tradita da una demenza fronto-temporale e abbandonata da uno Stato che ha preferito divorare la sua pensione per la retta di una casa di cura piuttosto che onorare la sua vita. In questi mesi, è scomparsa da poco, ho dovuto buttare i suoi libri, piangendo su ogni volume che finiva nel sacco, sentendo che stavo smaltendo i resti di un’illusione. Oggi, però, sono entrato in una biblioteca. E inaspettatamente, tra quegli scaffali, mi sono sentito di nuovo a casa. Sono tornato bambino, avvolto da quell'odore di carta che un tempo mi proteggeva. Lavorare da lì, circondato da quel silenzio antico, ha spento il rumore del mondo esterno. Per la prima volta dopo tanto tempo, ho ritrovato la serenità di fare e progettare per il puro gusto di farlo. Senza chiedermi il perché, senza il peso dell'ingiustizia, senza l'ombra dei privilegiati che mi calpestano. Nella mia pancia c'è ancora la rabbia dei miei genitori, ma oggi, tra questi libri, ho ripreso in mano il mio codice. Ho smesso di cercare una logica nel tradimento del sistema e ho ricominciato a costruire, semplicemente perché questo è ciò che sono. Oltre le macerie, oltre l'abbandono, la mia mente è ancora la mia casa. Vorrei poter piangere tutte le lacrime dovute al rivederci così dove non ci aspettavamo di essere nonostante tutto eppure so che l'unica soluzione è la resa, l'accettazione, il far finta idi niente per evitare di continuare a infliggersi dolore. E mi chiedo se una famiglia davvero evoluta sia quella che sprona i figli a fare soldi e realizzarsi economicamente o quella che vuole che essi siano studiosi e alfieri del progresso umano mettendo in secondo piano l'avere. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Michele Carino Follow 318 Temporarily a Teapot The server is temporarily unable to brew coffee because it is, for the moment, a teapot. The condition is expected to be resolved after a short period of time. Location Salsomaggiore Terme, Parma, Italy Education Liceo Scientifico Statale G. Vailati, Genzano di Roma + a bit of University @Roma II Torvergata Pronouns Software/Enthusiast Work Software architect in a enterprise that develops business management software. Joined Dec 8, 2025 More from Michele Carino Human dignity bug: chronicles of an inherited delusion # career # discuss # mentalhealth Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... # programming # career # development # italian 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/zio-mitch
Michele Carino - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Michele Carino 318 Temporarily a Teapot The server is temporarily unable to brew coffee because it is, for the moment, a teapot. The condition is expected to be resolved after a short period of time. Location Salsomaggiore Terme, Parma, Italy Joined Joined on  Dec 8, 2025 Email address michelecarino84@gmail.com github website Education Liceo Scientifico Statale G. Vailati, Genzano di Roma + a bit of University @Roma II Torvergata Pronouns Software/Enthusiast Work Software architect in a enterprise that develops business management software. More info about @zio-mitch Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Skills/Languages Php, docker, linux, mysql. Currently hacking on Making software: open, useful, collaborative. The tool? Able to pick up and use the best I need when I need it. Available for Available for activities with high human value, tech is just the crust... Unless you want to sell me something I would not need, any reason is valid to contact me.. Post 6 posts published Comment 0 comments written Tag 12 tags followed Human dignity bug: chronicles of an inherited delusion Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Human dignity bug: chronicles of an inherited delusion # discuss # career # mentalhealth Comments Add Comment 2 min read Il Bug della Dignità: Cronaca di un’illusione ereditaria Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Il Bug della Dignità: Cronaca di un’illusione ereditaria # discuss # career # mentalhealth Comments Add Comment 2 min read (•‿•) this post is not written with AI Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 (•‿•) this post is not written with AI # withoutai # notai # ainot # nonai Comments Add Comment 1 min read (•‿•) questo post non è scritto con l'AI Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 (•‿•) questo post non è scritto con l'AI # watercooler # ai # writing Comments Add Comment 1 min read A volte devi prendere meno sul serio quello che ti terrorizza e affrontare seriamente quello che ti diverte... Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 A volte devi prendere meno sul serio quello che ti terrorizza e affrontare seriamente quello che ti diverte... # gamedev # growth # developers # joy Comments Add Comment 3 min read Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... # programming # career # development # italian Comments Add Comment 4 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/devteam/join-the-new-year-new-you-portfolio-challenge-3000-in-prizes-feedback-from-google-ai-team-4e7g
Join the New Year, New You Portfolio Challenge: $3,000 in Prizes + Feedback from Google AI Team (For Winners and Runner Ups!) - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Jess Lee for The DEV Team Posted on Jan 1 • Edited on Jan 8           Join the New Year, New You Portfolio Challenge: $3,000 in Prizes + Feedback from Google AI Team (For Winners and Runner Ups!) # devchallenge # googleaichallenge # career # gemini We're thrilled to kick off 2026 with our newest challenge presented by Google AI ! Running through February 1 , the "New Year, New You" Portfolio Challenge invites you to build or update your developer portfolio using Google AI's powerful tools and infrastructure. Whether you're a seasoned developer looking for a refresh or just starting your career journey, this challenge is the perfect opportunity to showcase your skills and create something that represents you. We hope you give it a try! The Prompt Your mission is to create a new portfolio site that showcases your work, skills, and personality . This is your chance to make a great first impression! Build a portfolio that: Represents who you are as a developer Highlights your best projects and accomplishments Demonstrates your technical skills Shows off your unique personality and style Please use any of Google AI's tools to bring your portfolio to life: AI Studio - Build with Google's Gemini models Gemini CLI - Command-line tools for AI-powered development Antigravity - Google's AI-first development environment The most important requirement? Your portfolio must be deployed to Google Cloud Run and embedded directly in your submission post. Prizes Winners (3) will each receive: $1,000 USD Personalized feedback on their portfolio from the Google AI team Exclusive DEV Badge A completion badge on their DEV profile Runner-Ups (5) will receive: Personalized feedback on their portfolio from the Google AI team Exclusive DEV Badge A completion badge on their DEV profile All Participants with a valid submission will receive a completion badge on their DEV profile. How To Participate In order to participate, you'll need to deploy your portfolio to Google Cloud Run and publish a post using the submission template below. Your portfolio should be live, functional, and embedded in your post using the Cloud Run embed feature . Please use the label specifically for our challenge as part of your embed syntax: --labels dev-tutorial=devnewyear2026   "New Year, New You" Challenge Submission Template Google Cloud Free Tier Google AI offers a generous free tier should be more than sufficient to complete your portoflio. Pricing example for us-central1 region: CPU: First 240,000 vCPU-seconds free per month RAM: First 450,000 GiB-seconds free per month Please review our judging criteria, rules, guidelines, and FAQ page before submitting so you understand our participation guidelines and official contest rules such as eligibility requirements. Getting Started 🚀 Not sure where to begin? Here are some resources to help you get started: From prompt to deployed app in less than 2 minutes Paige Bailey for Google AI ・ Jul 2 '25 #webdev #programming #ai #gemini Gemini 3 Flash is now available in Gemini CLI Taylor Mullen for Google AI ・ Dec 17 '25 #gemini #cli #ai #terminal Introducing Google Antigravity, a New Era in AI-Assisted Software Development Antigravity Team for Google AI ・ Nov 19 '25 #antigravity #google #gemini #ai And for anyone who would also like to deploy their portfolio to a custom domain: Give your AI Studio deployed app a custom URL Paige Bailey for Google AI ・ Dec 11 '25 #webdev #programming #javascript #beginners Eligibility Requirements This specific challenge includes the following restrictions: Territories and regions excluded: Afghanistan, Belarus, Central African Republic, Cuba, Equatorial Guinea, Iran, Iraq, Kosovo, Libya, Myanmar (Burma), North Korea, Russia, South Sudan, Sudan, Syria, Tanzania, Venezuela, Yemen, Crimea, the so-called Donetsk People's Republic (DNR), the so-called Luhansk People's Republic (LNR). Additional participant exclusions for this challenge: Government institution employees, Google employees Open only to 18+ These challenge-specific restrictions are in addition to all eligibility requirements and exclusions detailed in our General Contest Official Rules and New Year, New You Portfolio Challenge Presented by Google AI Contest Rules . Important Dates January 1, 2026: New Year, New You Portfolio Challenge begins! February 1, 2026: Submissions due at 11:59 PM PST February 19, 2026: Winners Announced We can't wait to see the portfolios you create! Questions about the challenge? Ask them below. Good luck and happy coding! 🎉 Top comments (63) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand   naveen gaur naveen gaur naveen gaur Follow Joined Jun 14, 2024 • Jan 2 Dropdown menu Copy link Hide This challenge came at the perfect time 🚀 I’ve been planning to refresh my portfolio, and this is a great opportunity to rebuild with new ideas and tech. Excited to participate and share progress along the way. Looking forward to seeing how others approach their portfolio redesigns too 💻✨ Like comment: Like comment: 8  likes Like Comment button Reply Collapse Expand   naveen gaur naveen gaur naveen gaur Follow Joined Jun 14, 2024 • Jan 10 • Edited on Jan 10 • Edited Dropdown menu Copy link Hide I ended up writing a short reference guide while working on my own portfolio refresh — focused on which Google AI tool to use for which kind of task (Gemini vs AI Studio vs Antigravity), rather than a step-by-step build. Sharing it here in case it helps others in the challenge: 👉 Reference guide on Google AI tools for portfolios Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Pascal CESCATO Pascal CESCATO Pascal CESCATO Follow Full-stack dev sharing practical guides on WordPress, n8n automation, AI tools, Docker & self-hosting. Always experimenting with new tech to make life easier. Email pascal.cescato@gmail.com Location France Pronouns he/him Joined Aug 19, 2025 • Jan 2 Dropdown menu Copy link Hide Awesome! This is the challenge I was waiting for 🙂 I jumped straight into architecture design and coding as soon as I read the post, and things are moving fast. Now comes the hard part: writing the accompanying article… and that’s a whole different challenge 😄 Like comment: Like comment: 8  likes Like Comment button Reply Collapse Expand   Carlos Rogerio Orioli Carlos Rogerio Orioli Carlos Rogerio Orioli Follow Paulistano Living in Floripa , Web Developer and Graphic Designer, in the short time skater and collector of Vinyl records. I love Music Email rogeriorioli@gmail.com Location Brasil - Florianopólis / SC Work Carlos Rogerio Orioli at Javascript fullstack developer Joined Jan 4, 2020 • Jan 3 Dropdown menu Copy link Hide I did this before this challenge existed. 😂😂😂😂 rogeriorioli.vercel.app/ Like comment: Like comment: 6  likes Like Comment button Reply Collapse Expand   Athreya aka Maneshwar Athreya aka Maneshwar Athreya aka Maneshwar Follow Technical Writer | 300k+ Reads | i3 x Mint | Learning, building, improving, writing :) Email athreyac4@gmail.com Joined Jan 5, 2023 • Jan 6 Dropdown menu Copy link Hide Nice, how's mine? lovestaco.replit.app Like comment: Like comment: 3  likes Like Comment button Reply Collapse Expand   Daniel Githinji Daniel Githinji Daniel Githinji Follow A Web4 explorer and cognitive hacker blending code with human psychology. Pantomath obsessed with decentralized UX, antifragile systems, and teaching AI through memes. Building self-document Joined Jun 13, 2025 • Jan 10 Dropdown menu Copy link Hide Would you mind sharing the prompt😌, It's too good to be true🥵 Like comment: Like comment: 2  likes Like Thread Thread   Athreya aka Maneshwar Athreya aka Maneshwar Athreya aka Maneshwar Follow Technical Writer | 300k+ Reads | i3 x Mint | Learning, building, improving, writing :) Email athreyac4@gmail.com Joined Jan 5, 2023 • Jan 10 Dropdown menu Copy link Hide I did it long back @daniel_githinji_6e1e402c3 And it was multiple prompts and multiple iterations. Thanks a lot :) Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Leonardo Sanchez Biondini Leonardo Sanchez Biondini Leonardo Sanchez Biondini Follow Bio will be completed in v2.0 Joined Jan 9, 2026 • Jan 9 Dropdown menu Copy link Hide Excellent! no notes! love it! great job man. Like comment: Like comment: 2  likes Like Thread Thread   Athreya aka Maneshwar Athreya aka Maneshwar Athreya aka Maneshwar Follow Technical Writer | 300k+ Reads | i3 x Mint | Learning, building, improving, writing :) Email athreyac4@gmail.com Joined Jan 5, 2023 • Jan 10 Dropdown menu Copy link Hide Thanks a lot, Leo :) Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Omaima Ameen Omaima Ameen Omaima Ameen Follow React Internals • Performance • Web Architecture Obsessed with clarity, depth, and building real things. Location India Education Academic Global School Pronouns She Work Freelance web developer helping improve frontend performance, ux, and interaction quality. Joined Oct 28, 2025 • Jan 5 Dropdown menu Copy link Hide niceee !!🔥 Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Anthony divine Anthony divine Anthony divine Follow A frontend developer, inspiring to become a data scientist Joined Aug 10, 2025 • Jan 4 Dropdown menu Copy link Hide nice portfolio, which framework did you use Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Carlos Rogerio Orioli Carlos Rogerio Orioli Carlos Rogerio Orioli Follow Paulistano Living in Floripa , Web Developer and Graphic Designer, in the short time skater and collector of Vinyl records. I love Music Email rogeriorioli@gmail.com Location Brasil - Florianopólis / SC Work Carlos Rogerio Orioli at Javascript fullstack developer Joined Jan 4, 2020 • Jan 5 • Edited on Jan 5 • Edited Dropdown menu Copy link Hide vite , react , gemini client for my chat assistent, IDE antigravity and resend to save leads and notify me by email when new lead comming . Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Simangaliso Vilakazi Simangaliso Vilakazi Simangaliso Vilakazi Follow South African Full-Stack Software Engineer specializing in EdTech, working across production-grade SaaS, automation, and platform systems Email smngvlkz1@gmail.com Location Durban, South Africa Pronouns He/Him Work FullStack Engineer @ Code4kids Joined May 11, 2023 • Jan 2 • Edited on Jan 2 • Edited Dropdown menu Copy link Hide Immediately jumped into build mode when I saw this. Thanks for putting it together! I have been meaning to refresh my portfolio for a while now. I haven’t worked with Cloud Run before, so this should be a great excuse to learn it. Planning to submit tomorrow. Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   nc nc nc Follow Joined Jun 11, 2024 • Jan 5 Dropdown menu Copy link Hide I have a confusion, I haven't built a personal project in a while and all my old projects are just meh, but I still wanna take part in this portfolio contest, suggestions please? Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Mason Wright Mason Wright Mason Wright Follow I’m Mason. I have completed my undergraduate studies and become a professional web app developer. Founder of Savepinset.com, Smrtplayapk.net, Spidersolitairepro.com and more! Email masonwright757@gmail.com Location United States Pronouns Mr Work Founder at Spidersolitairepro.com Joined Jan 1, 2026 • Jan 2 Dropdown menu Copy link Hide This challenge sounds exciting and very helpful for developers. It is a great way to start the new year by building or updating a portfolio using Google AI tools. I like that it is open to both beginners and experienced developers. The prizes, feedback from the Google AI team, and badges are a big bonus. Thank you for sharing this opportunity. I am looking forward to seeing the portfolios everyone creates and may join the challenge myself. Like comment: Like comment: 5  likes Like Comment button Reply Collapse Expand   Anna Villarreal Anna Villarreal Anna Villarreal Follow 🌌 I N F I N I T E 🌌 C U R I O S I T Y 🌌 Location Chicagoland Education A.A. in Art, B.S. in Nutrition and Dietetics, pursuing second B.S. in Computer Science Pronouns she/her Work Entrepreneur, Web Developer, IT Support Joined May 4, 2024 • Jan 4 Dropdown menu Copy link Hide This is a much needed kick in the butt to get some kind of profile website published finally. 😂 Very excited for this one. Sick. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Selvin Sahn Selvin Sahn Selvin Sahn Follow Joined Jun 10, 2024 • Jan 2 • Edited on Jan 2 • Edited Dropdown menu Copy link Hide This is awesome! I just started working on my portfolio until I came across this, this morning. Like comment: Like comment: 4  likes Like Comment button Reply Collapse Expand   Andrew Baisden Andrew Baisden Andrew Baisden Follow Software Developer | Content Creator | AI, Tech, Programming Location London, UK Education Bachelor Degree Computer Science Work Software Developer Joined Feb 11, 2020 • Jan 5 Dropdown menu Copy link Hide Great way to start the year 🔥 Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Awowole Hammad Olamilekan Awowole Hammad Olamilekan Awowole Hammad Olamilekan Follow A frontend web developer with knowledge of HTML, CSS, Javascript, Reactjs and Nextjs Email lexycon002@gmail.com Location Lagos, Nigeria Education Federal University Oye Ekiti Pronouns He Work Employee at Sterling Bank Joined Jun 25, 2023 • Jan 3 Dropdown menu Copy link Hide This is awesome. The challenge I've been waiting for. Let's goooo Like comment: Like comment: 3  likes Like Comment button Reply View full discussion (63 comments) Some comments may only be visible to logged-in visitors. Sign in to view all comments. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse The DEV Team Follow The hardworking team behind DEV ❤️ Want to contribute to open source and help make the DEV community stronger? The code that powers DEV is called Forem and is freely available on GitHub. You're welcome to jump in! Contribute to Forem More from The DEV Team Congrats to the AI Agents Intensive Course Writing Challenge Winners! # googleaichallenge # devchallenge # ai # agents Join the Algolia Agent Studio Challenge: $3,000 in Prizes! # algoliachallenge # devchallenge # agents # webdev Do you have any New Year resolutions or goals? # discuss # career # accountability 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/lparvinsmith
Lara Parvinsmith - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Lara Parvinsmith 404 bio not found Joined Joined on  Aug 16, 2019 github website Work Software Engineer Six Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least six years. Got it Close Five Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least five years. Got it Close Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Four Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least four years. Got it Close Three Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least three years. Got it Close Two Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least two years. Got it Close One Year Club This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least one year. Got it Close More info about @lparvinsmith Post 4 posts published Comment 0 comments written Tag 9 tags followed Signatures as Authentication in Web3 Lara Parvinsmith Lara Parvinsmith Lara Parvinsmith Follow Mar 22 '22 Signatures as Authentication in Web3 # ethereum # blockchain # web3 # cryptography 21  reactions Comments 1  comment 3 min read web3.js vs ethers.js: a Comparison of Web3 Libraries Lara Parvinsmith Lara Parvinsmith Lara Parvinsmith Follow Mar 3 '22 web3.js vs ethers.js: a Comparison of Web3 Libraries # web3 # ethereum # javascript # blockchain 28  reactions Comments 4  comments 3 min read Web3: the unique technology and challenges behind the hype Lara Parvinsmith Lara Parvinsmith Lara Parvinsmith Follow Jan 17 '22 Web3: the unique technology and challenges behind the hype # web3 # blockchain # ux # ethereum 7  reactions Comments 1  comment 7 min read Easiest way to deploy your Ethereum Smart Contract Lara Parvinsmith Lara Parvinsmith Lara Parvinsmith Follow Jan 9 '22 Easiest way to deploy your Ethereum Smart Contract # blockchain # solidity # ethereum # smartcontract 8  reactions Comments Add Comment 3 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://dev.to/swetty_sultania_834f90237/dont-let-users-get-lost-on-your-ui-1jc9#comments
🚨 Don’t let users get lost on your UI! - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Nuro Design Posted on Jun 28, 2025 🚨 Don’t let users get lost on your UI! # beginners # tutorial # career # github 📐 Master Visual Hierarchy in UI Design 🔑 Make users notice what you want first! What is Visual Hierarchy? It’s the order in which your users process information on the screen. 👀 Your job? Guide their eyes. 5 Key Elements of Visual Hierarchy: 1️⃣ Size — Bigger = More Important 2️⃣ Color & Contrast — Use it to highlight 3️⃣ Spacing — White space adds focus 4️⃣ Alignment — Clean structure = easy scanning 5️⃣ Typography Weight — Bold grabs more attention Quick Example: 📰 Headline > Subheading > CTA Button 👁️ Design it so users instantly know what to read and click. Why It Matters? ✅ Improves UX ✅ Increases Conversion ✅ Reduces Bounce ✅ Makes designs look ✨professional✨ 💬 Do you check visual hierarchy while designing? 👇 Comment YES or NO below! 📥 Save this for your next Figma project. 🔔 Follow @nurodesign for daily UI design wisdom! Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Nuro Design Follow UI/UX designer, graphic designer, and WordPress expert with a keen eye for aesthetics and a strong focus on user-centered design. I specialize in crafting intuitive, engaging experience. Education B.Com Graduate Pronouns She/Her Work Freelancing Joined Mar 10, 2025 More from Nuro Design Typography in UI: Do it Right! # career # mobile # design # csharp Lost users = lost conversions # ai # tutorial # mobile # startup Stay ahead in the design game # ai # tutorial # career # mobile 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://docs.github.com/en/support
GitHub Support documentation - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar GitHub Support Home GitHub Support About GitHub Support About GitHub Support About Copilot in GitHub Support Marketplace support Contacting support Creating a ticket Using Copilot in GitHub Support View and update tickets Sharing feedback GitHub Support documentation GitHub offers different levels of support with each product, including community forum support and limited email support for everyone, full email support for all paid products, and 24/7 email and callback support with a service level agreement (SLA) if your account includes GitHub Premium Support. Overview Start here Creating a support ticket You can use the GitHub Support portal to create a support ticket and speak to GitHub Support. Viewing and updating support tickets You can view your support tickets and respond to GitHub Support using the GitHub Support portal. Popular About GitHub Support You can contact GitHub Support for help troubleshooting issues you encounter while using GitHub. Creating a support ticket You can use the GitHub Support portal to create a support ticket and speak to GitHub Support. All GitHub Support docs Learning about GitHub Support About GitHub Support About Copilot in GitHub Support GitHub Marketplace support Contacting GitHub Support Creating a support ticket Using Copilot in GitHub Support Viewing and updating support tickets Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://www.codenewbie.org/basecs
CodeNewbie Home Podcast Codeland Base.cs Blog DEV Forem Visit CodeNewbie Community S9 E8 In the end, the code you take is equal to the code you make For our final episode, we answer your burning questions including the Base.cs origin story, Saron and Vaidehi's favorite niche data structure, and what are some good resources to check out next. We also take a look back at some of our favorite moments from the show's history, and find a couple of fun themes. Based on Vaidehi Joshi's blog post, "Base.cs". 03/25/20 26 RSS FEED iTunes Thank you for supporting the show! S9 E7 This way to translate is le-JIT This episode is going to make you want to dance the JIT-ter Bug. 03/18/20 21 S9 E6 Two translators, both alike in dignity What are you going to choose, compilation or interpretation? 03/11/20 19 S9 E5 Paring down our parse trees with AST We get into abstract syntax trees, (usually just referred to as an AST), which is really nothing more than a simplified, condensed version of a parse tree. 03/04/20 18 S9 E4 Confused about compilers? We phase into understanding compilers by getting into phase one of how compilers work: lexical analysis. 02/26/20 22 S9 E3 Parsing out parse trees What exactly is a the computer version of a “sentence”? And how do we go about diagramming it, exactly? 02/19/20 23 S9 E2 Speeding up our traveling salesperson In our last episode we were a little disappointed that our salesperson was traveling in factorial time, so now we are speeding them up! 02/12/20 21 S9 E1 Take a journey with the Traveling Salesman Make your salesperson the most efficient around by using the Hamiltonian path. 02/05/20 30 S8 E8 Memoizing all the things in dynamic programming Get the memo and memoize! 12/11/19 19 S8 E7 Dynamic Programming is pretty dynamite "I will not repeat myself again." - Dynamic Programming 12/04/19 21 S8 E6 Getting deeper into Dijkastra We use Dijkstra's algorithm to find the shortest path from one node to another in a complicated house-shaped graph. Also, Vaidehi sings us a song. 11/20/19 29 S8 E5 Dijkstra's algorithm is a weighty topic To get from one point to any other point in a graph, make Dijkstra your weapon of choice. 11/13/19 26 S8 E4 DAG, Daniel! Back at it again... DAG-nabbit! Don't forget to check whether or not a graph is a directed acyclic graph. 11/06/19 13 S8 E3 Living on the edge! Traversing through a graph is pretty edgy. 10/29/19 20 S8 E2 Jump around the indexes with DFS! To go about coding the depth-first search algorithm (DFS), we revisit an old friend: adjacency lists. 10/23/19 24 S8 E1 Getting deep with depth-first search When going through a maze, hitting a dead end isn't always a bad thing, especially in depth-first search (DFS). 10/16/19 25 S7 E8 Delivering muffins with BFS Take a deep breath as we dive into breadth-first search, a super nifty graph traversing algorithm, which gives the shortest way to get from one node to another. 09/11/19 23 S7 E7 Plotting to represent a graph? We got you. Adjacency lists are the new type of hybrid you're going to want to be driving around your code. 09/04/19 24 S7 E6 It's laughable how easy it is to get graphical We tackle representing graphs and the parts that make it up. 08/28/19 21 S7 E5 To b-tree or not to b-tree You won't want to miss the buzz about b-trees, the general version of a 2-3 tree, and a super efficient data storing tree structure. 08/21/19 16 S7 E4 A 2-3 tree for you and me We dive into a tree data structure that can contain more than one key, which is unlike any tree structure we've covered so far. It is also the reason for their name: 2-3 tree. 08/14/19 20 S7 E3 Color me logarithmic! If you thought self-balancing AVL trees were cool, just wait till you learn about red-black trees, which also run in logarithmic time! 08/07/19 23 S7 E2 Stay gold, AVL tree, stay gold. Listen and learn about a pattern that you can use to figure out the minimum number of nodes we’ll need to create any height-balanced AVL tree, how it leads us to the Fibonacci sequence, and the golden ratio. 07/31/19 18 S7 E1 The AVL balancing act We look at the earliest version of the height-balanced tree concept: the AVL tree. 07/24/19 23 S6 E8 Meet our good friend PATRICIA Take a listen as our binary "dog" barks up the PATRICIA tree. 06/19/19 27 S6 E7 The cannibalistic efficiency of radix trees Recycle, reuse, reduce your space by compressing your tries and creating radix trees. 06/12/19 22 S6 E6 Dear tries, you (auto)complete me "Do or do not, there is no tries...wait, yes we're still talking tries." 06/05/19 22 S6 E5 Tries: the golden retriever of data structures Branch out with us into the tree-like data structure that is tries. 05/29/19 19 S6 E4 Radix sort: the patient zero of sorting algorithms We're getting to the root of where sorting algorithms began with radix sort ("radix" is latin for "root," this is a funny joke I assure you). 05/22/19 27 S6 E3 You can count on counting sort We are nearing the end of our deep-dive into sorting algorithms, and looking at the beautiful efficiency of counting sort. 05/15/19 29 S6 E2 Getting to the bottom of the heap...sort. Heapify all the things! 05/08/19 24 S6 E1 Heaps as arrays We dig into how heaps are presented as arrays. 05/01/19 17 S5 E8 Shrinking and growing heaps with cats We talk about how to add and remove values from a heap with the help of a few cats. 04/03/19 17 S5 E7 A heap of heaps What are heaps? How are they related to binary trees? We use losers, winners, and some cards to help us get to the bottom of heaps! 03/27/19 22 S5 E6 The big O of quicksort How does quicksort perform? And how do variables, like the pivot number, affect it? We walk through three examples to find out! 03/20/19 28 S5 E5 Quick sort Queendom We learn all about our second divide and conquer algorithm, quick sort! We walk through how it works with help from a queendom, a few pointers, and a very helpful pivot number. 03/13/19 28 S5 E4 Merge sort stops the suckage Finally, a sorting algorithm that doesn't suck! We explore how merge sort works and why it performs better than insertion, bubble, and selection sort. 03/05/19 26 S5 E3 Sorting with insertion sort We dig into how insertion sort works, how we know where to do our inserting, and how this sorting algorithm performs, all with the help of our new boos. 02/27/19 19 S5 E2 What's bubble sort? We are super bubbly about bubble sort! We dig into our second sorting algorithm and break down how it works and why it's actually not a great way of sorting things. 02/20/19 24 S5 E1 The simple selection sort What is selection sort and how does it work? We use broken books and cookies to tell you all about it! 02/13/19 23 S4 E8 The Saron Sort In our season finale, we're wrapping up our sorting algorithm classifications with two final categories: recursive vs. non-recursive and comparison vs. non-comparison. And we throw in some tomatoes, just for good measure. 12/19/18 26 S4 E7 Sorting the Michaels What does it mean for a sorting algorithm to be "stable"? What about it being internal or external? We explore two more ways to classify sorting algorithms with the help of a few Michaels. 12/12/18 23 S4 E6 It's sorting time! What's a sorting algorithm, and how do we categorize them? We dig into the six ways to classify them and explore why they're so important. 12/05/18 24 S4 E5 Sets, sets, everywhere Sets are everywhere, and you're probably already working with them! We talk about how they're actually implemented and how well they perform. 11/28/18 25 S4 E4 Varon explains set theory If you know about venn diagrams, then you basically know set theory! We explain how the two are related and connect it back to computer science with the help of some of our favorite foods. 11/21/18 18 S4 E3 Chaining to the rescue! The Brians still need their own tables! We resolve our collision with a new strategy: chaining. 11/14/18 27 S4 E2 Too many Brians at the (hash)table What do you do when you're in a hash table, and two pieces of data get assigned the same spot?! You've got a collision, and you need a resolution! We dig into one strategy to resolve a collision, and make sure each data has a spot. 11/07/18 21 S4 E1 Gotta hash 'em all In our intro to hash tables, we use books, pizza toppings, and fridge operators to break down how hash tables work and what makes them so awesome. 10/31/18 25 S3 E8 BFS is your BFF How does breadth-first search actually work? And how do you know whether you should use that, or depth-first search? And what's the Big O notation for BFS anyway? Let's find out! 10/10/18 25 S3 E7 Getting in line for breadth-first search We are getting in line, or enqueuing, for breadth-first search! We walk through the steps and compare the process to depth-first search. 10/03/18 26 S3 E6 Drowning in DFS How does depth-first search perform in terms of Big O notation? And how do you actually implement it, in coding terms? Let's find out! 09/25/18 28 S3 E5 When the washing machine's 'Inorder' Let's dig into another depth-first search strategy: inorder! This time, we walk through a numerical example, traversing the tree with fresh, animated voices and a broken washing machine. 09/19/18 24 S3 E4 Preorder-ing at the family BBQ We dive into depth-first search by exploring our first of three strategies: preorder! Let's walk through an example step-by-step and get to know members of Saron's fictitious tree family along the way. 09/12/18 17 S3 E3 Making brownies with depth-first search How are algorithms related to brownies? And how do we navigate through the nodes of a tree when implementing depth-first search? 09/05/18 28 S3 E2 Seven bridges and a triangle We use a triangle to trace simple paths and finally get to the bottom of the seven bridges problem that helped launch graph theory. 08/29/18 22 S3 E1 Oily graphs in Königsberg We go all the way back to 1735 to a place called Königsberg. It had seven bridges and a tricky math problem that led to the creation of graph theory. 08/22/18 22 S2 E8 Let's get graphic We explore what graphs are, how to define them, and how they're related to discrete mathematics. 04/04/18 31 S2 E7 Logarithm is gonna get you What does it mean for an algorithm to be logarithmic? We revisit Big O notation, this time in the context of binary search. 03/28/18 26 S2 E6 Binary searching If you've heard of binary trees, you've probably heard of binary search. But how does a binary search algorithm actually work? And do you have to have binary trees, or can you use it on other things? 03/21/18 23 S2 E5 What's a binary tree? We dig into binary trees. What makes a tree binary, and why are they so popular in computer science? And how do you implement one? 03/14/18 20 S2 E4 Trees IRL We explore the world (forest?) of trees even further! We learn what a tree's depth and height are, why they're important, and why unbalanced trees can cause computational problems. 03/07/18 20 S2 E3 Don't be stumped ... by trees What's in a tree? And why do they always seem to pop up in computer science? We dig into the different parts of a tree, and how certain "tree truths" make them so special. 02/28/18 25 S2 E2 Queues IRL Where do we see queues in real life? We explore how queues are used in different parts of the tech stack, and help us do things like send email, create animations, and manage requests. 02/21/18 16 S2 E1 Cue the Queues What's in a queue? And how does it relate to stacks? We explore what they do, how they work, and how to implement them. 02/14/18 20 S1 E8 Stacks IRL Where do you see stacks in real life? We look at how browser histories, call stacks, and undo/redo functionality in blogging are implementations of a stack. We also dig into what exactly a stack is made of and how it operates. 12/13/17 27 S1 E7 How do you make a stack overflow? Stack Overflow is an awesome resource, but it's also a real life technical thing! We dig into what causes a stack overflow and unpack the rules of creating and working with stacks. 12/06/17 27 S1 E6 A friendly intro to Big O Notation Big O Notation can be scary. But it doesn't have to be! We unpack this popular cs topic and show you how to use it to evaluate different data structures (like linked lists!) and make better programming decisions. 11/29/17 33 S1 E5 Linked Lists in Your Apartment You may be familiar with arrays and hashes and variables, but how much do you know about linked lists? We dig into what they are, how they work, and the pros and cons of using this popular data structure. 11/22/17 23 S1 E4 Hexes and Colors Vaidehi and Saron walk through how to count in hexes, discuss where we might see the hexadecimal system in real life, and breakdown the math that makes number 16 so special. 11/17/17 22 S1 E3 Hex Queen Vaidehi and Saron walk through how to count in hexes, discuss where we might see the hexadecimal system in real life, and breakdown the math that makes number 16 so special. 11/15/17 22 S1 E2 What is encoding? Vaidehi and Saron explore how encoding works and talk through some popular encoding schemes like ASCII, unicode, and base64. 11/09/17 21 S1 E1 Bits, Binary, and Bytes We give you a beginner-friendly breakdown of how to count in binary (with some fun counting challenges you can join in on!), how it relates to bits and bytes, and why it's important for us to know as developers. 11/07/17 24 S1 E0 Season 1 Teaser CodeNewbie is teaming up with the incredible Vaidehi Joshi to turn her base.cs blog series into an awesome podcast. Listen to a clip from the first episode, coming out Nov 8. Make sure to subscribe! 10/29/17 02
2026-01-13T08:48:14
https://coderabbit.ai/privacy-policy
CodeRabbit Privacy Page | AI Code Reviews Features Enterprise Customers Pricing Blog Resources Docs Trust Center Contact Us FAQ Log In Get a free trial Updated: December 10th, 2025 Privacy Policy 1. INTRODUCTION CodeRabbit, Inc. (“ CodeRabbit ”,” we ”, “ our ”, or “ us ”) respects your privacy and are committed to protecting it through our compliance with this Privacy Policy (“ Policy ”). A core element of our mission is our commitment to protect your personal information and to be transparent about the data we collect about you, how it is used, and with whom it is shared. This Policy describes our practices for collecting, using, maintaining, protecting, and disclosing your information through http://coderabbit.ai (our “ Website ”), our applications (our “ Apps ”) and our products, services, technology platforms and related applications (collectively, the “ Service(s) ”). Please read this Policy carefully to understand our policies and practices regarding your information and how we will treat it. If you do not agree with our terms, your choice is not to use our Services. By accessing or using our Services, you agree to this Privacy Policy. This Policy may change from time to time (see Changes This Policy ). Your continued access of our Services after we make changes is deemed to be acceptance of those changes, so please check the Last Modified Date at the top of this Policy, to ensure that you are viewing the most current version of this Policy. 2. INFORMATION WE COLLECT ABOUT YOU AND HOW WE COLLECT IT We collect only the minimum amount of information needed to provide you with our Services. For example, we collect basic contact information when you sign up for an account. We don’t ask you for any information if you choose not to register for an account, however you will not be able to use our Services without registering for an account. Other types of information we collect is information related to how you use our Website or Apps, which helps us improve our Services. Information You Provide to Us or Received by Us on Your Behalf · Personal Information: In the course of registering an account on our Services, we collect information that identifies you as a specific individual and can be used to contact or identify you (“ Personal Information ”). Examples of Personal Information we collect for these purposes include your name and email. · Payment Information: We may also process your payment information, such as credit card, billing address, and other financial information necessary to purchase or otherwise use our Services. Please note that we do not collect or store your Payment Information. Rather your Payment Information is collected and stored by our Authorized Service Providers (see HOW WE DISCLOSE AND SHARE YOUR INFORMATION for more information on our Authorized Service Providers). By submitting your Payment Information, you consent to our providing your Payment Information to those Authorized Service Providers as are reasonably necessary to support and process your transactions as well as your credit card issuer and banking institution. · User Contributions: You may have the ability to interact with parts of our Website or with us through third-party platforms, such as the ability to post on third-party forums or to submit tickets on our Website. Your feedback or posts may be published or displayed publicly or transmitted to third parties (collectively, " User Contributions "). Your User Contributions are posted on and transmitted to others at your own risk. Additionally, we cannot control the actions of other users of the Website or third-party platforms with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed or accessed by unauthorized persons. Use precaution when posting any personal information online. When you provide us with information in connection with a particular activity or otherwise sign up for our services or provide your contact information to us, including your email address in connection with that activity, product or service, you agree that such action constitutes a purchase or inquiry establishing a business relationship with us. You expressly consent to receiving communications from CodeRabbit through the information you provided to us. For more information on how to access and control your communication preferences, please see YOUR RIGHTS AND CHOICES REGARDING YOUR INFORMATION, below. Information Collected Automatically As you navigate through and interact with our Website, We and our third-party service providers, including analytics and third-party content providers, may automatically collect certain information from you whenever youaccess or interact with the Service. · Usage Information. Details of your visits to our Website, including which links you clicked on, content response times, location data, logs, and other similar communication data and statistics about your interactions. · Device Information. Information about your computer and internet connection, including your Internet Protocol address, operating system, and browser type. · Non-Identifying Information: We may collect non-identifying or non-personal information when you use our Website, such as zip codes, demographic data, age, gender, time zone, publicly available data, and general information regarding your use of the Service. We may combine this automatically collected log information with other information we collect about you. We do this to improve services we offer you, analytics, and site functionality.   Cookies and Other Automatic Data Collection Technologies CodeRabbit and its partners use cookies or similar technologies, which store certain information on your computer and allows us to, among other things, analyze trends, administer the Website, and to gather demographic information about our user base as a whole. The technology used to collect information automatically from CodeRabbit Users may include the following: · Cookies: Like many websites, we and our operational partners, affiliates, analytics, and service providers use “cookies” to collect information. A cookie is a small data file that we transfer to your computer’s hard disk for record-keeping purposes. We use both persistent cookies that remain on your computer or similar device (such as to save your registration ID and login password for future logins to the Service) and session ID cookies, which expire at the end of your browser session (for example, to enable certain features of the Service, to better understand how CodeRabbit Users interact with the Service and to monitor aggregate usage by CodeRabbit Users and web traffic routing on the Service). You can control the use of cookies at the individual browser level, but if you choose to disable cookies, it may limit your use of certain features or functionality of the Service. · Web Beacons: We and our operational partners, affiliates, analytics, and service providers may also employ software technology known as “web beacons” and/or “tracking tags” to help us keep track of what content on our Service is effective and to serve relevant advertising to you. Web beacons are small graphics with a unique identifier that may be invisible to you, and which are used to track the online activity of Internet users. Web beacons are embedded in the web pages you review or email messages you receive. Web beacons or similar technologies may be used for a number of purposes, including, without limitation, to count visitors to our Service, to monitor how CodeRabbit Users navigate the Service, to count how many emails that were sent were actually opened, or to count how many particular articles or links were actually viewed. · Embedded Scripts: We and our operational partners, affiliates, analytics, and service providers may also employ software technology known as an Embedded Script. An Embedded Script is programming code that is designed to collect information about your interactions with the Service, such as the links you click on. The code is temporarily downloaded onto your computer or other device and is deactivated or deleted when you disconnect from the Service. Information Received from Third Parties.   We also may receive information about you from third parties. For example, we and our partners, affiliates and service providers may use a variety of other technologies (such as tags) that collect statistical data relating to your Website activity for security and fraud detection purposes.  You may choose to elect that certain third parties share information with us, for example, when you choose to access the Services through another service, such as through Single Sign-on (e.g., GitHub and GitLab). · GitHub/GitLab/Azure DevOps/Bitbucket Details  : We may collect data necessary to enable your CodeRabbit account to interface with your GitHub account, such as your GitHub token, your user organization, your GitHub username, and your user role. We integrate tightly with GitHub's API and Open Authentication (OAUTH) system. We do not have access to your GitHub/GitLab/Azure DevOps credentials. · Social Networking Services: When you connect with us through a social media platform, we may, depending on your privacy settings, receive some information from your social media account, and what we collect depends on your privacy settings with that social networking service. The Service may also allow you to “like” or share content with social networking services. You may register to join the Service directly via the Service or by logging into your account with a third party social networking service (“ SNS ”) via our Service (e.g., Discord ). Note that the information we collect from and through an SNS may depend on the privacy settings you have set with the SNS and the permissions you grant to us in connection with linking your account with the Service to your account with an SNS. 3. Do Not Track Signal Do Not Track (DNT) is a privacy preference that users can set in some web browsers, allowing users to opt out of tracking by websites and online services. We do not track users and do not allow third parties to track the personal information of our users on our Website. 4. CHILDREN’S PRIVACY The Services are general audience and intended for users 13 and older. We do not knowingly collect Personal Information from anyone younger than age 13. 5. HOW WE USE YOUR INFORMATION We may use information that we collect about you or that you provide to us, including any personal information: To provide you with an Account. To perform code reviews, provide actionable suggestions, and enhance your development workflow. To deliver, provide, and process payment for the Services. To improve our Services. To address your inquiries. To tailor content we display to you and offer we may present to you, both on the Service and elsewhere online. To communicate with you, and to promote products, services, offers, and events offered by CodeRabbit. To comply with legal requirements and assist law enforcement. To stop any activity, we may consider to be, or to pose a risk of being, illegal, fraudulent, unethical or a legally actionable activity. To identify CodeRabbit users. For the purposes disclosed at the time you provide your information, and As otherwise permitted with your consent. 6. Legal Bases To process your information as described above, we rely on the following legal basis: Contractual Necessity: To provide you with the CodeRabbit Service and perform the contract that you have with us. Legitimate Interests: It is in our legitimate interests to improve and analyze our Service, promote our products, prevent fraudulent transactions, maintain security of our Services, and provide functionality. Consent: In instances where we have indicated we will ask for consent within this Privacy Policy, you may withdraw your consent at any time by contacting us. Please see the How to Contact Us section for more information. 7. HOW WE DISCLOSE AND SHARE YOUR INFORMATION We do not sell personal information to third parties. We share information we receive about you as follows: With Our Service Providers: We employ third party companies to provide Services on our behalf, to perform Service-related operations (e.g., without limitation, maintenance services, database management, web analytics, server hosting, fraud detection and improvement of CodeRabbit’s features) or to assist us in providing and analyzing how our Service is used. For example, we use Stripe to process your payments, and have partnered with Chargebee to maintain your subscriptions. These third parties may have access to your Personal Information in order to perform these tasks on our behalf. We use Mailchimp as our e-mail marketing service provider. You may access their privacy policy here: https://mailchimp.com/legal/privacy/ . For Our Service Integrations** :** We allow for a variety of Service integrations to provide you with the best possible functionality while using our Services. For example we integrate with: o   GitHub and GitLab for code containment. -       GitHub’s privacy policy is available here . o   Jira for project management; -       Jira’s privacy policy is available here .   o   Linear for productivity; and -       Linear’s privacy policy is available here . o   OpenAI for performing code reviews. -       OpenAI’s privacy policy is available here . o   Anthropic for performing code reviews. -       OpenAI’s privacy policy is available here . -       Neither CodeRabbit nor OpenAI or Anthropic uses personal information collected as part of the code review to train, refine, or otherwise influence our models or any third-party models. Our commitment is to use the data solely for the purpose of reviewing the code in accordance with the user's request, and no other utilization takes place. The above representation does not apply to open-source projects (OSS). We use OSS to train our systems. Your Personal Information is processed in accordance with the privacy policies and practices of such Service integration companies. For Corporate Transactions: CodeRabbit may share information, including Personal Information, with any current or future subsidiaries or affiliates, primarily for business and operational purposes, in connection with a merger, acquisition, reorganization or sale of assets (including, in each case, as part of the due-diligence process with any potential acquiring entity) or in the event of bankruptcy. If Required By Law: CodeRabbit will disclose information about you to government or law enforcement officials or private parties as we, in our sole discretion, believe necessary or appropriate to respond to claims and legal process (including but not limited to subpoenas), or, at the request of governmental authorities or other third parties conducting an investigation where we determine in our sole discretion the disclosure is necessary to (a) protect the property and rights of CodeRabbit or a third party, (b) protect the safety of the public or any person, or (c) prevent or stop activity we may consider to be, or pose a risk of being, illegal, fraudulent, unethical or legally actionable activity. With your Consent** :** You may submit Personal Information to us through a form on the Website and consent to receive communication from us or our business affiliates and non-affiliates based on the information in the form. 8. THIRD PARTY WEBSITES AND LINKS Our Services may contain links and/or features to other websites and/or online platforms operated by third parties. We do not control such other online platforms and are not responsible for their content, their privacy policies, or their use of your information. 9. YOUR RIGHTS AND CHOICES REGARDING YOUR INFORMATION You have several ways to exercise control over your information: Account Settings: You may contact us to access, update or delete your personal information by accessing your Account settings in our App.   Contact Us: You may contact us to access, update or delete your personal information by contacting us at support@coderabbit.ai . E-Mail: You also may opt-out of receiving marketing emails from us by following the opt-out instructions provided in those emails. Please note that we reserve the right to send you certain communications relating to your account or use of the Service (for example, administrative and service announcements) via email and other means and these transactional account messages may be unaffected if you opt-out from receiving marketing communications. European Residents Under the General Data Protection Regulation (GDPR), CodeRabbit may be considered a data controller to the extent that we process personal information directly from European residents. To the extent that CodeRabbit is a data controller, European residents may access, correct, update or delete your personal information; object to our processing of this information, ask us to restrict our processing of your personal information, or request portability of your personal information by accessing the account settings within the App or by contacting us at support@coderabbit.ai . EU GDPR Representative In accordance with Article 27 of the GDPR, we have appointed the following EU Representative: Rickert Rechtsanwaltsgesellschaft mbH CodeRabbit Inc. Colmantstraße 15 53115 Bonn Germany art-27-rep-coderabbit@rickert.law UK GDPR Representative In accordance with Article 27 of the UK GDPR, we have appointed the following UK Representative: Rickert Services Ltd UK CodeRabbit Inc. PO Box 1487 Peterborough PE1 9XX United Kingdom art-27-rep-coderabbit@rickert-services.uk  Upon request, CodeRabbit will provide you with information about whether we hold any of your personal information. You are responsible for maintaining the accuracy of the information you submit to us, such as your contact information. If you submit a request to access all personal information you’ve submitted, we will respond to your request to access within 30 days or as otherwise required by law.  We will use commercially reasonable efforts to honor your requests for deletion; however, certain residual information may actively persist on the Service even if you close your account. In addition, the rights described above may be limited, for example, if fulfilling your request would reveal personal information about another person, or if you ask us to delete information, we are required by law to keep or have compelling legitimate interests in keeping (such as for fraud prevention purposes). Your Personal Information may remain in our archives and information you update or delete, or information within a closed account, may persist internally for our administrative purposes, to the extent permitted by law. It is not always possible to completely remove or delete information from our databases. In addition, we typically will not remove information you posted publicly through or on the Service. Bear in mind that neither you nor CodeRabbit can delete all copies of information that has been previously shared with others on the Service. If your information is deleted, then your account may become deactivated. If your account is deactivated or you ask to close your account, you will no longer be able to use the Services.  Please note that our Services require a minimum amount of Personal Information in order to function. European residents who do not provide Personal Information (e.g., by not creating an account) may not be able to access the full functionality of features found on CodeRabbit.   California Residents If you are a California resident, the California Consumer Privacy Act (CCPA) may provide you with additional privacy rights with respect to our collection, use and disclosure of your Personal Information. To the extent that CodeRabbit is a covered business under the CCPA, you may contact us for more information regarding the following rights: · The right to know what Personal information we have collected and how we have used and disclosed that Personal Information in the 12-month period preceding your request. o   Please see the above section within this Policy titled INFORMATION WE COLLECT ABOUT YOU AND HOW WE COLLECT IT, to see the categories of Personal Information we have collected about you. o   Please see the above sections within this Policy titled HOW WE USE YOUR INFORMATION and HOW WE DISCLOSE AND SHARE YOUR INFORMATION, to see applicable use and disclosures of your Personal Information. · The right to request deletion of your Personal Information.·      The right to be free from discrimination related to the exercise of any of your privacy rights. ·      The right to opt out of the sale of your personal information, and to request information about whether we have sold your personal information in the past 12 months. o   CodeRabbit does not sell personal information, nor do we share personal information with third parties for marketing purposes, and we have not done so in the last year.  For more information on how to exercise your rights, please contact us at support@coderabbit.ai . Please note that we may require you to verify your credentials, by matching your e-mail address, or other account information to the information in our systems, before you can submit a request to exercise any of these rights. If you authorize another person to act as your agent to submit requests on your behalf, then unless you provide the agent with power of attorney under the California Probate Code, we will ask the agent to provide us the written and signed authorization that you provided to the agent, we will confirm with you that you did provide the authorization, and we will verify your identity. 10. INTERNATIONAL JURISDICTIONS Our servers are located in the United States , and your personal information passes through servers located in this geographic area. If you are accessing the Services from another country, please be advised that you may be transferring your personal information to such geographic areas and countries and you consent to that transfer, processing, and storage of your personal information in accordance with this Privacy Policy. You also agree to abide by the applicable US federal, state, and local laws concerning your use of the Services and your agreements with us. Any persons accessing our Services from any jurisdiction with laws or regulations governing the use of the Internet, including the collection, use, or disclosure of personal information, different from those of the jurisdictions mentioned above may only use the Services in a manner lawful in their jurisdiction. If your use of the Services is unlawful in your jurisdiction, you may not use our Services. 11. SECURITY We use physical, technical, and organizational measures designed to protect your information against unauthorized access, theft, and loss. We restrict access to your personal information to those employees who need to know that information to service your account or perform their job functions. Although we take precautions intended to help protect information that we process, no system or electronic data transmission is completely secure. Any transmission of your personal data is at your own risk, and we expect that you will use appropriate security measures to protect your personal information. You are responsible for maintaining the security of your account and the information in your account. We may suspend your use of all or part of the Services without Policy if we suspect or detect any breach of security. You understand and agree that we may deliver electronic notifications about breaches of security to the email address on record on your account. 12. DATA RETENTION, STORAGE, & USAGE FOR PROPRIETARY CODE Unless you request that we delete certain information (see Your Rights and Choices Regarding Your Information ), we will retain your personal information for the period necessary to fulfill the purposes outlined in this Privacy Policy unless a longer retention period is required or permitted by law. The criteria used to determine our retention periods include: · The length of time we have an ongoing relationship with you and provide services to you (for example, for as long as you have an account with us or keep using the Website); · Whether there is a legal obligation to which we are subject (for example, certain laws require us to keep records of your transactions for a certain period of time before we can delete them) · Whether retention is advisable; and considering our legal position (such as, for statutes of limitations, litigation, or regulatory investigations). Data Storage for Review Improvement CodeRabbit stores certain data to improve the reviews refining the reviews to align with your preferences. You can opt out of data storage. The stored data primarily consists of vector embeddings, which are used to refine and personalize future reviews. The data storage is compliant with SOC2 Type II, GDPR, and HIPAA regulations. We ensure the utmost confidentiality and security of the data stored. You can opt out of data storage at any time. 13. CHANGES TO THIS POLICY CodeRabbit may update this Privacy Policy at any time and any changes will be effective upon posting. In the event that there are material changes to the way we treat your Personal Information, we will update the Last Modified date at the top of this Policy upon becoming effective. We may also notify you by email, in our discretion. 14. HOW TO CONTACT CODERABBIT Data protection officer has been appointed and can be reached out at  dpo@coderabbit.ai for any questions. Still have questions? Contact us Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy Select language English 日本語 Terms of Service Privacy Policy CodeRabbit Inc © 2026 Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/general-features/segments
Segments Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Backend General Features / Segments Segments Segments are a set of search filters that apply to sessions or errors. Segments are useful if you want to quickly view sessions or errors that relate to a certain population of your users. Highlight supports a variety of filters. Visit app.highlight.io/demo to experiment with real Highlight data. Search Services Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.coderabbit.ai/case-studies/how-salesrabbit-reduced-bugs-by-30-and-increased-velocity-by-25
Tackling a legacy codebase and high defect rate after an acquisition Features Enterprise Customers Pricing Blog Resources Docs Trust Center Contact Us FAQ Log In Get a free trial How SalesRabbit reduced bugs by 30% and increased velocity by 25% 30% reduction in bugs 25% increase in release velocity Improved visibility Happier developers Lehi, Utah, United States https://salesrabbit.com/ Engineering team size 33 Languages C#, Elixir, Python Challenge Legacy code from an acquisition and high defect rates at the acquired company’s codebase slowed delivery and increased bugs Get started today Share Overview SalesRabbit , a CRM and canvassing platform used by roofing, solar, and pest control companies, is no stranger to legacy code. In recent years, SalesRabbit has expanded its product line through multiple acquisitions – including RoofLink in 2024 , a roofing-focused CRM. Those expansions came with new challenges: multiple legacy codebases in different languages (C#, Elixir, Python, and even C) and no easy way to assess code quality across them. With 20 engineers, CTO Michael Archibald needed a scalable way to maintain engineering velocity while gaining visibility into an inherited codebase, reducing bugs, and supporting less experienced developers on the team. That’s where CodeRabbit came in. Challenge: Legacy codebase & high defect rates Before CodeRabbit, SalesRabbit was trying to grapple with an inherited codebase from a new acquisition while dealing with many of the common challenges engineering teams face around code reviews. Those included delays in reviews that slowed down deployment velocity and inconsistent coding standards. Unfamiliar legacy codebases after acquisitions The SalesRabbit team was spread out across a growing number of languages. While SalesRabbit started as a PHP application, they acquired a company with a C# codebase, shifted some of their own codebase to Elixir, and were about to buy RoofLink, whose code was in Python. It was the introduction of that Python codebase with SalesRabbit’s acquisition of RoofLink that initially prompted Michael to research AI code review tools. “I was looking for some automated tools, primarily AI, that could help us understand the codebase a little faster and better validate the quality of the code,” he shared. High defect escape rate Michael has always been hyper-focused on improving application quality. When he joined SalesRabbit as CTO six years ago, the company was facing frequent downtime. Since then, they've improved to 99.99% availability and scaled their team. But, after the acquisition, Rooflink’s defect escape rate gave him cause for concern. While Rooflink wasn’t tracking how many bugs made their way to production, anecdotally, the Rooflink support team told him they were used to fielding customer complaints on nearly every release. It seemed clear that code at the company wasn’t being as thoroughly reviewed as it should be. Slow review cycle With an ambitious roadmap and multiple products across the company, Michael had to ensure the team maintained velocity. But manual code reviews were inconsistent and often took several days, slowing deployment significantly. One problem was that the team had a large number of junior engineers – which meant fewer senior developers who could review code. Michael wanted a solution that would make reviews easier. AI coding tools caused code quality issues While SalesRabbit’s engineers leveraged Copilot and other AI coding tools to help write code faster, it created problems with code quality. “The junior engineers were introducing a lot of bugs with these tools,” Michael explained. That caused him to try to find other AI tools that would better support the junior engineers on the team. Inconsistent coding standards Different teams across SalesRabbit and RoofLink used different styles and standards, often due to legacy standards at the acquired companies. But style inconsistencies added friction. A central governance layer was needed to enforce best practices. “We just want everyone to be the same,” said Michael. 30% fewer defects 25% Faster deployments Why SalesRabbit loves CodeRabbit https://youtu.be/0WmK5QqqjJY The engineers all wanted it – and used it Michael wasn’t initially convinced that CodeRabbit would solve his team’s problems. “I came across CodeRabbit and thought, ‘It's relatively inexpensive. I'm going to just give one or two engineers a seat and see how they like it,” he explained. “But almost immediately everybody on my team was like, oh, I want this, I want this.” That level of enthusiasm for a tool is something Michael listens to. When he joined SalesRabbit, the company was facing 80% engineering churn and he’s since worked hard to improve developer satisfaction and stabilize the engineering org. One of the litmus tests for me with AI tools is: do engineers want it? I don’t like pushing AI tools on engineers. With CodeRabbit, everybody asked for it almost immediately. Michael Archibald, CTO Initially tested with junior developers, senior engineers also quickly recognized its value around bug fixes, refactor suggestions, and security checks. “With CodeRabbit,, everybody was like, give me this. This is fantastic. It speeds up code reviews,” Michael said. “We went from a small test to full adoption very quickly.” CodeRabbit found more issues than any human While Michael had been worried about Rooflink’s defect escape rate, CodeRabbit reduced it significantly – and almost immediately. “We could have started putting processes in place to improve things but those can take weeks and months before we get measurement,” he explained. CodeRabbit seemed to have an almost immediate impact. Code quality has gone up and the only thing we've adjusted has been adding CodeRabbit to all of the deploys.I feel very comfortable saying that it's caught a lot more bugs than any human has. Michael Archibald, CTO An AI tool that… didn’t introduce more bugs Unlike Copilot and other AI coding tools, which focused on writing code and resulted in a lot of added bugs, CodeRabbit focused on finding and fixing them. That gave SalesRabbit the visibility and quality gates they needed at the PR stage to keep defects out of production. “It works especially well for junior developers,” Michael said. “It helps them spot patterns and mistakes they’d otherwise miss.” SalesRabbit was also able to more quickly understand their inherited codebase. “It really helped us to determine the code quality,” shared Michael. It fixed style consistency issues CodeRabbit’s built-in style enforcement reduced the need for custom linters or style checkers, helping standardize code across legacy and modern languages. “CodeRabbit does a really good job saying, ‘this might be a bad pattern’ or ‘you’re not following style here,’” Michael explained. “We were able to get rid of a lot of tooling we put in place for managing code styles because CodeRabbit has a version of that built-in.” What’s helpful is having one centralized code quality enforcement tooling for legacy languages like C# and modern ones like Elixir and Python “We just want everyone to be kind of the same,” said Michael. “CodeRabbit does that for us.” Results: Better code, lower defect rate, happier engineers With CodeRabbit, SalesRabbit has seen impressive results: 30% fewer defects. The defect escape rate decreased by at least 30% after introducing CodeRabbit, improving system reliability. Support teams even noticed the difference. “It had almost an immediate impact,” Archibald said. 25% Faster deployments. CodeRabbit’s automated first-pass review enabled faster iterations, reducing release cycle time – even with a complex legacy codebase. Then, one-click fixes helped them quickly commit the changes identified Significant style and standards consistency improvements. While it’s hard to measure, Michael feels strongly that CodeRabbit helped them level up their code quality significantly. “It's improved our code style,” he attests. Happier engineers Michael’s focus is on keeping the engineers at SalesRabbit happy and productive. That’s why he’s never wanted to push AI tools on them that they didn’t want. But CodeRabbit was a tool that his engineering team all wanted. “The developers have really enjoyed using it,” he shared. CodeRabbit = Less review overhead, more velocity Before CodeRabbit • High defect escape rate • Slow deployments • Complicated, legacy codebase After CodeRabbit 30% reduction in bugs immediately 25% faster deployments Greater visibility into codebase For SalesRabbit, adopting CodeRabbit was low-lift but high-impact. Their team was able merge PRs at least 25% faster, improve defect detection in legacy C# and Python code, and increase developer efficiency by freeing them from multi-day review cycles. The AI-powered reviews only take hours now, instead of days, and enable faster deployments. CodeRabbit was also able to find bugs that junior engineers were letting slip by when using AI coding tools. With review cycles shortened, developer confidence increased, and the entire team more aligned around coding practices, Michael’s glad he found CodeRabbit when he did. Before CodeRabbit, we struggled with inconsistencies in code reviews and defects slipping into production. It’s improved our coding standards, especially in C#, provided a centralized governance layer for code style enforcement, and significantly reduced production defects. Michael Archibald, CTO With CodeRabbit’s expanding feature set, especially the recent support for automated docstrings insertion and the future support for agentic workflow-based automated unit-test insertion, SalesRabbit anticipates seeing even more efficiency gains soon. Lehi, Utah, United States https://salesrabbit.com/ Engineering team size 33 Languages C#, Elixir, Python Challenge Legacy code from an acquisition and high defect rates at the acquired company’s codebase slowed delivery and increased bugs Get started today Want to see how CodeRabbit can help your team? Get a 14-day trial Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy Select language English 日本語 Terms of Service Privacy Policy CodeRabbit Inc © 2026 Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy
2026-01-13T08:48:14
https://coderabbit.ai/blog/how-we-built-our-ai-code-review-tool-for-ides
How we built our AI code review tool for IDEs Features Enterprise Customers Pricing Blog Resources Docs Trust Center Contact Us FAQ Log In Get a free trial Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy Select language English 日本語 Terms of Service Privacy Policy CodeRabbit Inc © 2026 Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy How we built our AI code review agent for IDEs by Amitosh Swain English Featured May 14, 2025 9 min read May 14, 2025 9 min read Transforming CodeRabbit’s typical code review pipeline Balancing quality and speed How we engineered it Review processing and delivery Context preparation Prompt and model optimization Choosing non-streaming LLM responses over streaming responses UI changes Working with users’ preferred AI coding agents What’s next on the roadmap? Near term Longer-term Back to blog Share Cut code review time & bugs by 50% Most installed AI app on GitHub and GitLab Free 14-day trial Get Started Catch the latest, right in your inbox. Subscribe Add us your feed. Catch the latest, right in your inbox. Subscribe Add us your feed. Keep reading Why users shouldn’t choose their own LLM models: Choice is not always good Giving users a dropdown of LLMs to choose from often seems like the right product choice. After all, users might have a favorite model or they might want to try the latest release the moment it drops. One problem: unless they’re an ML engineer runnin... An (actually useful) framework for evaluating AI code review tools Benchmarks have always promised objectivity. Reduce a complex system to a score, compare competitors on equal footing, and let the numbers speak for themselves. But, in practice, benchmarks rarely measure “quality” in the abstract. They measure whate... CodeRabbit's AI Code Reviews now support NVIDIA Nemotron TL;DR: Blend of frontier & open models is more cost efficient and reviews faster. NVIDIA Nemotron is supported for CodeRabbit self-hosted customers. We are delighted to share that CodeRabbit now supports the NVIDIA Nemotron family of open models amon... Get Started in 2 clicks. No credit card needed Your browser does not support the video. Install in VS Code Your browser does not support the video.
2026-01-13T08:48:14
https://www.youtube.com/@MuxHQ
Mux - YouTube var ytInitialData = {"responseContext":{"serviceTrackingParams":[{"service":"GFEEDBACK","params":[{"key":"route","value":"channel."},{"key":"is_owner","value":"false"},{"key":"is_alc_surface","value":"false"},{"key":"browse_id","value":"UCGaddSlVSK83POSytkL21rQ"},{"key":"browse_id_prefix","value":""},{"key":"logged_in","value":"0"},{"key":"visitor_data","value":"CgtyLWhqRlRUQzRTayjMjZjLBjIKCgJLUhIEGgAgXA%3D%3D"}]},{"service":"GOOGLE_HELP","params":[{"key":"browse_id","value":"UCGaddSlVSK83POSytkL21rQ"},{"key":"browse_id_prefix","value":""}]},{"service":"CSI","params":[{"key":"c","value":"WEB"},{"key":"cver","value":"2.20260109.01.00"},{"key":"yt_li","value":"0"},{"key":"GetChannelPage_rid","value":"0x4a177b1d6dfa7a66"}]},{"service":"GUIDED_HELP","params":[{"key":"logged_in","value":"0"}]},{"service":"ECATCHER","params":[{"key":"client.version","value":"2.20260109"},{"key":"client.name","value":"WEB"}]}],"maxAgeSeconds":300,"mainAppWebResponseContext":{"loggedOut":true,"trackingParam":"kx_fmPxhoPZRryFErd1745F1gq1yoUfpYFdDEgiJsj1RQ-wRgkuswmIBwOcCE59TDtslLKPQ-SS"},"webResponseContextExtensionData":{"webResponseContextPreloadData":{"preloadMessageNames":["pageHeaderRenderer","pageHeaderViewModel","imageBannerViewModel","dynamicTextViewModel","decoratedAvatarViewModel","avatarViewModel","contentMetadataViewModel","flexibleActionsViewModel","buttonViewModel","modalWithTitleAndButtonRenderer","buttonRenderer","descriptionPreviewViewModel","engagementPanelSectionListRenderer","engagementPanelTitleHeaderRenderer","sectionListRenderer","itemSectionRenderer","continuationItemRenderer","attributionViewModel","channelMetadataRenderer","twoColumnBrowseResultsRenderer","tabRenderer","channelVideoPlayerRenderer","shelfRenderer","horizontalListRenderer","gridVideoRenderer","metadataBadgeRenderer","thumbnailOverlayTimeStatusRenderer","thumbnailOverlayToggleButtonRenderer","thumbnailOverlayNowPlayingRenderer","menuRenderer","menuServiceItemRenderer","menuNavigationItemRenderer","unifiedSharePanelRenderer","expandableTabRenderer","desktopTopbarRenderer","topbarLogoRenderer","fusionSearchboxRenderer","topbarMenuButtonRenderer","multiPageMenuRenderer","hotkeyDialogRenderer","hotkeyDialogSectionRenderer","hotkeyDialogSectionOptionRenderer","voiceSearchDialogRenderer","microformatDataRenderer"]},"ytConfigData":{"visitorData":"CgtyLWhqRlRUQzRTayjMjZjLBjIKCgJLUhIEGgAgXA%3D%3D","rootVisualElementType":3611},"hasDecorated":true}},"contents":{"twoColumnBrowseResultsRenderer":{"tabs":[{"tabRenderer":{"endpoint":{"clickTrackingParams":"CCEQ8JMBGAUiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/@MuxHQ/featured","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UCGaddSlVSK83POSytkL21rQ","params":"EghmZWF0dXJlZPIGBAoCMgA%3D","canonicalBaseUrl":"/@MuxHQ"}},"title":"홈","selected":true,"content":{"sectionListRenderer":{"contents":[{"itemSectionRenderer":{"contents":[{"channelVideoPlayerRenderer":{"videoId":"67xkBbE8mdc","title":{"runs":[{"text":"Skool이 네이티브 비디오를 추가한 방식과 그 효과","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=67xkBbE8mdc","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"67xkBbE8mdc","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr5---sn-ab02a0nfpgxapox-jwwy.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=ebbc6405b13c99d7\u0026ip=1.208.108.242\u0026initcwndbps=4130000\u0026mt=1768293662\u0026oweuc="}}}}}}],"accessibility":{"accessibilityData":{"label":"Skool이 네이티브 비디오를 추가한 방식과 그 효과 16분"}}},"description":{"runs":[{"text":"이 사례 연구에서는 빠르게 성장하는 커뮤니티 플랫폼인 Skool이 Mux와 협력하여 크리에이터를 위한 확장 가능하고 비용 효율적인 비디오 인프라를 구축한 방법을 살펴봅니다. Skool은 값비싼 기존 비디오 솔루션에 의존하는 대신, Mux의 개발자 친화적인 API를 통합하여 고품질 스트리밍을 제공하고 비용을 절감하며 사용자에게 원하는 원활한 비디오 경험을 제공했습니다.\n\nSaaS 제품을 개발하거나, 스타트업을 운영하거나, 차세대 비디오 플랫폼을 개발하는 모든 사용자에게 이 사례는 Mux가 대규모 비디오 스트리밍, 호스팅 및 제공을 얼마나 간편하게 해주는지 보여줍니다. "},{"text":"#VideoTech","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/hashtag/videotech","webPageType":"WEB_PAGE_TYPE_BROWSE","rootVe":6827,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"FEhashtag","params":"6gUNCgl2aWRlb3RlY2gYAQ%3D%3D"}}},{"text":" "},{"text":"#StartupStory","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/hashtag/startupstory","webPageType":"WEB_PAGE_TYPE_BROWSE","rootVe":6827,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"FEhashtag","params":"6gUQCgxzdGFydHVwc3RvcnkYAQ%3D%3D"}}},{"text":" "},{"text":"#NativeVideo","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/hashtag/nativevideo","webPageType":"WEB_PAGE_TYPE_BROWSE","rootVe":6827,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"FEhashtag","params":"6gUPCgtuYXRpdmV2aWRlbxgB"}}},{"text":"\n\n👉 이 영상에서 배울 수 있는 내용:\n- Skool이 비디오 인프라로 Mux를 선택한 이유\n- 저렴한 네이티브 비디오 호스팅을 제공하는 방법\n- 크리에이터를 위한 비디오 확장에서 API의 역할\n- 비디오로 구축하는 스타트업을 위한 교훈\n\nMux(비디오 API)에 문의하기:\n웹사이트: "},{"text":"https://www.mux.com/","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqazV3Skd4d0pfSHVneEROb1p6NGU0MEk3NEo0UXxBQ3Jtc0ttRmNiUUVPUGNhNGZlMm5oSUJkWVFabXJrdENMeFI0UGJGTXBrbGJra2RvQmpUUzNrRTBOcjA2c2FNUUJzdXkyT29wMjFJVjBvZTFwd0UtREUtN09wTXVuNnRkQ2VXd1FweDRYWnhlZG5XdENQYXFrVQ\u0026q=https%3A%2F%2Fwww.mux.com%2F","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqazV3Skd4d0pfSHVneEROb1p6NGU0MEk3NEo0UXxBQ3Jtc0ttRmNiUUVPUGNhNGZlMm5oSUJkWVFabXJrdENMeFI0UGJGTXBrbGJra2RvQmpUUzNrRTBOcjA2c2FNUUJzdXkyT29wMjFJVjBvZTFwd0UtREUtN09wTXVuNnRkQ2VXd1FweDRYWnhlZG5XdENQYXFrVQ\u0026q=https%3A%2F%2Fwww.mux.com%2F","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n트위터: "},{"text":"https://twitter.com/MuxHQ","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjZ4bzZmSThlV05oWFJ5dEpOMkhBa2R5NFhid3xBQ3Jtc0tudnVxd0dOdkZZc2ZTWElkNHhMZFJXVjBLR090Q0hYM3FuR3dkTzVnSDBHb04teUJDdklCYXBVaURZUkEyOGtRSGEzNHRrMU96VFU4YU9hd0wyeWt5aENyZ2hjclRWcDZ5X2Y5QVJ6XzJ1dnNqUVpDTQ\u0026q=https%3A%2F%2Ftwitter.com%2FMuxHQ","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"urlEndpoint":{"url":"https://www.youtube.com/redirect?event=video_description\u0026redir_token=QUFFLUhqbjZ4bzZmSThlV05oWFJ5dEpOMkhBa2R5NFhid3xBQ3Jtc0tudnVxd0dOdkZZc2ZTWElkNHhMZFJXVjBLR090Q0hYM3FuR3dkTzVnSDBHb04teUJDdklCYXBVaURZUkEyOGtRSGEzNHRrMU96VFU4YU9hd0wyeWt5aENyZ2hjclRWcDZ5X2Y5QVJ6XzJ1dnNqUVpDTQ\u0026q=https%3A%2F%2Ftwitter.com%2FMuxHQ","target":"TARGET_NEW_WINDOW","nofollow":true}}},{"text":"\n\n"},{"text":"00:00"},{"text":" Skool 네이티브 비디오 소개\n"},{"text":"00:35"},{"text":" Mux 팀 소개\n"},{"text":"00:57"},{"text":" Mux 도입 전 과제\n"},{"text":"01:56"},{"text":" Mux를 활용한 네이티브 비디오 구현\n"},{"text":"02:14"},{"text":" 커뮤니티 반응 및 이점\n"},{"text":"03:00"},{"text":" Mux를 선택해야 하는 이유\n"},{"text":"05:05"},{"text":" Mux의 기술적 장점\n"},{"text":"07:41"},{"text":" 커뮤니티 및 접근성 기능\n"},{"text":"13:22"},{"text":" 마무리 및 추천 사항"}]},"viewCountText":{"simpleText":"조회수 700회"},"publishedTimeText":{"runs":[{"text":"4개월 전"}]},"readMoreText":{"runs":[{"text":"자세히 알아보기","navigationEndpoint":{"clickTrackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=67xkBbE8mdc","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"67xkBbE8mdc","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr5---sn-ab02a0nfpgxapox-jwwy.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=ebbc6405b13c99d7\u0026ip=1.208.108.242\u0026initcwndbps=4130000\u0026mt=1768293662\u0026oweuc="}}}}}}]}}}],"trackingParams":"CPcDELsvGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7k="}},{"itemSectionRenderer":{"contents":[{"shelfRenderer":{"title":{"runs":[{"text":"Mux Guides","navigationEndpoint":{"clickTrackingParams":"CKoDENwcGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/playlist?list=PLT1O_ldt2tghVpbzpnkoWlSMYmRI0iNU2","webPageType":"WEB_PAGE_TYPE_PLAYLIST","rootVe":5754,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"VLPLT1O_ldt2tghVpbzpnkoWlSMYmRI0iNU2"}}}]},"endpoint":{"clickTrackingParams":"CKoDENwcGAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/playlist?list=PLT1O_ldt2tghVpbzpnkoWlSMYmRI0iNU2","webPageType":"WEB_PAGE_TYPE_PLAYLIST","rootVe":5754,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"VLPLT1O_ldt2tghVpbzpnkoWlSMYmRI0iNU2"}},"content":{"horizontalListRenderer":{"items":[{"gridVideoRenderer":{"videoId":"fgNxjLOYOEI","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/fgNxjLOYOEI/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLAdJkR0JUlR9YvsZMvEjOiDY2U6Qw","width":168,"height":94},{"url":"https://i.ytimg.com/vi/fgNxjLOYOEI/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLD66UF5JhyvJLKShXr1ozTckvAr2A","width":196,"height":110},{"url":"https://i.ytimg.com/vi/fgNxjLOYOEI/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLBg-LDcuBK9354crZARmMNeYyVRcw","width":246,"height":138},{"url":"https://i.ytimg.com/vi/fgNxjLOYOEI/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLBSSE5jzgs4v7SOjrnqnL9zIC07dQ","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"AI로 라이브 영상을 조정하는 방법 6분 16초"}},"simpleText":"AI로 라이브 영상을 조정하는 방법"},"publishedTimeText":{"simpleText":"4개월 전"},"viewCountText":{"simpleText":"조회수 1,130회"},"navigationEndpoint":{"clickTrackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7kyBmctaGlnaFoYVUNHYWRkU2xWU0s4M1BPU3l0a0wyMXJRmgEFEPI4GGSqASJQTFQxT19sZHQydGdoVnBienBua29XbFNNWW1SSTBpTlUyygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=fgNxjLOYOEI","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"fgNxjLOYOEI","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr5---sn-ab02a0nfpgxapox-bh2zr.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=7e03718cb3983842\u0026ip=1.208.108.242\u0026initcwndbps=3965000\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"Mux","navigationEndpoint":{"clickTrackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/@MuxHQ","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UCGaddSlVSK83POSytkL21rQ","canonicalBaseUrl":"/@MuxHQ"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibilityData":{"label":"자막"}}}],"trackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7lAwvDgnMux3IF-qgEiUExUMU9fbGR0MnRnaFZwYnpwbmtvV2xTTVltUkkwaU5VMg==","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 1.1천회"}},"simpleText":"조회수 1.1천회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"CPYDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CPYDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"fgNxjLOYOEI","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CPYDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["fgNxjLOYOEI"],"params":"CAQ%3D"}},"videoIds":["fgNxjLOYOEI"],"videoCommand":{"clickTrackingParams":"CPYDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=fgNxjLOYOEI","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"fgNxjLOYOEI","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr5---sn-ab02a0nfpgxapox-bh2zr.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=7e03718cb3983842\u0026ip=1.208.108.242\u0026initcwndbps=3965000\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"CPYDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"CPUDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"CPUDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgtmZ054akxPWU9FSQ%3D%3D"}}}}}},"trackingParams":"CPUDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuServiceItemRenderer":{"text":{"runs":[{"text":"공유"}]},"icon":{"iconType":"SHARE"},"serviceEndpoint":{"clickTrackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/share/get_share_panel"}},"shareEntityServiceEndpoint":{"serializedShareEntity":"CgtmZ054akxPWU9FSQ%3D%3D","commands":[{"clickTrackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","openPopupAction":{"popup":{"unifiedSharePanelRenderer":{"trackingParams":"CPQDEI5iIhMIi87v6ZCIkgMV8AXqAR1qrBe5","showLoadingSpinner":true}},"popupType":"DIALOG","beReused":true}}]}},"trackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","hasSeparator":true}}],"trackingParams":"CPEDEJQ1GAAiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibility":{"accessibilityData":{"label":"작업 메뉴"}}}},"thumbnailOverlays":[{"thumbnailOverlayTimeStatusRenderer":{"text":{"accessibility":{"accessibilityData":{"label":"6분 16초"}},"simpleText":"6:16"},"style":"DEFAULT"}},{"thumbnailOverlayToggleButtonRenderer":{"isToggled":false,"untoggledIcon":{"iconType":"WATCH_LATER"},"toggledIcon":{"iconType":"CHECK"},"untoggledTooltip":"나중에 볼 동영상","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CPMDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"addedVideoId":"fgNxjLOYOEI","action":"ACTION_ADD_VIDEO"}]}},"toggledServiceEndpoint":{"clickTrackingParams":"CPMDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"action":"ACTION_REMOVE_VIDEO_BY_VIDEO_ID","removedVideoId":"fgNxjLOYOEI"}]}},"untoggledAccessibility":{"accessibilityData":{"label":"나중에 볼 동영상"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CPMDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayToggleButtonRenderer":{"untoggledIcon":{"iconType":"ADD_TO_QUEUE_TAIL"},"toggledIcon":{"iconType":"PLAYLIST_ADD_CHECK"},"untoggledTooltip":"현재 재생목록에 추가","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CPIDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CPIDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"fgNxjLOYOEI","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CPIDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["fgNxjLOYOEI"],"params":"CAQ%3D"}},"videoIds":["fgNxjLOYOEI"]}}]}},"untoggledAccessibility":{"accessibilityData":{"label":"현재 재생목록에 추가"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CPIDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayNowPlayingRenderer":{"text":{"runs":[{"text":"지금 재생 중"}]}}}]}},{"gridVideoRenderer":{"videoId":"-n7wbMXbxwM","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/-n7wbMXbxwM/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLDSNwiRfXOsEIJbiBSJKCCtJDJqyQ","width":168,"height":94},{"url":"https://i.ytimg.com/vi/-n7wbMXbxwM/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLBA4-3kVWPwB9oJEk-xk_V6tksnjg","width":196,"height":110},{"url":"https://i.ytimg.com/vi/-n7wbMXbxwM/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLBmrR_RK4QjE6HeiesPMx2qGUkBsA","width":246,"height":138},{"url":"https://i.ytimg.com/vi/-n7wbMXbxwM/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLCUX8XDUt-hPHhPnEsi8V0dvMuNlg","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"How Mux's flexible video streaming api fits in with your stack 3분 51초"}},"simpleText":"How Mux's flexible video streaming api fits in with your stack"},"publishedTimeText":{"simpleText":"1년 전"},"viewCountText":{"simpleText":"조회수 3,249회"},"navigationEndpoint":{"clickTrackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7kyBmctaGlnaFoYVUNHYWRkU2xWU0s4M1BPU3l0a0wyMXJRmgEFEPI4GGSqASJQTFQxT19sZHQydGdoVnBienBua29XbFNNWW1SSTBpTlUyygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=-n7wbMXbxwM","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"-n7wbMXbxwM","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr7---sn-ab02a0nfpgxapox-bh26d.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=fa7ef06cc5dbc703\u0026ip=1.208.108.242\u0026initcwndbps=4492500\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"Mux","navigationEndpoint":{"clickTrackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/@MuxHQ","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UCGaddSlVSK83POSytkL21rQ","canonicalBaseUrl":"/@MuxHQ"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibilityData":{"label":"자막"}}}],"trackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7lAg47vrsyNvL_6AaoBIlBMVDFPX2xkdDJ0Z2hWcGJ6cG5rb1dsU01ZbVJJMGlOVTI=","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 3.2천회"}},"simpleText":"조회수 3.2천회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"CPADEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CPADEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"-n7wbMXbxwM","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CPADEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["-n7wbMXbxwM"],"params":"CAQ%3D"}},"videoIds":["-n7wbMXbxwM"],"videoCommand":{"clickTrackingParams":"CPADEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=-n7wbMXbxwM","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"-n7wbMXbxwM","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr7---sn-ab02a0nfpgxapox-bh26d.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=fa7ef06cc5dbc703\u0026ip=1.208.108.242\u0026initcwndbps=4492500\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"CPADEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"CO8DEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"CO8DEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgstbjd3Yk1YYnh3TQ%3D%3D"}}}}}},"trackingParams":"CO8DEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuServiceItemRenderer":{"text":{"runs":[{"text":"공유"}]},"icon":{"iconType":"SHARE"},"serviceEndpoint":{"clickTrackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/share/get_share_panel"}},"shareEntityServiceEndpoint":{"serializedShareEntity":"Cgstbjd3Yk1YYnh3TQ%3D%3D","commands":[{"clickTrackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","openPopupAction":{"popup":{"unifiedSharePanelRenderer":{"trackingParams":"CO4DEI5iIhMIi87v6ZCIkgMV8AXqAR1qrBe5","showLoadingSpinner":true}},"popupType":"DIALOG","beReused":true}}]}},"trackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","hasSeparator":true}}],"trackingParams":"COsDEJQ1GAEiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibility":{"accessibilityData":{"label":"작업 메뉴"}}}},"thumbnailOverlays":[{"thumbnailOverlayTimeStatusRenderer":{"text":{"accessibility":{"accessibilityData":{"label":"3분 51초"}},"simpleText":"3:51"},"style":"DEFAULT"}},{"thumbnailOverlayToggleButtonRenderer":{"isToggled":false,"untoggledIcon":{"iconType":"WATCH_LATER"},"toggledIcon":{"iconType":"CHECK"},"untoggledTooltip":"나중에 볼 동영상","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"CO0DEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"addedVideoId":"-n7wbMXbxwM","action":"ACTION_ADD_VIDEO"}]}},"toggledServiceEndpoint":{"clickTrackingParams":"CO0DEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"action":"ACTION_REMOVE_VIDEO_BY_VIDEO_ID","removedVideoId":"-n7wbMXbxwM"}]}},"untoggledAccessibility":{"accessibilityData":{"label":"나중에 볼 동영상"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"CO0DEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayToggleButtonRenderer":{"untoggledIcon":{"iconType":"ADD_TO_QUEUE_TAIL"},"toggledIcon":{"iconType":"PLAYLIST_ADD_CHECK"},"untoggledTooltip":"현재 재생목록에 추가","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"COwDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"COwDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"-n7wbMXbxwM","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"COwDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["-n7wbMXbxwM"],"params":"CAQ%3D"}},"videoIds":["-n7wbMXbxwM"]}}]}},"untoggledAccessibility":{"accessibilityData":{"label":"현재 재생목록에 추가"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"COwDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayNowPlayingRenderer":{"text":{"runs":[{"text":"지금 재생 중"}]}}}]}},{"gridVideoRenderer":{"videoId":"HFYfI_ZC3EQ","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/HFYfI_ZC3EQ/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLB72oM2dumoYasTidHpE2wOYY3XTQ","width":168,"height":94},{"url":"https://i.ytimg.com/vi/HFYfI_ZC3EQ/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLBuujHHTre2aSvXZiZqzScvF7dayQ","width":196,"height":110},{"url":"https://i.ytimg.com/vi/HFYfI_ZC3EQ/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLDYhAKpuOHDhs-XeghMEGyuDfHSWQ","width":246,"height":138},{"url":"https://i.ytimg.com/vi/HFYfI_ZC3EQ/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLAKwQhmsQGWxDvIRuy0TpBeoX0qSw","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"Mux Video API Quick Start (get started in 1 min) 2분 4초"}},"simpleText":"Mux Video API Quick Start (get started in 1 min)"},"publishedTimeText":{"simpleText":"1년 전"},"viewCountText":{"simpleText":"조회수 1,096,303회"},"navigationEndpoint":{"clickTrackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7kyBmctaGlnaFoYVUNHYWRkU2xWU0s4M1BPU3l0a0wyMXJRmgEFEPI4GGSqASJQTFQxT19sZHQydGdoVnBienBua29XbFNNWW1SSTBpTlUyygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=HFYfI_ZC3EQ\u0026pp=0gcJCU0KAYcqIYzv","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"HFYfI_ZC3EQ","playerParams":"0gcJCU0KAYcqIYzv","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr7---sn-ab02a0nfpgxapox-bh2ed.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=1c561f23f642dc44\u0026ip=1.208.108.242\u0026initcwndbps=3931250\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"Mux","navigationEndpoint":{"clickTrackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/@MuxHQ","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UCGaddSlVSK83POSytkL21rQ","canonicalBaseUrl":"/@MuxHQ"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibilityData":{"label":"자막"}}}],"trackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7lAxLiLsr_kh6scqgEiUExUMU9fbGR0MnRnaFZwYnpwbmtvV2xTTVltUkkwaU5VMg==","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 109만회"}},"simpleText":"조회수 109만회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"COoDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"COoDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"HFYfI_ZC3EQ","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"COoDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["HFYfI_ZC3EQ"],"params":"CAQ%3D"}},"videoIds":["HFYfI_ZC3EQ"],"videoCommand":{"clickTrackingParams":"COoDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=HFYfI_ZC3EQ","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"HFYfI_ZC3EQ","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr7---sn-ab02a0nfpgxapox-bh2ed.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=1c561f23f642dc44\u0026ip=1.208.108.242\u0026initcwndbps=3931250\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"COoDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"COkDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"COkDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgtIRllmSV9aQzNFUQ%3D%3D"}}}}}},"trackingParams":"COkDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuServiceItemRenderer":{"text":{"runs":[{"text":"공유"}]},"icon":{"iconType":"SHARE"},"serviceEndpoint":{"clickTrackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/share/get_share_panel"}},"shareEntityServiceEndpoint":{"serializedShareEntity":"CgtIRllmSV9aQzNFUQ%3D%3D","commands":[{"clickTrackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","openPopupAction":{"popup":{"unifiedSharePanelRenderer":{"trackingParams":"COgDEI5iIhMIi87v6ZCIkgMV8AXqAR1qrBe5","showLoadingSpinner":true}},"popupType":"DIALOG","beReused":true}}]}},"trackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","hasSeparator":true}}],"trackingParams":"COUDEJQ1GAIiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibility":{"accessibilityData":{"label":"작업 메뉴"}}}},"thumbnailOverlays":[{"thumbnailOverlayTimeStatusRenderer":{"text":{"accessibility":{"accessibilityData":{"label":"2분 4초"}},"simpleText":"2:04"},"style":"DEFAULT"}},{"thumbnailOverlayToggleButtonRenderer":{"isToggled":false,"untoggledIcon":{"iconType":"WATCH_LATER"},"toggledIcon":{"iconType":"CHECK"},"untoggledTooltip":"나중에 볼 동영상","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"COcDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"addedVideoId":"HFYfI_ZC3EQ","action":"ACTION_ADD_VIDEO"}]}},"toggledServiceEndpoint":{"clickTrackingParams":"COcDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"action":"ACTION_REMOVE_VIDEO_BY_VIDEO_ID","removedVideoId":"HFYfI_ZC3EQ"}]}},"untoggledAccessibility":{"accessibilityData":{"label":"나중에 볼 동영상"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"COcDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayToggleButtonRenderer":{"untoggledIcon":{"iconType":"ADD_TO_QUEUE_TAIL"},"toggledIcon":{"iconType":"PLAYLIST_ADD_CHECK"},"untoggledTooltip":"현재 재생목록에 추가","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"COYDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"COYDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"HFYfI_ZC3EQ","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"COYDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["HFYfI_ZC3EQ"],"params":"CAQ%3D"}},"videoIds":["HFYfI_ZC3EQ"]}}]}},"untoggledAccessibility":{"accessibilityData":{"label":"현재 재생목록에 추가"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"COYDEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayNowPlayingRenderer":{"text":{"runs":[{"text":"지금 재생 중"}]}}}]}},{"gridVideoRenderer":{"videoId":"yds5lXdNR4k","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/yds5lXdNR4k/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLAnGZv80kTd-IP35yiPxGP8kO9Hvg","width":168,"height":94},{"url":"https://i.ytimg.com/vi/yds5lXdNR4k/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLCMe4K8L_sb_fN1TrJJw8nv69gnNg","width":196,"height":110},{"url":"https://i.ytimg.com/vi/yds5lXdNR4k/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLCDTsxYivviFl5kT1nNEwxKR3FBLA","width":246,"height":138},{"url":"https://i.ytimg.com/vi/yds5lXdNR4k/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLCX83hhkuTnSJQa84OF1ExbyYXykg","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"Get started with the Mux live stream API 8분 39초"}},"simpleText":"Get started with the Mux live stream API"},"publishedTimeText":{"simpleText":"1년 전"},"viewCountText":{"simpleText":"조회수 71,344회"},"navigationEndpoint":{"clickTrackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7kyBmctaGlnaFoYVUNHYWRkU2xWU0s4M1BPU3l0a0wyMXJRmgEFEPI4GGSqASJQTFQxT19sZHQydGdoVnBienBua29XbFNNWW1SSTBpTlUyygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=yds5lXdNR4k","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"yds5lXdNR4k","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr1---sn-ab02a0nfpgxapox-bh2e6.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=c9db3995774d4789\u0026ip=1.208.108.242\u0026initcwndbps=3155000\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"Mux","navigationEndpoint":{"clickTrackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/@MuxHQ","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UCGaddSlVSK83POSytkL21rQ","canonicalBaseUrl":"/@MuxHQ"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibilityData":{"label":"자막"}}}],"trackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7lAiY-1uteyzu3JAaoBIlBMVDFPX2xkdDJ0Z2hWcGJ6cG5rb1dsU01ZbVJJMGlOVTI=","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 7.1만회"}},"simpleText":"조회수 7.1만회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"COQDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"COQDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"yds5lXdNR4k","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"COQDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["yds5lXdNR4k"],"params":"CAQ%3D"}},"videoIds":["yds5lXdNR4k"],"videoCommand":{"clickTrackingParams":"COQDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=yds5lXdNR4k","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"yds5lXdNR4k","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr1---sn-ab02a0nfpgxapox-bh2e6.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=c9db3995774d4789\u0026ip=1.208.108.242\u0026initcwndbps=3155000\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"COQDEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"COMDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"COMDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgt5ZHM1bFhkTlI0aw%3D%3D"}}}}}},"trackingParams":"COMDEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuServiceItemRenderer":{"text":{"runs":[{"text":"공유"}]},"icon":{"iconType":"SHARE"},"serviceEndpoint":{"clickTrackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/share/get_share_panel"}},"shareEntityServiceEndpoint":{"serializedShareEntity":"Cgt5ZHM1bFhkTlI0aw%3D%3D","commands":[{"clickTrackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","openPopupAction":{"popup":{"unifiedSharePanelRenderer":{"trackingParams":"COIDEI5iIhMIi87v6ZCIkgMV8AXqAR1qrBe5","showLoadingSpinner":true}},"popupType":"DIALOG","beReused":true}}]}},"trackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","hasSeparator":true}}],"trackingParams":"CN8DEJQ1GAMiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibility":{"accessibilityData":{"label":"작업 메뉴"}}}},"thumbnailOverlays":[{"thumbnailOverlayTimeStatusRenderer":{"text":{"accessibility":{"accessibilityData":{"label":"8분 39초"}},"simpleText":"8:39"},"style":"DEFAULT"}},{"thumbnailOverlayToggleButtonRenderer":{"isToggled":false,"untoggledIcon":{"iconType":"WATCH_LATER"},"toggledIcon":{"iconType":"CHECK"},"untoggledTooltip":"나중에 볼 동영상","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"COEDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"addedVideoId":"yds5lXdNR4k","action":"ACTION_ADD_VIDEO"}]}},"toggledServiceEndpoint":{"clickTrackingParams":"COEDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/browse/edit_playlist"}},"playlistEditEndpoint":{"playlistId":"WL","actions":[{"action":"ACTION_REMOVE_VIDEO_BY_VIDEO_ID","removedVideoId":"yds5lXdNR4k"}]}},"untoggledAccessibility":{"accessibilityData":{"label":"나중에 볼 동영상"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"COEDEPnnAxgCIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayToggleButtonRenderer":{"untoggledIcon":{"iconType":"ADD_TO_QUEUE_TAIL"},"toggledIcon":{"iconType":"PLAYLIST_ADD_CHECK"},"untoggledTooltip":"현재 재생목록에 추가","toggledTooltip":"추가됨","untoggledServiceEndpoint":{"clickTrackingParams":"COADEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"COADEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"yds5lXdNR4k","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"COADEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["yds5lXdNR4k"],"params":"CAQ%3D"}},"videoIds":["yds5lXdNR4k"]}}]}},"untoggledAccessibility":{"accessibilityData":{"label":"현재 재생목록에 추가"}},"toggledAccessibility":{"accessibilityData":{"label":"추가됨"}},"trackingParams":"COADEMfsBBgDIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"thumbnailOverlayNowPlayingRenderer":{"text":{"runs":[{"text":"지금 재생 중"}]}}}]}},{"gridVideoRenderer":{"videoId":"p-vOFAn6eDM","thumbnail":{"thumbnails":[{"url":"https://i.ytimg.com/vi/p-vOFAn6eDM/hqdefault.jpg?sqp=-oaymwEiCKgBEF5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLCx07WX5lMTeOvtevrcK-esEAJCqw","width":168,"height":94},{"url":"https://i.ytimg.com/vi/p-vOFAn6eDM/hqdefault.jpg?sqp=-oaymwEiCMQBEG5IWvKriqkDFQgBFQAAAAAYASUAAMhCPQCAokN4AQ==\u0026rs=AOn4CLAndwXRzAzKm4mvnleqBConivmYGQ","width":196,"height":110},{"url":"https://i.ytimg.com/vi/p-vOFAn6eDM/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLCsWzKDBKxCiZc7peHo3OpLXOc0mg","width":246,"height":138},{"url":"https://i.ytimg.com/vi/p-vOFAn6eDM/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLCy9EzNxanlU8xjP1zbs89NOo554A","width":336,"height":188}]},"title":{"accessibility":{"accessibilityData":{"label":"Safeguard your video content: DRM setup tutorial 2분 23초"}},"simpleText":"Safeguard your video content: DRM setup tutorial"},"publishedTimeText":{"simpleText":"1년 전"},"viewCountText":{"simpleText":"조회수 22,166회"},"navigationEndpoint":{"clickTrackingParams":"CNkDEJQ1GAQiEwiLzu_pkIiSAxXwBeoBHWqsF7kyBmctaGlnaFoYVUNHYWRkU2xWU0s4M1BPU3l0a0wyMXJRmgEFEPI4GGSqASJQTFQxT19sZHQydGdoVnBienBua29XbFNNWW1SSTBpTlUyygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=p-vOFAn6eDM","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"p-vOFAn6eDM","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr4---sn-ab02a0nfpgxapox-bh2zr.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=a7ebce1409fa7833\u0026ip=1.208.108.242\u0026initcwndbps=3965000\u0026mt=1768293662\u0026oweuc="}}}}},"shortBylineText":{"runs":[{"text":"Mux","navigationEndpoint":{"clickTrackingParams":"CNkDEJQ1GAQiEwiLzu_pkIiSAxXwBeoBHWqsF7nKAQT_mCn7","commandMetadata":{"webCommandMetadata":{"url":"/@MuxHQ","webPageType":"WEB_PAGE_TYPE_CHANNEL","rootVe":3611,"apiUrl":"/youtubei/v1/browse"}},"browseEndpoint":{"browseId":"UCGaddSlVSK83POSytkL21rQ","canonicalBaseUrl":"/@MuxHQ"}}}]},"badges":[{"metadataBadgeRenderer":{"style":"BADGE_STYLE_TYPE_SIMPLE","label":"자막","trackingParams":"CNkDEJQ1GAQiEwiLzu_pkIiSAxXwBeoBHWqsF7k=","accessibilityData":{"label":"자막"}}}],"trackingParams":"CNkDEJQ1GAQiEwiLzu_pkIiSAxXwBeoBHWqsF7lAs_Dpz8DC8_WnAaoBIlBMVDFPX2xkdDJ0Z2hWcGJ6cG5rb1dsU01ZbVJJMGlOVTI=","shortViewCountText":{"accessibility":{"accessibilityData":{"label":"조회수 2.2만회"}},"simpleText":"조회수 2.2만회"},"menu":{"menuRenderer":{"items":[{"menuServiceItemRenderer":{"text":{"runs":[{"text":"현재 재생목록에 추가"}]},"icon":{"iconType":"ADD_TO_QUEUE_TAIL"},"serviceEndpoint":{"clickTrackingParams":"CN4DEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true}},"signalServiceEndpoint":{"signal":"CLIENT_SIGNAL","actions":[{"clickTrackingParams":"CN4DEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","addToPlaylistCommand":{"openMiniplayer":true,"videoId":"p-vOFAn6eDM","listType":"PLAYLIST_EDIT_LIST_TYPE_QUEUE","onCreateListCommand":{"clickTrackingParams":"CN4DEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"sendPost":true,"apiUrl":"/youtubei/v1/playlist/create"}},"createPlaylistServiceEndpoint":{"videoIds":["p-vOFAn6eDM"],"params":"CAQ%3D"}},"videoIds":["p-vOFAn6eDM"],"videoCommand":{"clickTrackingParams":"CN4DEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"/watch?v=p-vOFAn6eDM","webPageType":"WEB_PAGE_TYPE_WATCH","rootVe":3832}},"watchEndpoint":{"videoId":"p-vOFAn6eDM","watchEndpointSupportedOnesieConfig":{"html5PlaybackOnesieConfig":{"commonConfig":{"url":"https://rr4---sn-ab02a0nfpgxapox-bh2zr.googlevideo.com/initplayback?source=youtube\u0026oeis=1\u0026c=WEB\u0026oad=3200\u0026ovd=3200\u0026oaad=11000\u0026oavd=11000\u0026ocs=700\u0026oewis=1\u0026oputc=1\u0026ofpcc=1\u0026msp=1\u0026odepv=1\u0026id=a7ebce1409fa7833\u0026ip=1.208.108.242\u0026initcwndbps=3965000\u0026mt=1768293662\u0026oweuc="}}}}}}}]}},"trackingParams":"CN4DEP6YBBgGIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuNavigationItemRenderer":{"text":{"runs":[{"text":"재생목록에 저장"}]},"icon":{"iconType":"BOOKMARK_BORDER"},"navigationEndpoint":{"clickTrackingParams":"CN0DEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","commandMetadata":{"webCommandMetadata":{"url":"https://accounts.google.com/ServiceLogin?service=youtube\u0026uilel=3\u0026passive=true\u0026continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Dko\u0026hl=ko","webPageType":"WEB_PAGE_TYPE_UNKNOWN","rootVe":83769}},"signInEndpoint":{"nextEndpoint":{"clickTrackingParams":"CN0DEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5ygEE_5gp-w==","showSheetCommand":{"panelLoadingStrategy":{"requestTemplate":{"panelId":"PAadd_to_playlist","params":"-gYNCgtwLXZPRkFuNmVETQ%3D%3D"}}}}}},"trackingParams":"CN0DEJSsCRgHIhMIi87v6ZCIkgMV8AXqAR1qrBe5"}},{"menuS
2026-01-13T08:48:14
https://dev.to/t/backend/page/6
Backend Page 6 - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close # backend Follow Hide Desenvolvimento do lado do servidor, APIs, bancos de dados e logica de negocios. Create Post Older #backend posts 3 4 5 6 7 8 9 10 11 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Spring Boot 로깅 설정 가이드 - Logback 설정과 활용 dss99911 dss99911 dss99911 Follow Dec 31 '25 Spring Boot 로깅 설정 가이드 - Logback 설정과 활용 # backend # spring # logging # logback Comments Add Comment 2 min read Spring Cloud 마이크로서비스 - Eureka와 Multi-Module 프로젝트 dss99911 dss99911 dss99911 Follow Dec 31 '25 Spring Cloud 마이크로서비스 - Eureka와 Multi-Module 프로젝트 # backend # spring # microservices # eureka Comments Add Comment 2 min read Spring Web MVC 완벽 가이드 - Controller, Session, Bootstrap 연동 dss99911 dss99911 dss99911 Follow Dec 31 '25 Spring Web MVC 완벽 가이드 - Controller, Session, Bootstrap 연동 # backend # spring # springmvc # controller Comments Add Comment 2 min read Hibernate JPA 쿼리 가이드 - HQL과 Criteria API dss99911 dss99911 dss99911 Follow Dec 31 '25 Hibernate JPA 쿼리 가이드 - HQL과 Criteria API # backend # database # hibernate # jpa Comments Add Comment 2 min read Spring Boot Actuator - 애플리케이션 모니터링 가이드 dss99911 dss99911 dss99911 Follow Dec 31 '25 Spring Boot Actuator - 애플리케이션 모니터링 가이드 # backend # spring # actuator # monitoring Comments Add Comment 2 min read Spring Security 시작하기 - 기본 설정과 인증 dss99911 dss99911 dss99911 Follow Dec 31 '25 Spring Security 시작하기 - 기본 설정과 인증 # backend # spring # springsecurity # authentication Comments Add Comment 2 min read Hibernate 쿼리 완벽 가이드 - HQL과 Criteria API dss99911 dss99911 dss99911 Follow Dec 31 '25 Hibernate 쿼리 완벽 가이드 - HQL과 Criteria API # backend # spring # jpa # hibernate Comments Add Comment 3 min read Let's separate the separation shymi shymi shymi Follow Dec 31 '25 Let's separate the separation # backend # programming # architecture Comments Add Comment 2 min read Hibernate JPA 어노테이션 가이드 - Entity, 상속, Named Query dss99911 dss99911 dss99911 Follow Dec 31 '25 Hibernate JPA 어노테이션 가이드 - Entity, 상속, Named Query # backend # database # hibernate # jpa Comments Add Comment 2 min read Hibernate JPA XML 설정 가이드 - 설정 파일과 매핑 dss99911 dss99911 dss99911 Follow Dec 31 '25 Hibernate JPA XML 설정 가이드 - 설정 파일과 매핑 # backend # database # hibernate # jpa Comments Add Comment 2 min read MySQL 함수 가이드 - 문자열, 날짜, CASE 구문 dss99911 dss99911 dss99911 Follow Dec 31 '25 MySQL 함수 가이드 - 문자열, 날짜, CASE 구문 # backend # database # mysql # sql Comments Add Comment 1 min read 데이터베이스 설계 기초 - 주의사항과 아키텍처 dss99911 dss99911 dss99911 Follow Dec 31 '25 데이터베이스 설계 기초 - 주의사항과 아키텍처 # backend # database # design # architecture Comments Add Comment 1 min read MongoDB 가이드 - 특징과 용어 정리 dss99911 dss99911 dss99911 Follow Dec 31 '25 MongoDB 가이드 - 특징과 용어 정리 # backend # database # mongodb # nosql Comments Add Comment 1 min read MySQL 고급 기능 - GROUP BY, Window Function, Stored Procedure dss99911 dss99911 dss99911 Follow Dec 31 '25 MySQL 고급 기능 - GROUP BY, Window Function, Stored Procedure # backend # database # mysql # sql Comments Add Comment 2 min read MyBatis 가이드 - 시작하기와 TypeHandler dss99911 dss99911 dss99911 Follow Dec 31 '25 MyBatis 가이드 - 시작하기와 TypeHandler # backend # database # mybatis # java Comments Add Comment 1 min read What Interviewing Interns Taught Us About Real-World Engineering Insights By VyskaTech Insights By VyskaTech Insights By VyskaTech Follow Dec 30 '25 What Interviewing Interns Taught Us About Real-World Engineering # discuss # interview # career # backend Comments Add Comment 3 min read simple-auth-jwt my SDK in python omariscode omariscode omariscode Follow Dec 30 '25 simple-auth-jwt my SDK in python # webdev # python # api # backend Comments Add Comment 1 min read MySQL 쿼리 완벽 가이드 - SELECT, INSERT, UPDATE, JOIN dss99911 dss99911 dss99911 Follow Dec 31 '25 MySQL 쿼리 완벽 가이드 - SELECT, INSERT, UPDATE, JOIN # backend # database # mysql # sql Comments Add Comment 1 min read MySQL 기초 - 명령어, DDL, 테이블 관리 dss99911 dss99911 dss99911 Follow Dec 31 '25 MySQL 기초 - 명령어, DDL, 테이블 관리 # backend # database # mysql # sql Comments Add Comment 1 min read Redis 완벽 가이드 - 개념부터 CLI 명령어까지 dss99911 dss99911 dss99911 Follow Dec 31 '25 Redis 완벽 가이드 - 개념부터 CLI 명령어까지 # backend # database # redis # nosql Comments Add Comment 1 min read IBM i Explained for Beginners: The Operating System That Runs Businesses Quietly Pʀᴀɴᴀᴠ Pʀᴀɴᴀᴠ Pʀᴀɴᴀᴠ Follow Dec 30 '25 IBM i Explained for Beginners: The Operating System That Runs Businesses Quietly # architecture # backend # beginners Comments Add Comment 3 min read Making an Unconventional Move 5 Months Into Backend Development Precious Afolabi Precious Afolabi Precious Afolabi Follow Dec 29 '25 Making an Unconventional Move 5 Months Into Backend Development # backend # node # beginners # webdev Comments Add Comment 2 min read Edge Computing in Backend Architectures Aviral Srivastava Aviral Srivastava Aviral Srivastava Follow Dec 29 '25 Edge Computing in Backend Architectures # architecture # backend # performance Comments Add Comment 8 min read Java EE / Enterprise Java Technologies – Practical Guide Neweraofcoding Neweraofcoding Neweraofcoding Follow Dec 30 '25 Java EE / Enterprise Java Technologies – Practical Guide # architecture # backend # java Comments Add Comment 2 min read How Does a Web Server Work in Spring Boot? (Request–Response Flow Explained) Abhishek Shahi Abhishek Shahi Abhishek Shahi Follow Dec 28 '25 How Does a Web Server Work in Spring Boot? (Request–Response Flow Explained) # architecture # java # backend # springboot Comments Add Comment 3 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/request-proxying
Request Proxying Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Request Proxying Request Proxying Request Proxying With tools that run from your browser, you run the risk of having requests blocked by ad blockers and chrome extensions. highlight.io supports proxying requests through your own domain. Rage Clicks Session Search Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://dev.to/vaibhavg/build-a-react-dashboard-3803
Building a React Dashboard in 2026: What Actually Matters (From a Dev Perspective) - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Vaibhav Gupta Posted on Jan 12 Building a React Dashboard in 2026: What Actually Matters (From a Dev Perspective) # webdev # react # opensource # frontend React dashboards are everywhere - analytics tools, internal admin panels, SaaS backends, and side projects. But most guides focus on UI screenshots or component libraries, not on what actually makes a React dashboard usable, scalable, and maintainable. This post breaks down what actually matters when building a React dashboard today - based on real-world patterns, not theory. 1. What a “React Dashboard” Really Is A React dashboard isn’t just cards and charts. At its core, it’s: A layout system (navigation, sidebars, responsiveness) A data display layer (tables, charts, KPIs) A state & data flow strategy A component architecture that survives long-term changes Most dashboards fail because one of these is ignored. 2. Layout First, UI Second Before picking a UI library or chart package, lock down your layout. Decide early: Sidebar vs top navigation (or hybrid) Fixed vs collapsible navigation Mobile behavior (dashboards break here first) Route-based layouts (not page-based) Rule of thumb: If your layout isn’t reusable across pages, you’ll fight CSS forever. 3. Component Structure That Scales A common mistake is dumping everything into /components . A more scalable structure: layouts/ → dashboard shell features/ → domain-specific logic (users, billing, analytics) ui/ → reusable UI primitives routes/ or pages/ → thin wrappers only This keeps the codebase readable even after months of iteration. 4. Styling: Utility-First Works Better for Dashboards Dashboards evolve constantly. Utility-first styling works well because: Faster iteration Predictable spacing Easy dark mode Less CSS overhead Dashboards benefit more from consistency than uniqueness. 5. Data Handling: Keep It Boring Dashboards don’t need experimental state management. What usually works best: Server-driven data Simple query caching Clear loading & empty states Section-level error handling If one widget fails, the entire dashboard shouldn’t. 6. Charts Are Secondary, Clarity Is Primary Charts are useful, but often overused. Ask instead: Is the data readable at a glance? Can users compare values easily? Do empty states explain why there’s no data? A clean table often beats a fancy chart. 7. When Using a Starter Dashboard Makes Sense Building from scratch is great for learning - not always for shipping. Starter dashboards help when: Layout patterns are already solved Responsiveness is handled Accessibility basics are covered Code is readable and extensible Open-source dashboards are especially useful for learning real-world patterns. 8. Open Source Dashboards as Learning Material Even if you don’t use them directly, reading open-source dashboard code teaches: Layout composition Routing structure Theme handling Reusable component design GitHub is often a better teacher than tutorials. Final Thoughts A good React dashboard isn’t about flashy UI. It’s about: Clear structure Predictable behavior Easy extensibility If your dashboard doesn’t fight you when adding new features, you’re on the right track. Useful references Free React admin dashboard templates (Tailwind-based): 👉 https://tailwind-admin.com/ Open-source dashboard codebase on GitHub: 👉 https://github.com/Tailwind-Admin/free-tailwind-admin-dashboard-template Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Vaibhav Gupta Follow Joined Jun 6, 2025 More from Vaibhav Gupta 11+ Best Open Source Shadcn Dashboard Templates for 2026 # webdev # opensource # react # nextjs Introducing Tailwindadmin - Open Source Shadcn Admin Dashboard for Developers # webdev # shadcn # react # nextjs MaterialM Open Source Vuetify NuxtJs Admin Dashboard Template - by WrapPixel # webdev # nuxt # vue # opensource 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://www.codenewbie.org/blog
CodeNewbie Home Podcast Codeland Base.cs Blog DEV Forem Visit CodeNewbie Community Blog From newbies and not-so-newbies Give the Gift of Coding: 5 Non-profit Orgs to Support this Season It’s the giving season, our annual reminder that we can make a difference in our communities by supporting organizations doing great work. We’ve picked five of our favorite organizations that are working to make technical skills accessible to... more Natalee Blagden December 20, 2017 Create Your Own CSS & HTML Holiday Trees In this tutorial, you’ll learn how to make a holiday tree using shapes made only of HTML and CSS. We’ll be... more Mary Katherine McKenzie December 18, 2017 The CodeNewbie Holiday Wish List The holidays are here! It’s time to exchange gifts with those near and dear to us, and maybe grab something for yourself too. If you’re shopping for a coder, here are some fun gift ideas. Bitcoin Paper Wallet with Bitcoin in... more Natalee Blagden December 15, 2017 5 Possible Reasons Why Your Codeland CFP Talk Wasn't Selected We're hard at work planning Codeland 2018 , and we just selected speakers from the CFP. Out of the hundreds of submissions we received for talks (we're still working on... more Saron Yitbarek December 13, 2017 What emojis tell us about encoding They're our punchlines. They're our kisses. They're our favourite way to share a lol. Emojis do a lot of work for us. But sometimes emojis don't show up properly, even though the text around them comes through just fine. For example, this... more Natalee Blagden December 08, 2017 How to get unstuck during a pair-programming interview One of the hardest parts of pair programming is figuring out what to do when you get stuck. Especially when you're pair programming as part of a job interview. What do you say? How do you prove you’re a reliable, competent coder, when you... more Natalee Blagden December 02, 2017 Bits, Bytes, and the Shift Toward 64-bit Apps BACKGROUND - FAMILIAR USES OF MEGABYTES You may be familiar with seeing megabytes (MB) and gigabytes (GB) as measures of computer memory. For example, think about sharing photos. You open an email. You attach a photo. The... more Natalee Blagden November 28, 2017 Yes, you can be a public speaker Originally published as this Twitter... more Saron Yitbarek November 21, 2017 How Do Browsers Work? The web browser is one of those things that we rely on to “automagically” do amazing things for us. Show me how to find coffee nearby…now! But how exactly does it turn code into pixels? CodeNewbie invited more Natalee Blagden November 16, 2017 How can I practice pair programming? Pair programming is part of the day-to-day software development process for many companies, and it can also be used as part of the technical interview process. When interviewing job candidates, it’s a helpful way to see how you might perform on... more Natalee Blagden November 16, 2017 Apple Rejected My App. What Do I Do Now? App Store rejections can be discouraging and downright puzzling. We’re here to help. According to Apple , 51% of App Store rejections fall into just 3... more Natalee Blagden November 16, 2017 Profile: Alicia Carr Reading time: 4 minutes Creating an app that goes viral is every developer’s dream.... more Natalee Blagden November 06, 2017 What is Swift? Reading time: 3 minutes Swift is the newest language available for developing apps for Apple products — all of them! Though Swift is synonymous with iOS and iPhones, one of the exciting reasons to learn it is that you can also... more Natalee Blagden November 04, 2017 New Scholarship Program for Web and Mobile Development Google and Udacity have teamed up to offer a new scholarship for 50,000 people to learn web development or mobile development (Android) skills. It’s a big step for them. CodeNewbie spoke with Stuart Frye, VP of Economic Opportunity at Udacity,... more Natalee Blagden November 03, 2017 Mentors on how to get a job in gaming, get started in VR, and use side projects to learn Our first #MentorMonday focused on gaming. We had three amazing mentors with years of experience in the industry share their thoughts, answer your questions,... more Saron Yitbarek September 25, 2017 Five common mistakes when writing a technical blog post I just finished reading over 200 writing samples for our tech writer position. Overall, I was blown away by the quality of the writing I reviewed. The pieces that stood out had personality, understood the newbie-ness of the reader, and had... more Saron Yitbarek September 24, 2017 100 Days of Code: CodeNewbie Edition For our last podcast episode of 2016, we interviewed Alex Kallaway , the creator of the #100DaysofCode challenge. He told us about the ups and downs of finishing the... more Saron Yitbarek January 03, 2017 Submit to the CodeNewbie Newsletter We've redesigned our CodeNewbie newsletter to help you in your coding journey. And if you haven't signed up for the newsletter, more Saron Yitbarek August 10, 2016 Logo Contest Winner Announced! We got over 150 submissions for our CodeNewbie logo contest, and we're so excited to finally announce the winner. Huge congrats to Jon Samp for his awesome logo (checkout... more Saron Yitbarek August 04, 2016 Celebrating 100 Podcast Episodes We're a few episodes away from our 100th podcast episode! I'm so excited and humbled by all the awesome people who've been on the show, from well-known programmers like more Saron Yitbarek July 25, 2016 CodeNewbie Logo Contest We love our green hashtag, but we need a new logo. So we’re turning to our CodeNewbie family for help! Submit your logo design to the CodeNewbie Logo Contest! The winner will get $200 worth of services from more CodeNewbie June 22, 2016 Sphero Dance Party My favorite toys allow me to take them apart and put them back together again. Looking at the individual components and how they fit together helps me to learn how they work. It also lets me tinker with the pieces and try to turn them into... more Jamal Hansen March 17, 2016 Password Checker Good passwords are an important part of life on the internet today. They can keep our computers secure and help us maintain our peace of mind knowing that our data is safe. There are many guidelines available that help us make... more Jamal Hansen March 02, 2016 Calculations Math can get complicated quickly. To help with this complexity, we have created tools to help us solve math problems. Abacuses are devices used to keep track of numbers and complex... more Jamal Hansen February 10, 2016 Hello CodeNewbies! Welcome back to the CodeNewbie Challenge! It is January and perhaps you have made a coding resolution , or you are just looking to improve your skills.... more Jamal Hansen January 27, 2016 Just One More This CodeNewbie Challenge is about incrementing numbers. Incrementing is the process of adding one to a number, making the number one larger. Consider the following example: x = 0... more Jamal Hansen December 16, 2015 Secret Santa Challenge Before starting the next CodeNewbie challenge, I would like to thank everyone who has participated in the challenge thus far. You have created a wonderful variety of solutions and made this project lots of fun. Thank you for... more Jamal Hansen December 02, 2015 Ruby Roundup 5 Ruby Monk  is a fun, interactive overview of the Ruby language. Each topic has a short explanation followed by a code example and a quick exercise. I find that it is especially helpful as a... more Julie Torres November 25, 2015 Code Breaker The Message From the time of Alan Turing and the codebreakers of Bletchley Park to today, computers have been closely tied to secret codes and cryptography.  In this Code Newbie Challenge, we will be using our computers to decode... more Jamal Hansen November 11, 2015 Zombie Alert! A CodeNewbie Challenge Warning! Increased undead activity has been detected. The Human Protection League is on high alert and is preparing to defend against a zombie attack. Recent reports give them reason to believe that the restless... more Jamal Hansen October 28, 2015 Mobile Roundup 6 One of the most important aspects of developing an application is usability. When you come up with your app concept, you... more Kaya Thomas October 23, 2015 Ruby Roundup 4 Try Ruby : If you’ve never touched Ruby before, this is a great place to start.... more Julie Torres October 23, 2015 Ante Up You have been contacted by CNB Tech Security who is in dire need of technical assistance. CNB Tech Security provides security services for the World Poker Federation, a prestigious Poker Tournament. CNB Tech Security has received reports... more Jamal Hansen October 15, 2015 Iron Coder #3: Iron Cloud Project Congratulations!!  Your work on the wacky Word Madness project was a success! In fact, it was so successful that... more Jamal Hansen September 30, 2015 Ruby Roundup 3 Understanding Ruby Blocks, Procs & Lambdas - The author begins his article with the statement that “Blocks,... more Julie Torres September 29, 2015 Mobile Roundup 5 JTCalendar - JTCalendar is an iOS open source calendar control library. If you need your users to pick a date within your app, this library allows... more Kaya Thomas September 23, 2015 First Iron Coder Project: FizzBuzz Synopsis The first Iron Coder challenge is Fizz Buzz, which outputs a list of numbers after performing some substitutions on it.  Sometimes a number will be replaced by “Fizz” and other times it will be replaced by... more Jamal Hansen September 11, 2015 Building the Hangman Game The first time that I gotta hear about the Code Newbie community was through an episode on the Giant Robots podcast with Saron as the guest. Being someone who has used Rails(for backend development) for a while along with very little javascript... more Mohnish Jadwani September 11, 2015 Front-End Roundup 3 SlideRuler's UX Design School - Is a course composed of 116+ hours of videos, articles and blog posts, all free and... more Niky Hernandez September 10, 2015 Leading the Hangman Project The hangman game got off to a slow start. We initially tried to organize our user stories and tasks with Github issues. I’ll be blunt: it was a mess. In theory we could use labels to identify high-priority items. Without the ability to sort our... more Dan Berger September 10, 2015 Mobile Roundup 4 Core Image Ever wonder how websites or apps like Facebook... more Kaya Thomas August 28, 2015 Python Thursday Group Adventure One of great things great things about coding is that is it fun to do alone and it is even more fun to do as a team. Being a productive team in a larger, friendly community is a great experience. As developers we have created tools... more Jamal Hansen August 20, 2015 My First Project Anyone who has walked the path of a developer knows, in the beginning, a big fear is working as a team. Even if you are learning how to code formally, through a college or university, you undoubtedly get nervous when the words, teamwork, or... more Jonathan Colon August 20, 2015 Three Lessons (of Many!) Learned Two months, 216 commits, and 28 pull requests later, we’ve built a text adventure game in Python. And along the way, I’ve learned a few things both as a contributor and as a facilitator for the project. Below are three of the many lessons... more Phillip Gray August 20, 2015 The Lessons They Never Teach You So I am sitting here thinking about my first blog post for Ruby Monday. Should I talk about code? Should I talk about testing? Should I talk about using has_many through relationships? You can learn that from documentation... more Farish Kashefinejad August 11, 2015 Advice for Code Newbies (aka A Thinly Veiled Plug for Ruby Monday) Come to think of it, I couldn't tell you how I heard about Ruby Monday in the first place. My best guess is the Code Newbie website via the podcast. Regardless of route (routes.rb?), I'm so glad I... more Mary Katherine McKenzie August 11, 2015 Testing Views in Multiple Browsers I was recently tasked with writing the views for our tags on the Ruby Monday group’s blog. The code is standard HTML with ERB for the... more Clayton Flesher August 10, 2015 Postgres Encoding Issues One of our community members had some trouble setting up our team project on his dev environment (cloud 9). He received some help but that wasn't enough. He... more Jesus Castello August 10, 2015 Mobile Roundup 3 Android Arsenal - As a mobile developer, sometimes it’s hard to find libraries for a feature you need in your application without tons of Googling. Android... more Kaya Thomas August 07, 2015 Front-End Roundup 2 Mockflow - You finally have a project in mind, you open up your web browser and start coding. Before you know it, you’ve spent more hours playing around with button... more Niky Hernandez August 06, 2015 Ruby Roundup 2 Jekyll Blog - If you’re looking for a first Ruby project, I highly recommend making a blog with Jekyll. Jekyll is a Ruby gem that gives you all the ingredients you need to... more Julie Torres July 30, 2015 Saturday Discussion We're starting a new Code Newbie project: The Saturday Discussion.  We're hoping to provide the community with guided talks on different coding concepts. These talks are not always... more Saron Yitbarek July 29, 2015 Mobile Roundup 2 Sinch - If you’re building an app that requires instant messaging between users or even voice calls, the Sinch API will allow you to integrate IM, SMS, and Voice... more Kaya Thomas July 24, 2015 Ruby Roundup 1 Our bi-weekly roundup of all things ruby! Well, just five things. Whether you're a ruby newbie or a more experienced rubyist, there's a great resource here for you. And if you've got a suggestion to include in a future roundup, post... more Julie Torres July 16, 2015 Front-End Roundup 1 What is Front-End Development? Is it really just coding the designs handed to us, or can we, as coders, also submerge ourselves in the world of UX/UI and Design? In this bi-weekly Front-End Roundup, we’ll share 5 newbie-friendly resources. If... more Niky Hernandez July 09, 2015 The Story of PHP PHP is a very popular server-side scripting language (a language that is not compiled, but interpreted), used by millions of developers all around the world. Like all programming languages, it has a history. It’s been through many different... more Ramsey Darling July 07, 2015 Mobile Roundup 1 NSHipster -  Ever come across a tutorial that breezes through the explanation of a very obscure class or library? Not... more Kaya Thomas June 30, 2015 Resource Roundup 6 Every week, we’ll share 5 of the most valuable, newbie-friendly posts and resources. If you come across something valuable that you think should be included be sure to let us know and I may include that in a future week’s post! You can post... more Colby Williams June 26, 2015 Resource Roundup 5 Every week, we’ll share 5 of the most valuable, newbie-friendly posts and resources. If you come across something valuable that you think should be included be sure to let us know and I may include that in a future week’s post! You can post... more Colby Williams June 19, 2015 Getting Started with iOS: Objective-C vs. Swift If you are interested in learning iOS programming and making iPhone/iPad applications, your first step is deciding which language to learn, Objective-C or Swift. In June 2014, Apple announced their new programming language, Swift, at their... more Kaya Thomas June 16, 2015 Resource Roundup 4 Every week, we’ll share 5 of the most valuable, newbie-friendly posts and resources. If you come across something valuable that you think should be included be sure to let us know and I may include that in a future week’s post! You can post... more Colby Williams June 12, 2015 Why You Should Test Your Code You may have heard people talk about testing their code. Another way to put it is writing specs. But what's that all about? To understand why we test, let's start with a simpler question. Take a look at the code snippet below.  Is... more Bill Gathen June 09, 2015 What Is Source Control? You have probably come across tutorials, tweets or blog posts that talk about something called git. If you are like me, your eyes begin to glaze over as you think to yourself “Great! Another short-worded technical term that I have no clue... more Julian Feliciano June 02, 2015 Resource Roundup 3 Every week, we’ll share 5 of the most valuable, newbie-friendly posts and resources. If you come across something valuable that you think should be included be sure to let us know and I may include that in a future week’s post! You can post... more Colby Williams May 30, 2015 Resource Roundup 2 Every week, we’ll share 5 of the most valuable, newbie-friendly posts and resources. If you come across something valuable that you think should be included be sure to let us know and I may include that in a future week’s post! You can post... more Colby Williams May 22, 2015 Speaking At RailsConf A couple weeks ago, I gave my talk Coding: Art or Craft ? at RailsConf, the largest conference for Ruby on Rails, a popular web... more Emily Xie May 20, 2015 Resource Roundup - No.1 Every week, we’ll share 5 of the most valuable, newbie-friendly posts and resources. If you come across something valuable that you think should be included be sure to let us know and I may include that in a future week’s post! You can post... more Colby Williams May 15, 2015 Python Thursday If you're learning Python and you're looking for a a real project to work on with a group of friendly code newbies, join us for #PythonThursday. Our first project is a text-based adventure game.  more Saron Yitbarek May 14, 2015 Object Oriented Programming vs. Functional Programming If you’ve spent much time in online tech forums or following technical folks on Twitter, you’ve probably heard an ongoing debate about the relative merits of Object-Oriented Programming (OOP) and Functional Programming (FP). What are they and... more Bill Gathen May 12, 2015 How To Solve FizzBuzz FizzBuzz is a simple game, often used in interview questions. The idea is to list a range of numbers, and if the number is divisible by 3 output "Fizz", or if the number is divisible by 5 output "Buzz". Finally if the number is divisible by... more Ramsey Darling May 05, 2015 JavaScript Tuesday If you're learning JavaScript and you're looking for a a real project to work on with a group of friendly code newbies, join us for #JavascriptTuesday. Our first project is building hangman. more Saron Yitbarek May 05, 2015 My Rails Conference Experience My trip started off like any other cross country trip I’ve taken: I packed my bags and headed for the airport. I was super excited for the upcoming conference and my very first RailsConf. I’ve been to many software engineering conferences, but... more Jared Smith April 30, 2015 Ruby Monday If you're learning ruby, come meet with some awesome CodeNewbies who are learning too. We're doing a team project with code reviews and pull requests, using the collaborative tools you'd need on the job. So sign up for our more Saron Yitbarek April 27, 2015 Our Code of Conduct This policy was adopted from the  FrontendLondon Slack community .This policy is a "living" document, and subject to refinement and expansion in the future. This policy... more Saron Yitbarek April 21, 2015 My Bootcamp Experience I get a lot of questions about my bootcamp experience. Here are the answers to the most frequently asked questions I get. Hope you find it helpful. Why did you pick ruby? I did a lot of research, and found... more Saron Yitbarek April 16, 2015 Saturday Coding Coding is more fun when we do it together. Even if you’re working on your own thing, it’s nice to know other people are learning to code alongside you. That’s why we’re starting “Saturday Coding.” Sign up for our  more Saron Yitbarek April 03, 2015 Hardware? Not So Hard I was terrified of hardware. I'd written software for decades, but had been spooked by a coder friend with an engineering degree who said "I like software better. When you do something wrong, you get an error message instead of a tiny puff of... more Bill Gathen March 27, 2015 Everything You Ever Wanted to Know About Arduino and Raspberry Pi Technology is making its way into everyday items at a dizzying pace. A great example is the NEST learning thermostat and how it changed the way we interact with our home heating... more Julian Feliciano March 22, 2015 Getting Starting With Making So you've heard about the "Maker Movement" and you'd like to try building a few projects of your own, but aren't sure where to start? Here's a bunch of resources that will help you begin your own Maker adventure. First, you need... more Bill Gathen March 14, 2015 ​When an old-timer becomes a newbie My first programming language was COBOL.* That was back in the day, when mainframes were all the rage. I was hooked by the buzz I got from seeing the computer do what I told it to do, even if that was “please spit out pharmaceutical sales... more Mary Scotton February 17, 2015 Our One-Year Anniversary A year ago , we had our very first #CodeNewbie twitter chat. I held my breath when I sent that first tweet. I was nervous, and I prayed that someone would tweet back. They did. And... more Saron Yitbarek February 04, 2015 How to Make a Pull Request Making your first pull request can be both an exciting and stressful endeavor. Your mind begins to flood with questions like “How can a newbie contribute to a project?”, “Where do I even begin?” and “What the heck is a pull request anyway?!?!”... more Julian Feliciano January 25, 2015 What is "Open Source"? If you’re in the tech industry, even as a code newbie, you’ve probably heard the term “open source.” And more than likely, you’ve used open source tools to code and learn to code. But open source isn’t a new concept. It started some forty years... more Ramsey Darling January 13, 2015 From Zero to Yahoo! My first open-source contribution was in 2009, about a year after switching from Java to Ruby. At that time the Java community didn’t put a premium on contributing to open-source, but Ruby clearly did. I felt some serious social pressure to... more Bill Gathen January 07, 2015 I am Christina For many years, I didn’t understand code or its impact on every aspect of life. And so I rejected it. This changed a few years ago when I was hired to complete the development of a new Identity Management application. It wasn’t a... more Christina Morillo December 16, 2014 Saying Yes I decided in high school that I wanted to help people through science and technology somehow . I came across programming in college and saw all the amazing things people created . After attending a hackathon as an observer to see how people... more Kerry Benjamin December 11, 2014 Scraped Knees Sunshine, helmets, scraped knees. The joy you both feel when a bike finally takes off and doesn't crash again within 15 seconds. They’re all part of the iconic experience of teaching a child to ride a bike. There are dozens of these moments... more Ramsey Darling December 08, 2014 What I look for in a junior developer Company Size: 50 total, 5 developers Field/Industry: Online Advertising Dev Responsibilities: Build internal tools to support the sales staff and account managers. Stack: Several dozen apps using Ruby, Rails/Sinatra with an... more Bill Gathen November 29, 2014 Asking For Help Sigh. I really hate this place. I’ve decided to build a feature, and I’m trying to decide how to approach it. The options seem endless. And by endless, I mean confusing. I have a short list of criteria I’d like my final solution to meet:-... more Saron Yitbarek September 09, 2014 Summer Check-In I forgot to go to the beach again.I heard lots of beach stories, seen my share of #imonaboat pics, but for some... more Jesus Castello August 05, 2014 Learn-to-Code Metrics I was pretty obsessed with understanding how I learn. Not how a person learns, but how I learn. I had to. Finding out what worked, what didn’t work, and measuring how much I learned was a matter of survival. The cost of not maximizing my... more Saron Yitbarek July 29, 2014
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/filtering-sessions
Filtering Sessions Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Filtering Sessions Filtering Sessions highlight.io allows you to filter sessions that you don't want to see in your session feed. This is useful for sessions that you know are not relevant to your application, or that are not actionable. Filtered sessions do not count towards your billing quota. Set up ingestion filters You can set up ingestion filters by product to limit the number of data points recorded. You can filter sessions, errors, logs, or traces in the following ways: Sample a percentage of all data. For example, you may configure ingestion of 1% of all sessions. For each session we receive, we will make a randomized decision that will result in storing only 1% of those. The random decision is based on the identifier of that product model for consistency. With traces, the Trace ID is used to make sure all children of the same trace are also ingested. Rate limit the maximum number of data points ingested in a 1 minute window. For example, you may configure a rate limit of 100 sessions per minute. This will allow you to limit the number of sessions recorded in case of a significant spike in usage of your product. Set up an exclusion query. For example, you may configure an exclusion query of environment: development . This will avoid ingesting all sessions tagged with the development environment. With these filters, we will only bill you for data actually retained. For instance, setting up ingestion of only 1% of all sessions will mean that you will be billed only for 1% of all sessions (as measured by our definition of a session ). You can configure the filters on your project settings page in highlight . Filter sessions by user identifier In some cases, you may want to filter sessions from a specific user. You can do this by adding the user identifier to the "Filtered Sessions" input under the "Session Replay" tab in your project settings . Please note that we use the identifier (or first argument) sent in your H.identify method to filter against (SDK docs here ). Filtering sessions without an error If you're using Highlight mostly for error monitoring, customize the ingest filters in your project settings to only record sessions with an error by setting the Has Error: false filter. Filtering sessions using custom logic If you'd like to filter sessions based on custom logic (e.g. filtering sessions from users who have not logged in), use the manualStart flag in your H.init configuration. This will allow you to start and stop a session at your discretion. H.init({ manualStart: true, // ... other options }) Then you can manually start a session by calling H.start : useEffect(() => { if (userIsLoggedIn) { H.start() } }, [userIsLoggedIn]) Disable all session recording If you're interested in using Highlight for the error monitoring or logging products without session replay, use the follow setting: import { H } from 'highlight.run'; H.init('<YOUR_PROJECT_ID>', { disableSessionRecording: true, // ... }); Want to filter something else? If you'd like an easier way to filter specific types of sessions, we're open to feedback. Please reach out to us in our discord community . Tracking Users & Recording Events GraphQL Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.highlight.io/docs/general/company/open-source/contributing/code-spaces
GitHub Code Spaces Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Company / Open Source / Contributing / GitHub Code Spaces GitHub Code Spaces Running on GitHub Codepsaces (in browser or in VS Code) Make sure you've forked the repo Visit https://github.com/codespaces and start a codepsace for highlight/highlight Install the VS Code Extension "GitHub Codespaces" Using VS Code, enter codespace - CMD + Shift + P , type codespace , select the Highlight codespace If docker is not running (try docker ps ), run a full rebuild: press CMD + Shift + P , select Codespaces: Full Rebuild Container # from highlight/ cd docker ./run.sh # View `http://localhost:3000` Application Architecture Code Style Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://www.coderabbit.ai/case-studies/how-codeRabbit-helped-plane-get-their-release-schedule-back-on-track
How Plane overcame their manual code review bottleneck Features Enterprise Customers Pricing Blog Resources Docs Trust Center Contact Us FAQ Log In Get a free trial How CodeRabbit helped Plane get their release schedule back on track Fewer bugs in production Faster merge cycles No more bottlenecks Improved dev productivity Plane San Francisco, California https://plane.so/ Engineering team size 12 Challenge Manually reviewing multiple daily PRs slowed down feature releases and impacted code quality Results CodeRabbit significantly reduced code review time, found more bugs, and got their release schedule back on track. Get started today Share Overview Plane , an open-core project management solution, had an ambitious roadmap and a tight-knit team determined to move fast. Despite the frontend team’s small size—just 12 engineers—they were responsible for significant scope: building and maintaining their cloud, self-hosted, and popular open source versions, fixing bugs, deploying new features, and continuously improving Plane’s performance and security. As the most popular open source project management tool, they also needed to review multiple, complex pull requests a day – including those from their many OSS contributors. That proved to be a blocker for the team. “Long review cycles slowed us down, ” explained Principal Engineer Sriram Veeraghanta. “Without clear PR summaries, understanding changes took time, delaying merges and feature releases. Bugs and inconsistencies slipped through, adding to tech debt.” Eager to free up developer time and get their release schedule back on track, Sriram decided to try CodeRabbit, an AI-powered code review platform recommended to him by one of Plane’s OSS contributors. The result? Drastic improvements in review speed, code quality, and developer satisfaction. For Plane, that translated into less time spent buried in pull requests and more time hitting milestones that actually matter. Challenge: A manual code review bottleneck 50% Shorter reviews 90%+ of all bugs 4x faster PRs Before CodeRabbit, Plane relied on what Sriram characterized as the ‘standard process’ of manual reviews using code editors and GitHub’s built-in tools. “It worked,” he shared, “but was time-consuming and required a lot of back-and-forth to fully understand changes.” That manual code review process just couldn’t keep up with the speed of Plane’s development cycle. High pull request volume As an application-layer SaaS company building flexible open-core project management software, Plane’s roadmap involved building a wide range of vertical features. That – plus the typical volume of spam and fluff PRs an OSS tool receives –- translated into a steady stream of PRs. For Plane’s senior engineers, that made for an overwhelming daily workload of scanning line after line during manual code reviews. With research showing quality degradation in manual code reviews after 1 to 2 hours a day or reviewing ~400 lines, Sriram’s team struggled to keep up. Limited context in PRs Many developers wrote only brief or no descriptions for their PRs, forcing reviewers to piece together a puzzle. “It was hard to grasp the context,” recalled Sriram. “I had to manually go through files to understand the changes.” Slowed delivery and hidden bugs Manual code reviews caused merges and releases to slow down – interfering with Plane’s product roadmap. While basic static checks or linting tools caught some issues, many bugs, vulnerabilities, and large-scale refactoring complications often slipped through as each PR demanded significant engineering attention. Trapped in a cycle of low developer productivity With developers spending so much time on manual code reviews, they had less time to concentrate on writing code. That didn’t just impact velocity but also impacted code quality – which then meant that future code reviews would take even longer. That led to what felt like endless review cycles for Plane’s senior engineers. Why Plane loves CodeRabbit https://youtu.be/0WmK5QqqjJY Instant AI Summaries & Sequence Diagrams For Plane, CodeRabbit’s AI-generated summaries and the Sequence Diagrams were an immediate time-saver. With CodeRabbit, AI-generated summaries give me instant context and the visual file structure helps me spot critical changes quickly. These made it much easier to review changes quickly and catch critical issues without going through every file manually. -Sriram Veeraghanta, Principal Engineer That alone shaved hours off their daily reviews. Early issue detection Like with most small teams, Plane has to balance rapid iteration with stability and scalability – something that is harder to do if you’re always responding to issues in production or when the codebase has significant tech debt. AI code reviews helped considerably: Automated reviews catch issues early, improving both speed and code quality. -Sriram Veeraghanta, Principal Engineer With CodeRabbit, issues they might have missed before—including security vulnerabilities, logic errors, or concurrency pitfalls—were flagged right away . This proactive approach reduced the chance of shipping bugs into production. Faster, more efficient workflows Plane’s workflow improved dramatically because CodeRabbit goes beyond traditional static analysis by understanding context behind code changes and leveraging the advanced reasoning of generative AI. AI changed the game by accelerating reviews, providing better context, and catching issues early, making the entire workflow more efficient. -Sriram Veeraghanta, Principal Engineer Set up in minutes Implementing CodeRabbit was a breeze for Plane, which meant the team was able to start seeing value right away. “The setup was seamless—we configured CodeRabbit in just a few minutes, and the bot started reviewing our PRs instantly,” Sriram explained . “It fit right into our workflow without any friction.” The results: Quality code, shipped faster Significantly decreased code review time “PR review time has significantly decreased, improving deployment speed,” shared Sriram. Code reviews that used to take hours were now completed in a fraction of the time. CodeRabbit customers generally see a 50% reduction in overall review time. Fewer bugs reaching production By catching issues at the PR stage, the Plane team saw notable reductions in post-release fixes. “Fewer bugs make it into production thanks to early issue detection,” explained Sriram. Across our customers, CodeRabbit catches an average of 90%+ of all bugs and errors. Faster merge cycles With better context and fewer open questions, the team were able to merge PRs faster – and not fall behind on their release schedule. “We now spend less time on back-and-forth and more time shipping quality code,” explained Sriram. While results vary from team to team, CodeRabbit customers see an average of 4x faster PR merges. Improved developer productivity Less back-and-forth in PR discussions and less time on manual code reviews has allowed engineers to focus on building rather than reviewing. For that reason, Sriram believes CodeRabbit is essential for any development team. After all, “developer productivity is crucial for any organization,” he shared Immediate impact Plane started seeing value almost immediately—with faster reviews, better PR context, and improved collaboration. “CodeRabbit has sped up reviews, improved visibility, and helped catch issues early,” Sriram shared. Before CodeRabbit • Slow delivery • Hidden bugs • Low dev productivity After CodeRabbit Immediate reduction in bugs Significantly faster deployments Boosted dev productivity By implementing CodeRabbit, Plane successfully tackled the code review bottleneck that had slowed their team’s momentum. They’re now shipping features faster, collaborating more effectively as a team, and maintaining a high standard of code quality. As Sriram puts it: Code reviews are no longer a bottleneck. AI-driven insights help us catch issues early, and the team can focus more on writing better code rather than spending excessive time reviewing. The overall workflow is smoother and we ship faster with more confidence. -Sriram Veeraghanta, Principal Engineer Plane San Francisco, California https://plane.so/ Engineering team size 12 Challenge Manually reviewing multiple daily PRs slowed down feature releases and impacted code quality Results CodeRabbit significantly reduced code review time, found more bugs, and got their release schedule back on track. Get started today Want to see how CodeRabbit can help your team? Get a 14-day trial Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy Select language English 日本語 Terms of Service Privacy Policy CodeRabbit Inc © 2026 Products Pull Request Reviews IDE Reviews CLI Reviews Navigation About Us Features FAQ System Status Careers DPA Startup Program Vulnerability Disclosure Resources Blog Docs Changelog Case Studies Trust Center Brand Guidelines Contact Support Sales Pricing Partnerships Subscribe By signing up you agree to our Terms of Use and Privacy Policy
2026-01-13T08:48:14
https://dev.to/zio-mitch
Michele Carino - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Follow User actions Michele Carino 318 Temporarily a Teapot The server is temporarily unable to brew coffee because it is, for the moment, a teapot. The condition is expected to be resolved after a short period of time. Location Salsomaggiore Terme, Parma, Italy Joined Joined on  Dec 8, 2025 Email address michelecarino84@gmail.com github website Education Liceo Scientifico Statale G. Vailati, Genzano di Roma + a bit of University @Roma II Torvergata Pronouns Software/Enthusiast Work Software architect in a enterprise that develops business management software. More info about @zio-mitch Badges Writing Debut Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge. Got it Close Skills/Languages Php, docker, linux, mysql. Currently hacking on Making software: open, useful, collaborative. The tool? Able to pick up and use the best I need when I need it. Available for Available for activities with high human value, tech is just the crust... Unless you want to sell me something I would not need, any reason is valid to contact me.. Post 6 posts published Comment 0 comments written Tag 12 tags followed Human dignity bug: chronicles of an inherited delusion Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Human dignity bug: chronicles of an inherited delusion # discuss # career # mentalhealth Comments Add Comment 2 min read Il Bug della Dignità: Cronaca di un’illusione ereditaria Michele Carino Michele Carino Michele Carino Follow Dec 30 '25 Il Bug della Dignità: Cronaca di un’illusione ereditaria # discuss # career # mentalhealth Comments Add Comment 2 min read (•‿•) this post is not written with AI Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 (•‿•) this post is not written with AI # withoutai # notai # ainot # nonai Comments Add Comment 1 min read (•‿•) questo post non è scritto con l'AI Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 (•‿•) questo post non è scritto con l'AI # watercooler # ai # writing Comments Add Comment 1 min read A volte devi prendere meno sul serio quello che ti terrorizza e affrontare seriamente quello che ti diverte... Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 A volte devi prendere meno sul serio quello che ti terrorizza e affrontare seriamente quello che ti diverte... # gamedev # growth # developers # joy Comments Add Comment 3 min read Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... Michele Carino Michele Carino Michele Carino Follow Dec 8 '25 Volevo smettere di fare lo sviluppatore software e iniziare a fare l'imbianchino... # programming # career # development # italian Comments Add Comment 4 min read loading... 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T08:48:14
https://docs.github.com/en/authentication
Authentication documentation - GitHub Docs Skip to main content GitHub Docs Version: Free, Pro, & Team Search or ask Copilot Search or ask Copilot Select language: current language is English Search or ask Copilot Search or ask Copilot Open menu Open Sidebar Authentication Home Authentication Account security Authentication to GitHub Create a strong password Switching between accounts Verifying devices on sign in Update access credentials Manage personal access tokens Reviewing your SSH keys Deploy keys Token expiration Review security log Security log events Remove sensitive data About anonymized URLs GitHub's IP addresses SSH key fingerprints Sudo mode Unauthorized access Viewing and managing sessions Secure your account with 2FA About 2FA About mandatory 2FA Configure 2FA Configure 2FA recovery Access GitHub with 2FA Countries supporting SMS Change 2FA method Troubleshooting 2FA Recover an account with 2FA Disable 2FA Authenticate with a passkey About passkeys Manage your passkeys Sign in with a passkey Connect with SSH About SSH SSH agent forwarding Managing deploy keys Check for existing SSH key Generate new SSH key Add a new SSH key Test your SSH connection SSH key passphrases Troubleshooting SSH Use SSH over HTTPS port Recover SSH key passphrase Deleted or missing SSH keys Error: Host key verification failed Permission denied (publickey) Error: Bad file number Error: Key already in use Permission denied other-user Permission denied other-repo Agent failure to sign ssh-add "illegal option" error SSL certificate problem Error: Unknown key type SSH key audit Verify commit signatures Commit signature verification Displaying verification for all commits Existing GPG keys Generating a new GPG key Add a GPG key Tell Git about your signing key Associate email with GPG key Signing commits Signing tags Troubleshoot verification Check verification status Use verified email in GPG key Authentication documentation Keep your account and data secure with features like two-factor authentication, SSH, and commit signature verification. Overview Start here Generating a new SSH key and adding it to the ssh-agent After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent. Managing your personal access tokens You can use a personal access token in place of a password when authenticating to GitHub in the command line or with the API. Configuring two-factor authentication You can choose among multiple options to add a second source of authentication to your account. Popular Troubleshooting SSH When using SSH to connect and authenticate to GitHub, you may need to troubleshoot unexpected issues that may arise. Checking for existing SSH keys Before you generate an SSH key, you can check to see if you have any existing SSH keys. Adding a new SSH key to your GitHub account To configure your account on GitHub.com to use your new (or existing) SSH key, you'll also need to add the key to your account. Authenticating with single sign-on You can authenticate to GitHub with single sign-on (SSO) and view your active sessions. Guides Recovering your account if you lose your 2FA credentials If you lose access to your two-factor authentication credentials, you can use your recovery codes, or another recovery option, to regain access to your account. @GitHub Error: Permission denied (publickey) A "Permission denied" error means that the server rejected your connection. There could be several reasons why, and the most common examples are explained below. @GitHub Creating a strong password Secure your account on GitHub with a strong and unique password using a password manager. @GitHub All Authentication docs Keeping your account and data secure About authentication to GitHub Creating a strong password Switching between accounts Verifying new devices when signing in Updating your GitHub access credentials Managing your personal access tokens Reviewing your SSH keys Reviewing your deploy keys Token expiration and revocation Reviewing your security log Security log events Removing sensitive data from a repository About anonymized URLs About GitHub's IP addresses GitHub's SSH key fingerprints Sudo mode Preventing unauthorized access Viewing and managing your sessions Securing your account with two-factor authentication (2FA) About two-factor authentication About mandatory two-factor authentication Configuring two-factor authentication Configuring two-factor authentication recovery methods Accessing GitHub using two-factor authentication Countries where SMS authentication is supported Changing your two-factor authentication method Troubleshooting two-factor authentication issues Recovering your account if you lose your 2FA credentials Disabling two-factor authentication for your personal account Authenticating with a passkey About passkeys Managing your passkeys Signing in with a passkey Connecting to GitHub with SSH About SSH Using SSH agent forwarding Managing deploy keys Checking for existing SSH keys Generating a new SSH key and adding it to the ssh-agent Adding a new SSH key to your GitHub account Testing your SSH connection Working with SSH key passphrases Troubleshooting SSH Using SSH over the HTTPS port Recovering your SSH key passphrase Deleted or missing SSH keys Error: Host key verification failed Error: Permission denied (publickey) Error: Bad file number Error: Key already in use Error: Permission to user/repo denied to other-user Error: Permission to user/repo denied to user/other-repo Error: Agent admitted failure to sign Error: ssh-add: illegal option -- apple-use-keychain Error: SSL certificate problem, verify that the CA cert is OK Error: Unknown key type Error: We're doing an SSH key audit Managing commit signature verification About commit signature verification Displaying verification statuses for all of your commits Checking for existing GPG keys Generating a new GPG key Adding a GPG key to your GitHub account Telling Git about your signing key Associating an email with your GPG key Signing commits Signing tags Troubleshooting commit signature verification Checking your commit and tag signature verification status Using a verified email address in your GPG key Help and support Did you find what you needed? Yes No Privacy policy Help us make these docs great! All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request. Make a contribution Learn how to contribute Still need help? Ask the GitHub community Contact support Legal © 2026 GitHub, Inc. Terms Privacy Status Pricing Expert services Blog
2026-01-13T08:48:14
https://www.highlight.io/docs/general/product-features/session-replay/sessions-search-deep-linking
Session Search Deep Linking Star us on GitHub Star Docs Sign in Sign up General Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Menu Highlight Docs Welcome to highlight.io Get Started Roadmap Company Values Compliance & Security Open Source Contributing Overview GraphQL Backend Frontend (app.highlight.io) Landing Site (highlight.io) Documentation End to End SDK Example Apps Adding an SDK Application Architecture GitHub Code Spaces Code Style Good First Issues Self-hosting Self-hosted [Dev] Self-hosted [Hobby] Self-hosted [Enterprise] Telemetry Our Competitors Product Philosophy Product Features Session Replay Overview Canvas & Iframe Dev-tool Window Recording Tracking Users & Recording Events Filtering Sessions GraphQL Live Mode Performance Impact Player Session Caching Rage Clicks Request Proxying Session Search Extracting the Session URL Session Search Deep Linking Shadow Dom + Web Components Error Monitoring Overview Enhancing Errors with GitHub Error Search Filtering Errors Grouping Errors Managing Errors Manually Reporting Errors Sourcemaps General Features Overview Alerts Comments Digests Environments Search Segments Services Webhooks Logging Overview Log Alerts Log Search Tracing Overview Trace Search Dashboards Overview Dashboard Management Metrics Tutorials Service Latency Web Vitals & Page Speed User Engagement User Analytics Graphing Drilldown Event Search Dashboard Variables SQL Editor Metrics (beta) Overview Frequently Asked Questions. Integrations Integrations Overview Amplitude Integration ClickUp Integration Discord Integration Electron Support Front Integration GitHub Integration Grafana Integration Overview Setup Dashboards Alerts Height Integration Intercom Integration Jira Integration LaunchDarkly Integration Linear Integration Mixpanel Integration Nuxt Integration Pendo Integration Segment Integration Slack Integration Vercel Integration WordPress Plugin Highlight.io Changelog Overview Changelog 12 (02/17) Changelog 13 (02/24) Changelog 14 (03/03) Changelog 15 (03/11) Changelog 16 (03/19) Changelog 17 (04/07) Changelog 18 (04/26) Changelog 19 (05/22) Changelog 20 (06/06) Changelog 21 (06/21) Changelog 22 (08/07) Changelog 23 (08/22) Changelog 24 (09/11) Changelog 25 (10/03) Changelog 26 (11/08) Changelog 27 (12/22) Changelog 28 (3/6) Changelog 29 (4/2) Getting Started Getting Started with Highlight Fullstack Mapping Browser React.js Next.js Remix Vue.js Angular Gatsby.js SvelteKit Electron highlight.run SDK Overview Canvas & WebGL Console Messages Content-Security-Policy Identifying Users iframe Recording Monkey Patches Browser OpenTelemetry Persistent Asset Storage Privacy Proxying Highlight React.js Error Boundary Recording Network Requests and Responses Recording WebSocket Events Salesforce Lightning Web Components (LWC) Data Export Sourcemap Configuration Tracking Events Troubleshooting Upgrading Highlight Versioning Sessions & Errors Other React Native (beta) Server Go Overview chi Echo Fiber Gin GORM gqlgen Logrus Manual Tracing gorilla mux JS Overview Apollo AWS Lambda Cloudflare Workers Express.js Firebase Hono Nest.js Next.js Node.js Pino tRPC Winston Python Overview AWS Lambda Azure Functions Django FastAPI Flask Google Cloud Functions Loguru Other Frameworks Python AI / LLM Libraries Python Libraries Ruby Overview Other Frameworks Ruby on Rails Rust Overview actix-web No Framework Hosting Providers Overview Metrics in AWS Logging in AWS Logging in Azure Fly.io NATS Log Shipper Logging in GCP Heroku Log Drain Render Log Stream Logging in Trigger.dev Vercel Log Drain Elixir Overview Elixir App Java: All Frameworks PHP: All Frameworks C# .NET ASP C# .NET 4 ASP Docker / Docker Compose File Fluent Forward curl OpenTelemetry Protocol (OTLP) Syslog RFC5424 Systemd / Journald Native OpenTelemetry Overview Error Monitoring Logging Tracing Browser Instrumentation Metrics Fullstack Frameworks Overview Next.js Fullstack Overview Next.js Page Router Guide Next.js App Router Guide Edge Runtime Advanced Config Remix Walkthrough Self Host & Local Dev Overview Development deployment guide. Integrations Microsoft Teams self-hosted Hobby deployment guide. Traefik SSL Proxying. Docs Home SDK Client SDK API Reference Cloudflare Worker SDK API Reference Go SDK API Reference Hono SDK API Reference Java SDK API Reference Next.JS SDK API Reference Node.JS SDK API Reference Python SDK API Reference Ruby SDK API Reference Rust SDK API Reference Docs / Highlight Docs / Product Features / Session Replay / Session Search Deep Linking Session Search Deep Linking The queries you build when searching for sessions are reflected in the URL parameters. You can share these URLs with others to deep link to search results, or even create them programatically. Syntax /sessions?query={key}={value} The logical combinations, and and or , are built into the query, separated by spaces ( %20 ): /sessions?query={key1}={value1}%20AND%20{key2}={value2} /sessions?query={key1}={value1}%20OR%20{key2}={value2} Implicitly, and is used, so the following two queries are equivalent: /sessions?query={key1}={value1}%20AND%20{key2}={value2} /sessions?query={key1}={value1}%20{key2}={value2} For the list of session properties, see our Session search docs For more information on operators and general search, see our Search docs Examples Viewing sessions for a particular user: /sessions?query=identifier=alice@example.com Excluding sessions from your organization: /sessions?query=identifier!=*@yourdomain.com* Viewing sessions for a particular page in your app: /sessions?query=visited-url=*/your/path/name* Multiple properties /sessions?query=identifier=Bob%20email!=alice@example.com Extracting the Session URL Shadow Dom + Web Components Community / Support Suggest Edits? Follow us! [object Object]
2026-01-13T08:48:14
https://openapi.tools/?ref=apisyouwonthate.com
Tools for working with OpenAPI | OpenApi.tools, from APIs You Won't Hate Sponsored by Zudoku - Open-source, highly customizable API documentation powered by OpenAPI Get Started Sponsor openapi.tools GitHub Tools for working with OpenAPI descriptions A community-driven, open source project from APIs You Won't Hate. Submit a tool GitHub Contribute on GitHub openapi.json README.md 01 02 03 04 05 06 07 08 09 10 11 12 13 14 { "openapi" : "3.1.0" , "info" : { "title" : "Train Travel API" , "description" : "Find and book train trips." , "version" : "1.0.0" , "contact" : { "name" : "Train Support" , "url" : "https://example.com/support" , "email" : " [email protected] " } , } , // ... } Get Started All Tools All Categories Legacy Tools Contributing Sponsors Sponsor Badges Collections Arazzo Support Overlays Support Open Source Tools SaaS Tools OpenAPI Tool Categories Annotations Code generators Converters Data Validators Documentation Domain-Specific Languages (DSLs) Gateways HTTP Clients IDEs and GUI Editors Learning Miscellaneous Mock Servers Monitoring OpenAPI-aware Frameworks Parsers Schema Validators SDK Generators Security Server Implementations Testing Text Editors © 2026 APIs You Won't Hate Get in touch to become a Sponsor . This site is community-driven and OSS , built with Astro and hosted on Netlify . Categories Tools for working with OpenAPI There are many tools and resources available for working with OpenAPI. We've organized them into categories to help you find what you're looking for. If you're looking for a specific tool or resource, you can use the search bar at the top of the page. If you feel like something is missing, check out our instructions on how to contributing . Annotations Use annotations in your code to generate OpenAPI definitions, keeping the documentation close to the implementation. Code generators Tools to generate code from your OpenAPI Spec, or to generate an OpenAPI Spec from your code. Converters Various tools to convert to and from OpenAPI and other API description formats. Data Validators Check to see if API requests and responses are lining up with the API description. Documentation Render API Description as HTML (or maybe a PDF) so slightly less technical people can figure out how to work with the API Domain-Specific Languages (DSLs) Writing YAML by hand is no fun, and maybe you don't want a GUI, so use a Domain Specific Language to write OpenAPI in your language of choice. Gateways API Gateways and related tools that have integrated support for OpenAPI. HTTP Clients Tools and libraries for making HTTP requests to APIs usually with a fancy GUI experience. IDEs and GUI Editors Visual editors help you design APIs without needing to memorize the entire OpenAPI specification. Learning Whether generating documentation for a third-party API based on traffic, or are trying to "catch up on design-first" at an organization with no OpenAPI at all, these "learning" (or traffic sniffing) tools can help you get there. Miscellaneous Anything else that does stuff with OpenAPI but hasn't quite got enough to warrant its own category. Mock Servers Fake servers that take description document as input, then route incoming HTTP requests to example responses or dynamically generates examples. Monitoring Monitoring tools let you know what is going on in your API. OpenAPI-aware Frameworks There's a new breed of API-centric web application frameworks that produce OpenAPI for you from the actual code you're writing instead of messing with annotations or DSLs. Parsers Loads and read OpenAPI descriptions, so you can work with them programmatically. Schema Validators Check your API description or schema to see if it is valid OpenAPI. SDK Generators Generate code to give to consumers, to help them avoid interacting at a HTTP level. Security By poking around your OpenAPI description, some tools can look out for attack vectors you might not have noticed. Server Implementations Easily create and implement resources and routes for your APIs. Testing Quickly execute API requests and validate responses on the fly through command line or GUI interfaces. Text Editors Text editors give you visual feedback whilst you write OpenAPI, so you can see what docs might look like. * * *
2026-01-13T08:48:14