投稿時間:2023-04-18 17:22:05 RSSフィード2023-04-18 17:00 分まとめ(28件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
ROBOT ロボスタ VTuberが高校教材に登場 「情報」科目の副教材でバーチャル美少女ねむ氏の「メタバースの定義」を全文掲載 https://robotstart.info/2023/04/18/vtuber-textbook.html 2023-04-18 07:04:02
IT ITmedia 総合記事一覧 [ITmedia News] 文化放送、公式切り抜き動画クリエイター募集 ラジオ5番組が対象、収益も還元 https://www.itmedia.co.jp/news/articles/2304/18/news159.html itmedia 2023-04-18 16:40:00
IT ITmedia 総合記事一覧 [ITmedia News] 日産、人間のように話すバーチャルアシスタント搭載のコンセプトEV「Arizon」披露 https://www.itmedia.co.jp/news/articles/2304/18/news156.html arizon 2023-04-18 16:17:00
IT ITmedia 総合記事一覧 [ITmedia Mobile] マスク氏が新AI「TruthGPT」開発 「偏りのない回答を提示」 https://www.itmedia.co.jp/mobile/articles/2304/18/news157.html itmediamobile 2023-04-18 16:17:00
IT ITmedia 総合記事一覧 [ITmedia Mobile] モンハンの位置情報ゲーム「Monster Hunter Now」、Nianticとカプコンが9月に配信 https://www.itmedia.co.jp/mobile/articles/2304/18/news155.html itmediamobile 2023-04-18 16:15:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] G-SHOCKに歴代モデルの型番を刻印 「EMASTER BLACK」登場 https://www.itmedia.co.jp/business/articles/2304/18/news138.html emasterblack 2023-04-18 16:10:00
python Pythonタグが付けられた新着投稿 - Qiita 【Rust】Pythonとの多重for文の速度比較 https://qiita.com/oioigohan/items/5d2b87826e6510dd4bcf vscode 2023-04-18 16:42:36
Docker dockerタグが付けられた新着投稿 - Qiita Docker Composeのまとめ https://qiita.com/himamura/items/f79deee7c66886c1e534 docker 2023-04-18 16:27:01
技術ブログ Developers.IO [新機能]dbt CloudでMarkdownとCSVのプレビューが可能になりました https://dev.classmethod.jp/articles/dbt-cloud-markdown-and-csv-preview/ dbtcloud 2023-04-18 07:21:57
技術ブログ Developers.IO EC2(Go)からElasticache for Redisにセッション情報を作成/登録してみた https://dev.classmethod.jp/articles/ec2-redis-go-session/ elasticacheforredis 2023-04-18 07:17:52
海外TECH DEV Community Beyond Composability: Using Uniform as an Internal Tool https://dev.to/malomz/beyond-composability-using-uniform-as-an-internal-tool-15ei Beyond Composability Using Uniform as an Internal ToolAccording to Internal one of the leading Internal Tools providers IT and engineering teams spend of their time building and maintaining internally facing applications and workflows utilized within their organization It has led to organizations having dedicated software engineering teams or leveraging internal tooling platforms to cater for their organization s needs In this article we will explore what Internal Tool is and how we can leverage Uniform as an Internal tool to build a News timeline application in Flutter What are Internal Tools Internal Tools are any internal facing software developed and utilized by a company to support internal operations Based on the company s needs the decision about Internal Tooling usually boils down to building it internally flexible and with no vendor lock ins or purchasing it as a service The following are some of the advantages Cost effective Improved security Time saving More control and increased productivity Automate repetitive taskThe most common internal tools help companies serve customer queries analyze users behaviour manage content and manage APIs and requests Despite its offering Internal Tools also comes with its baggage Beyond the learning curve the cost of subscription and maintenance among others It is especially difficult for small organizations with limited resources to either dedicate software engineering teams or subscribe to an Internal Tooling platform to help support internal operations Exploring Uniform and its offeringUniform is a digital experience platform that allows companies or individuals to frictionlessly adopt traditional and headless technologies without the associated overheads It allows businesses to deliver built in high performance testing and personalization orchestration Beyond it being a digital experience platform for composing experience it offers some unique functionalities that small to large companies can leverage as an internal tool Multiple integration supportUniform supports more than integrations ranging from Content Delivery Networks Headless Content Management Systems Analytic tools Email Management and Media Management The platform makes integration easy by eliminating the need for manual connections No code solutionThe platform provides an intuitive user experience that developers marketers content developers and other practitioners need to cater for business operations with little to no IT and ops involvement Source of truthUniform provides a truly composable digital experience with support for multiple stacks ranging from Commerce CMS Data CDNs etc It delivers it as a single source of truth through its secure and fast API Best in class User ExperienceBeyond the intuitive User Interface Uniform also caters for developers by providing best in class developer documentation SDKs and libraries Building the News timeline with Flutter and UniformNow that we understand what Internal tools are and how we can leverage Uniform functionalities as one let s now build a News timeline with Flutter and Uniform PrerequisitesTo fully grasp the concepts presented in this tutorial the following are required Basic understanding of Dart and Flutter Flutter SDK installed Cloudinary account create a free account here Uniform account create a free account here Either iOS Simulator Android Studio or Chrome web browser to run the application Getting startedTo get started we need to clone the project by navigating to the desired directory and running the command below git clone amp amp cd news mobile Running the projectFirst we need to install the project dependencies by running the command below flutter pub getThen run the project using the following command flutter runThe command above will run the application on the selected device Image Sourcing and Upload to CloudinaryTo start building our application we must upload sample images for our News timeline application Sample dataNews titleImage URLYou re Using ChatGPT Wrong Here s How to Be Ahead of of ChatGPT UsersWeb crash course The essentialsHow to write and design good API documentationIn our Cloudinary dashboard we uploaded the images by clicking on the Media Library tab clicking on Upload selecting the Web Address option inputting the URL and clicking on the Arrow Button to upload After uploading the image we will see it displayed on the console Putting it all together on UniformWith that done we can start creating component libraries on Uniform To do this we must sign up and fill in the required information Next input desired project name and click Continue Next navigate to the Security tab select API Keys and click on the Add API key button to create one Input news mobile as the API name select Developer as the Role and click the Create API Key button to create the API key With this done we should see a screen containing our API Key and Project ID We need to copy these values as they will come in handy when building our application with Flutter How modelling works in UniformUniform uses the concept of Components and Compositions to model application needs Components in Uniform application work similarly to those in software development it lets us break our application into smaller reusable building blocks with properties while a Composition is the combination of one or more components Add Cloudinary integration supportUniform improves the product s digital experience through integration with an existing system To connect Cloudinary to our project we need to navigate to the Home tab click on the project and navigate to the Integrations tab Search or browse through the available integrations select the Cloudinary integration click on the Add to project button input the Cloudname API Key Test and Save We can get our Cloud Name and API Key from our Cloudinary dashboard Create componentsTo get started navigate to the Home tab and click on the project Then click on the Content menu select the Components and click the Add component button Parameter NameHelp TextTyperequirednews titlenews titletextYESnews imagenews imageCloudinary ImageYESInput news timeline as the component name select smartphone as the icon add properties of news title and news image as shown above and then click OK Then click on the Save and Close button Now that we have created the news timeline it will serve as a blueprint building block for creating our News timeline application To start navigate to the Component screen click the Add component button input news screen as the component name and check the Composition Component Then navigate to the Slots section and click the Add slot to create a slot PS Slots help us create instances of our component and allow them to accept data dynamically Input news screen as the Slot Name and click OK Then click on the Save and Close button With that done we can start using the news screen component to compose our News timeline application To get started navigate to the Composition tab select the news screen as the composition type input news mobile as the name and Create Next click on the Plus Icon to add a component to the composition Select the news timeline add the corresponding name and image for the component We need to repeat the steps above to add the remaining news timeline data Then click on Publish This makes our composition available to third party applications We also need to note the composition slug it will be useful when querying Uniform for our News data Integrating Uniform with FlutterWith that done we can start building the user interface and use Uniform to deliver the list of news seamlessly Creating Application ModelUniform ships with a language agnostic Platform API for managing and composing experience We can test the API by filling in the API Key Project ID and Slug With that in mind we need to create a model to convert the response sent from Uniform to a Dart object The model will also cater to JSON serialization To do this create an utils dart file inside the libs folder and add the snippet below class RootComposition Composition composition String created RootComposition required this composition required this created factory RootComposition fromJson Map lt String dynamic gt json return RootComposition composition Composition fromJson json composition created json created class Composition Slots slots Composition required this slots factory Composition fromJson Map lt String dynamic gt json return Composition slots Slots fromJson json slots class Slots List lt NewsScreen gt news Slots required this news factory Slots fromJson Map lt String dynamic gt json var data json newsScreen as List return Slots news data map news gt NewsScreen fromJson news toList class NewsScreen Parameters parameters NewsScreen required this parameters factory NewsScreen fromJson Map lt String dynamic gt json return NewsScreen parameters Parameters fromJson json parameters class Parameters NewsImage newsImage NewsTitle newsTitle Parameters required this newsImage required this newsTitle factory Parameters fromJson Map lt String dynamic gt json return Parameters newsImage NewsImage fromJson json newsImage newsTitle NewsTitle fromJson json newsTitle class NewsImage Value value NewsImage required this value factory NewsImage fromJson Map lt String dynamic gt json return NewsImage value Value fromJson json value class Value String url Value required this url factory Value fromJson Map lt String dynamic gt json return Value url json url class NewsTitle String value NewsTitle required this value factory NewsTitle fromJson Map lt String dynamic gt json return NewsTitle value json value Next we must create a service file to separate the application core logic from the UI To do this create a uniform service dart file inside the lib directory Then add the snippet below import package dio dio dart import package news mobile utils dart class UniformService final dio Dio static const apiKey REPLACE WITH API KEY static const projectID REPLACE WITH PROJECT ID static const slug newsMobile var headers content type application json x api key apiKey Future lt RootComposition gt getNews async var response await dio get projectId projectID amp slug slug options Options headers headers if response statusCode var resp response data var news RootComposition fromJson resp return news else throw Exception Error getting news The snippet above does the following Imports the required dependencies Creates a UniformService class with apiKey projectID slug and headers properties Creates the getNews method that uses the Dio package to configure permissions and make secure HTTPS request to the Uniform API and returns the appropriate responses Consuming the serviceWith that done we can use the service to perform the required operation To do this we need to modify the home dart file in the screens directory as shown below import package flutter material dart import package news mobile uniform service dart import package news mobile utils dart class Home extends StatefulWidget const Home super key override State lt Home gt createState gt HomeState class HomeState extends State lt Home gt late RootComposition news bool isLoading false bool isError false override void initState getNews super initState getNews setState isLoading true UniformService getNews then value setState news value isLoading false catchError onError setState isLoading false isError true override Widget build BuildContext context return isLoading const Center child CircularProgressIndicator color Colors blue isError const Center child Text Error getting news style TextStyle color Colors red fontWeight FontWeight bold Scaffold appBar AppBar title const Text News Timeline backgroundColor Colors black body ListView builder itemCount news composition slots news length itemBuilder context index return Container decoration const BoxDecoration border Border bottom BorderSide width color Colors grey padding const EdgeInsets fromLTRB child Row children ClipRRect borderRadius BorderRadius circular child Image network news composition slots news index parameters newsImage value url height width const SizedBox width Expanded child Column crossAxisAlignment CrossAxisAlignment start children Text news composition slots news index parameters newsTitle value style TextStyle color Colors black fontWeight FontWeight w SizedBox height Text news created substring style TextStyle color Colors grey The snippet above does the following Imports the required dependencies Lines Create the news isLoading and isError properties to manage the application state Lines Create a getNews method to get the list of news from Uniform using the UniformService getNews and set states accordingly Modifies the UI to use the states and method created to get the news listWith that done we restart the application using the code editor or run the command below flutter run ConclusionThis post discussed what Internal Tools are Uniform s uniqueness and how to build a News timeline with Flutter Beyond what was discussed above Uniform also caters for marketers and content strategies operational needs with little or no IT and engineering team involvement These resources might be helpful Uniform Platform API Uniform official documentation Cloudinary official documentation 2023-04-18 07:37:01
海外TECH Engadget The Polestar 4 electric SUV arrives with 544 HP and no rear window https://www.engadget.com/the-polestar-4-electric-suv-arrives-with-544-hp-and-no-rear-window-073505710.html?src=rss The Polestar electric SUV arrives with HP and no rear windowPolestar has revealed its coupe style electric SUV at the Shanghai Auto Show and as expected the Polestar is a head turner with a lot of power It also has a pretty bold design choice there s no rear window so the driver s rear view is provided by a camera The idea is to create quot a new kind of immersive rear occupant experience quot the company wrote in an announce post for the new EV nbsp It s the company s second SUV after the larger Polestar set to go on sale this year and bigger than the Polestar sedan With a large kWh battery it has a plus mile targeted range and starting price with both all wheel and rear wheel drive versions It ll go on sale starting in China by the end of the year and launch in North America in nbsp PolestarDesign wise the Polestar has a sleek and sporty design for an SUV broken up by subtle body panel creases and mildly bulging fenders The lack of a rear window is an odd decision as it s bound to make the interior feel a bit stuffy However there is a standard full length glass roof with optional electrochromic functionality that allows for opaque or transparent usage To bring in a bit more light it stretches down below the rear occupants heads as well nbsp A high definition screen up front displays the view from the rear camera Polestar says it allows for quot a far wider field of view than what can be experienced in most other cars quot Hopefully the company has a backup system of some kind because if the screen or camera go down drivers will have a massive blind spot behind them nbsp PolestarThe Polestar is built on parent Geely s open source Sustainable Experience Architecture It won t have a third row like some variants of Tesla s Model Y so the company is instead promising quot generous interior proportions quot for both front and rear seat passengers The interior and materials drew inspiration from the fashion and sportswear industries Polestar wrote For an SUV it ll go fast The horsepower model will allow you to go from zero to MPH in seconds to start with Polestar will also offer a HP long range single motor version The optional kWh battery has a targeted range of km miles on the WLTP cycle or around miles in EPA terms And charging should be quick with up to kW fast charging that should allow about miles of charge per hour PolestarLike the Polestar the s driver assist ADAS system will run NVIDIA s Drive computing platform using cameras one radar and ultrasonic sensors One of those cameras is dedicated to monitoring the driver s head and eye movements to warn them of fatigue or incapacitation nbsp A inch instrument cluster and inch heads up display HUD shows speed drive mode turn by turn directions and more The infotainment system is powered by Android Auto installed on a inch center screen with Apple CarPlay available as well A Harman Kardon audio system is on option with speakers and a Watt channel hybrid amplifier nbsp PolestarAs mentioned quot indicative launch pricing quot starts at in the US with availability slated for No current Polestar models qualify for the US tax credit which requires North American production and battery sourcing ーand it s not clear where the Polestar will fall After the latest rules went into effect only six EVs still qualified for the full credit nbsp The company has yet to announce details about North American production But if the company wants to qualify for the tax credit it will need to assemble it in North America as well as figure out a supply chain that s independent from China This article originally appeared on Engadget at 2023-04-18 07:35:05
Java Java Code Geeks Automation Testing Strategies for Microservices https://www.javacodegeeks.com/2023/04/automation-testing-strategies-for-microservices.html Automation Testing Strategies for MicroservicesMicroservices is an architectural approach to building software systems that involves breaking down a large monolithic application into smaller independent services Each microservice is designed to perform a specific business function and communicates with other microservices using lightweight protocols such as HTTP or message queues Microservices are typically designed to be loosely coupled meaning that 2023-04-18 07:07:05
海外ニュース Japan Times latest articles Suspect in Kishida attack sued government over election rules, records show https://www.japantimes.co.jp/news/2023/04/18/national/crime-legal/bombing-attack-suspect-lawsuit/ Suspect in Kishida attack sued government over election rules records showIn the lawsuit the suspect also touched on the state funeral for former Prime Minister Shinzo Abe claiming the government forced the event to go 2023-04-18 16:48:18
海外ニュース Japan Times latest articles Government asks firms to work together to stop job hunt-related harassment https://www.japantimes.co.jp/news/2023/04/18/national/social-issues/job-hunt-harassment/ Government asks firms to work together to stop job hunt related harassmentAs Japanese companies hire aggressively concern is growing over the prevalence of owahara a form of harassment in which prospective hires are pressured into ending their 2023-04-18 16:20:31
海外ニュース Japan Times latest articles Ahead of G7 Hiroshima summit, Japan should examine past contributions https://www.japantimes.co.jp/opinion/2023/04/18/commentary/japan-commentary/g7-summit-contributions/ security 2023-04-18 16:13:50
ニュース BBC News - Home Energy firms can force fit prepayment meters again but more time to clear debts https://www.bbc.co.uk/news/business-65305959?at_medium=RSS&at_campaign=KARANGA customers 2023-04-18 07:34:58
ニュース BBC News - Home End race gap in maternal deaths - MPs https://www.bbc.co.uk/news/health-65300168?at_medium=RSS&at_campaign=KARANGA asian 2023-04-18 07:52:07
ニュース BBC News - Home More people looking for work as vacancies fall https://www.bbc.co.uk/news/business-65301742?at_medium=RSS&at_campaign=KARANGA economic 2023-04-18 07:14:36
ニュース Newsweek 「無慈悲!」「残酷すぎる...」巨大ヘビに強烈なボディスラムを食らわせ、ムシャムシャと食べるワニが撮影される https://www.newsweekjapan.jp/stories/world/2023/04/post-101426.php 「無慈悲」「残酷すぎる」巨大ヘビに強烈なボディスラムを食らわせ、ムシャムシャと食べるワニが撮影される噛む力の強いワニと、獲物を締め付けるヘビ対決したら、どちらの方が強いのかそんな異種格闘技戦が決着する瞬間を捉えた動画がSNSに投稿され、ネットユーザーたちをざわつかせている。 2023-04-18 16:20:00
IT 週刊アスキー 常識破りの“ヤバいラーメン”も作れちゃう! オリジナルのカップラーメンを作れる「ラー博スゴメンラボ」4月25日から https://weekly.ascii.jp/elem/000/004/133/4133346/ 製作 2023-04-18 16:50:00
IT 週刊アスキー フォトジェニックなおいしさ♡かっぱ寿司から栄養科の学生考案の"夢のパンケーキ"発売 https://weekly.ascii.jp/elem/000/004/133/4133169/ 写真映え 2023-04-18 16:45:00
IT 週刊アスキー SDP(スチャダラパー)×GAPコラボアイテムを販売 「GAP新宿フラッグス ポップアップストア」4月22日~5月7日期間限定オープン https://weekly.ascii.jp/elem/000/004/133/4133348/ 期間限定 2023-04-18 16:40:00
IT 週刊アスキー 700MHz帯プラチナバンドの新規割当、総務大臣「今秋を目指す」 https://weekly.ascii.jp/elem/000/004/133/4133384/ 情報通信 2023-04-18 16:35:00
IT 週刊アスキー SpaceX、史上最大ロケット「スターシップ」再打ち上げ 配信は4月20日21時45分から https://weekly.ascii.jp/elem/000/004/133/4133344/ spacex 2023-04-18 16:30:00
IT 週刊アスキー デスクを広々と使えるコンセント2個付き机上ラックを発売 サンワサプライ https://weekly.ascii.jp/elem/000/004/133/4133315/ 発売 2023-04-18 16:10:00
マーケティング AdverTimes Z世代はサプライズが苦手? 行動や価値観をメルカリが調査 https://www.advertimes.com/20230418/article416681/ 総合研究所 2023-04-18 07:58:41
マーケティング AdverTimes コピーライター養成講座の受講生が制作に参加したシェアサイクル車体広告が名古屋で登場 https://www.advertimes.com/20230418/article416661/ コピーライター養成講座の受講生が制作に参加したシェアサイクル車体広告が名古屋で登場宣伝会議コピーライター養成講座の受講生が書いたコピーがシェアサイクルの車体広告に採用され、月から名古屋市内で掲出されている。 2023-04-18 07:24:21

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)