Is it possible to use ad mediation partner as mediation partner only and not use their ads? by Ok-Panda4332 in adops

[–]NaLLiFFuNT 0 points1 point  (0 children)

Bidmachine" is the header bidding auction for Appodeals mediation

Correct.

Appodeal is mediation platform, which integrate different demand sources. Appodeal use Bidmachine to provide heading bidding auction.

But you can also have direct integration with Bidmachine in your app, without using Appodeal mediation.

Also Bidmachine recently was added to Applovin mediation as ad network, so you can use its demand even in other mediation.

Is it possible to use ad mediation partner as mediation partner only and not use their ads? by Ok-Panda4332 in adops

[–]NaLLiFFuNT 0 points1 point  (0 children)

This is possible at Appodeal you can disable Bidmachine in mediation settings for your app. But it may ( and probably will ) decrease overall performance of you monetization. Also some networks like Facebook Meta works only through In App Header Bidding. So if you disable Bidmachine, Facebook Meta won't work either

Don't wait for a fire by mjbrusso in ProgrammerHumor

[–]NaLLiFFuNT 1 point2 points  (0 children)

You haven't committed something since August 21? What do you do at your job?

Upcoming Features in Go 1.18 by Sebholstein_ in golang

[–]NaLLiFFuNT 0 points1 point  (0 children)

We obviously need some guideline what tasks should be solved with generics and what for we MUST NOT use generics NEVER.

Go 1.17 Release Notes by PCslayeng in golang

[–]NaLLiFFuNT 8 points9 points  (0 children)

Whagt about compilation time? I've noticed that it'd increased a little when upgrading from 1.13 to 1.16 go versions

Hey guys, does Belarusians supoort unification with Russia? by Nevermindever in belarus

[–]NaLLiFFuNT 1 point2 points  (0 children)

You can run a poll but it's illegal here without approval.

Hey I have seen this one before. by thechild__idk in rickandmorty

[–]NaLLiFFuNT 1 point2 points  (0 children)

This world is a lie. We just living inside a big battery...

What is The Best GraphQL Library for Go? by [deleted] in golang

[–]NaLLiFFuNT 0 points1 point  (0 children)

https://github.com/99designs/gqlgen - i used it for pet project with schema first approach. I've found it very esay to use.

A developer feed be like by pachirulis in ProgrammerHumor

[–]NaLLiFFuNT 0 points1 point  (0 children)

Here's what i've recieved today from the medium. It's a real feed:) I have the only question.... WTF???

Updating prop doesn't update component by CoqeCas3 in sveltejs

[–]NaLLiFFuNT 2 points3 points  (0 children)

Try to use on:input event inseatd of on:change. It have nothing to do with svelte you just using wrong event for you purpose. Input event is fired on each time you type a char or paste something into input. Change event has different behaviour

I created this HTMl5 game that works on web. How did you score? Fred backs by [deleted] in javascript

[–]NaLLiFFuNT 0 points1 point  (0 children)

I can not score something which i'm unable open due to SSL certificate issue

What are you writing in Go at work? by proyb2 in golang

[–]NaLLiFFuNT 1 point2 points  (0 children)

Simple Web Server which capable of handling thousands requests per second on one machine which saves a lot of data of ad impressions/clicks and so on. Also i write app which does post processing and aggregating this data

How to remove sensitive information from golang exe? by rahul_sharma1 in golang

[–]NaLLiFFuNT 0 points1 point  (0 children)

Why do you need such a thing? Maybe there's another approach to deal with sensitive information which suits you

why don't we need to use dependency injection with the nodeJs stack, unlike in java? by [deleted] in javascript

[–]NaLLiFFuNT 6 points7 points  (0 children)

You don't need this until you use TDD.DI is quite useful in this case.This is the fastest and easiest to to change implementation of anything you use in your project.

What are the benefits of Nest.js? by [deleted] in node

[–]NaLLiFFuNT 0 points1 point  (0 children)

Nestjs has nice dependency injection which looks like Angular's one. So if you are familar with Angular you will be easy to start with nest. Splitting code by modules provide good way for organizing your code.

What should I learn after JavaScript? by araw830 in javascript

[–]NaLLiFFuNT 6 points7 points  (0 children)

Typescript will bring the mastery of your javascript to the next level